diff --git a/Tests/CosmicRayResults.html b/Tests/CosmicRayResults.html new file mode 100644 index 00000000..c7054177 --- /dev/null +++ b/Tests/CosmicRayResults.html @@ -0,0 +1,53442 @@ +Cosmic Ray Report

Cosmic Ray Report

1 : job ID b948a94ef2754b7a8dfc7b59689e0074

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) <=  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2 : job ID dee8cc5634194f2aa23494eb5298f47c

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) <= (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

3 : job ID bca9b77192014c89967a985234af6137

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) <= () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

4 : job ID f030d87661554d17b81b1bb3f20ffb85

/home/areinsch/CS362/UnitTests.py, start pos: (11, 13), end pos: (11, 15)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -8,7 +8,7 @@
+ 
+ #Test the verticies and bounds, why is this useful?
+ class mainTests():
+-	position = (10,10,10)
++	position = ( 11,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

5 : job ID 7fb506a8cdbf4068b21fc70b19be7997

/home/areinsch/CS362/UnitTests.py, start pos: (11, 13), end pos: (11, 15)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -8,7 +8,7 @@
+ 
+ #Test the verticies and bounds, why is this useful?
+ class mainTests():
+-	position = (10,10,10)
++	position = ( 9,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

6 : job ID 9875333e7ec4406d9ec35792eabef456

/home/areinsch/CS362/UnitTests.py, start pos: (11, 16), end pos: (11, 18)
operator: core/NumberReplacer, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -8,7 +8,7 @@
+ 
+ #Test the verticies and bounds, why is this useful?
+ class mainTests():
+-	position = (10,10,10)
++	position = (10, 11,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

7 : job ID f08d0f22544f41a0b46fe3e490a792eb

/home/areinsch/CS362/UnitTests.py, start pos: (11, 16), end pos: (11, 18)
operator: core/NumberReplacer, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -8,7 +8,7 @@
+ 
+ #Test the verticies and bounds, why is this useful?
+ class mainTests():
+-	position = (10,10,10)
++	position = (10, 9,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

8 : job ID 2c0014b44975480180036e7b910a61d7

/home/areinsch/CS362/UnitTests.py, start pos: (11, 19), end pos: (11, 21)
operator: core/NumberReplacer, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -8,7 +8,7 @@
+ 
+ #Test the verticies and bounds, why is this useful?
+ class mainTests():
+-	position = (10,10,10)
++	position = (10,10, 11)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

9 : job ID ff6dd541d01c4a22bc4bc0527aad1159

/home/areinsch/CS362/UnitTests.py, start pos: (11, 19), end pos: (11, 21)
operator: core/NumberReplacer, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -8,7 +8,7 @@
+ 
+ #Test the verticies and bounds, why is this useful?
+ class mainTests():
+-	position = (10,10,10)
++	position = (10,10, 9)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

10 : job ID ef7a53067d8345f29edf1c62b33b294f

/home/areinsch/CS362/UnitTests.py, start pos: (13, 22), end pos: (13, 23)
operator: core/NumberReplacer, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices( 2,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

11 : job ID b62152511bfe485494768368c75f3fd1

/home/areinsch/CS362/UnitTests.py, start pos: (13, 22), end pos: (13, 23)
operator: core/NumberReplacer, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices( 0,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

12 : job ID 3525ec060e834db7b62164109c773c59

/home/areinsch/CS362/UnitTests.py, start pos: (13, 24), end pos: (13, 25)
operator: core/NumberReplacer, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1, 2,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

13 : job ID fd721805ddcc4e528208822ded47e3e1

/home/areinsch/CS362/UnitTests.py, start pos: (13, 24), end pos: (13, 25)
operator: core/NumberReplacer, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1, 0,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

14 : job ID 8c68dd77b67b45f296651533e37dba22

/home/areinsch/CS362/UnitTests.py, start pos: (13, 26), end pos: (13, 27)
operator: core/NumberReplacer, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1, 2,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

15 : job ID b187b7e52bfe400bb40f76c6bedf2303

/home/areinsch/CS362/UnitTests.py, start pos: (13, 26), end pos: (13, 27)
operator: core/NumberReplacer, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1, 0,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

16 : job ID c1ee83e7136e48ef8286697e2ca7473a

/home/areinsch/CS362/UnitTests.py, start pos: (13, 28), end pos: (13, 29)
operator: core/NumberReplacer, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1, 2) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

17 : job ID f85560400eaf42beaf0e905e1316f68f

/home/areinsch/CS362/UnitTests.py, start pos: (13, 28), end pos: (13, 29)
operator: core/NumberReplacer, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1, 0) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

18 : job ID 914649c866834a7883ec1328368fe4d7

/home/areinsch/CS362/UnitTests.py, start pos: (13, 36), end pos: (13, 37)
operator: core/NumberReplacer, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [ 1, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

19 : job ID 55b4a2a8ff8b402893a5bf624318b1f2

/home/areinsch/CS362/UnitTests.py, start pos: (13, 36), end pos: (13, 37)
operator: core/NumberReplacer, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [ -1, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

20 : job ID 8e4a147be79b4a95b17ab592be0e5739

/home/areinsch/CS362/UnitTests.py, start pos: (13, 39), end pos: (13, 40)
operator: core/NumberReplacer, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 3, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

21 : job ID f43ff310fb8e41b9a3ee3af7415b6df8

/home/areinsch/CS362/UnitTests.py, start pos: (13, 39), end pos: (13, 40)
operator: core/NumberReplacer, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 1, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

22 : job ID d9b63590caf44af7aad86df70e30eb1d

/home/areinsch/CS362/UnitTests.py, start pos: (13, 42), end pos: (13, 43)
operator: core/NumberReplacer, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 1, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

23 : job ID 4bc48c2948a34b2bbb37e1c736bb2406

/home/areinsch/CS362/UnitTests.py, start pos: (13, 42), end pos: (13, 43)
operator: core/NumberReplacer, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, -1, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

24 : job ID def423b22e104917bd28f724a3df5b05

/home/areinsch/CS362/UnitTests.py, start pos: (13, 45), end pos: (13, 46)
operator: core/NumberReplacer, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 1, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

25 : job ID bda9ac32687741c192f5d372472f4242

/home/areinsch/CS362/UnitTests.py, start pos: (13, 45), end pos: (13, 46)
operator: core/NumberReplacer, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, -1, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

26 : job ID 70d9d56d8633401e9a42d7274bd22762

/home/areinsch/CS362/UnitTests.py, start pos: (13, 48), end pos: (13, 49)
operator: core/NumberReplacer, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 3, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

27 : job ID e9f346a4e4cf420d9bc04aace6d440ec

/home/areinsch/CS362/UnitTests.py, start pos: (13, 48), end pos: (13, 49)
operator: core/NumberReplacer, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 1, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

28 : job ID 5b13cbd855a749fcb2878516a89a1b13

/home/areinsch/CS362/UnitTests.py, start pos: (13, 51), end pos: (13, 52)
operator: core/NumberReplacer, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 3, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

29 : job ID 9e6d467fdcd14b79bb2acf02ddc7649a

/home/areinsch/CS362/UnitTests.py, start pos: (13, 51), end pos: (13, 52)
operator: core/NumberReplacer, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 1, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

30 : job ID 63ac6246b30d4ebf990722cd4a78a0bc

/home/areinsch/CS362/UnitTests.py, start pos: (13, 54), end pos: (13, 55)
operator: core/NumberReplacer, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 3, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

31 : job ID bf054e1e638d45499651e625b313b5df

/home/areinsch/CS362/UnitTests.py, start pos: (13, 54), end pos: (13, 55)
operator: core/NumberReplacer, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 1, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

32 : job ID 162a61c115f04efab23fe417d3c29815

/home/areinsch/CS362/UnitTests.py, start pos: (13, 57), end pos: (13, 58)
operator: core/NumberReplacer, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 3, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

33 : job ID b4442f6c73ed421b9e2352451a78712e

/home/areinsch/CS362/UnitTests.py, start pos: (13, 57), end pos: (13, 58)
operator: core/NumberReplacer, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 1, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

34 : job ID 2faf193ea97044d8b3033677f84112e5

/home/areinsch/CS362/UnitTests.py, start pos: (13, 60), end pos: (13, 61)
operator: core/NumberReplacer, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 3, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

35 : job ID 024fc97348b24d39b12a1e6cf8499e2b

/home/areinsch/CS362/UnitTests.py, start pos: (13, 60), end pos: (13, 61)
operator: core/NumberReplacer, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 1, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

36 : job ID a9e8237f36954af3849754da7063ba51

/home/areinsch/CS362/UnitTests.py, start pos: (13, 63), end pos: (13, 64)
operator: core/NumberReplacer, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 3, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

37 : job ID cc75fb5d255b4029beb8ff46fd8ba64b

/home/areinsch/CS362/UnitTests.py, start pos: (13, 63), end pos: (13, 64)
operator: core/NumberReplacer, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 1, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

38 : job ID 39cf4aa9656648e0b5ff5f8a96f4d9d2

/home/areinsch/CS362/UnitTests.py, start pos: (13, 66), end pos: (13, 67)
operator: core/NumberReplacer, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 3, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

39 : job ID 765d8372959e4c1e892e3a83fee4df14

/home/areinsch/CS362/UnitTests.py, start pos: (13, 66), end pos: (13, 67)
operator: core/NumberReplacer, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 1, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

40 : job ID 3a668170132e40cd8d894867de754384

/home/areinsch/CS362/UnitTests.py, start pos: (13, 69), end pos: (13, 70)
operator: core/NumberReplacer, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 1,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

41 : job ID f5c5ced0ad324de6b2913183ada754d2

/home/areinsch/CS362/UnitTests.py, start pos: (13, 69), end pos: (13, 70)
operator: core/NumberReplacer, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, -1,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

42 : job ID 9b1a02f4f44649d1b0fcdbfff04603fd

/home/areinsch/CS362/UnitTests.py, start pos: (14, 12), end pos: (14, 13)
operator: core/NumberReplacer, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,8 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 1, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

43 : job ID cecc29da0157410094346acc016361a4

/home/areinsch/CS362/UnitTests.py, start pos: (14, 12), end pos: (14, 13)
operator: core/NumberReplacer, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,8 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, -1, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

44 : job ID 587bcd0a66ae49f1af2f9eff889e4612

/home/areinsch/CS362/UnitTests.py, start pos: (14, 15), end pos: (14, 16)
operator: core/NumberReplacer, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 1, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

45 : job ID 2f5f85f2ec484d709918a0d7266ad35e

/home/areinsch/CS362/UnitTests.py, start pos: (14, 15), end pos: (14, 16)
operator: core/NumberReplacer, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, -1, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

46 : job ID fe1159ed56534be5ad9e059efff254df

/home/areinsch/CS362/UnitTests.py, start pos: (14, 18), end pos: (14, 19)
operator: core/NumberReplacer, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 1, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

47 : job ID defdf038ab0e461f8f4ae082be6394ac

/home/areinsch/CS362/UnitTests.py, start pos: (14, 18), end pos: (14, 19)
operator: core/NumberReplacer, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, -1, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

48 : job ID 3a71945b8e6b41ac8f4a436344197e69

/home/areinsch/CS362/UnitTests.py, start pos: (14, 21), end pos: (14, 22)
operator: core/NumberReplacer, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 3, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

49 : job ID 65a9b8f1eb3d4691971d0ba5af3f58a3

/home/areinsch/CS362/UnitTests.py, start pos: (14, 21), end pos: (14, 22)
operator: core/NumberReplacer, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 1, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

50 : job ID 1c092cb538e344109053203828c4068e

/home/areinsch/CS362/UnitTests.py, start pos: (14, 24), end pos: (14, 25)
operator: core/NumberReplacer, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 1, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

51 : job ID 5dfbfa5b380542fd81ebc61fa773f622

/home/areinsch/CS362/UnitTests.py, start pos: (14, 24), end pos: (14, 25)
operator: core/NumberReplacer, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, -1, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

52 : job ID 0d6ec6f822234e47b92858460465e5c4

/home/areinsch/CS362/UnitTests.py, start pos: (14, 27), end pos: (14, 28)
operator: core/NumberReplacer, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 1, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

53 : job ID 1d1242120ef348a697514c0b19785095

/home/areinsch/CS362/UnitTests.py, start pos: (14, 27), end pos: (14, 28)
operator: core/NumberReplacer, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, -1, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

54 : job ID 1f17d0c03d044d35a88b9824e089d84e

/home/areinsch/CS362/UnitTests.py, start pos: (14, 30), end pos: (14, 31)
operator: core/NumberReplacer, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 3, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

55 : job ID ef8c845015b541fe9a2981e33bb4e5a8

/home/areinsch/CS362/UnitTests.py, start pos: (14, 30), end pos: (14, 31)
operator: core/NumberReplacer, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 1, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

56 : job ID 6fc5ab36eddd40b7acbcd5b18b9f081d

/home/areinsch/CS362/UnitTests.py, start pos: (14, 33), end pos: (14, 34)
operator: core/NumberReplacer, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 1, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

57 : job ID ea375a49423d43d795e7466e74df1709

/home/areinsch/CS362/UnitTests.py, start pos: (14, 33), end pos: (14, 34)
operator: core/NumberReplacer, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, -1, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

58 : job ID 8736ae67a0f44296848605da274980e4

/home/areinsch/CS362/UnitTests.py, start pos: (14, 36), end pos: (14, 37)
operator: core/NumberReplacer, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 3, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

59 : job ID 543877e4d11241e09665950c9d9363b8

/home/areinsch/CS362/UnitTests.py, start pos: (14, 36), end pos: (14, 37)
operator: core/NumberReplacer, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 1, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

60 : job ID 74ab795677e4422fa9594418202aa625

/home/areinsch/CS362/UnitTests.py, start pos: (14, 39), end pos: (14, 40)
operator: core/NumberReplacer, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 1, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

61 : job ID 5b452fd5ab56432ea59a8fdb57f6fe21

/home/areinsch/CS362/UnitTests.py, start pos: (14, 39), end pos: (14, 40)
operator: core/NumberReplacer, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, -1, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

62 : job ID 81c257dc98544549a599ee82fe43e32a

/home/areinsch/CS362/UnitTests.py, start pos: (14, 42), end pos: (14, 43)
operator: core/NumberReplacer, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 1, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

63 : job ID 768c8d79b58441909ea85a615c38c205

/home/areinsch/CS362/UnitTests.py, start pos: (14, 42), end pos: (14, 43)
operator: core/NumberReplacer, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, -1, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

64 : job ID 3554159b94fb4d7aa037b24ff59f068e

/home/areinsch/CS362/UnitTests.py, start pos: (14, 45), end pos: (14, 46)
operator: core/NumberReplacer, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 3,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

65 : job ID e6c1c4ff272f45988dbc428f5e04a26e

/home/areinsch/CS362/UnitTests.py, start pos: (14, 45), end pos: (14, 46)
operator: core/NumberReplacer, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,7 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 1,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

66 : job ID da092edf8d734f3a8b64ba7076e4f0ce

/home/areinsch/CS362/UnitTests.py, start pos: (15, 12), end pos: (15, 13)
operator: core/NumberReplacer, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,8 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

67 : job ID f155b47afa4e4d05b12250658a7c51d9

/home/areinsch/CS362/UnitTests.py, start pos: (15, 12), end pos: (15, 13)
operator: core/NumberReplacer, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -11,8 +11,7 @@
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+-									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

68 : job ID 44f92d0f04654e7e9586c837de7ec5c2

/home/areinsch/CS362/UnitTests.py, start pos: (15, 15), end pos: (15, 16)
operator: core/NumberReplacer, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 1, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

69 : job ID 61d73da5e72b483d98c5eba1440c8e89

/home/areinsch/CS362/UnitTests.py, start pos: (15, 15), end pos: (15, 16)
operator: core/NumberReplacer, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, -1, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

70 : job ID f63cce7057dd4639a88621f9cad3331c

/home/areinsch/CS362/UnitTests.py, start pos: (15, 18), end pos: (15, 19)
operator: core/NumberReplacer, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 1, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

71 : job ID 3158a290524b4a64acad8b0dec5ab387

/home/areinsch/CS362/UnitTests.py, start pos: (15, 18), end pos: (15, 19)
operator: core/NumberReplacer, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, -1, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

72 : job ID 84ada59608bf4e35b8253c47745fc4e9

/home/areinsch/CS362/UnitTests.py, start pos: (15, 21), end pos: (15, 22)
operator: core/NumberReplacer, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

73 : job ID dadb88be816b4454806cd3cac724d669

/home/areinsch/CS362/UnitTests.py, start pos: (15, 21), end pos: (15, 22)
operator: core/NumberReplacer, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, -1, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

74 : job ID e878ad825f8a486fa1900c99d8357c50

/home/areinsch/CS362/UnitTests.py, start pos: (15, 24), end pos: (15, 25)
operator: core/NumberReplacer, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 1, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

75 : job ID e95a4dfdcd0445eb9cbbf92c2e81dfbc

/home/areinsch/CS362/UnitTests.py, start pos: (15, 24), end pos: (15, 25)
operator: core/NumberReplacer, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, -1, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

76 : job ID 66d4b3be2bec431fb56146eeed0e3c0c

/home/areinsch/CS362/UnitTests.py, start pos: (15, 27), end pos: (15, 28)
operator: core/NumberReplacer, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 3, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

77 : job ID 49fdf6cc447b4182b1bac2d2b73bbddc

/home/areinsch/CS362/UnitTests.py, start pos: (15, 27), end pos: (15, 28)
operator: core/NumberReplacer, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 1, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

78 : job ID 91e7d77bd8214df699b6da6344dc5966

/home/areinsch/CS362/UnitTests.py, start pos: (15, 30), end pos: (15, 31)
operator: core/NumberReplacer, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 1, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

79 : job ID ca5a2ff1b67c4d749aff86f019cbebb5

/home/areinsch/CS362/UnitTests.py, start pos: (15, 30), end pos: (15, 31)
operator: core/NumberReplacer, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, -1, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

80 : job ID 3b90f1ca2fd44abca622a9976ed6c08f

/home/areinsch/CS362/UnitTests.py, start pos: (15, 33), end pos: (15, 34)
operator: core/NumberReplacer, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 3, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

81 : job ID f02527e7401a4930b826f460736c23b1

/home/areinsch/CS362/UnitTests.py, start pos: (15, 33), end pos: (15, 34)
operator: core/NumberReplacer, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 1, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

82 : job ID c8fbbda082e348a293ea3ba5583ee333

/home/areinsch/CS362/UnitTests.py, start pos: (15, 36), end pos: (15, 37)
operator: core/NumberReplacer, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 3, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

83 : job ID b8d01ae756ff41cf858472a58f75a23e

/home/areinsch/CS362/UnitTests.py, start pos: (15, 36), end pos: (15, 37)
operator: core/NumberReplacer, occurrence: 79
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 1, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

84 : job ID 66b9ec66cecf444e924217ebfcaee040

/home/areinsch/CS362/UnitTests.py, start pos: (15, 39), end pos: (15, 40)
operator: core/NumberReplacer, occurrence: 80
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 1, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

85 : job ID d8e75a5a0a114facb2379c19cb569cc5

/home/areinsch/CS362/UnitTests.py, start pos: (15, 39), end pos: (15, 40)
operator: core/NumberReplacer, occurrence: 81
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, -1, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

86 : job ID 5bdf3b97726745599ef3f097349d090f

/home/areinsch/CS362/UnitTests.py, start pos: (15, 42), end pos: (15, 43)
operator: core/NumberReplacer, occurrence: 82
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 3, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

87 : job ID 9f954390cd1d4731be207e4a2d83fe0c

/home/areinsch/CS362/UnitTests.py, start pos: (15, 42), end pos: (15, 43)
operator: core/NumberReplacer, occurrence: 83
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 1, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

88 : job ID 708eaa8b06e04e719e129a894f2de56f

/home/areinsch/CS362/UnitTests.py, start pos: (15, 45), end pos: (15, 46)
operator: core/NumberReplacer, occurrence: 84
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 1,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

89 : job ID 3aa7c3cde9894e7e856a5bf39198e558

/home/areinsch/CS362/UnitTests.py, start pos: (15, 45), end pos: (15, 46)
operator: core/NumberReplacer, occurrence: 85
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,7 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, -1,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

90 : job ID 10918474a90a466881fa71e860c0258d

/home/areinsch/CS362/UnitTests.py, start pos: (16, 12), end pos: (16, 13)
operator: core/NumberReplacer, occurrence: 86
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,8 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 3, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

91 : job ID fbaf7734a46048098aa507166828a865

/home/areinsch/CS362/UnitTests.py, start pos: (16, 12), end pos: (16, 13)
operator: core/NumberReplacer, occurrence: 87
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -12,8 +12,7 @@
+ 	#test that the cube is defined correctly
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+-									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0, 1, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

92 : job ID d235ed33385d4912b408ae1350c26811

/home/areinsch/CS362/UnitTests.py, start pos: (16, 15), end pos: (16, 16)
operator: core/NumberReplacer, occurrence: 88
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 1, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

93 : job ID 6ee4bbefd58f4f75a84eada39656cb25

/home/areinsch/CS362/UnitTests.py, start pos: (16, 15), end pos: (16, 16)
operator: core/NumberReplacer, occurrence: 89
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, -1, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

94 : job ID 111bdfebaa5847c1aebaead12e7cbc60

/home/areinsch/CS362/UnitTests.py, start pos: (16, 18), end pos: (16, 19)
operator: core/NumberReplacer, occurrence: 90
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 3, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

95 : job ID 8f5860ddf0e24dc3b777922b7fcf7d73

/home/areinsch/CS362/UnitTests.py, start pos: (16, 18), end pos: (16, 19)
operator: core/NumberReplacer, occurrence: 91
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 1, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

96 : job ID ac653a2b629548afabfcee01bd8779f9

/home/areinsch/CS362/UnitTests.py, start pos: (16, 21), end pos: (16, 22)
operator: core/NumberReplacer, occurrence: 92
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 3, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

97 : job ID daa236ebe5d74f63bb3ad00d12ef4e39

/home/areinsch/CS362/UnitTests.py, start pos: (16, 21), end pos: (16, 22)
operator: core/NumberReplacer, occurrence: 93
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 1, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

98 : job ID cded429257b6494084f81b9fc0aa62dc

/home/areinsch/CS362/UnitTests.py, start pos: (16, 24), end pos: (16, 25)
operator: core/NumberReplacer, occurrence: 94
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 1, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

99 : job ID 5dd6c1b4134e4e0f9a380946f91a7775

/home/areinsch/CS362/UnitTests.py, start pos: (16, 24), end pos: (16, 25)
operator: core/NumberReplacer, occurrence: 95
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, -1, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

100 : job ID 5f5254ab6d1143f890ed00788b616d11

/home/areinsch/CS362/UnitTests.py, start pos: (16, 27), end pos: (16, 28)
operator: core/NumberReplacer, occurrence: 96
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 1, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

101 : job ID cb45a9a95f564e8b9a3b3b809419daf6

/home/areinsch/CS362/UnitTests.py, start pos: (16, 27), end pos: (16, 28)
operator: core/NumberReplacer, occurrence: 97
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, -1, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

102 : job ID 087823c0535641c9a3683e5d47d1ca6c

/home/areinsch/CS362/UnitTests.py, start pos: (16, 30), end pos: (16, 31)
operator: core/NumberReplacer, occurrence: 98
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 3, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

103 : job ID 5c1b62753bf44e0090c53230965a7f01

/home/areinsch/CS362/UnitTests.py, start pos: (16, 30), end pos: (16, 31)
operator: core/NumberReplacer, occurrence: 99
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 1, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

104 : job ID 7bdd8af965364055a965dd47be753299

/home/areinsch/CS362/UnitTests.py, start pos: (16, 33), end pos: (16, 34)
operator: core/NumberReplacer, occurrence: 100
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 3, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

105 : job ID 84756577e9f64ff8965e9ba91041594f

/home/areinsch/CS362/UnitTests.py, start pos: (16, 33), end pos: (16, 34)
operator: core/NumberReplacer, occurrence: 101
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 1, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

106 : job ID 844391fd8df0446e8ec9a3509226dbcd

/home/areinsch/CS362/UnitTests.py, start pos: (16, 36), end pos: (16, 37)
operator: core/NumberReplacer, occurrence: 102
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 1, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

107 : job ID e378ab76561a4cd9831c2a5d41fedb2e

/home/areinsch/CS362/UnitTests.py, start pos: (16, 36), end pos: (16, 37)
operator: core/NumberReplacer, occurrence: 103
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, -1, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

108 : job ID 960cc67f05be42c694a670da371864d7

/home/areinsch/CS362/UnitTests.py, start pos: (16, 39), end pos: (16, 40)
operator: core/NumberReplacer, occurrence: 104
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 3, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

109 : job ID 41a6f2b218e34be788f427c5b7d41b87

/home/areinsch/CS362/UnitTests.py, start pos: (16, 39), end pos: (16, 40)
operator: core/NumberReplacer, occurrence: 105
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 1, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

110 : job ID 36ed66a8cc4b469d94929079807a06c7

/home/areinsch/CS362/UnitTests.py, start pos: (16, 42), end pos: (16, 43)
operator: core/NumberReplacer, occurrence: 106
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 3, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

111 : job ID 4150c3628e4644f49578de99e5fc52c4

/home/areinsch/CS362/UnitTests.py, start pos: (16, 42), end pos: (16, 43)
operator: core/NumberReplacer, occurrence: 107
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 1, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

112 : job ID 7037570bb477441a95ee3da663c2a00e

/home/areinsch/CS362/UnitTests.py, start pos: (16, 45), end pos: (16, 46)
operator: core/NumberReplacer, occurrence: 108
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 3,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

113 : job ID 46a5d5a89f17470a9e9c6f0f45e5541a

/home/areinsch/CS362/UnitTests.py, start pos: (16, 45), end pos: (16, 46)
operator: core/NumberReplacer, occurrence: 109
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,7 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 1,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

114 : job ID 8ec12756fc41423b81a5f0dd185b7be6

/home/areinsch/CS362/UnitTests.py, start pos: (17, 12), end pos: (17, 13)
operator: core/NumberReplacer, occurrence: 110
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,8 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, 1, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

115 : job ID 277ff84ded0940649ef4645d97070f29

/home/areinsch/CS362/UnitTests.py, start pos: (17, 12), end pos: (17, 13)
operator: core/NumberReplacer, occurrence: 111
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -13,8 +13,7 @@
+ 	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+-									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2, -1, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

116 : job ID 6d6239c23fa5404d82fc62f980b90133

/home/areinsch/CS362/UnitTests.py, start pos: (17, 15), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 112
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 1, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

117 : job ID 2f147f2e409149c9aa23fc85049699a4

/home/areinsch/CS362/UnitTests.py, start pos: (17, 15), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 113
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, -1, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

118 : job ID ea6254d1bf304d119263bfe3874b3fae

/home/areinsch/CS362/UnitTests.py, start pos: (17, 18), end pos: (17, 19)
operator: core/NumberReplacer, occurrence: 114
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 3, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

119 : job ID 51d2829b30de4ad7b06543d995ad93dd

/home/areinsch/CS362/UnitTests.py, start pos: (17, 18), end pos: (17, 19)
operator: core/NumberReplacer, occurrence: 115
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 1, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

120 : job ID 7e7c621c20cd43f98a5c7ecb680d4fe0

/home/areinsch/CS362/UnitTests.py, start pos: (17, 21), end pos: (17, 22)
operator: core/NumberReplacer, occurrence: 116
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 3, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

121 : job ID 615453b4bedf4cbd8cb6ab4f392b5128

/home/areinsch/CS362/UnitTests.py, start pos: (17, 21), end pos: (17, 22)
operator: core/NumberReplacer, occurrence: 117
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 1, 0, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

122 : job ID f9bbeaa904da4af1ad4d3bf376ff4b62

/home/areinsch/CS362/UnitTests.py, start pos: (17, 24), end pos: (17, 25)
operator: core/NumberReplacer, occurrence: 118
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 1, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

123 : job ID 56b534ffe512423c94bd54cee9f455b1

/home/areinsch/CS362/UnitTests.py, start pos: (17, 24), end pos: (17, 25)
operator: core/NumberReplacer, occurrence: 119
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, -1, 2, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

124 : job ID e952513797054c72ae267d9736fb6065

/home/areinsch/CS362/UnitTests.py, start pos: (17, 27), end pos: (17, 28)
operator: core/NumberReplacer, occurrence: 120
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 3, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

125 : job ID 2a79a31cef5846eca2e47a6a61ea5f67

/home/areinsch/CS362/UnitTests.py, start pos: (17, 27), end pos: (17, 28)
operator: core/NumberReplacer, occurrence: 121
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 1, 2, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

126 : job ID 05ea3dba7f384e3ca13108d2b9ae9d7e

/home/areinsch/CS362/UnitTests.py, start pos: (17, 30), end pos: (17, 31)
operator: core/NumberReplacer, occurrence: 122
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 3, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

127 : job ID 59ca9cf738134caabd97fa9e917b4454

/home/areinsch/CS362/UnitTests.py, start pos: (17, 30), end pos: (17, 31)
operator: core/NumberReplacer, occurrence: 123
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 1, 2, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

128 : job ID 43983f1b27024634b9b5cef0aee65f5d

/home/areinsch/CS362/UnitTests.py, start pos: (17, 33), end pos: (17, 34)
operator: core/NumberReplacer, occurrence: 124
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 3, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

129 : job ID 018090cb8ff048cea9e49411e7524f33

/home/areinsch/CS362/UnitTests.py, start pos: (17, 33), end pos: (17, 34)
operator: core/NumberReplacer, occurrence: 125
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 1, 2, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

130 : job ID 5bd40d27cd4d4c7184037ed2a36c46d6

/home/areinsch/CS362/UnitTests.py, start pos: (17, 36), end pos: (17, 37)
operator: core/NumberReplacer, occurrence: 126
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 3, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

131 : job ID 61a4f12c59354311b886a054b4557ba9

/home/areinsch/CS362/UnitTests.py, start pos: (17, 36), end pos: (17, 37)
operator: core/NumberReplacer, occurrence: 127
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 1, 0, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

132 : job ID 7a28cf25d3c14ee2b50312b1cfbc810a

/home/areinsch/CS362/UnitTests.py, start pos: (17, 39), end pos: (17, 40)
operator: core/NumberReplacer, occurrence: 128
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 1, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

133 : job ID 6e722e679e824c2dbad7ff589da7d1df

/home/areinsch/CS362/UnitTests.py, start pos: (17, 39), end pos: (17, 40)
operator: core/NumberReplacer, occurrence: 129
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, -1, 2, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

134 : job ID d3de6d0bdf594711839f8a8e8ea822d6

/home/areinsch/CS362/UnitTests.py, start pos: (17, 42), end pos: (17, 43)
operator: core/NumberReplacer, occurrence: 130
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 3, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

135 : job ID 42d0293fb2084438966d7cfb24026ccc

/home/areinsch/CS362/UnitTests.py, start pos: (17, 42), end pos: (17, 43)
operator: core/NumberReplacer, occurrence: 131
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 1, 2, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

136 : job ID 93ea5a550e6f428f9c4c25969400b106

/home/areinsch/CS362/UnitTests.py, start pos: (17, 45), end pos: (17, 46)
operator: core/NumberReplacer, occurrence: 132
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 3, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

137 : job ID eaebfc310b1b4feda03099ed8e89278f

/home/areinsch/CS362/UnitTests.py, start pos: (17, 45), end pos: (17, 46)
operator: core/NumberReplacer, occurrence: 133
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,7 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 1, 
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

138 : job ID 74343bca4691499794d442937f67ba73

/home/areinsch/CS362/UnitTests.py, start pos: (18, 12), end pos: (18, 13)
operator: core/NumberReplacer, occurrence: 134
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,8 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 3, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

139 : job ID 318d81a4ddba433ead499ba651ceb6d2

/home/areinsch/CS362/UnitTests.py, start pos: (18, 12), end pos: (18, 13)
operator: core/NumberReplacer, occurrence: 135
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -14,8 +14,7 @@
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+-									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 1, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

140 : job ID df4f51f900f0429c8198fe063892d461

/home/areinsch/CS362/UnitTests.py, start pos: (18, 15), end pos: (18, 16)
operator: core/NumberReplacer, occurrence: 136
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 1, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

141 : job ID b4a3017cf960495fbf14414cd0f1eccd

/home/areinsch/CS362/UnitTests.py, start pos: (18, 15), end pos: (18, 16)
operator: core/NumberReplacer, occurrence: 137
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, -1, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

142 : job ID 612e2ba21d544ed7b6a5b07251427699

/home/areinsch/CS362/UnitTests.py, start pos: (18, 18), end pos: (18, 19)
operator: core/NumberReplacer, occurrence: 138
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 1, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

143 : job ID 70f6bb2302a84ad4bafb05dc617388e5

/home/areinsch/CS362/UnitTests.py, start pos: (18, 18), end pos: (18, 19)
operator: core/NumberReplacer, occurrence: 139
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, -1, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

144 : job ID 2756e27a16fa4af0a9bbac57c8ad49e8

/home/areinsch/CS362/UnitTests.py, start pos: (18, 21), end pos: (18, 22)
operator: core/NumberReplacer, occurrence: 140
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 1, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

145 : job ID 8c0dbf2a0c9a4846b31c49837179796f

/home/areinsch/CS362/UnitTests.py, start pos: (18, 21), end pos: (18, 22)
operator: core/NumberReplacer, occurrence: 141
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, -1, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

146 : job ID cb8cf0579173497cbcc6bcfadea6c21e

/home/areinsch/CS362/UnitTests.py, start pos: (18, 24), end pos: (18, 25)
operator: core/NumberReplacer, occurrence: 142
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 1, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

147 : job ID 50df7281717c42efb911e50573cc5f27

/home/areinsch/CS362/UnitTests.py, start pos: (18, 24), end pos: (18, 25)
operator: core/NumberReplacer, occurrence: 143
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, -1, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

148 : job ID 63d662e7c713423e9b8e20f51fd09381

/home/areinsch/CS362/UnitTests.py, start pos: (18, 27), end pos: (18, 28)
operator: core/NumberReplacer, occurrence: 144
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

149 : job ID f2563f7eebe344fab3d5a2e31891da53

/home/areinsch/CS362/UnitTests.py, start pos: (18, 27), end pos: (18, 28)
operator: core/NumberReplacer, occurrence: 145
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, -1, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

150 : job ID ad8f152eca884676926c48487dad94a7

/home/areinsch/CS362/UnitTests.py, start pos: (18, 30), end pos: (18, 31)
operator: core/NumberReplacer, occurrence: 146
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 1, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

151 : job ID 9eb6ff872ea041af9ff05d34feffc2f0

/home/areinsch/CS362/UnitTests.py, start pos: (18, 30), end pos: (18, 31)
operator: core/NumberReplacer, occurrence: 147
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, -1, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

152 : job ID 4b9faed7ee6f402498e84083a71ef545

/home/areinsch/CS362/UnitTests.py, start pos: (18, 33), end pos: (18, 34)
operator: core/NumberReplacer, occurrence: 148
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 3, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

153 : job ID b4efcea4eab64218ba3f017d4d49c123

/home/areinsch/CS362/UnitTests.py, start pos: (18, 33), end pos: (18, 34)
operator: core/NumberReplacer, occurrence: 149
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 1, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

154 : job ID 7215b51f6caf4ca7a59ba18bc463cbb3

/home/areinsch/CS362/UnitTests.py, start pos: (18, 36), end pos: (18, 37)
operator: core/NumberReplacer, occurrence: 150
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 1, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

155 : job ID 1b9a9951bb57410cbe1ef15a10751c8b

/home/areinsch/CS362/UnitTests.py, start pos: (18, 36), end pos: (18, 37)
operator: core/NumberReplacer, occurrence: 151
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, -1, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

156 : job ID c7fc3cf7ad04411da58e681741368734

/home/areinsch/CS362/UnitTests.py, start pos: (18, 39), end pos: (18, 40)
operator: core/NumberReplacer, occurrence: 152
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 0, 3, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

157 : job ID 76913cedafb14acdaba91b264540287b

/home/areinsch/CS362/UnitTests.py, start pos: (18, 39), end pos: (18, 40)
operator: core/NumberReplacer, occurrence: 153
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 0, 1, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

158 : job ID 308ac808732d40b58afbd5aa75eda834

/home/areinsch/CS362/UnitTests.py, start pos: (18, 42), end pos: (18, 43)
operator: core/NumberReplacer, occurrence: 154
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 3, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

159 : job ID 30b3fa00020a4dbb89ddf854d4c0aa15

/home/areinsch/CS362/UnitTests.py, start pos: (18, 42), end pos: (18, 43)
operator: core/NumberReplacer, occurrence: 155
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 1, 0]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

160 : job ID d015ef6c161e4d23a730a307502dfdc7

/home/areinsch/CS362/UnitTests.py, start pos: (18, 45), end pos: (18, 46)
operator: core/NumberReplacer, occurrence: 156
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 1]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

161 : job ID 1a0243baedf044a695515347c0e3c67f

/home/areinsch/CS362/UnitTests.py, start pos: (18, 45), end pos: (18, 46)
operator: core/NumberReplacer, occurrence: 157
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -15,7 +15,7 @@
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
+ 									   0, 0, 2, 2, 0, 2, 2, 2, 2, 0, 2, 2, 
+-									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
++									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, -1]
+ 	
+ 	#Test that bounds of the square are correct
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

162 : job ID b179fc0130ac479ba1ef577d0892c614

/home/areinsch/CS362/UnitTests.py, start pos: (21, 18), end pos: (21, 19)
operator: core/NumberReplacer, occurrence: 158
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord( 2,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

163 : job ID ca9a78d94fca47858c355c234e688334

/home/areinsch/CS362/UnitTests.py, start pos: (21, 18), end pos: (21, 19)
operator: core/NumberReplacer, occurrence: 159
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord( 0,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

164 : job ID 0f917581962d48d7847c1556e3eb286b

/home/areinsch/CS362/UnitTests.py, start pos: (21, 20), end pos: (21, 21)
operator: core/NumberReplacer, occurrence: 160
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1, 2, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

165 : job ID f77721af1965447097f3d19773d301b1

/home/areinsch/CS362/UnitTests.py, start pos: (21, 20), end pos: (21, 21)
operator: core/NumberReplacer, occurrence: 161
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1, 0, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

166 : job ID 0af16e2b92aa48b699c2a4e393a20ad3

/home/areinsch/CS362/UnitTests.py, start pos: (21, 25), end pos: (21, 26)
operator: core/NumberReplacer, occurrence: 162
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n= 5) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

167 : job ID c1f0ea7cfa694ab3b5859638585ffb74

/home/areinsch/CS362/UnitTests.py, start pos: (21, 25), end pos: (21, 26)
operator: core/NumberReplacer, occurrence: 163
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n= 3) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

168 : job ID 36b8303b9dfe4dc8af62aa5d8d2bd638

/home/areinsch/CS362/UnitTests.py, start pos: (21, 32), end pos: (21, 35)
operator: core/NumberReplacer, occurrence: 164
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == ( 1.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

169 : job ID 63f76dc9ce7c482e981db4bd36f12a9c

/home/areinsch/CS362/UnitTests.py, start pos: (21, 32), end pos: (21, 35)
operator: core/NumberReplacer, occurrence: 165
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == ( -0.75, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

170 : job ID abe1e32d353840c4a3be509edc73ea24

/home/areinsch/CS362/UnitTests.py, start pos: (21, 37), end pos: (21, 40)
operator: core/NumberReplacer, occurrence: 166
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, 1.25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

171 : job ID 7f5f8fcdf7f1494bb2a3b3ce12b35e6b

/home/areinsch/CS362/UnitTests.py, start pos: (21, 37), end pos: (21, 40)
operator: core/NumberReplacer, occurrence: 167
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, -0.75, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

172 : job ID 303602ecfaa948c8bdcf993cdc029437

/home/areinsch/CS362/UnitTests.py, start pos: (21, 42), end pos: (21, 44)
operator: core/NumberReplacer, occurrence: 168
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, 1.5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

173 : job ID b365578763f145f293a4f99f5f203165

/home/areinsch/CS362/UnitTests.py, start pos: (21, 42), end pos: (21, 44)
operator: core/NumberReplacer, occurrence: 169
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, -0.5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

174 : job ID 3dceec321f82422d8a1c6af2725a0de8

/home/areinsch/CS362/UnitTests.py, start pos: (21, 46), end pos: (21, 49)
operator: core/NumberReplacer, occurrence: 170
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, 1.25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

175 : job ID 34956d6e51834c1390ad4f4986ed2150

/home/areinsch/CS362/UnitTests.py, start pos: (21, 46), end pos: (21, 49)
operator: core/NumberReplacer, occurrence: 171
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, -0.75, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

176 : job ID b7e9f70ebc59405bb13ab698bd5262bf

/home/areinsch/CS362/UnitTests.py, start pos: (21, 51), end pos: (21, 53)
operator: core/NumberReplacer, occurrence: 172
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, 1.5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

177 : job ID 71b23023a6014e209a316c97bbc61891

/home/areinsch/CS362/UnitTests.py, start pos: (21, 51), end pos: (21, 53)
operator: core/NumberReplacer, occurrence: 173
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, -0.5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

178 : job ID a24da0657f3840a5b04ee1d7ad18c786

/home/areinsch/CS362/UnitTests.py, start pos: (21, 55), end pos: (21, 57)
operator: core/NumberReplacer, occurrence: 174
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, 1.5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

179 : job ID 2b7719ed98774782b96358218f37f770

/home/areinsch/CS362/UnitTests.py, start pos: (21, 55), end pos: (21, 57)
operator: core/NumberReplacer, occurrence: 175
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, -0.5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

180 : job ID fa2425594fac4e62a65cf42ad3d8a5d9

/home/areinsch/CS362/UnitTests.py, start pos: (21, 59), end pos: (21, 62)
operator: core/NumberReplacer, occurrence: 176
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, 1.25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

181 : job ID dcb973b897f14bf0a9156d45f9dff897

/home/areinsch/CS362/UnitTests.py, start pos: (21, 59), end pos: (21, 62)
operator: core/NumberReplacer, occurrence: 177
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, -0.75, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

182 : job ID d1b0ac1ceb4d453780f3d09688cd232c

/home/areinsch/CS362/UnitTests.py, start pos: (21, 64), end pos: (21, 66)
operator: core/NumberReplacer, occurrence: 178
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, 1.5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

183 : job ID 1633c70adb62409fb0fe5c4f8c66c648

/home/areinsch/CS362/UnitTests.py, start pos: (21, 64), end pos: (21, 66)
operator: core/NumberReplacer, occurrence: 179
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, -0.5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

184 : job ID 2f858c2f77c44d88b71d13e5ac3481ac

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) >=  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

185 : job ID 79708aec445243c0a3966c9128645d34

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) >= (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

186 : job ID 0ff0da9b1b9a4fee94dd6b2a05fa9d52

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) >= () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

187 : job ID 7ab57875a09149a480d0e3cb55fc90bf

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) is  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

188 : job ID 6053c5d712ca4c2da89d31f06ab9f3f4

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) is (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

189 : job ID 107369ffc3c3444db7bdc3e6988572cf

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) is () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

190 : job ID f09b50dcdee1423198b4fddeb830cfc8

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) is not  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

191 : job ID ffd24ba4c95f445f978806980a0dd719

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) is not (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

192 : job ID 4ca2401dcdba49838fae564a638591a0

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) is not () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

193 : job ID 0856da2162d5475c9ffa59268e8e4b31

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) <  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

194 : job ID eaeff213bbf9456eb0e3a00b96f56d5b

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) < (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

195 : job ID 8b28abbec0eb456fbdd8c63417b39a89

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) < () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

196 : job ID 2079b42ff10e4f18b496a8a80cfd6c3a

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) !=  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

197 : job ID 3b74de34f454439f8b1218e0da9e2164

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) != (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

198 : job ID 7883e872f62d4f288c4081b89754ece2

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) != () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

199 : job ID 6231799a3dd640f18832ad2462192b73

/home/areinsch/CS362/UnitTests.py, start pos: (13, 31), end pos: (13, 33)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert cube_vertices(1,1,1,1) >  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

200 : job ID a70f920a33b441e89acad4aa11b99f6b

/home/areinsch/CS362/UnitTests.py, start pos: (21, 28), end pos: (21, 30)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert tex_coord(1,1, n=4) > (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

201 : job ID 52ab4cd0f0b947ec8303b2486c7e9a7b

/home/areinsch/CS362/UnitTests.py, start pos: (24, 31), end pos: (24, 33)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert m.show_block(position) > () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

202 : job ID 296e8e0496aa405298bbc07e8af67e09

/home/areinsch/CS362/UnitTests.py, start pos: (13, 8), end pos: (18, 47)
operator: core/AddNot, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -10,7 +10,7 @@
+ class mainTests():
+ 	position = (10,10,10)
+ 	#test that the cube is defined correctly
+-	assert cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
++	assert not cube_vertices(1,1,1,1) ==  [0, 2, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0,
+ 									   0, 0, 0, 2, 0, 0, 2, 0, 2, 0, 0, 2,
+ 									   0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 2, 0,
+ 									   2, 0, 2, 2, 0, 0, 2, 2, 0, 2, 2, 2,
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

203 : job ID ce63cc9efa254a9d853e07955c64a4b2

/home/areinsch/CS362/UnitTests.py, start pos: (21, 8), end pos: (21, 67)
operator: core/AddNot, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -18,7 +18,7 @@
+ 									   2, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0]
+ 	
+ 	#Test that bounds of the square are correct
+-	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
++	assert not tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+ 	assert m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

204 : job ID 91b8c02236494d43947999f4d80e00ae

/home/areinsch/CS362/UnitTests.py, start pos: (24, 8), end pos: (24, 36)
operator: core/AddNot, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/UnitTests.py
++++ b/home/areinsch/CS362/UnitTests.py
+@@ -21,4 +21,4 @@
+ 	assert tex_coord(1,1, n=4) == (.25, .25, .5, .25, .5, .5, .25, .5)
+ 
+ 	#Other tests here
+-	assert m.show_block(position) == () 
++	assert not m.show_block(position) == () 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

205 : job ID 9c1bea07158e4a8d8a82716ed89f5390

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) <= 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

206 : job ID 28a44b65a4e746748ce068cc42648695

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) <= 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

207 : job ID a9de626cc7ef47269168c6a7b9dded27

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x / 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

208 : job ID 1f0dc4a5297a4f2fab3222d2b79c36f9

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x ** 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

209 : job ID 1ea664c4bdb04ba5afccdd11d58bd66a

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x | 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

210 : job ID 36bf92050142402680398fec9d83e7bc

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x << 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

211 : job ID 2bc4761eb34c48099385cf16f7b005d8

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 12), end pos: (5, 13)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x + 6
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

212 : job ID 18a4235e40824a17ba4831762590f47b

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 12), end pos: (5, 13)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x + 4
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

213 : job ID 37461130a0be43b5afd75e1228bb2b0d

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 15), end pos: (8, 16)
operator: core/NumberReplacer, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo( 6) == 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

214 : job ID 0651ad75d34f475cb7cc4a9c25cc7084

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 15), end pos: (8, 16)
operator: core/NumberReplacer, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo( 4) == 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

215 : job ID e4ed673aeb784d658a7e28e36e955407

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 21), end pos: (8, 22)
operator: core/NumberReplacer, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) == 8
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

216 : job ID 8a71681266e4443cbbcf22a3b2879949

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 21), end pos: (8, 22)
operator: core/NumberReplacer, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) == 6
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

217 : job ID 740308fc7fee4c2f9ac3c70dcc2324ba

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 15), end pos: (9, 16)
operator: core/NumberReplacer, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo( 4) == 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

218 : job ID 6c084bf76b684ba1b51886228eb6b10a

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 15), end pos: (9, 16)
operator: core/NumberReplacer, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo( 2) == 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

219 : job ID ffcbeaf1889443f4be9040d3c3a610e7

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 21), end pos: (9, 22)
operator: core/NumberReplacer, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) == 6
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

220 : job ID 9941a77c6c3844e7a017d74c641c0257

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 21), end pos: (9, 22)
operator: core/NumberReplacer, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) == 4
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

221 : job ID de40364e70b24131b129c443610f6bec

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) >= 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

222 : job ID 52cbcc21819c4c1587f68196b4b59876

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) >= 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

223 : job ID 75886082878844e2b822c5ecdb7148cf

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x - 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

224 : job ID b0aa0de062a646c3b20bec6b06a40059

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x >> 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

225 : job ID f17c58f641d84ccd8bdf80d77ec2f14e

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x * 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

226 : job ID ee48e6c845024dd7b50aabbaefb132a7

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x ^ 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

227 : job ID 1573ae75619c461d8e9fd3241f014ff0

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x % 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

228 : job ID 281416442ba243099b8c074ce9dfe300

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x // 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

229 : job ID 47c0b7b359c442ddb696940ef982ba13

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) < 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

230 : job ID ac82a5194c2b4d828c7db8a5b584be82

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) < 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

231 : job ID dbc1faf66519435d93e55b27b0713441

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) != 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

232 : job ID 63d7e76e230a4aec871b6f1915413e4b

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) != 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

233 : job ID 0a22e81b7d0f4586845a68b74e8059c7

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (5, 10), end pos: (5, 11)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -2,7 +2,7 @@
+ from pyFunc import addTwo
+ 
+ def plusFive (x):
+-	return x + 5
++	return x & 5
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

234 : job ID e5fffe4875de41e3aafd2217f49998ac

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 18), end pos: (8, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert addTwo(5) > 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

235 : job ID 51c7b28c385d4a82993b9c6629a32850

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 18), end pos: (9, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert addTwo(3) > 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

236 : job ID 89cfffba4a6f4251ae66a16f8bccc6d3

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (8, 8), end pos: (8, 22)
operator: core/AddNot, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -5,7 +5,7 @@
+ 	return x + 5
+ 
+ class testImport():
+-	assert addTwo(5) == 7
++	assert not addTwo(5) == 7
+ 	assert addTwo(3) == 5
+ 
+ #class testUnits():
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

237 : job ID a6a09ce72c354da6a8a4185d09f67423

/home/areinsch/CS362/PyTesting/unittesttest.py, start pos: (9, 8), end pos: (9, 22)
operator: core/AddNot, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/unittesttest.py
++++ b/home/areinsch/CS362/PyTesting/unittesttest.py
+@@ -6,7 +6,7 @@
+ 
+ class testImport():
+ 	assert addTwo(5) == 7
+-	assert addTwo(3) == 5
++	assert not addTwo(3) == 5
+ 
+ #class testUnits():
+ #	assert plusFive(3) == 8 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

238 : job ID c4ad0f7e67fe4243aa92c0b4e5866f3a

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face <= (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

239 : job ID 88d313ef3f814150920c394a436ad475

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, -1, 0) or face <= (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

240 : job ID e598590b8b894e41ab2637e816f03911

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -675,7 +675,7 @@
+         if self.exclusive:
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+-            if (button == mouse.RIGHT) or \
++            if (button <= mouse.RIGHT) or \
+                     ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

241 : job ID 4a69b05f52b54002bd74688bcddb0c73

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button <= mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

242 : job ID 7216ea64e427400aa7b332ca77c135b2

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -680,7 +680,7 @@
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
+-            elif button == pyglet.window.mouse.LEFT and block:
++            elif button <= pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+                 if texture != STONE:
+                     self.model.remove_block(block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

243 : job ID b8251e3994ae4a71aa950213682a5dd9

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -718,7 +718,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol <= key.W:
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

244 : job ID d76f0beea5924091ae580661fe1ca28d

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -720,7 +720,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] -= 1
+-        elif symbol == key.S:
++        elif symbol <= key.S:
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

245 : job ID a89ac63d50e6463294f25d3e28ef7ad9

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -722,7 +722,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
+-        elif symbol == key.A:
++        elif symbol <= key.A:
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

246 : job ID 28394077f35c421bb05f112173933549

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -724,7 +724,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
+-        elif symbol == key.D:
++        elif symbol <= key.D:
+             self.strafe[1] += 1
+         elif symbol == key.SPACE:
+             if self.dy == 0:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

247 : job ID a25aed6c483142a2bb50542b8e032759

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -726,7 +726,7 @@
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
+-        elif symbol == key.SPACE:
++        elif symbol <= key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

248 : job ID f77df6f04b6f463286390ff389463313

/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -727,7 +727,7 @@
+         elif symbol == key.D:
+             self.strafe[1] += 1
+         elif symbol == key.SPACE:
+-            if self.dy == 0:
++            if self.dy <= 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

249 : job ID 8589549288174ba1a8210c2cacb96352

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -729,7 +729,7 @@
+         elif symbol == key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+-        elif symbol == key.ESCAPE:
++        elif symbol <= key.ESCAPE:
+             self.set_exclusive_mouse(False)
+         elif symbol == key.TAB:
+             self.flying = not self.flying
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

250 : job ID 10742a76f45f4995bc12505def13b1ad

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -731,7 +731,7 @@
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
+-        elif symbol == key.TAB:
++        elif symbol <= key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+             index = (symbol - self.num_keys[0]) % len(self.inventory)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

251 : job ID 7ef93cf0336745dc8ebf5d7dfa54d3e2

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -749,7 +749,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol <= key.W:
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

252 : job ID 84175593a9f242568db23f4f03739e35

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -751,7 +751,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] += 1
+-        elif symbol == key.S:
++        elif symbol <= key.S:
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

253 : job ID fecd21776b21430ab1390f8e7954fa44

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -753,7 +753,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
+-        elif symbol == key.A:
++        elif symbol <= key.A:
+             self.strafe[1] += 1
+         elif symbol == key.D:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

254 : job ID c42e91c60ee44e659ffd457e0a79bbaa

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -755,7 +755,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
+-        elif symbol == key.D:
++        elif symbol <= key.D:
+             self.strafe[1] -= 1
+ 
+     def on_resize(self, width, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

255 : job ID 090bb58f2c1a4a41ad31a151910b5e6a

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_LtE, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -896,6 +896,6 @@
+     pyglet.app.run()
+ 
+ 
+-if __name__ == '__main__':
++if __name__ <= '__main__':
+     main()
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

256 : job ID f088370f48d245dda1ad73d6edafeda8

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) - len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

257 : job ID d3ef0c4768f44ccbac5286c677039e29

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Sub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' - (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

258 : job ID 47abb10d16704c21ae36535399d2fab8

/home/areinsch/CS362/main.py, start pos: (655, 20), end pos: (655, 25)
operator: core/ReplaceBreakWithContinue, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -652,7 +652,7 @@
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
+-                    break
++                    continue
+         return tuple(p)
+ 
+     def on_mouse_press(self, x, y, button, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

259 : job ID 757b26ad3ada4d50843ff6420f05dc48

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) << 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

260 : job ID ecf4a1479ef146c89a9a7cc0cdb9db83

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) << 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

261 : job ID b1daddf7b9d944a7bd4ba7ca0ae83fdf

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) << 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

262 : job ID e0b63b87ca974f749006386d61daea5e

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) << 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

263 : job ID 1a7cf69c091f47cbbbab2890a51aee07

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) << 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

264 : job ID 9331457022d34a579f9f3f4b84a05bc4

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 << 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

265 : job ID c2c26f25e1cd4860ae3090db9c88a352

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx << 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

266 : job ID b6c2df7a717d4f91bb1ab80129c3d624

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy << 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

267 : job ID 33088c2578604433a7239677927ef22e

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz << 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

268 : job ID 5e8ec702e0ba4fb185fb5f3bab4d9108

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) << 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

269 : job ID 271db5e847124561a5624486ab4ea473

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, <<kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

270 : job ID f0ab60e4e0ad4bdfb79f82d07dd4ac5f

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_LShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, <<kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

271 : job ID 2dc9a5621b0a4bd9a62ae9d12fc72442

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import +
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

272 : job ID 6e9655eb23764ec0934a118ba4cb4694

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 + GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

273 : job ID 3557f8e7491d4b18a1d0d20c56f7b386

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY + MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

274 : job ID d1799128ce624fc1938c2a42516fa7ba

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x + m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

275 : job ID cf0c2cb11a8d4dd688770609556bd239

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y + m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

276 : job ID b81db5cd9f4648308568cb934333324a

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(+top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

277 : job ID 4e7fc813036c4c12864bb07a8af3e676

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(+bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

278 : job ID ed5668c81dc040a6b4848f02e3970e31

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(+side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

279 : job ID c23e798bd835443cb149c486483adf2b

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side + 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

280 : job ID 172fa16ed72648f4b85622518bf42457

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance + m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

281 : job ID 19ea078a47274dc294cbb3b275760e67

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, +args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

282 : job ID b944d18ba45b42e69ff356b329fb4b01

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(+args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

283 : job ID d154ae0a4ba94607be3257f335e2c835

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, +args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

284 : job ID 16711e5106644a1a9531e9dee2daeacd

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(+args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

285 : job ID 03d0e6b4fdab4bd189ccb8b9a28f50b1

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) + m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

286 : job ID b119a91605514b158459bafd1f995c5c

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) + m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

287 : job ID fd839ad1356e4c3ca89ecff806558c35

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(+self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

288 : job ID 78edfe8f1e4049a495b754fbf989c1e6

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) + m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

289 : job ID 8c36c7c3d1ba41089adee4595be6ed02

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) + m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

290 : job ID 92858f0df8984400a9d286da7dc33403

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt + speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

291 : job ID cb017e4967af425fbb964af277faacd1

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx + d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

292 : job ID 48317e8c0985440ca309fe12cccd56db

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy + d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

293 : job ID 0295abcc37ad4c94a8d017607f30ae67

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz + d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

294 : job ID 75e873e80c4d461b92e75651fe19d32a

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt + GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

295 : job ID 1de402e4b15a468b900832c98dce28de

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy + dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

296 : job ID 4034f9ee40a543c0ae85a81ff062688b

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) + face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

297 : job ID 5b4888fa5b8f43d8be3a982f3d1dbc1c

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) + face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

298 : job ID 2f435b89aaf04aa9969eb64a6e073af5

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx + m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

299 : job ID d83ec810eaf04ee9a8c33988fda989d0

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy + m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

300 : job ID 972cfc22ebe944f6bf37df101e035a19

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Add, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat + 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

301 : job ID d73d88862b604f2e910d1d9ae3059829

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y/n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

302 : job ID 773a52a887be4adeab91f98a4ab403f3

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y/n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

303 : job ID d715a68b1d38455081593a509f64985e

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z/n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

304 : job ID 1054f6ec5b5445f1a1887843c225a3d6

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x/n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

305 : job ID bff727430554454f8848bd706ffed959

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y/n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

306 : job ID ac669bf1a7784e7c894901ca1b2e880e

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z/n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

307 : job ID 077680e1630544fb8573244b891e6c97

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x/n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

308 : job ID 082982f0957b42b683b655d580306547

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y/n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

309 : job ID 37395c99636b44599097ecd13600dc7f

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x/n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

310 : job ID d9e57c8657c94365a5f0617e0f08bca1

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x/n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

311 : job ID f09dec2f8f1d4874994fb3bc2e3cc1b0

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z/n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

312 : job ID e6302770b1854d169c6fb4576bd2aa0e

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z/n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

313 : job ID 8540279350f04fd1a055fc3ffed15f5a

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z/n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

314 : job ID 177c1947450149648fe10aea9043eebe

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y/n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

315 : job ID ca15f4e924e444cbbd1a5a272423c96c

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z/n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

316 : job ID f1a307a16b784f3d8cfdee31a3b9c513

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y/n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

317 : job ID baf6b935f3ef48558ceee668b7068931

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x/n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

318 : job ID 5ac9da56ab3844cb8e85ab8b887bfff0

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z/n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

319 : job ID 31559d8f92fc48a6a5998af0013067f3

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x/n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

320 : job ID 506c084d3ab14aa9a3aef21472702d20

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x/n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

321 : job ID 844abebf7d5e492f868c527342f814e4

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y/n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

322 : job ID 0d7da45e49bb4aaeb0c67d876f7bedfe

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x/n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

323 : job ID 0183f2825b3c4eac8d6b9bf7326bf268

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y/n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

324 : job ID abe0cd09b9254be99866fee8c5a26903

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z/n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

325 : job ID 37ba0d61d85247d0b985c6bd68421842

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z/n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

326 : job ID ab4a09c5862c468d9842459c36742ca8

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x/n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

327 : job ID 69c9e0ff7f38426f869b737f7258ce2c

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z/n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

328 : job ID b69261d5e2b945c8a17c4c3463a168a2

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x/n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

329 : job ID 012ba80bcb30454e87ca27dc5d693564

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y/n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

330 : job ID 1dbdead4153645cf9c0c8498ed5a8c5a

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z/n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

331 : job ID 7da9e67f32a64b10a29a1a2c66406b74

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y/n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

332 : job ID eb6cf7bf6e3e42c590eccc2d209184c8

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z/n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

333 : job ID 91dc9f27076e420da4e352060975b385

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x/n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

334 : job ID c3ade60de2284c3ea937207513656249

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y/n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

335 : job ID a5e2049193784d94a19b37ff7486b175

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x/n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

336 : job ID bcf3f0b0387d44ed937f75661f985858

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y/n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

337 : job ID 7bb3515269874559abe3d4ae79c747e7

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx / m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

338 : job ID 092d30e1a2d74d8980a9beb222203401

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx / m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

339 : job ID 22aa0f820b7c4673acc590f9840f2e19

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy / m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

340 : job ID 1f95a8f8dea24f09937843f48a84f21f

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy / m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

341 : job ID 402eb7060e804f54b2c7239cc68390f3

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n / 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

342 : job ID f8301ed353d14628b68728707d072ca8

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n / 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

343 : job ID 45caf13fc40e42e0a9cbca1b7d3b052c

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y / dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

344 : job ID 648d54887aed421097774b6d2a875f2c

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c / h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

345 : job ID 287084cf91bc43c7a2c52fb17720a83a

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a / s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

346 : job ID 393f187d381e4f20aaaca9f7b1d2f274

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s / 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

347 : job ID 59d6369c2e9b45babba4040663b8844c

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b / s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

348 : job ID 0c938518d2114ad6bda652985e6e8039

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s / 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

349 : job ID 7611585095654fcc9e336f01272d5009

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 / (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

350 : job ID d1d979ed86674376a635924ec1006868

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s / 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

351 : job ID 76b4b13a54844f64bdec0c2c571d9428

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 / (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

352 : job ID 34ec8d949a0143d0a78b3952bac944ba

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x / dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

353 : job ID 8e0f57b1375149c0bb51bf21e52fd711

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y / dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

354 : job ID ed5ea1e72a394e88929796c67e978ee5

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z / dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

355 : job ID b5d63d489d1546f880a7ecf7438de8cc

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x / dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

356 : job ID d8ec6853042f44e5b831feff4ec7a6b7

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y / dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

357 : job ID be831bfa9f684615833c8da3bfbd3163

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z / dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

358 : job ID 078c83840dd94051b56ece53aaa892a8

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x / dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

359 : job ID 6b121be8622d4e5f9fa99b166594b201

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y / dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

360 : job ID 538b855de0014c9b9d5ff107bbae3d2c

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z / dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

361 : job ID be693462c8e4438fbdaca0d38b9b3ed9

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad / 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

362 : job ID 693e82d044b044a0930d967113e0b8e7

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad / 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

363 : job ID 1e114b86172a48dfa19533237d512b12

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 / dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

364 : job ID 93480e316c6747dc99bef524d0be4d14

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 / dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

365 : job ID b920e63d7cfa4ec4b300c4ba7053c16f

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad / 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

366 : job ID 7968c27acd174ed997421b880b783594

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x / dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

367 : job ID 643d60a06dae48b18a069518bfa6b0bf

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y / dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

368 : job ID 406a535634784a71b37e788e5004ad08

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z / dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

369 : job ID 75f40c16fc38432b84201d9244146c82

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x / dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

370 : job ID e0e41351665f4524b4178bce10ad26fb

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y / dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

371 : job ID bdbc2b725ee1459c95f4ed1bccfbff1c

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z / dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

372 : job ID b955567e9e0545a08d7a7fdc0f395e52

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x / strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

373 : job ID 018d24eff2224364a3b0d499dbe75a5c

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x / dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

374 : job ID de02f9d9752d42e1a02b70b001fe5903

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y / dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

375 : job ID c68911637bb148d28391ac0d60ec296c

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z / dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

376 : job ID d2d08db2213b4e79b47bbacf21fa5af6

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x / dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

377 : job ID 487c1c10f0e94e83b7974d7db034734d

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y / dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

378 : job ID 5d426135de5a4fb9ac948e1f3eaa41b8

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x / n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

379 : job ID 730ad14648c049ed8150c359c34ee6e7

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y / n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

380 : job ID a816fe066f134155b14fbe7c4a8d25b9

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_Eq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 == (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

381 : job ID b488e03780414025b9de1e46e1e39b14

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_Eq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 == (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

382 : job ID 1b59c90ef68442f9a3db40482160ebde

/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_Eq, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -541,7 +541,7 @@
+                     # Moving left or right.
+                     dy = 0.0
+                     m = 1
+-                if self.strafe[0] > 0:
++                if self.strafe[0] == 0:
+                     # Moving backwards.
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

383 : job ID ca61351e6fc742688be8f3a85d985ead

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) >> 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

384 : job ID 55a4efa4f79e422289c71d2e79a1c4be

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) >> 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

385 : job ID ec5add8221f9461b8b00cf67c63e183e

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) >> 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

386 : job ID 045a65c3cf8b49c6bd1a96094c9a2b50

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) >> 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

387 : job ID 3a28a25f903a44159237e5fceb748d7e

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) >> 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

388 : job ID 0acbb147fa3c43a2b6bdd5f14141c64a

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 >> 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

389 : job ID 273612baa3904ee7834c425183f2e0e1

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx >> 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

390 : job ID 8b1716684c23498496d8eb47e4b8f4d9

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy >> 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

391 : job ID ad32af7c45dc4d24b7850241087a9fa1

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz >> 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

392 : job ID 78daaa8f912544bd85f05064ff84b77b

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) >> 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

393 : job ID 7f7b0f0f58b8473f9e053372c05cd05b

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, >>kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

394 : job ID 0a52daf84f4d4438ae4bd966fa201261

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_RShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, >>kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

395 : job ID e410899548c844e2b94a46d6d4b88f6c

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) | len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

396 : job ID 550c318f22ae4f5eb6b04613f8c6dc74

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_BitOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' | (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

397 : job ID e69ce89fb9344ef2856fb20a435b3a38

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) % 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

398 : job ID 8641878848594220881ec93062cdd007

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) % 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

399 : job ID 970db9262d574ba2b42f0db1b4133588

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) % 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

400 : job ID 33f293904aed4124b40543feda635bab

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) % 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

401 : job ID d9c04890b31f4183a1436ddee7395d22

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) % 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

402 : job ID 1c459a22c7cf4d5785ca4a0324ea41cc

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 % 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

403 : job ID aa3ed47b84004c31a6dbba12f9882d7c

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx % 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

404 : job ID 30453fa264954a67b2ff3c35609ea883

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy % 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

405 : job ID d83bfb0f7e7842b2a0d39c1033111289

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz % 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

406 : job ID b3f486fbe931467390bbff2f117247b1

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) % 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

407 : job ID d9aaa678e5254feda6c8cdf75a4f7713

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, %kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

408 : job ID ce2c8ef5058548e581db74ac0e02a60d

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Mod, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, %kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

409 : job ID c99f2722803543f487121fd019827c37

/home/areinsch/CS362/main.py, start pos: (216, 31), end pos: (216, 34)
operator: core/ReplaceAndWithOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key != previous or key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

410 : job ID 48ee379809204f7db14e6bf1a4596a5c

/home/areinsch/CS362/main.py, start pos: (363, 42), end pos: (363, 45)
operator: core/ReplaceAndWithOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -360,7 +360,7 @@
+ 
+         """
+         for position in self.sectors.get(sector, []):
+-            if position not in self.shown and self.exposed(position):
++            if position not in self.shown or self.exposed(position):
+                 self.show_block(position, False)
+ 
+     def hide_sector(self, sector):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

411 : job ID 4edad3a906224c058324af2500ba8b19

/home/areinsch/CS362/main.py, start pos: (423, 25), end pos: (423, 28)
operator: core/ReplaceAndWithOr, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue or time.clock() - start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

412 : job ID fd74526f16df43cbb22228b178ef707d

/home/areinsch/CS362/main.py, start pos: (679, 44), end pos: (679, 47)
operator: core/ReplaceAndWithOr, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) or (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

413 : job ID adba18643ff54e419a44018c8440200b

/home/areinsch/CS362/main.py, start pos: (683, 52), end pos: (683, 55)
operator: core/ReplaceAndWithOr, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -680,7 +680,7 @@
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
+-            elif button == pyglet.window.mouse.LEFT and block:
++            elif button == pyglet.window.mouse.LEFT or block:
+                 texture = self.model.world[block]
+                 if texture != STONE:
+                     self.model.remove_block(block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

414 : job ID e9dc7adc06d041f2b09633c704fa7f57

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) ** len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

415 : job ID 615ce84523dc42a9bd665d97911269ed

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Pow, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' ** (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

416 : job ID 44ca144346a84c1db301f3c1d023ebea

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x>>n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

417 : job ID 1a2fe12c066f495895540c7b16f59f74

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z>>n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

418 : job ID fc89bf8c805240378443d4cc4e9464c9

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x>>n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

419 : job ID 9bdbd60582234349af011fdcc0a63a1b

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z>>n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

420 : job ID a08fb9b7fdbe4ced8891360466121145

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x>>n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

421 : job ID 28a0ce201170452bbca05b361bbf0ca1

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y>>n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

422 : job ID f9af7e77dc47428e847a4e0ed1361f0f

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z>>n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

423 : job ID e72342099f004173b6c297d8a4c1250c

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y>>n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

424 : job ID 95f8537a4bb743ce8b548937f453d2bc

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z>>n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

425 : job ID 4fbb3362c9f844d39e3fc18c669a3077

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y>>n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

426 : job ID 0854320f58c242c29d5d67236faa5c1e

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x>>n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

427 : job ID 49c90e37cf8f4b2b9cb674b7d065b94a

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y>>n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

428 : job ID bea748bbd4f0459ca8d5535ec177edff

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x>>n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

429 : job ID 2719cb3418e643939df193693c812110

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y>>n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

430 : job ID 7aac1b661fc54d77b686ab3472e136c5

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z>>n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

431 : job ID b6b14aecf91b441db1ebbffafcc31055

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x>>n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

432 : job ID e1a0e3a083184c3582cc0253a4a0327d

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y>>n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

433 : job ID 4a4b43a3dcc64821bf31c7dd1a89fb3b

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x>>n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

434 : job ID 08fbd671d0b646eaad0441f5489bee85

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x>>n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

435 : job ID b75065ec37d64f0a876fc5e108b29faa

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z>>n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

436 : job ID 259a9d664c1545b4b516802cea6cb213

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y>>n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

437 : job ID f74d1674295841f795d28267bea6f613

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y>>n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

438 : job ID 5b85e9b2a52e4d8480ecb4a2354c3a70

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z>>n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

439 : job ID c05835b378e94e5db6084ea080a9602f

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z>>n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

440 : job ID aa0b206008444343aebf87a42bff713a

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x>>n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

441 : job ID d0435b9f226946349dd97dc09d9ac982

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y>>n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

442 : job ID b3843a2a604548598628f19b171bf23e

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y>>n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

443 : job ID 31709682211c46d5a562253c18f23664

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x>>n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

444 : job ID 9ca78ec2e3d341de8351790737b25174

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y>>n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

445 : job ID 0818ed6aac0e40a6ade13e21006d373d

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z>>n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

446 : job ID d1c6c0f72c98499dafb2cddf34c56544

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x>>n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

447 : job ID 940e247ae0f049ff853c97be89a7f3d8

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y>>n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

448 : job ID c7019412d79b4a48b72a6c48e2e3bbee

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z>>n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

449 : job ID e8ee5e29c8a84f90a042984c31d9a776

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x>>n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

450 : job ID db00ca5c066f47bb9a50826a6b02e1a7

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z>>n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

451 : job ID 5bb42c57ab854becba9e1c97cdf5e7b4

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z>>n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

452 : job ID 519f1347102d43bd8e3e41973cc31c45

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y >> 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (-n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

453 : job ID b14e90b5c93e4de2b9884d5700fd00c6

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y >> 3, z), STONE, immediate=False)
+                 if x in (-n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

454 : job ID c708bc037d6042e0b7b8c96e3d439aa9

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n >> 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

455 : job ID a8bd4af6b67c49d3bd8eac5a80f8b1e6

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a >> s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

456 : job ID 6a7fd161c2c0402a956e86ce9e4e9871

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b >> s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

457 : job ID 69d4de17f0a1437798972519d70de2c2

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x >> a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

458 : job ID 8146804cc225419890e6e0ce361e724c

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z >> b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

459 : job ID 95c24eeceed34d609db26f08cb76f82f

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x >> 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

460 : job ID 431c7ec4a2a241999468c9c56169cef7

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 44

461 : job ID b4f13a842ee949e8a7f510dbdfd41bf4

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 45

462 : job ID a78917e08ec04eeb8dd95a253c236df4

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 46

463 : job ID 8c6236a763984de1a69692bc8c3a8b0d

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 47

464 : job ID fd0f7a32b8a64f5a91088873472675ff

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 48

465 : job ID f103d8c6308d40b290efabd8e800875d

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 49

466 : job ID ef0984ba2e5b4d81ad5b14d4ad5b8fd8

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 50

467 : job ID a233a7329ff3444188106abfd4ce2a77

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 51

468 : job ID db8ccb8112a4452b89510df691c1f0f4

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 52

469 : job ID 45850a8e986646b39c81cc53102cf3f7

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 53

470 : job ID e21de2e24195464ebc92e7ff2a3c45b1

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 54

471 : job ID 9c4fe787dbbd472b92781dacc64a6669

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 55

472 : job ID 69105313193c472f90198816b722cf46

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_RShift, occurrence: 56

473 : job ID 06567ed0751f4f9181ae22712482fc02

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_BitXor, occurrence: 0

474 : job ID 1296271ddfe24170865e8c07226d32c3

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_BitXor, occurrence: 1

475 : job ID 5bfd26f61fa3454ca3d256b295815a4f

/home/areinsch/CS362/main.py, start pos: (230, 23), end pos: (230, 27)
operator: core/ReplaceTrueWithFalse, occurrence: 0

476 : job ID 863120091ff84528b95a9afaef861412

/home/areinsch/CS362/main.py, start pos: (233, 53), end pos: (233, 57)
operator: core/ReplaceTrueWithFalse, occurrence: 1

477 : job ID a56952adf35e4c7fb25ddfa15c362cd5

/home/areinsch/CS362/main.py, start pos: (256, 47), end pos: (256, 51)
operator: core/ReplaceTrueWithFalse, occurrence: 2

478 : job ID e9c513b5276f4d929a817616031fa5a0

/home/areinsch/CS362/main.py, start pos: (293, 45), end pos: (293, 49)
operator: core/ReplaceTrueWithFalse, occurrence: 3

479 : job ID 6ef836ddf36540c588caf40e5771972b

/home/areinsch/CS362/main.py, start pos: (333, 45), end pos: (333, 49)
operator: core/ReplaceTrueWithFalse, occurrence: 4

480 : job ID ed37f50697e14e65817aca47e6bb75e7

/home/areinsch/CS362/main.py, start pos: (688, 37), end pos: (688, 41)
operator: core/ReplaceTrueWithFalse, occurrence: 5

481 : job ID ba5ea2eed0ed49ee8555ece65359c832

/home/areinsch/CS362/main.py, start pos: (892, 71), end pos: (892, 75)
operator: core/ReplaceTrueWithFalse, occurrence: 6

482 : job ID 6557c185fe014f0fa071edd69638c412

/home/areinsch/CS362/main.py, start pos: (894, 31), end pos: (894, 35)
operator: core/ReplaceTrueWithFalse, occurrence: 7

483 : job ID 0dd2ce5acc3949b9bac5c2b77ad54f12

/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_NotEq, occurrence: 0

484 : job ID 42f72230f80d454e9fa1a5f651a1a719

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 0

485 : job ID cbb152071abf48ff9128868ddf950e4c

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 1

486 : job ID 2218c84d2d334be2a5e5a3171a301faf

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 2

487 : job ID 7d1afb7c295b43859d8c096bf2e2a20d

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ^ 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

488 : job ID 389d65445ff24c5a8cea007b026e0570

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ^ 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

489 : job ID ad00a0703e424032989fc9f5e72e23da

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ^ 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

490 : job ID 54bb2c5416ad48898087c8a33c82e95a

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ^ 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

491 : job ID a73640c41cdb4c30be074fdb855e716d

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ^ 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

492 : job ID 079335be675c45aebee32b1c759829c0

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ^ 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

493 : job ID 39bc8a66d93c4acba6c7551aa5216397

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ^ 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

494 : job ID 78c4421327fe4ab782aa31da144400ba

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, ^kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

495 : job ID 73f9c850c5db4020ab25ecb60c1d3a78

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_BitXor, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, ^kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

496 : job ID 4f1a89bdc355433fac44493d65b83b43

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_Eq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 == 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

497 : job ID e30f7ac43e604a80b2aee6af0b298612

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_Eq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start == 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

498 : job ID 3bd00464596345dabe68fdd2c5c21212

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_Eq, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -639,7 +639,7 @@
+                     continue
+                 # How much overlap you have with this dimension.
+                 d = (p[i] - np[i]) * face[i]
+-                if d < pad:
++                if d == pad:
+                     continue
+                 for dy in xrange(height):  # check each height
+                     op = list(np)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

499 : job ID 862b0f9583b648b7a0cd6a8d474faf49

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) & 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

500 : job ID 216c6db4749c4b88874ecf97b1e75e04

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) & 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

501 : job ID 3b24cbcd3c8a4667a8e9f47485ab566c

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) & 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

502 : job ID b78224a3f5ba425ea4f30edf9b281ba4

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) & 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

503 : job ID 03a2ec653ec543b48e5170149d99333f

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) & 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

504 : job ID d46d3a523d694f4ca9732b187e8d8367

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 & 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

505 : job ID 49212f641c754c7b9f546942a06695fc

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx & 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

506 : job ID 121666d43c13431fb25268799d17fd3a

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy & 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

507 : job ID 44e873f8a343426ca5e0e8451add7f84

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz & 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

508 : job ID b5e027df402146689b0c530c4d1576f7

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) & 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

509 : job ID 9e8e527e503d48929f0f62713bbdc99a

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, &kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

510 : job ID c2f455cc245d42dd9da3a0025cb434aa

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_BitAnd, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, &kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

511 : job ID 5b6c1708439b446ca88fe688b3b6e4e8

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x//n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

512 : job ID 0df41f9188d843dd93355fd7eb172ee1

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z//n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

513 : job ID cf45ab0434b8461d81393951c3d038d5

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x//n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

514 : job ID c3f318aab6d04743830908ce426effbd

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z//n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

515 : job ID 0f7e8458599c42c6bbc8e78e3c325179

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x//n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

516 : job ID d31416f970ff45039eea96affada8fdb

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y//n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

517 : job ID 3ab359abc6584622a519f1c9cba860ed

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z//n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

518 : job ID bb3e106331874262aa750762a4a46424

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y//n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

519 : job ID 03a87c0abd204036bf44b4b39dce194d

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z//n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

520 : job ID f77ed4d3537246549791bc408a76de91

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y//n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

521 : job ID e0a13767656b4a2e9053e45fe5e4cc1b

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x//n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

522 : job ID 2a913c50030a430b9737b644c64de268

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y//n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

523 : job ID 4393fe0f4da54c6099a3d774e390e90f

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x//n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

524 : job ID 58b41215de3b45a4a10108426bb0fab7

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y//n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

525 : job ID 01cb368c761541dfba32755f5322f7a8

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z//n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

526 : job ID 55febeae8bdb4b6fb6d3cf453cb84bbe

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x//n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

527 : job ID 2478b22f0bf8496482c801ee6c86c89d

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y//n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

528 : job ID f1e58392e5434a4091bb9af9ee44280a

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x//n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

529 : job ID 3137388e80424111b05fbe6f12fc8074

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x//n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

530 : job ID 288e15148a3a435296b067dbc98a7482

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z//n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

531 : job ID 6d02a4def3614570a6ecd55e4dcd7cf0

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y//n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

532 : job ID 4c3eb849e7d9459bb2b28c1587168bea

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y//n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

533 : job ID 992b254a93404dbd9e8e35b27af4b6b1

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z//n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

534 : job ID c279faca37d6412a9fcf29eaa8b9a77f

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z//n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

535 : job ID 0f2343f66d624e5384e38c238ed12a2c

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x//n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

536 : job ID 0df53a04825c42a18d72cfa1e66dfb3b

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y//n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

537 : job ID d8f0586b6d184762abcb3a5d8890c6ef

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y//n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

538 : job ID 90b17cdde76f4ad0ba316928975f91d0

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x//n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

539 : job ID 72e3a4a84e3b4c13af1bbd9f7f2742a3

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y//n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

540 : job ID 86369fd8f65c4f61b8803d8e5635c8ca

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z//n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

541 : job ID b127e14612ad4f87a20ac574f081e389

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x//n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

542 : job ID e91171519cce455a938230b7a2ee4039

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y//n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

543 : job ID 70c0201a03494d8388859fec39e59d1c

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z//n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

544 : job ID 243354c3f2fd4a9ea67924bb6154865a

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x//n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

545 : job ID 4235d21539e449eaa65634fe0531a440

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z//n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

546 : job ID d57a429d71fa44399a0fba3414d9e398

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z//n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

547 : job ID 8fbc90cfbb03446c93135d9c7ce10ba8

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y // 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

548 : job ID 9d541ab5d50644b6a1a4fe748f4453ad

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y // 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

549 : job ID 32ffa4004f184628b7aaf85c766e378b

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n // 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

550 : job ID 5e15e97780e6489287a6d5e5235ef8d4

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a // s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

551 : job ID 8818ec3e303647c6a6c43526511360da

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b // s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

552 : job ID 9ffa554e4af444d7a35e6f005e2dc046

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x // a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

553 : job ID 419f6da925a9444ab85f2fe17ae8c47b

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z // b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

554 : job ID 75a94b393c3e4ce2896a2d206f4214d5

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x // 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

555 : job ID 46ce954e66c34a488927d8c8637194fc

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z // 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

556 : job ID c51f8cd37dd24404b7d06b4d810f0310

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set // before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

557 : job ID 95002bcef5364eaea9de91b49870f77d

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set // after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

558 : job ID b6c5eaf853ea40ffa297546902c0dabb

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() // start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

559 : job ID c210c3fe74f745d2b146f8761b78191e

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height // 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

560 : job ID 7a562028dbf44ee481a7bae1ebed4305

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x // 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

561 : job ID 6f3abaaf84ed4f79ad79988f9fb28919

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x // 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

562 : job ID 007876dd81674b4f9a7c689bf05613c9

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] // np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

563 : job ID d0cf62e064f74afdac8fdffdbb2a70a2

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d // pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

564 : job ID 7510ca8b7cf04c749bd6eeb7eab94547

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol // self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

565 : job ID 07ba280de71841f1a7a5a2d3d2f4ac77

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height // 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

566 : job ID db702b4e00c040908410283423a80916

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x // n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

567 : job ID 6dd68fa887994107b89601915cd5ed02

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_FloorDiv, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y // n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

568 : job ID b12c99b81f7c4f55a95510e9ca4f4972

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x << SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

569 : job ID 9901a91e647f4848a45be6892ff3e37d

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y << SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

570 : job ID 2226a24c4f7c46038298432878d5bda9

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z << SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

571 : job ID b0661729be1c49dfb4dd2a0adc78b692

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width << 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

572 : job ID 46d365365d434863838f81daee5676fc

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_LShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height << 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

573 : job ID a9d270e21e4548808a1b2f35d44091e0

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_LtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 <= 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

574 : job ID 1de7433120da44db86432e1d19bc7e80

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_LtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start <= 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

575 : job ID 638ff14737ae4d52857d8211abb35385

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_LtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -639,7 +639,7 @@
+                     continue
+                 # How much overlap you have with this dimension.
+                 d = (p[i] - np[i]) * face[i]
+-                if d < pad:
++                if d <= pad:
+                     continue
+                 for dy in xrange(height):  # check each height
+                     op = list(np)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

576 : job ID ad60f5758f75426aba2965ef0eb8fe38

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 >> n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

577 : job ID 75d0ec244d24466896648ec5b0e3fcde

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx >> m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

578 : job ID 03b984531ced43ebb59ac52c3d8ec676

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy >> m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

579 : job ID 46c11493cbca4dd497be79eb1db11793

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz >> m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

580 : job ID 9227fc61063d4686949daea27a822cd6

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 >> TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

581 : job ID 19d91ef436fa44bda6a155283f475be9

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 >> TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

582 : job ID 6a86a2ac8a2b496ba215aab24b27865d

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt >> m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

583 : job ID 2943c22d73594bf08c7158a92b94da54

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_RShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width >> float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

584 : job ID b27487d4b2fa4011a1a3e5d9938ca9dd

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y**n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

585 : job ID 0f3de1a5a8eb484e8ce8fbfe13ac9f90

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y**n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

586 : job ID b8e2d5199c7f42069f898161356f847e

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z**n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

587 : job ID 08f042f55fce4cf9bd0e9a9637eeb0ec

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x**n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

588 : job ID 722cb4fa3fcc4f7eb3f7f8c8ebb9c855

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y**n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

589 : job ID bbab433a0d9e416497312f426a0fe531

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z**n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

590 : job ID 45ed5aef274e4ea89c6848865e645669

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x**n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

591 : job ID c0725db8e2264ad19632989886933d7a

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y**n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

592 : job ID 40404375c4c34c2e9d0d13263cfb6a20

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x**n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

593 : job ID c4f4a8332aa34febbed80d99b2da3293

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x**n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

594 : job ID 8873dda8aba3429182a824d3d071b074

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z**n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

595 : job ID c28c00250bb8460da049c1454d02be2c

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z**n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

596 : job ID 25f6581d33ca45279cd6d7422c375f85

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z**n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

597 : job ID ae650ce8cc9249d9831991e0f7560af5

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y**n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

598 : job ID 05bc401de6c94161b5fb3100bdd738aa

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z**n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

599 : job ID 1fdacda8d8a940f4b2a09170f604e45d

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y**n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

600 : job ID 79b745d0f6cc471ab73acdf979dd1352

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x**n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

601 : job ID e7b1406f4e864545bebabdb2dfad0218

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z**n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

602 : job ID 080ab95f278542849822afc0466927bb

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x**n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

603 : job ID 05b027b9a8054d3e8b999a008311d4d0

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x**n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

604 : job ID 8486aaae12e64263b6bb8786518ad58d

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y**n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

605 : job ID cec5f60d3d574d84addcb5725317d713

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x**n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

606 : job ID a78cbb7ca9ce42888366341952da9f6f

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y**n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

607 : job ID acc95de84ade4f3cbac40e3f083dbedb

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z**n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

608 : job ID 83f30ccc84a34dcd9a15d2c8789b61fa

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z**n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

609 : job ID ea5488ca3ca64c2fa532463913bbf744

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x**n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

610 : job ID c46ac5fffb9f4c25bebfe87cef2ac84e

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z**n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

611 : job ID ac03e0021b5e4935a425fe493f4f4895

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x**n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

612 : job ID bebbdc36c3b346478cb051b0fa3492cf

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y**n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

613 : job ID 94aaf16c78bb4266a2d2cf4ce1a449bb

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z**n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

614 : job ID 0d92129d7b784253a5904d9a90a37581

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y**n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

615 : job ID 7307efb04a754a869efee2946b8b579b

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z**n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

616 : job ID 2833fae49d084dbfab950f1bbb28c7c6

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x**n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

617 : job ID e30a9547839d40329c61d5782bf26a9e

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y**n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

618 : job ID d37c7a5d210e4588b4abfdb849af639e

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x**n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

619 : job ID 7cd64851e1a644a1a0478e21bfeef00b

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y**n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

620 : job ID 7ffb1aa3bda242a6a9498834e9c36a17

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx ** m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

621 : job ID c02af7602cd047f6b75b7aefadfaa059

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx ** m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

622 : job ID baf5828270d84255a4ecbfc41fb03c48

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy ** m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

623 : job ID 4c16526c390642e1b6ee09d56a77318d

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy ** m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

624 : job ID 58bbf84c85e648f7ae60b96634afcf2d

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n ** 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

625 : job ID 8bec182e25034e4dbdc2f25ea7dfdcfc

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n ** 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

626 : job ID 95fa52e7c7954f6a84a2adf06b9ddeab

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y ** dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

627 : job ID cf21a4d5314b4f3ba0114b36f52e6c5f

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c ** h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

628 : job ID 396743b61f5f406797733d46829f1853

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a ** s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

629 : job ID d754a33feca04456b60ceb33bad9b9f1

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s ** 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

630 : job ID fef8aec13c2b40c6a928d7901eff5abc

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b ** s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

631 : job ID 9427953851b345fd9b6148df3e280181

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s ** 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

632 : job ID 41e64c59214d4b2f87d6932ee4b30d36

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 ** (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

633 : job ID 59cbe5765d664b8f8cfd31258382f387

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s ** 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

634 : job ID cd8f1dd6f941455ab385f4342f9ede0e

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 ** (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

635 : job ID c429f14cdcf14963a2a0af8580ec4e9b

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x ** dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

636 : job ID 6bdc7eb95ef24c61bd96d1e174f37bb9

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y ** dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

637 : job ID 1e19d6240af548df86f4c9611ce8eaec

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z ** dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

638 : job ID d29968c6a62e4f69a683488110267c78

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x ** dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

639 : job ID 15d2a502364b41e3a7a34e0fbaa41842

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y ** dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

640 : job ID 7b41d598e79047bfb2fe329daf990247

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z ** dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

641 : job ID 4b5673e91df54035ae10cff32ac5579c

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x ** dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

642 : job ID 0f1a2355c9df4b099e981e9b87ef2aed

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y ** dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

643 : job ID 6a5f8f15e8914c599e697b1b95a1918c

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z ** dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

644 : job ID 5b448741ca414b97b366337e476188e8

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad ** 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

645 : job ID 53c02ceee1c44fc78b7fff82c59fbf85

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad ** 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

646 : job ID aabea612d3ff49178e8fd52180a8b8c4

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 ** dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

647 : job ID 4c74e63359ed447a8d24f43bae98af61

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 ** dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

648 : job ID f2b9681715b8484cb420c8bb404ed19b

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad ** 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

649 : job ID 0c47053658b74358882a3681d25c514e

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x ** dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

650 : job ID 0d87cc8b28444e4e953ffdc1a0ec52b5

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y ** dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

651 : job ID 6d086a089dfd45d5b746c3c455b64304

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z ** dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

652 : job ID 67cb6e3171d04d5290a2361caeed0ea1

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x ** dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

653 : job ID e921913b30fa4c8d895beb37e7ba4369

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y ** dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

654 : job ID abddfe83e1fc49609dbc35932a7e6da5

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z ** dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

655 : job ID da3f750e6880466eb25a1b5a51c350c1

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x ** strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

656 : job ID 9e7fe71975d445ba9daa13ac2cc034bb

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x ** dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

657 : job ID 1db8e91fa466460694904658efc287b3

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y ** dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

658 : job ID 641ff61ae4d3421989d52c6ec94516d7

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z ** dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

659 : job ID 60e56a2688934da5a8928ca6ef0c884e

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x ** dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

660 : job ID d7120691f39245f5b3f88ecce870c0a8

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y ** dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

661 : job ID d8ef9d5266cc40679342310a79e272b1

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x ** n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

662 : job ID fde718a3cab640c0ab1986de38e723c8

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y ** n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

663 : job ID 54e4b11ceae24d719953ae4fe7fbcd86

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers / key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

664 : job ID 361cd3f4a4c2462b945926046bff800f

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) / 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

665 : job ID b74d0d7372c9484eb7207cde77217415

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) / 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

666 : job ID 10e296cd9e4444a3a51299069e646c6a

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) / 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

667 : job ID 2307c7fef79642329dbc6de9b5f6aae4

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) / 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

668 : job ID d43dc382eeff4a80961a6b54f1a5320a

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) / 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

669 : job ID 8f943a23e4e940309e732ab1d6db361f

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 / 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

670 : job ID ef6988cc422b488cb5a5cd1d6fb20380

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx / 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

671 : job ID 89a6889d0ca147d2b046a3683be78fcc

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy / 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

672 : job ID dc8efa4342ce49b6a06c50829ee0d16a

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz / 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

673 : job ID 423445cfa81a4d0b910ec53612c5ee1d

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) / 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

674 : job ID 36107ced98234831b243fa20bb93fbea

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, /kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

675 : job ID a891ac31304c4568a28338e97920bd04

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Div, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, /kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

676 : job ID 99c44b3e6b434341b28f1644b961812a

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_NotEq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 != 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

677 : job ID 45dd355a690a4297b148db992d979d9f

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_NotEq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start != 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

678 : job ID 6f68a94f03f64136b35a3a669ec7cff2

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_NotEq, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -639,7 +639,7 @@
+                     continue
+                 # How much overlap you have with this dimension.
+                 d = (p[i] - np[i]) * face[i]
+-                if d < pad:
++                if d != pad:
+                     continue
+                 for dy in xrange(height):  # check each height
+                     op = list(np)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

679 : job ID 57edd704ea054b9a81f7aca1504a8e1b

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Is, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key is previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

680 : job ID 7c0a3da2441c41fcad0ccfaed696269c

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Is, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector is self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

681 : job ID d8d5f6c595c6473f9ed6c56e4645afec

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Is, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture is STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

682 : job ID 77b9f7cc4a1140089f8005f185c13bb3

/home/areinsch/CS362/main.py, start pos: (575, 27), end pos: (575, 29)
operator: core/ReplaceComparisonOperator_Is_IsNot, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -572,7 +572,7 @@
+         sector = sectorize(self.position)
+         if sector != self.sector:
+             self.model.change_sectors(self.sector, sector)
+-            if self.sector is None:
++            if self.sector is not None:
+                 self.model.process_entire_queue()
+             self.sector = sector
+         m = 8
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

683 : job ID fcc2d2df354348768577fe9f0cc3b09b

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers ^ key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

684 : job ID f73c4e51f1df4bba8ce05659a5b516c1

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers | key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

685 : job ID aa6e13b25dad43b4836ac892f0bdcab4

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) // 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

686 : job ID 63a2b4ad5e3e4db88957353f2b4f6ed5

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) // 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

687 : job ID 6163bbebd06f4c9497dba5507df25033

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) // 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

688 : job ID 43bdb93153d940b0aabfec99f64f4d18

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) // 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

689 : job ID 7a5b9dc05f4b460ba5f742e64ec63d77

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) // 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

690 : job ID 843ed20da8e54355a6d3d568c00022c6

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 // 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

691 : job ID 81f32001b9454560b664cb42eae1c5da

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx // 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

692 : job ID 2e7b62e586624d64bf1c1fed6b181feb

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy // 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

693 : job ID e784d194dc40464db6f1e63eba5ce9db

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz // 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

694 : job ID f1e8ad942c5546ffb4ee5f1dc6f3255e

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) // 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

695 : job ID d820ea3c63624a5db689dac48b300577

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, //kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

696 : job ID a99dfc8c4f404d3aaa63e29d75bc6944

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_FloorDiv, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, //kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

697 : job ID e851e43d7377478f978ee011aa657dc6

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x - SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

698 : job ID 8d41dc2d509c46a88a822b14d30eef63

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y - SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

699 : job ID c082a204a8854b338f1cf6130ded396f

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z - SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

700 : job ID 19d06922352d42c19728460be6e9bc49

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width - 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

701 : job ID 60d7c8335c1f440da7cc8cec62d94637

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Sub, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height - 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

702 : job ID 6b58ecfcfaea41c98b2f40a577cef867

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_IsNot, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key is not previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

703 : job ID 19e59d6c607649938160245e911292bd

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_IsNot, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector is not self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

704 : job ID 3db920c74ecf416dacc4d128ab534cd6

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_IsNot, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture is not STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

705 : job ID 11516ec290b547d399d9d958cdf04319

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y|n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

706 : job ID ed1177f8bfc5465abc052ea82335f940

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y|n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

707 : job ID 59a49055eb5d4e16ab19ca65f666fed9

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z|n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

708 : job ID 61d7f8ece25b42efb90c56b69422fa83

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x|n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

709 : job ID f2151a8c4e0344b5b7f9df252fe7c9a0

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y|n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

710 : job ID 31b09f8388f64881a7688dd6c66e0da9

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z|n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

711 : job ID ff468fc20cee44b7a0bbeb475a122ec0

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x|n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

712 : job ID 0e964d9556f141c49115774663991695

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y|n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

713 : job ID 223d612f1d094cd0942368969a49e27a

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x|n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

714 : job ID 12737c65c65349139da70673f821c05c

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x|n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

715 : job ID 46c93ab0fe824d7ea60dbfca909f75e0

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z|n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

716 : job ID 99cc5377906f427dbb756ea2ddeb5c83

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z|n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

717 : job ID c210246c4f794d2e96b941f3bae0fd89

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z|n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

718 : job ID 1e9c9f0f3bf148fa96842827f985e526

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y|n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

719 : job ID 7111956bf2be4d27882d7fbefc877363

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z|n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

720 : job ID 2196dd2102bb43a38ee2f68bfb7285ce

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y|n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

721 : job ID 9bccec6ab4b0413d975fffe06c7eab60

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x|n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

722 : job ID 234b4cc610a743f796ffc491db1d7f18

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z|n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

723 : job ID 4e074c802a21442db33d96c244dde8ff

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x|n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

724 : job ID f1c1eb94603e495ab11fcbf555f227c8

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x|n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

725 : job ID 08832a8426cd4308a5e4809b55e40a49

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y|n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

726 : job ID b9518923d02e44269455aaef60a0b3d0

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x|n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

727 : job ID b61f50a422e3496aadb9277ea6754591

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y|n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

728 : job ID cd21601a1f0b4f4f89c961eab5f22372

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z|n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

729 : job ID c5d747e4034444a8808387a5d2de63db

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z|n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

730 : job ID e4f504901691462488a582ed4b37080a

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x|n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

731 : job ID 7a4b2dd305e145dda0ec199351c080a9

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z|n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

732 : job ID e7fdff2ead3d471eadc73489dbc30ca0

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x|n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

733 : job ID 88c5ca7adb824669be67968503d51a98

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y|n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

734 : job ID 050e3204963c41f9a548e6b48cee2423

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z|n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

735 : job ID d114d78337014d9199b2d4ac30c34052

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y|n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

736 : job ID a8a7b3d48d564eafbd4c5801051e1ead

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z|n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

737 : job ID 3ab9f2069c404121a2f20949ab1bcb9e

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x|n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

738 : job ID a28b0e84c091449583aa15790178d4ab

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y|n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

739 : job ID fe458fc1790946d38fc6852d309661ab

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x|n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

740 : job ID 1b9c3dd07b7d47988a12a54aa0cf9d0d

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y|n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

741 : job ID 2bf1b07118e94595a2858e2e1001b8d2

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx | m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

742 : job ID a2be44ae3c7644a2912d33c2b811c462

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx | m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

743 : job ID 93fe37c9beb54171a7fced3d24f32ed1

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy | m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

744 : job ID 7b8874ea8ec743c4aa58dbd414001041

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy | m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

745 : job ID 0e5444b8d57942838b61fe496669a1e3

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n | 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

746 : job ID 5923a054162344e090e715a8b7dc4baa

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n | 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

747 : job ID d3630243bb8e4d0ab0dff4758a033fae

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y | dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

748 : job ID 2e14b630c7af4e70ae6bc4347dd35320

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c | h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

749 : job ID d4451df38d784c31b92749cbe82e92c9

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a | s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

750 : job ID baba93d13e8e424ea9a524b7e9e98b26

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s | 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

751 : job ID d459dfac808c4098a7711568db82c74e

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b | s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

752 : job ID 7f9a39da72434bcc961db7fc133db446

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s | 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

753 : job ID d03c4385dec342f3aac05f50a3704a2b

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 | (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

754 : job ID c2365d72ffb04a47b46b3f5d57f6aacd

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s | 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

755 : job ID 53f220b27a814f75940466d417ce6e82

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 | (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

756 : job ID dea8ef48ef2f46079e625f1158b8c619

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x | dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

757 : job ID 7bbfda5951164e5189ae106f58369b59

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y | dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

758 : job ID 1a1601b2bf9342d5827ec66177eb69ea

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z | dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

759 : job ID cc6c2f52d5eb4757a254af40e530b018

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x | dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

760 : job ID c2e47662354649dc87f6a4c9ff0bf44b

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y | dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

761 : job ID 719b8e33a61348049bad6a1d178cf8c9

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z | dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

762 : job ID 6cbf6e1e1e784fcd8fd31670cf569303

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x | dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

763 : job ID 18c1e5d52908401b8b660e1f787cecf4

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y | dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

764 : job ID 01b8b72b675148e9a40ab7deb80fc4f8

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z | dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

765 : job ID 790cced06df24582a8cc546e17bcaadd

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad | 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

766 : job ID d4d626d0b3ef42ebacf88630c826443a

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad | 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

767 : job ID 692b7e30266d49b193de5c3951ef17e3

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 | dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

768 : job ID c479959964f64f7a9a2ee77f12d7740e

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 | dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

769 : job ID 608ca908ca844a14b75432a9fa179e1f

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad | 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

770 : job ID 5d4fd6738ff6403bb68f89874a03a7a2

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x | dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

771 : job ID 4938364599e645d688d92aef0b96b9ab

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y | dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

772 : job ID 4fb277f42dfc4ff09e01d4dae984ca41

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z | dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

773 : job ID bd9a8e069a2f48bd88a7a4bc9c93efee

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x | dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

774 : job ID 46f963b880904ee2a5cd840f481b7819

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y | dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

775 : job ID 9d410270666e4fb4abc4ea447c0edb1a

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z | dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

776 : job ID 8464adb68d7541409ccd80f35cf254e1

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x | strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

777 : job ID e20a53657068482882b740a54f76e101

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x | dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

778 : job ID 21098c4be8714a6ca8be88e1db7dd951

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y | dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

779 : job ID 11c618a78f65437a9eedf3f9a5bb62f3

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z | dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

780 : job ID facda36f66054c82872bd6416f9530ad

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x | dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

781 : job ID 1e334cd352c345cc9b1131b92de8a28b

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y | dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

782 : job ID 344096f8ea9c4e2291b2ede972e02a03

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x | n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

783 : job ID 88988a6587c0408f9f090839c128a0c8

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y | n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

784 : job ID 740c0958d2ce4c3b9036b7782a1d06b5

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 << n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

785 : job ID 840896d1170d4037a47eb0f22f62a4df

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx << m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

786 : job ID 1ec6c05a3b844d02a1063b9388aa1f73

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy << m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

787 : job ID 56fffd9daad54bdea2d93aa6b9e1bbce

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz << m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

788 : job ID 875996f71adf49759a469d9438b78aec

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 << TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

789 : job ID e783d3785ba34ecead94f8ddcc80082c

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 << TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

790 : job ID 6ee5ca08d39e43f7a405f31396dc5e89

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt << m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

791 : job ID 4acd2552c9d54991846d8844c031fa1c

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_LShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width << float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

792 : job ID 1cddb6938fb9413eac636bb2693dfbc7

/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

793 : job ID 5025bc04059e47ef83d500268d0bc9d0

/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

794 : job ID 92072b92839c48ffaf49634cca3faf7d

/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 0,1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

795 : job ID 7b2bfa2e811d4ba7861fe5e1ad1beebc

/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

796 : job ID a0853f43ad4e473ba82b47f9e0a47e85

/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

797 : job ID 6d77d3f8f67044848e531d3f2e233427

/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -167,7 +167,7 @@
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+-                if x in (-n, n) or z in (-n, n):
++                if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

798 : job ID 82cd96f2ff1c4da9b230322403638064

/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -167,7 +167,7 @@
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+-                if x in (-n, n) or z in (-n, n):
++                if x in (-n, n) or z in (n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

799 : job ID ff684acb05b64be69ef66260e283a458

/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -169,7 +169,7 @@
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (-n, n) or z in (-n, n):
+                     # create outer walls.
+-                    for dy in xrange(-2, 3):
++                    for dy in xrange(2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

800 : job ID eaa0304e7d904d00aa35d158e3cc474e

/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -175,7 +175,7 @@
+         # generate the hills randomly
+         o = n - 10
+         for _ in xrange(120):
+-            a = random.randint(-o, o)  # x position of the hill
++            a = random.randint(o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

801 : job ID e2b667780bd14a619d92e1d07fb57c3f

/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -176,7 +176,7 @@
+         o = n - 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+-            b = random.randint(-o, o)  # z position of the hill
++            b = random.randint(o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

802 : job ID 0d0d7fc4691349d59cbac2c56b0187b3

/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -177,7 +177,7 @@
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+-            c = -1  # base of the hill
++            c = 1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

803 : job ID 7c3cbf3dbf544be58c49a0ee80a4447d

/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

804 : job ID 853f868e15744a979e92668a479f41ea

/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -543,7 +543,7 @@
+                     m = 1
+                 if self.strafe[0] > 0:
+                     # Moving backwards.
+-                    dy *= -1
++                    dy *= 1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

805 : job ID 1e18f3a380744ee2af139931b6ec04b6

/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -602,7 +602,7 @@
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+             self.dy -= dt * GRAVITY
+-            self.dy = max(self.dy, -TERMINAL_VELOCITY)
++            self.dy = max(self.dy, TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

806 : job ID bbc8466d635d44709fa725915dcb2c49

/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, 1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

807 : job ID 60389cb2129549c480d4c27e95842ecb

/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -703,7 +703,7 @@
+             m = 0.15
+             x, y = self.rotation
+             x, y = x + dx * m, y + dy * m
+-            y = max(-90, min(90, y))
++            y = max(90, min(90, y))
+             self.rotation = (x, y)
+ 
+     def on_key_press(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

808 : job ID dad9a1df7dcb42fc95fc214af036173a

/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -782,7 +782,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        glOrtho(0, width, 0, height, -1, 1)
++        glOrtho(0, width, 0, height, 1, 1)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

809 : job ID b88932628a674f57a95f58af257c9f51

/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -800,7 +800,7 @@
+         glLoadIdentity()
+         x, y = self.rotation
+         glRotatef(x, 0, 1, 0)
+-        glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
++        glRotatef(y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+         glTranslatef(-x, -y, -z)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

810 : job ID f5a136aba39843908305d4c8e88ec92d

/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(x, -y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

811 : job ID 064aff16a00c4b9eab6b3639608d77b0

/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

812 : job ID d9aad5a9ad6f488d893c246f54954b4b

/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, -y, z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

813 : job ID 0f6e2d5a9b6143b18914e1c8a8330f57

/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_Delete_USub, occurrence: 21

814 : job ID 01fb186f0c4d463b959df81415b62557

/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_Eq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[0] == 3:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

815 : job ID eb3689326eb043a6b3ae520f7b040f48

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x*n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

816 : job ID 10ce7633cdf74b4a83367761be91d93b

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z*n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

817 : job ID cedd47575b2f4b059d2e34bf2500ef6f

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x*n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

818 : job ID 283fdba1794b442683a193370c18cf84

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z*n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

819 : job ID 839e7eeef1184ca4855912b5a22eb4bf

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x*n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

820 : job ID b45f784e42cd4d6b8efd9de74fabfab1

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y*n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

821 : job ID 847ed8fe542a4fab9716bd288052ad25

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z*n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

822 : job ID 0708f73717dd472c9ca70b77dd2085a2

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y*n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

823 : job ID c319eb979e904365b6236d89b2a71df9

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z*n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

824 : job ID 655132a66a0442a4be1167c5eee785e5

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y*n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

825 : job ID 9934a02a038243138704f286eae47ed2

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x*n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

826 : job ID 053b6018182e483dadd65c9c4d6b47ab

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y*n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

827 : job ID 82162f2bc4ed46f5bcc09481a453cd55

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x*n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

828 : job ID 3fdcaf6d133a40669cc60d3bdddec03d

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y*n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

829 : job ID 8b819f09fd65450c87885b5ebc859171

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z*n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

830 : job ID 6d74e52a28644278bc04fa8ff01294bf

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x*n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

831 : job ID 89fdbac10e16461b9a8de77c98f7d7ca

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y*n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

832 : job ID 4ac73912917344a7a2bb5f4cef7db11c

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x*n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

833 : job ID 838cb17dabfa4440b3d9f0e3d394d78c

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x*n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

834 : job ID 23846e8e76aa42efbcf1ca6c02d98fe3

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z*n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

835 : job ID 8750c7db1c3e40fe8aea9d92bd2015a4

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y*n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

836 : job ID 3a49feff1e4b4d9c88d2febbd8887b70

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y*n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

837 : job ID 86799b0da2f4433ab243184825903e86

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z*n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

838 : job ID 06a19ede9c6b43bdb269763e4ae7465c

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z*n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

839 : job ID d991666a25fe4958a16f2febf8561a2a

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x*n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

840 : job ID 859a8d7b846c4ecabb1c63a73b3b1308

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y*n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

841 : job ID caaff47826c94264a32443b491d01b29

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y*n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

842 : job ID 8169c56a4d6a40a7b1c3ee2c5b65556e

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x*n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

843 : job ID c182cd35173e496195807bca46f866ae

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y*n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

844 : job ID 2563e5cc357f453399a606c193515029

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z*n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

845 : job ID d491a669b13647e1b6f5d528690d821c

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x*n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

846 : job ID 4fc84372543c49268bfeb77cddc45d45

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y*n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

847 : job ID a8be32482ab34d1bb3e8c0163328b19b

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z*n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

848 : job ID 33a79ed079c14f05b93eacb61200fd48

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x*n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

849 : job ID f4554e74112247e2b670c9604c04d1b6

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z*n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

850 : job ID 1d4e3590423f4e01a3c4e7f732d88e69

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z*n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

851 : job ID 39652526e3734051952b039b3cc89548

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y * 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

852 : job ID 637eca891d7d4a79b92a1f6e8aa3bf6a

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y * 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

853 : job ID b600af6e036e44f68fcfeedcbf02ea4f

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n * 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

854 : job ID 7e5ce12bf22c455593350893c6951e1e

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a * s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

855 : job ID cdfc39d496784cabb58995a73c7ea5d8

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b * s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

856 : job ID c64a6c249a104900875d13a5d35105c9

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x * a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

857 : job ID 53910294160045dbaf0c93809ccb6dc6

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z * b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

858 : job ID 327a65b728ab441d8261a3be5de542d5

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x * 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

859 : job ID 8c9e5ffea8b2479c9a63109dfcc4c142

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z * 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

860 : job ID 7228b66b769447c38e30e1fd06db5450

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set * before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

861 : job ID c5cf76986d3e429fa5d594013e23a47d

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set * after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

862 : job ID 5888637647924ff9b1c6c7ad67f604d8

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() * start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

863 : job ID d479306dc4144812865d36c206c22673

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height * 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

864 : job ID 4d957e7013ca48178823352baf28cadf

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x * 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

865 : job ID 9276c1ea36a44b659a10a568df1c8354

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x * 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

866 : job ID c0f11998b73147aead6a2d4feea8408f

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] * np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

867 : job ID 4ea0948c71f74ad5b96a69ff05830182

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d * pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

868 : job ID 222bed91845845a7b42cf2e1e00ef38c

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol * self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

869 : job ID 5c51328744b0430d8576185893a2f328

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height * 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

870 : job ID 47d87a2fc335415c95abaa10118218e3

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x * n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

871 : job ID 1f100e02dea34984b612994098ce11b0

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Mul, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y * n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

872 : job ID e906166694804006acd4253068f2e402

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import &
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

873 : job ID efa8cc3f3ca4440da73a2509e46d30fe

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 & GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

874 : job ID 9c33d14c90094312af4b77ef3dff3361

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY & MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

875 : job ID 2e7858b60591438b8ff1807294432732

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x & m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

876 : job ID b81fc2b9fcb44239ac5150dbcf89705f

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y & m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

877 : job ID ec961a688ae14edb8abf83736ba3ecb6

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(&top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

878 : job ID daad05a5d60949a3af62b397d7406b55

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(&bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

879 : job ID ca9be611f9c34b29b167305a6dcb1264

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(&side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

880 : job ID 2b455f189def40a9a31ec7821566016b

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side & 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

881 : job ID 593037e9329146a2b7bdd49df742411a

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance & m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

882 : job ID 24dae75f277a47a2952c3ea62818dd29

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, &args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

883 : job ID 1d741ee6f33049f097825e236cc7d39b

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(&args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

884 : job ID 1add1f2af4be449382f3edf050059ab6

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, &args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

885 : job ID e2860869531942b5aca19e5171d9cd11

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(&args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

886 : job ID 156aec134063458d923360cda174e13f

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) & m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

887 : job ID fe1e5cdc1f01430db487932eda95b467

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) & m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

888 : job ID cd94abbdf74540f4a8bf4394b6ad4e86

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(&self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

889 : job ID ef83fdf8a0cb40d881a98b4c57889e96

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) & m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

890 : job ID a6852de0900745089c451ebd6425ae62

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) & m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

891 : job ID 0b5cd98cd20947278b1f0cddb3032ced

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt & speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

892 : job ID d092391253fe4fb69df88adec2581952

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx & d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

893 : job ID 4f971a9ff2f144a1a625010e588f849b

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy & d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

894 : job ID e8d93895e4fb4853a1a9e595f4de91e6

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz & d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

895 : job ID f0d115b8179f4748b4fb254cd9388b7a

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt & GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

896 : job ID 51f3e1d3a00b4cf989d3762ed5afcecd

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy & dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

897 : job ID 0aaa0ae13ad14c38975f04fc7aed9170

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) & face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

898 : job ID 13e2eb4ead95495a967ca42dfd557515

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) & face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

899 : job ID e0813f1bffe74f499985543298c2cf2b

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx & m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

900 : job ID 4184b545a2ce43869ecc237d612e29bb

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy & m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

901 : job ID 449ccdd2a0bc44a28e45e3fa5a18afd2

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_BitAnd, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat & 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

902 : job ID 5fb31e060336484d990e291faea387c2

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Lt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key < previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

903 : job ID 7ba8799389b84b468422039624edc070

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Lt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector < self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

904 : job ID 9d46afd3f3434b929cebea8a94f2e519

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Lt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture < STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

905 : job ID 9fe71c3c03af4d5bbdc80683e5b9cf88

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 * n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

906 : job ID eec56cdbe0cf4fd7bc2d3dd80942e002

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx * m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

907 : job ID 42fb9ea04b5f4228a7f00a88051efaf3

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy * m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

908 : job ID abbb7e06c21b485b87eed390f6382bf9

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz * m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

909 : job ID e7438bd2516d452790ce0798a90a08d1

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 * TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

910 : job ID a7c9a2973a804bf3bc7ea0b491fc6a10

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 * TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

911 : job ID 605c27a041564a289d2b79ed51c36d76

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt * m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

912 : job ID 0c459f53faf9468f8ecb769dace520cd

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Mul, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width * float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

913 : job ID a6d47b6a07654cd9b9b8fca1e4fccc71

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x & SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

914 : job ID d4f0ae9f79da4d71afb27035072b3e09

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y & SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

915 : job ID 873946a196f8420aa6bfdf6e6a513509

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z & SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

916 : job ID 591e20f3b5a04c1eb51d8b81ca2d5e26

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x // 90)) * m
++        dx = math.cos(math.radians(x & 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

917 : job ID 24a8d075fd2f4de4bd2483c4c900cd7a

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_BitAnd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width & 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

918 : job ID d1ee9aa856214aecaae79c87c58d48fc

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y<<n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

919 : job ID f5ef4fb7116e47d997c093b762bdbfb0

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y<<n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

920 : job ID c7933f57d5354ec0b30289b0a8b29f1a

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z<<n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

921 : job ID 4192e90d934941d5b0d97752a373c70c

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x<<n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

922 : job ID 04634788b1c14bfcaf3d8b74a053e76b

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y<<n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

923 : job ID 11fdd3b178da42f29f959bf39cd3b530

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z<<n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

924 : job ID 88b7fd93e32b462fb45826f4a0000755

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x<<n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

925 : job ID 9590b9dfca6a4eca8626118c4b15f47c

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y<<n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

926 : job ID fd769517f0714878bbd21ec5fa7c3338

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x<<n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

927 : job ID dd317d7a9fcc4f0ab0e613ea6cd8ede8

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x<<n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

928 : job ID 299bbe9eca564384a63dee769d0d5f6d

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z<<n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

929 : job ID 26442991eea040c8a74dc090677954a6

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z<<n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

930 : job ID e76c61993c7344c2b0de46e119a79f6a

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z<<n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

931 : job ID 3f1d23d4f8334801a65ce1f7f45ed874

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y<<n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

932 : job ID f25e6b5696194f7e92f06b15f7a4d653

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z<<n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

933 : job ID 3fb025e868894bcfb424906615177b43

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y<<n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

934 : job ID 34f9055078bc4697bf821a88ee86da9f

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x<<n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

935 : job ID 7a1b28315ca442128ac15dc1311dd12f

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z<<n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

936 : job ID 00f594eee84745a897edd14eb03cdba3

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x<<n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

937 : job ID ca1ca2174d8344d294ef72dec3882a05

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x<<n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

938 : job ID 73a2a166311c4a208fc03ba48fe26200

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y<<n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

939 : job ID 947be614399f4aa496acc2aecf477827

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x<<n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

940 : job ID a81a256dbffe4f33838e19b3f30de3c0

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y<<n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

941 : job ID 14bad2706814423896c5a48a3e2be3fa

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z<<n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

942 : job ID d6d9edbc99104d3f86b957afacef875a

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z<<n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

943 : job ID bea28f1ad52d48b9a18c50b934bcf5ef

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x<<n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

944 : job ID d10af723386d49a1a121ae63537120eb

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z<<n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

945 : job ID 705aada255014091af51f355e62bb199

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x<<n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

946 : job ID c4635851102f4f2080f90d569dc142c1

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y<<n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

947 : job ID 413466f6924b451787a5c5c1900afa11

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 29

948 : job ID f8628eeeda964ea0a7bea9378d368d14

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 30

949 : job ID 409dac7a20924af893e4c9fc4691c303

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 31

950 : job ID 9c37dc46297242f2988d3bf4ecd492de

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 32

951 : job ID 40a2039f8f3f409192d9d9e4e1d7a4ce

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 33

952 : job ID 96999108e92e4d00a39aac072ef2aea9

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 34

953 : job ID 9ee01c90099341c5914550d4c239e371

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 35

954 : job ID 01cf31e258d140cba9c1ceafdd73388d

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 36

955 : job ID 7ad374c8d8e946cc89565af50ccc4963

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 37

956 : job ID 34e3db53416c4559820df87680c37409

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 38

957 : job ID ac54cdd27cca4f23862d17d760d4e9d1

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 39

958 : job ID 9c6ffcedae734bcc9b75a97f11307988

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 40

959 : job ID 9a800a43853944ab9618b7fd981b5097

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 41

960 : job ID e69c241300434b809fe5c9178972e43f

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 42

961 : job ID 1f4155fa60f1430cb1936d7f819b2f6e

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 43

962 : job ID caf5153f552f45ba94acd5d663431038

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 44

963 : job ID 2f36909c0ca444269b5d9f46c5bf11f6

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 45

964 : job ID ca5a92f81afc4ea58fd93bcf6871e032

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 46

965 : job ID 3c8fcf3370bb4dddb5ffa8ea3621e268

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 47

966 : job ID 06035e13f9ed48f79a3103b170f36319

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 48

967 : job ID 3f95511c78b6472fb45975df7f6da884

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 49

968 : job ID 645422f51d7e4c83a977f94a4e845547

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 50

969 : job ID fb69d081aa0c4230887ecc2eb5aa77e4

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 51

970 : job ID 6e15013886e84a5690a63b7ef2c52c03

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 52

971 : job ID 92261fe085e649e6b689c3e32be802e7

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 53

972 : job ID c7950ea9d1b44b18a0cb8ada606a32fc

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 54

973 : job ID 6ddc6599039647bc813997d5701beb6e

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 55

974 : job ID 9cdbd7f3227743939a88c5428732e195

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 56

975 : job ID 4f2927cec73b4e8abb712142bbd3d5eb

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 57

976 : job ID 232bfc2c64324be098138a120800a031

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 58

977 : job ID ed855b1e40144b05b6aec50bcb2036ce

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 59

978 : job ID c0981af0333548ea8135865dc310bed7

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 60

979 : job ID 69c410bd69e94cdfb061d2b662fd8375

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 61

980 : job ID b69fa727f9f14029857cfc65c18efb56

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 62

981 : job ID d6bf2993b18148978f350a0b9a50fd17

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 63

982 : job ID b6e589d0ee0245079fcd3acf9397f604

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 64

983 : job ID 4d4552276c2c4ed88718725661404a6d

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 65

984 : job ID cb11cae76a374c598ed0c80f0a47fe31

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 66

985 : job ID 8c7ceecc456f43e9b95ce7427033882c

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 67

986 : job ID 11659d1090544d6ca8b7bcb0876a32c7

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 68

987 : job ID c9dc594262954b33a44aeb2581ab7ae0

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 69

988 : job ID 7c87ab3abf6f4633ba6bd841a91c4c0e

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 70

989 : job ID af46ecdc975f4605961a617a75d6ed26

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 71

990 : job ID 97a381fb0e2247739ee9bb5f578ce937

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 72

991 : job ID 719b3fceee434027b12453b313bab947

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 73

992 : job ID 27ac5ddacc63487ea672ad3b9f95a719

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 74

993 : job ID 535e43a8ef3645ea9bcae10218b27107

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 75

994 : job ID c7b34b7cc6e2474dbc72d694a6b7ba28

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 76

995 : job ID 4e1f7f2cda494044827556ca6fc4908e

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 77

996 : job ID 4be31f059c2c4ad4b498d1c56d24b460

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y << n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

997 : job ID a56c3f89ccad4534b12b48b108012f69

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) >> len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

998 : job ID 8d069cbd8f204556ac774aefb81fea97

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_RShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' >> (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

999 : job ID 4bf35a5cd49b4500ba7438defcbc3000

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Eq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key == previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1000 : job ID 9390b6bb1f4a4331869ab4acae9ea777

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Eq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector == self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1001 : job ID d5d9db739bc745f2a3b504e7a3d63e5e

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Eq, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture == STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1002 : job ID c3b203c319f54a51bc6b6d6cc772f845

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 - n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1003 : job ID 6a46384354d0433da8ffc011b02ad887

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx - m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1004 : job ID adf07b28dd4b4e67859f997fea008fb4

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy - m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1005 : job ID ca9340eb6602462ca337b309099258c2

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz - m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1006 : job ID 54ff0dab90c945528837f11b80da3b49

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 - TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1007 : job ID b247c2f643844d5989cbc0eb87654061

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 - TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1008 : job ID 0d6c5140eda64d0c8af5ac6e9e528abe

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt - m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1009 : job ID 97a8ae6ce12b40ad83301fbb1bba6fab

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Sub, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width - float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1010 : job ID abe8ebb2d91d4dbc8e1f3e28cba46c4b

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x%n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1011 : job ID d92e31c25a114680a2c87ba7a441ed3f

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z%n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1012 : job ID 75101418337a4530ba4ee1f58bcba3e4

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x%n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1013 : job ID 99db25767d6f4a1abad71e79ccafcdc5

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z%n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1014 : job ID bd95a8aef08446eebf8497f0f783e40c

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x%n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1015 : job ID 4af59e1d80d842a98b4f26b2a0ff66e4

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y%n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1016 : job ID b06d2af73cf94db6ad053c6a7ccb61e2

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z%n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1017 : job ID cebb6c5352c74b1fa9ce554eb1f80cc7

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y%n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1018 : job ID 7ccd4730f3d446a5a986cf59153c07d4

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z%n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1019 : job ID 9ca7e81f282947ebbad9941cb3549415

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y%n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1020 : job ID 5cda304ea5d644e180c2f907520c19c8

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x%n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1021 : job ID 59c6e68580b94e69ae42546e803c48d9

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y%n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1022 : job ID 5527e83abc574c63b54d30e53d72f607

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x%n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1023 : job ID c69f7287f8f643749f56f5268ad037fe

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y%n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1024 : job ID a41baa7cac124fb890919f7744011f15

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z%n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1025 : job ID c48e06cde0db49ffb7c239c4e23418f5

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x%n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1026 : job ID ae88382f3d764f49867e0f5529a718cd

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y%n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1027 : job ID 28829c852e6e4a26bb3b8c55b47a3141

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x%n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1028 : job ID ef96d559385f418c9ebc660b878c3ebf

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x%n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1029 : job ID 786442f7303f4585948d6b11f5add396

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z%n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1030 : job ID c0b663e87edc4f5486c37a71ef6f6bb1

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y%n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1031 : job ID fa23cdf6f1d3486c8e408822a981bf81

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y%n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1032 : job ID aeacc810c49343a38ba3f7660bb126ec

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z%n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1033 : job ID 08b9d657234a4a69878e06973338cf3b

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z%n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1034 : job ID 23148a237ed547b6babe7aefa0df043f

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x%n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1035 : job ID 747a998caacf4f388bbcb44fd7ce914a

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y%n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1036 : job ID 343404351e604412aba2b6b3e41030d4

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y%n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1037 : job ID 684b9e962afb44109e0881590da17aeb

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x%n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1038 : job ID e1828269ddf247adaece33bde2cca10b

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y%n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1039 : job ID 17fe28647a204fa48a7f63d3c8e405d4

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z%n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1040 : job ID 346a0bdfc46546ff8539a500bd7f1d9a

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x%n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1041 : job ID 3633efe160e84465842fecddb4eb3276

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y%n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1042 : job ID 24871b452c914df6bbb9eb03eb620485

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z%n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1043 : job ID 7d8712911b01422bbbd441625528b85e

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x%n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1044 : job ID b69672d7dc0745ecbc2fac35022b0908

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z%n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1045 : job ID e35e828551c64e7796f45d5930d6b92d

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z%n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1046 : job ID 56d24271d8fc4a4293048d0a81a851a0

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y % 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1047 : job ID 946f9b7fcad54044aed4a5d551bf7def

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y % 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1048 : job ID da0a8d25c63e4276b956960fbbd6b54a

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n % 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1049 : job ID 644558c8bcc24610962222618db80140

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a % s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1050 : job ID e796c89220cc451eb5239239b22e6893

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b % s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1051 : job ID 0c0162ff37424cb58742e04a9a127bf4

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x % a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1052 : job ID 083bbfe8a9854436b6ddb212ea42d6c7

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z % b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1053 : job ID fb18fbf75511408c94426603fe2f0ad5

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x % 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1054 : job ID 4f1976e38913494984786b59232e012d

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z % 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1055 : job ID 78a018d1b58a491385697c6b05845267

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set % before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1056 : job ID 27384dc2cbb24994a3438f775ec8d848

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set % after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1057 : job ID 94637636b0844347b70ed3fa8a411171

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() % start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1058 : job ID 67b94d36cc874febae5ce09a0066e720

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height % 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1059 : job ID de84eb5e25c94cf89b9d9acd2dc6fc65

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x % 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1060 : job ID 80644e2ad73e499d90bdcd437f3c9c0d

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x % 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1061 : job ID 93515280e3314f218629297dc0bfa433

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] % np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1062 : job ID c275497d807e4477b800909f39d130ce

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d % pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1063 : job ID 94839c1bc2e443e3b97534c46bf2f567

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol % self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1064 : job ID 088b279d6bf44508847a00bdcb311d7c

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height % 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1065 : job ID 4c7a1dbf4e274c25892189118f02ed0b

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x % n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1066 : job ID 67e20b76a2904f39916f4669cb258ad9

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Mod, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y % n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1067 : job ID c25ea1d67b594b7da6d0a0cd6d2fdee4

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 | n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1068 : job ID 96d66c2c32ee4fd7a5720d3abcdc26d2

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx | m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1069 : job ID 97168774ee054e40a5d443927058f5dc

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy | m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1070 : job ID 245bcddbb90e46858923acce0b7b79b5

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz | m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1071 : job ID 5fabc8f0a2d84d04935c4947c4459672

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 | TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1072 : job ID f9507978c0ce44b293ece0f5cd639928

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 | TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1073 : job ID 50ff2e1a1dc04b82b9be43c9a755d7a2

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt | m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1074 : job ID 8737f6675938480b9d4e2b4df48c06af

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_BitOr, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width | float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1075 : job ID cf76e13a52644a45af7f28eb9b2e58d7

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) * len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1076 : job ID 46e6888042054b8fbf890c5abc9f93c7

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Mul, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' * (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1077 : job ID 3514f5cce2a048138b36afc01198abbf

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_Is, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 is (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1078 : job ID 3e60fb5679924c0794bcbc0414f5aa32

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_Is, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 is (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1079 : job ID 93fdfb859f26488280d85e10c65d6874

/home/areinsch/CS362/main.py, start pos: (14, 16), end pos: (14, 18)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -11,7 +11,7 @@
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
+-TICKS_PER_SEC = 60
++TICKS_PER_SEC = 61
+ 
+ # Size of sectors used to ease block loading.
+ SECTOR_SIZE = 16
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1080 : job ID 4c4267fac6bd4f77a9aea12e046b7adc

/home/areinsch/CS362/main.py, start pos: (14, 16), end pos: (14, 18)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -11,7 +11,7 @@
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
+-TICKS_PER_SEC = 60
++TICKS_PER_SEC = 59
+ 
+ # Size of sectors used to ease block loading.
+ SECTOR_SIZE = 16
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1081 : job ID d1853118a2c441c08e7208ec88652c19

/home/areinsch/CS362/main.py, start pos: (17, 14), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -14,7 +14,7 @@
+ TICKS_PER_SEC = 60
+ 
+ # Size of sectors used to ease block loading.
+-SECTOR_SIZE = 16
++SECTOR_SIZE = 17
+ 
+ WALKING_SPEED = 5
+ FLYING_SPEED = 15
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1082 : job ID 639acba1f51d4880ba75e71b98bc07f6

/home/areinsch/CS362/main.py, start pos: (17, 14), end pos: (17, 16)
operator: core/NumberReplacer, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -14,7 +14,7 @@
+ TICKS_PER_SEC = 60
+ 
+ # Size of sectors used to ease block loading.
+-SECTOR_SIZE = 16
++SECTOR_SIZE = 15
+ 
+ WALKING_SPEED = 5
+ FLYING_SPEED = 15
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1083 : job ID b73cd4a417d2492f83808501a513a66b

/home/areinsch/CS362/main.py, start pos: (19, 16), end pos: (19, 17)
operator: core/NumberReplacer, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -16,7 +16,7 @@
+ # Size of sectors used to ease block loading.
+ SECTOR_SIZE = 16
+ 
+-WALKING_SPEED = 5
++WALKING_SPEED = 6
+ FLYING_SPEED = 15
+ 
+ GRAVITY = 20.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1084 : job ID a7cce6b6187a4512a53b65899ec090b0

/home/areinsch/CS362/main.py, start pos: (19, 16), end pos: (19, 17)
operator: core/NumberReplacer, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -16,7 +16,7 @@
+ # Size of sectors used to ease block loading.
+ SECTOR_SIZE = 16
+ 
+-WALKING_SPEED = 5
++WALKING_SPEED = 4
+ FLYING_SPEED = 15
+ 
+ GRAVITY = 20.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1085 : job ID 6fa1081264a6495ab697beec8955e3b5

/home/areinsch/CS362/main.py, start pos: (20, 15), end pos: (20, 17)
operator: core/NumberReplacer, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -17,7 +17,7 @@
+ SECTOR_SIZE = 16
+ 
+ WALKING_SPEED = 5
+-FLYING_SPEED = 15
++FLYING_SPEED = 16
+ 
+ GRAVITY = 20.0
+ MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1086 : job ID b87fbad470ec4458b0ca57d18810ef90

/home/areinsch/CS362/main.py, start pos: (20, 15), end pos: (20, 17)
operator: core/NumberReplacer, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -17,7 +17,7 @@
+ SECTOR_SIZE = 16
+ 
+ WALKING_SPEED = 5
+-FLYING_SPEED = 15
++FLYING_SPEED = 14
+ 
+ GRAVITY = 20.0
+ MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1087 : job ID 59ad6b43445e4a23abe5d6daec2c76c8

/home/areinsch/CS362/main.py, start pos: (22, 10), end pos: (22, 14)
operator: core/NumberReplacer, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -19,7 +19,7 @@
+ WALKING_SPEED = 5
+ FLYING_SPEED = 15
+ 
+-GRAVITY = 20.0
++GRAVITY = 21.0
+ MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
+ # To derive the formula for calculating jump speed, first solve
+ #    v_t = v_0 + a * t
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1088 : job ID 95857a046993419fa3b7db3b3386a59f

/home/areinsch/CS362/main.py, start pos: (22, 10), end pos: (22, 14)
operator: core/NumberReplacer, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -19,7 +19,7 @@
+ WALKING_SPEED = 5
+ FLYING_SPEED = 15
+ 
+-GRAVITY = 20.0
++GRAVITY = 19.0
+ MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
+ # To derive the formula for calculating jump speed, first solve
+ #    v_t = v_0 + a * t
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1089 : job ID 6a377e745669429eb773bbf51902dcc5

/home/areinsch/CS362/main.py, start pos: (23, 18), end pos: (23, 21)
operator: core/NumberReplacer, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -20,7 +20,7 @@
+ FLYING_SPEED = 15
+ 
+ GRAVITY = 20.0
+-MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
++MAX_JUMP_HEIGHT = 2.0 # About the height of a block.
+ # To derive the formula for calculating jump speed, first solve
+ #    v_t = v_0 + a * t
+ # for the time at which you achieve maximum height, where a is the acceleration
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1090 : job ID 082df915e9e648ad88d41abe1128f215

/home/areinsch/CS362/main.py, start pos: (23, 18), end pos: (23, 21)
operator: core/NumberReplacer, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -20,7 +20,7 @@
+ FLYING_SPEED = 15
+ 
+ GRAVITY = 20.0
+-MAX_JUMP_HEIGHT = 1.0 # About the height of a block.
++MAX_JUMP_HEIGHT = 0.0 # About the height of a block.
+ # To derive the formula for calculating jump speed, first solve
+ #    v_t = v_0 + a * t
+ # for the time at which you achieve maximum height, where a is the acceleration
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1091 : job ID 7119c1e0ab914ee2b0064d757cd88178

/home/areinsch/CS362/main.py, start pos: (31, 23), end pos: (31, 24)
operator: core/NumberReplacer, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt( 3 * GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1092 : job ID 96e98d76bda64c37823d8f89c1f3a1a7

/home/areinsch/CS362/main.py, start pos: (31, 23), end pos: (31, 24)
operator: core/NumberReplacer, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt( 1 * GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1093 : job ID 9829d61e3f5f4c6782537c46caf276bc

/home/areinsch/CS362/main.py, start pos: (32, 20), end pos: (32, 22)
operator: core/NumberReplacer, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -29,7 +29,7 @@
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+ JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
+-TERMINAL_VELOCITY = 50
++TERMINAL_VELOCITY = 51
+ 
+ PLAYER_HEIGHT = 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1094 : job ID f47d076467e14e7986425cd1aacc400e

/home/areinsch/CS362/main.py, start pos: (32, 20), end pos: (32, 22)
operator: core/NumberReplacer, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -29,7 +29,7 @@
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+ JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
+-TERMINAL_VELOCITY = 50
++TERMINAL_VELOCITY = 49
+ 
+ PLAYER_HEIGHT = 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1095 : job ID cfc908ea6e5240d0a3538fe75492df4a

/home/areinsch/CS362/main.py, start pos: (34, 16), end pos: (34, 17)
operator: core/NumberReplacer, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -31,7 +31,7 @@
+ JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+-PLAYER_HEIGHT = 2
++PLAYER_HEIGHT = 3
+ 
+ if sys.version_info[0] >= 3:
+     xrange = range
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1096 : job ID e75fd788093c446cb87d07c12d42fa15

/home/areinsch/CS362/main.py, start pos: (34, 16), end pos: (34, 17)
operator: core/NumberReplacer, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -31,7 +31,7 @@
+ JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+-PLAYER_HEIGHT = 2
++PLAYER_HEIGHT = 1
+ 
+ if sys.version_info[0] >= 3:
+     xrange = range
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1097 : job ID d15e412c0e5a446ba682c71779d88671

/home/areinsch/CS362/main.py, start pos: (36, 20), end pos: (36, 21)
operator: core/NumberReplacer, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[ 1] >= 3:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1098 : job ID e653a5bea69c49119501d0644fc81e4d

/home/areinsch/CS362/main.py, start pos: (36, 20), end pos: (36, 21)
operator: core/NumberReplacer, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[ -1] >= 3:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1099 : job ID 1ae1cfd6f40f413d8242009288021639

/home/areinsch/CS362/main.py, start pos: (36, 26), end pos: (36, 27)
operator: core/NumberReplacer, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[0] >= 4:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1100 : job ID 5838ff6b314e4042948e6949ab4a3372

/home/areinsch/CS362/main.py, start pos: (36, 26), end pos: (36, 27)
operator: core/NumberReplacer, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[0] >= 2:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1101 : job ID 1c185c8b134a496d89befac8f5591b9c

/home/areinsch/CS362/main.py, start pos: (53, 22), end pos: (53, 23)
operator: core/NumberReplacer, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -50,7 +50,7 @@
+     ]
+ 
+ 
+-def tex_coord(x, y, n=4):
++def tex_coord(x, y, n= 5):
+     """ Return the bounding vertices of the texture square.
+ 
+     """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1102 : job ID 1db3cc8cb1e34538a54227d001656757

/home/areinsch/CS362/main.py, start pos: (53, 22), end pos: (53, 23)
operator: core/NumberReplacer, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -50,7 +50,7 @@
+     ]
+ 
+ 
+-def tex_coord(x, y, n=4):
++def tex_coord(x, y, n= 3):
+     """ Return the bounding vertices of the texture square.
+ 
+     """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1103 : job ID 33ec9e3f39274d47981001880f439ae1

/home/areinsch/CS362/main.py, start pos: (57, 8), end pos: (57, 11)
operator: core/NumberReplacer, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 2.0 / n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1104 : job ID db63ee4b2e9d4d968005409014d49982

/home/areinsch/CS362/main.py, start pos: (57, 8), end pos: (57, 11)
operator: core/NumberReplacer, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 0.0 / n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1105 : job ID 148bd827d75a45c3aa8dea02681f8049

/home/areinsch/CS362/main.py, start pos: (73, 25), end pos: (73, 26)
operator: core/NumberReplacer, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side * 5)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1106 : job ID 0d0008f93b8040ceadbca4215ce48443

/home/areinsch/CS362/main.py, start pos: (73, 25), end pos: (73, 26)
operator: core/NumberReplacer, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side * 3)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1107 : job ID 8d6c2ce6cac84af1ae541da0d24e2068

/home/areinsch/CS362/main.py, start pos: (79, 20), end pos: (79, 21)
operator: core/NumberReplacer, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords(( 2, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1108 : job ID c7a2fec3daad44d2a576b9d20521c505

/home/areinsch/CS362/main.py, start pos: (79, 20), end pos: (79, 21)
operator: core/NumberReplacer, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords(( 0, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1109 : job ID b89523592d4946ab8a9e702abd15fa68

/home/areinsch/CS362/main.py, start pos: (79, 23), end pos: (79, 24)
operator: core/NumberReplacer, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 1), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1110 : job ID 6b178562913b406ebbffeb84db6ea1cd

/home/areinsch/CS362/main.py, start pos: (79, 23), end pos: (79, 24)
operator: core/NumberReplacer, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, -1), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1111 : job ID 8ab0e99ca9d940449d26842b032f3046

/home/areinsch/CS362/main.py, start pos: (79, 28), end pos: (79, 29)
operator: core/NumberReplacer, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), ( 1, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1112 : job ID 12ff34f05f8d452d87c3bcdaa9701bab

/home/areinsch/CS362/main.py, start pos: (79, 28), end pos: (79, 29)
operator: core/NumberReplacer, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), ( -1, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1113 : job ID dc8c690fcc2646ab9f3a95d9f11e4a7d

/home/areinsch/CS362/main.py, start pos: (79, 31), end pos: (79, 32)
operator: core/NumberReplacer, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), (0, 2), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1114 : job ID b636f36c23444a03b986810a8a8d6978

/home/areinsch/CS362/main.py, start pos: (79, 31), end pos: (79, 32)
operator: core/NumberReplacer, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), (0, 0), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1115 : job ID c05a768e558f40b7ba02f527d998bab7

/home/areinsch/CS362/main.py, start pos: (79, 36), end pos: (79, 37)
operator: core/NumberReplacer, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), (0, 1), ( 1, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1116 : job ID 9580c961a5454e9a87617bb0237759fa

/home/areinsch/CS362/main.py, start pos: (79, 36), end pos: (79, 37)
operator: core/NumberReplacer, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), (0, 1), ( -1, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1117 : job ID 272eccb4cf4b438692fd65f1bf5db650

/home/areinsch/CS362/main.py, start pos: (79, 39), end pos: (79, 40)
operator: core/NumberReplacer, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), (0, 1), (0, 1))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1118 : job ID 087cdbe9fa3d416db3277a7cd95c13a2

/home/areinsch/CS362/main.py, start pos: (79, 39), end pos: (79, 40)
operator: core/NumberReplacer, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -76,7 +76,7 @@
+ 
+ TEXTURE_PATH = 'texture.png'
+ 
+-GRASS = tex_coords((1, 0), (0, 1), (0, 0))
++GRASS = tex_coords((1, 0), (0, 1), (0, -1))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1119 : job ID 9be64423e87a4125bca881483d201002

/home/areinsch/CS362/main.py, start pos: (80, 19), end pos: (80, 20)
operator: core/NumberReplacer, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords(( 2, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1120 : job ID a25f11faa28f4dddac086665cd9a2342

/home/areinsch/CS362/main.py, start pos: (80, 19), end pos: (80, 20)
operator: core/NumberReplacer, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords(( 0, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1121 : job ID bdc0c55f5c3f47658bc73ae1dbb88078

/home/areinsch/CS362/main.py, start pos: (80, 22), end pos: (80, 23)
operator: core/NumberReplacer, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 2), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1122 : job ID 9ddac2bc58bd4015a9b7f0060f8e4acf

/home/areinsch/CS362/main.py, start pos: (80, 22), end pos: (80, 23)
operator: core/NumberReplacer, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 0), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1123 : job ID 4e6541952b9441c3afcf1f2099262021

/home/areinsch/CS362/main.py, start pos: (80, 27), end pos: (80, 28)
operator: core/NumberReplacer, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), ( 2, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1124 : job ID 9287ebc1576a4954af2afd81caac6b3a

/home/areinsch/CS362/main.py, start pos: (80, 27), end pos: (80, 28)
operator: core/NumberReplacer, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), ( 0, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1125 : job ID 31e143e3086c4c02822f9407fcafb562

/home/areinsch/CS362/main.py, start pos: (80, 30), end pos: (80, 31)
operator: core/NumberReplacer, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), (1, 2), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1126 : job ID b1e5b8abf5944cc19e6c2e334dd81254

/home/areinsch/CS362/main.py, start pos: (80, 30), end pos: (80, 31)
operator: core/NumberReplacer, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), (1, 0), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1127 : job ID 9f40c07b81984b35a6cbf08070bfe3f6

/home/areinsch/CS362/main.py, start pos: (80, 35), end pos: (80, 36)
operator: core/NumberReplacer, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), (1, 1), ( 2, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1128 : job ID 86b4187e96c44825a82c9d1adc100206

/home/areinsch/CS362/main.py, start pos: (80, 35), end pos: (80, 36)
operator: core/NumberReplacer, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), (1, 1), ( 0, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1129 : job ID dc2e1e9cad90407fad3a44bedcb82287

/home/areinsch/CS362/main.py, start pos: (80, 38), end pos: (80, 39)
operator: core/NumberReplacer, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), (1, 1), (1, 2))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1130 : job ID b5b6601469b14f4384d4ae3949ea5e9c

/home/areinsch/CS362/main.py, start pos: (80, 38), end pos: (80, 39)
operator: core/NumberReplacer, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -77,7 +77,7 @@
+ TEXTURE_PATH = 'texture.png'
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+-SAND = tex_coords((1, 1), (1, 1), (1, 1))
++SAND = tex_coords((1, 1), (1, 1), (1, 0))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1131 : job ID 8bd7da68e0af4ffa93e47c05e8596ab3

/home/areinsch/CS362/main.py, start pos: (81, 20), end pos: (81, 21)
operator: core/NumberReplacer, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords(( 3, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1132 : job ID 692b9d0685b84026a6550d3d4c9bcac9

/home/areinsch/CS362/main.py, start pos: (81, 20), end pos: (81, 21)
operator: core/NumberReplacer, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords(( 1, 0), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1133 : job ID c89206fca0bb4550b57387ee3320c188

/home/areinsch/CS362/main.py, start pos: (81, 23), end pos: (81, 24)
operator: core/NumberReplacer, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 1), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1134 : job ID 5c4aaa7bc36b4ebe99affd61419c7b3a

/home/areinsch/CS362/main.py, start pos: (81, 23), end pos: (81, 24)
operator: core/NumberReplacer, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, -1), (2, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1135 : job ID a8838fcc7a834e6985fbb6cb9d17dfaa

/home/areinsch/CS362/main.py, start pos: (81, 28), end pos: (81, 29)
operator: core/NumberReplacer, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), ( 3, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1136 : job ID f5413795ca2a4f76a09f0efd55dd5bd3

/home/areinsch/CS362/main.py, start pos: (81, 28), end pos: (81, 29)
operator: core/NumberReplacer, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), ( 1, 0), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1137 : job ID 50e39d18eed24db5b36346119b196f80

/home/areinsch/CS362/main.py, start pos: (81, 31), end pos: (81, 32)
operator: core/NumberReplacer, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), (2, 1), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1138 : job ID 1df6f46abb66492a928c9b538f67bac2

/home/areinsch/CS362/main.py, start pos: (81, 31), end pos: (81, 32)
operator: core/NumberReplacer, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), (2, -1), (2, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1139 : job ID 9bfc475418cc4f54accca6c0d6393a9c

/home/areinsch/CS362/main.py, start pos: (81, 36), end pos: (81, 37)
operator: core/NumberReplacer, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), (2, 0), ( 3, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1140 : job ID 4fd0db1ff20742b69044bb2a57d8e1f5

/home/areinsch/CS362/main.py, start pos: (81, 36), end pos: (81, 37)
operator: core/NumberReplacer, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), (2, 0), ( 1, 0))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1141 : job ID 1c82e4227dcb4fce98c9cbb1fb264f81

/home/areinsch/CS362/main.py, start pos: (81, 39), end pos: (81, 40)
operator: core/NumberReplacer, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), (2, 0), (2, 1))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1142 : job ID 9be0db7d1887456f9c731f496705050f

/home/areinsch/CS362/main.py, start pos: (81, 39), end pos: (81, 40)
operator: core/NumberReplacer, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -78,7 +78,7 @@
+ 
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+-BRICK = tex_coords((2, 0), (2, 0), (2, 0))
++BRICK = tex_coords((2, 0), (2, 0), (2, -1))
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1143 : job ID 14bb5db905b24df0b6e7b3e7c2418509

/home/areinsch/CS362/main.py, start pos: (82, 20), end pos: (82, 21)
operator: core/NumberReplacer, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords(( 3, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1144 : job ID fb6ee6956d9a4552b1d76371b8b5b988

/home/areinsch/CS362/main.py, start pos: (82, 20), end pos: (82, 21)
operator: core/NumberReplacer, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords(( 1, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1145 : job ID ac6627d93d8f43a49d71af161bf4f726

/home/areinsch/CS362/main.py, start pos: (82, 23), end pos: (82, 24)
operator: core/NumberReplacer, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 2), (2, 1), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1146 : job ID 683b7e8cac8745de93b25055a693f650

/home/areinsch/CS362/main.py, start pos: (82, 23), end pos: (82, 24)
operator: core/NumberReplacer, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 0), (2, 1), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1147 : job ID f67f22a6165745f9b26e35caff9831d8

/home/areinsch/CS362/main.py, start pos: (82, 28), end pos: (82, 29)
operator: core/NumberReplacer, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), ( 3, 1), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1148 : job ID c30aa1a8057a4f01a32279c1da03ad86

/home/areinsch/CS362/main.py, start pos: (82, 28), end pos: (82, 29)
operator: core/NumberReplacer, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), ( 1, 1), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1149 : job ID ffa33e08d8a14ff4ae3b30a6a0f54367

/home/areinsch/CS362/main.py, start pos: (82, 31), end pos: (82, 32)
operator: core/NumberReplacer, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), (2, 2), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1150 : job ID 0a8b1ea47787443fab6e728fccd767df

/home/areinsch/CS362/main.py, start pos: (82, 31), end pos: (82, 32)
operator: core/NumberReplacer, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), (2, 0), (2, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1151 : job ID 0e38d6828aab4c1a8956e43f5180c7e1

/home/areinsch/CS362/main.py, start pos: (82, 36), end pos: (82, 37)
operator: core/NumberReplacer, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), (2, 1), ( 3, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1152 : job ID 607a6def12d642ef80be5517ee6a251b

/home/areinsch/CS362/main.py, start pos: (82, 36), end pos: (82, 37)
operator: core/NumberReplacer, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), (2, 1), ( 1, 1))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1153 : job ID dd0e940f0a10421889ff8313bcc88d99

/home/areinsch/CS362/main.py, start pos: (82, 39), end pos: (82, 40)
operator: core/NumberReplacer, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), (2, 1), (2, 2))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1154 : job ID a5e1a43d30274a2eb9c42c4b57324d11

/home/areinsch/CS362/main.py, start pos: (82, 39), end pos: (82, 40)
operator: core/NumberReplacer, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -79,7 +79,7 @@
+ GRASS = tex_coords((1, 0), (0, 1), (0, 0))
+ SAND = tex_coords((1, 1), (1, 1), (1, 1))
+ BRICK = tex_coords((2, 0), (2, 0), (2, 0))
+-STONE = tex_coords((2, 1), (2, 1), (2, 1))
++STONE = tex_coords((2, 1), (2, 1), (2, 0))
+ 
+ FACES = [
+     ( 0, 1, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1155 : job ID ee5e209534ee4828b5ceec36c7ea1aa7

/home/areinsch/CS362/main.py, start pos: (85, 6), end pos: (85, 7)
operator: core/NumberReplacer, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -82,7 +82,7 @@
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+-    ( 0, 1, 0),
++    ( 1, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1156 : job ID 4af2e95d06844b31b7839dc8e106207c

/home/areinsch/CS362/main.py, start pos: (85, 6), end pos: (85, 7)
operator: core/NumberReplacer, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -82,7 +82,7 @@
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+-    ( 0, 1, 0),
++    ( -1, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1157 : job ID b93c602b5ccb4cfdb2cfa24e231a246c

/home/areinsch/CS362/main.py, start pos: (85, 9), end pos: (85, 10)
operator: core/NumberReplacer, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -82,7 +82,7 @@
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+-    ( 0, 1, 0),
++    ( 0, 2, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1158 : job ID ffd8c6e7aa114877a1a73cab31da250c

/home/areinsch/CS362/main.py, start pos: (85, 9), end pos: (85, 10)
operator: core/NumberReplacer, occurrence: 79
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -82,7 +82,7 @@
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+-    ( 0, 1, 0),
++    ( 0, 0, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1159 : job ID 38641665887c4dbbaf42fd4f2cdf19fc

/home/areinsch/CS362/main.py, start pos: (85, 12), end pos: (85, 13)
operator: core/NumberReplacer, occurrence: 80
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -82,7 +82,7 @@
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+-    ( 0, 1, 0),
++    ( 0, 1, 1),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1160 : job ID 566b446f705246f889ef5f9b5c883000

/home/areinsch/CS362/main.py, start pos: (85, 12), end pos: (85, 13)
operator: core/NumberReplacer, occurrence: 81
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -82,7 +82,7 @@
+ STONE = tex_coords((2, 1), (2, 1), (2, 1))
+ 
+ FACES = [
+-    ( 0, 1, 0),
++    ( 0, 1, -1),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1161 : job ID bb0598be3e3048c3b942cac3b13df9fe

/home/areinsch/CS362/main.py, start pos: (86, 6), end pos: (86, 7)
operator: core/NumberReplacer, occurrence: 82
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 1,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1162 : job ID 31b9a557009a4870b228420ff4c347fd

/home/areinsch/CS362/main.py, start pos: (86, 6), end pos: (86, 7)
operator: core/NumberReplacer, occurrence: 83
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( -1,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1163 : job ID 6ac0aad6ffb4490da6ca671960236b3f

/home/areinsch/CS362/main.py, start pos: (86, 9), end pos: (86, 10)
operator: core/NumberReplacer, occurrence: 84
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,- 2, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1164 : job ID d23ea311cf2f49c7be7720d0ef10083e

/home/areinsch/CS362/main.py, start pos: (86, 9), end pos: (86, 10)
operator: core/NumberReplacer, occurrence: 85
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,- 0, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1165 : job ID 0e8de8c713874e6299c04aabd49d2f8c

/home/areinsch/CS362/main.py, start pos: (86, 12), end pos: (86, 13)
operator: core/NumberReplacer, occurrence: 86
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,-1, 1),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1166 : job ID 452d78fc540743b3a658059c5c18a080

/home/areinsch/CS362/main.py, start pos: (86, 12), end pos: (86, 13)
operator: core/NumberReplacer, occurrence: 87
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,-1, -1),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1167 : job ID c867e9347d4c46c3b2dfc860be9e92fd

/home/areinsch/CS362/main.py, start pos: (87, 6), end pos: (87, 7)
operator: core/NumberReplacer, occurrence: 88
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (- 2, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1168 : job ID f0905389fc83454a87ec5333f9eb9ff1

/home/areinsch/CS362/main.py, start pos: (87, 6), end pos: (87, 7)
operator: core/NumberReplacer, occurrence: 89
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (- 0, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1169 : job ID d8f13e4d321246f189ea65ef1e288fb5

/home/areinsch/CS362/main.py, start pos: (87, 9), end pos: (87, 10)
operator: core/NumberReplacer, occurrence: 90
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (-1, 1, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1170 : job ID 0890f51817c9476db47445930963eb72

/home/areinsch/CS362/main.py, start pos: (87, 9), end pos: (87, 10)
operator: core/NumberReplacer, occurrence: 91
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (-1, -1, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1171 : job ID 5db42e99ab4b47e996fab47aaf789c7c

/home/areinsch/CS362/main.py, start pos: (87, 12), end pos: (87, 13)
operator: core/NumberReplacer, occurrence: 92
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (-1, 0, 1),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1172 : job ID c70ad1b01a6f4213bd844d704d397930

/home/areinsch/CS362/main.py, start pos: (87, 12), end pos: (87, 13)
operator: core/NumberReplacer, occurrence: 93
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (-1, 0, -1),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1173 : job ID 7e37f71202824834bf283f4d285c1bbc

/home/areinsch/CS362/main.py, start pos: (88, 6), end pos: (88, 7)
operator: core/NumberReplacer, occurrence: 94
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -85,7 +85,7 @@
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+-    ( 1, 0, 0),
++    ( 2, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
+ ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1174 : job ID fbcaee19ca7f4ebfba37026f1aa00306

/home/areinsch/CS362/main.py, start pos: (88, 6), end pos: (88, 7)
operator: core/NumberReplacer, occurrence: 95
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -85,7 +85,7 @@
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+-    ( 1, 0, 0),
++    ( 0, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
+ ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1175 : job ID 648fce9ad5c743e38d7d7df6416040f0

/home/areinsch/CS362/main.py, start pos: (88, 9), end pos: (88, 10)
operator: core/NumberReplacer, occurrence: 96
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -85,7 +85,7 @@
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+-    ( 1, 0, 0),
++    ( 1, 1, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
+ ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1176 : job ID 075f8638e8204f5b98c17f30deaf30ea

/home/areinsch/CS362/main.py, start pos: (88, 9), end pos: (88, 10)
operator: core/NumberReplacer, occurrence: 97
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -85,7 +85,7 @@
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+-    ( 1, 0, 0),
++    ( 1, -1, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
+ ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1177 : job ID 011dba3a130c4ead876045e7b038f453

/home/areinsch/CS362/main.py, start pos: (88, 12), end pos: (88, 13)
operator: core/NumberReplacer, occurrence: 98
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -85,7 +85,7 @@
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+-    ( 1, 0, 0),
++    ( 1, 0, 1),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
+ ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1178 : job ID 9dca82ee1b1d4222ba4f5bf1db029166

/home/areinsch/CS362/main.py, start pos: (88, 12), end pos: (88, 13)
operator: core/NumberReplacer, occurrence: 99
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -85,7 +85,7 @@
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+     (-1, 0, 0),
+-    ( 1, 0, 0),
++    ( 1, 0, -1),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
+ ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1179 : job ID d5003587c87c45d39400511742273a70

/home/areinsch/CS362/main.py, start pos: (89, 6), end pos: (89, 7)
operator: core/NumberReplacer, occurrence: 100
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -86,7 +86,7 @@
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+-    ( 0, 0, 1),
++    ( 1, 0, 1),
+     ( 0, 0,-1),
+ ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1180 : job ID 4faaa2b88d994c12bc1fc64e19eb4e98

/home/areinsch/CS362/main.py, start pos: (89, 6), end pos: (89, 7)
operator: core/NumberReplacer, occurrence: 101
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -86,7 +86,7 @@
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+-    ( 0, 0, 1),
++    ( -1, 0, 1),
+     ( 0, 0,-1),
+ ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1181 : job ID d9802532cca54cea9d8ae1f309ccad27

/home/areinsch/CS362/main.py, start pos: (89, 9), end pos: (89, 10)
operator: core/NumberReplacer, occurrence: 102
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -86,7 +86,7 @@
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+-    ( 0, 0, 1),
++    ( 0, 1, 1),
+     ( 0, 0,-1),
+ ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1182 : job ID 3febeb186a684183bf8c19953cc9da6a

/home/areinsch/CS362/main.py, start pos: (89, 9), end pos: (89, 10)
operator: core/NumberReplacer, occurrence: 103
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -86,7 +86,7 @@
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+-    ( 0, 0, 1),
++    ( 0, -1, 1),
+     ( 0, 0,-1),
+ ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1183 : job ID 3e5ecb1623df4479959dee77dbd74973

/home/areinsch/CS362/main.py, start pos: (89, 12), end pos: (89, 13)
operator: core/NumberReplacer, occurrence: 104
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -86,7 +86,7 @@
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+-    ( 0, 0, 1),
++    ( 0, 0, 2),
+     ( 0, 0,-1),
+ ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1184 : job ID 5b1197334cc64337810e30d2dfdebd06

/home/areinsch/CS362/main.py, start pos: (89, 12), end pos: (89, 13)
operator: core/NumberReplacer, occurrence: 105
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -86,7 +86,7 @@
+     ( 0,-1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+-    ( 0, 0, 1),
++    ( 0, 0, 0),
+     ( 0, 0,-1),
+ ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1185 : job ID e99cd54b838b4add8c3865ce03de7f3b

/home/areinsch/CS362/main.py, start pos: (90, 6), end pos: (90, 7)
operator: core/NumberReplacer, occurrence: 106
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 1, 0,-1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1186 : job ID 52f07ac51b4d4028ab1a02be207e6a2a

/home/areinsch/CS362/main.py, start pos: (90, 6), end pos: (90, 7)
operator: core/NumberReplacer, occurrence: 107
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( -1, 0,-1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1187 : job ID 6f1da6c92d494978965d315522e0152a

/home/areinsch/CS362/main.py, start pos: (90, 9), end pos: (90, 10)
operator: core/NumberReplacer, occurrence: 108
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 1,-1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1188 : job ID 71d40b9a2b3143019486d679ad57fc8b

/home/areinsch/CS362/main.py, start pos: (90, 9), end pos: (90, 10)
operator: core/NumberReplacer, occurrence: 109
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, -1,-1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1189 : job ID bca0cad92d0f42be9b2ef9278cb42951

/home/areinsch/CS362/main.py, start pos: (90, 12), end pos: (90, 13)
operator: core/NumberReplacer, occurrence: 110
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 0,- 2),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1190 : job ID 591ad83b0fc349ea93c10efbfe53b6b9

/home/areinsch/CS362/main.py, start pos: (90, 12), end pos: (90, 13)
operator: core/NumberReplacer, occurrence: 111
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 0,- 0),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1191 : job ID 3bc2c8cd07864812b944ae777be3f838

/home/areinsch/CS362/main.py, start pos: (126, 15), end pos: (126, 16)
operator: core/NumberReplacer, occurrence: 112
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -123,7 +123,7 @@
+     """
+     x, y, z = normalize(position)
+     x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+-    return (x, 0, z)
++    return (x, 1, z)
+ 
+ 
+ class Model(object):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1192 : job ID 88e944bd321f459ea8f8eb55bae548b2

/home/areinsch/CS362/main.py, start pos: (126, 15), end pos: (126, 16)
operator: core/NumberReplacer, occurrence: 113
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -123,7 +123,7 @@
+     """
+     x, y, z = normalize(position)
+     x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+-    return (x, 0, z)
++    return (x, -1, z)
+ 
+ 
+ class Model(object):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1193 : job ID aa160b30cdca460abf26cdc07142d3d8

/home/areinsch/CS362/main.py, start pos: (162, 12), end pos: (162, 14)
operator: core/NumberReplacer, occurrence: 114
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -159,7 +159,7 @@
+         """ Initialize the world by placing all the blocks.
+ 
+         """
+-        n = 80  # 1/2 width and height of world
++        n = 81  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1194 : job ID c641919cf72e45b09cd209ea44c758f8

/home/areinsch/CS362/main.py, start pos: (162, 12), end pos: (162, 14)
operator: core/NumberReplacer, occurrence: 115
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -159,7 +159,7 @@
+         """ Initialize the world by placing all the blocks.
+ 
+         """
+-        n = 80  # 1/2 width and height of world
++        n = 79  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

1195 : job ID 87305ecda081434a9896537d1a482e61

/home/areinsch/CS362/main.py, start pos: (163, 12), end pos: (163, 13)
operator: core/NumberReplacer, occurrence: 116

1196 : job ID 2705d63787c3487da9e6c9b931aaef8f

/home/areinsch/CS362/main.py, start pos: (163, 12), end pos: (163, 13)
operator: core/NumberReplacer, occurrence: 117

1197 : job ID cf431474f4c24f0a95a825f70c2f287a

/home/areinsch/CS362/main.py, start pos: (164, 12), end pos: (164, 13)
operator: core/NumberReplacer, occurrence: 118

1198 : job ID 1515dffd171347c48809f3569e693061

/home/areinsch/CS362/main.py, start pos: (164, 12), end pos: (164, 13)
operator: core/NumberReplacer, occurrence: 119

1199 : job ID 3d44b170e7cc4664abab0fa9ca7855f4

/home/areinsch/CS362/main.py, start pos: (165, 32), end pos: (165, 33)
operator: core/NumberReplacer, occurrence: 120

1200 : job ID 2bb4524b80104841bc2cab77f2d74332

/home/areinsch/CS362/main.py, start pos: (165, 32), end pos: (165, 33)
operator: core/NumberReplacer, occurrence: 121

1201 : job ID ea5e4efd26bd4217b3791ed4500d39ff

/home/areinsch/CS362/main.py, start pos: (166, 36), end pos: (166, 37)
operator: core/NumberReplacer, occurrence: 122

1202 : job ID b523033c8702404e9f383d7903fcf11d

/home/areinsch/CS362/main.py, start pos: (166, 36), end pos: (166, 37)
operator: core/NumberReplacer, occurrence: 123

1203 : job ID 3304e2742eb34c6285c0c897675d397a

/home/areinsch/CS362/main.py, start pos: (168, 39), end pos: (168, 40)
operator: core/NumberReplacer, occurrence: 124

1204 : job ID 25368cbd897d4cf1a9cab49e72aa87a6

/home/areinsch/CS362/main.py, start pos: (168, 39), end pos: (168, 40)
operator: core/NumberReplacer, occurrence: 125

1205 : job ID 8b99dfb2049d48eeb088873146bb67ed

/home/areinsch/CS362/main.py, start pos: (169, 39), end pos: (169, 40)
operator: core/NumberReplacer, occurrence: 126

1206 : job ID 1bc2c60398ed439fbbea8d3dc77bfb3e

/home/areinsch/CS362/main.py, start pos: (169, 39), end pos: (169, 40)
operator: core/NumberReplacer, occurrence: 127

1207 : job ID 9b28e6decab0497891593e61a34df089

/home/areinsch/CS362/main.py, start pos: (172, 38), end pos: (172, 39)
operator: core/NumberReplacer, occurrence: 128

1208 : job ID 289bb8ab3dba47c1b607f17bae13c3fa

/home/areinsch/CS362/main.py, start pos: (172, 38), end pos: (172, 39)
operator: core/NumberReplacer, occurrence: 129

1209 : job ID facb46c907c04520a4224b4e83a2dbd4

/home/areinsch/CS362/main.py, start pos: (172, 41), end pos: (172, 42)
operator: core/NumberReplacer, occurrence: 130

1210 : job ID b9135ba7cb654b9ea6604c9f9d4baac3

/home/areinsch/CS362/main.py, start pos: (172, 41), end pos: (172, 42)
operator: core/NumberReplacer, occurrence: 131

1211 : job ID 9885ce29d87f4f4bafff9bf3e280d368

/home/areinsch/CS362/main.py, start pos: (176, 16), end pos: (176, 18)
operator: core/NumberReplacer, occurrence: 132

1212 : job ID be0b7253fd1b4181972783691dab4132

/home/areinsch/CS362/main.py, start pos: (176, 16), end pos: (176, 18)
operator: core/NumberReplacer, occurrence: 133

1213 : job ID 6ae1e891464f463db688d26f6b75037d

/home/areinsch/CS362/main.py, start pos: (177, 24), end pos: (177, 27)
operator: core/NumberReplacer, occurrence: 134

1214 : job ID 8da02eaf0aef4eb88abf67dc3eb5161a

/home/areinsch/CS362/main.py, start pos: (177, 24), end pos: (177, 27)
operator: core/NumberReplacer, occurrence: 135

1215 : job ID f16dd998e7c44432b343f41575ca3610

/home/areinsch/CS362/main.py, start pos: (180, 17), end pos: (180, 18)
operator: core/NumberReplacer, occurrence: 136

1216 : job ID fca6437859474560b585aec86db418fa

/home/areinsch/CS362/main.py, start pos: (180, 17), end pos: (180, 18)
operator: core/NumberReplacer, occurrence: 137

1217 : job ID eaee57110b87414f8d99f43e8be120d2

/home/areinsch/CS362/main.py, start pos: (181, 31), end pos: (181, 32)
operator: core/NumberReplacer, occurrence: 138

1218 : job ID c622f4b127514cd48ba89c10645ac789

/home/areinsch/CS362/main.py, start pos: (181, 31), end pos: (181, 32)
operator: core/NumberReplacer, occurrence: 139

1219 : job ID 9010a1499bd24856a8d1e5d284a907aa

/home/areinsch/CS362/main.py, start pos: (181, 34), end pos: (181, 35)
operator: core/NumberReplacer, occurrence: 140

1220 : job ID c7af1ed90a93453a9400548b8c92e7a6

/home/areinsch/CS362/main.py, start pos: (181, 34), end pos: (181, 35)
operator: core/NumberReplacer, occurrence: 141

1221 : job ID 5e7b043137aa493491e1c8c7acdc0fc0

/home/areinsch/CS362/main.py, start pos: (182, 31), end pos: (182, 32)
operator: core/NumberReplacer, occurrence: 142

1222 : job ID 3fca042633cf42018e72206a6793abaf

/home/areinsch/CS362/main.py, start pos: (182, 31), end pos: (182, 32)
operator: core/NumberReplacer, occurrence: 143

1223 : job ID 1323a2540f92451b83ad8c144e4e1b01

/home/areinsch/CS362/main.py, start pos: (182, 34), end pos: (182, 35)
operator: core/NumberReplacer, occurrence: 144

1224 : job ID 9ac67a61f83e4de4a975bb45bd84c0a8

/home/areinsch/CS362/main.py, start pos: (182, 34), end pos: (182, 35)
operator: core/NumberReplacer, occurrence: 145

1225 : job ID 02905526d82b4547b157d143bda74c00

/home/areinsch/CS362/main.py, start pos: (183, 16), end pos: (183, 17)
operator: core/NumberReplacer, occurrence: 146

1226 : job ID 35d3cc8f1c354b079c4d7572b784ab29

/home/areinsch/CS362/main.py, start pos: (183, 16), end pos: (183, 17)
operator: core/NumberReplacer, occurrence: 147

1227 : job ID 12bf6499edc24849bae2bb5feba12854

/home/areinsch/CS362/main.py, start pos: (186, 47), end pos: (186, 48)
operator: core/NumberReplacer, occurrence: 148

1228 : job ID 06d2211109824d019c1e7990d3b8562f

/home/areinsch/CS362/main.py, start pos: (186, 47), end pos: (186, 48)
operator: core/NumberReplacer, occurrence: 149

1229 : job ID fb3f5d5acd4c4a939daad3cc01302a85

/home/areinsch/CS362/main.py, start pos: (187, 51), end pos: (187, 52)
operator: core/NumberReplacer, occurrence: 150

1230 : job ID 6a4768fa3c4c4724a3f4a92d38e9f67c

/home/areinsch/CS362/main.py, start pos: (187, 51), end pos: (187, 52)
operator: core/NumberReplacer, occurrence: 151

1231 : job ID f54faa044fc84cd69b89a98d20aac5e8

/home/areinsch/CS362/main.py, start pos: (188, 38), end pos: (188, 39)
operator: core/NumberReplacer, occurrence: 152

1232 : job ID 8ff363b90cf74164bfc3b4b8235a3a2e

/home/areinsch/CS362/main.py, start pos: (188, 38), end pos: (188, 39)
operator: core/NumberReplacer, occurrence: 153

1233 : job ID 2acb37c7b6b64a29bb21e27e3ca2e5fc

/home/areinsch/CS362/main.py, start pos: (188, 53), end pos: (188, 54)
operator: core/NumberReplacer, occurrence: 154

1234 : job ID c181581dd9fe436780d1b7d6a654ddbf

/home/areinsch/CS362/main.py, start pos: (188, 53), end pos: (188, 54)
operator: core/NumberReplacer, occurrence: 155

1235 : job ID 51270d89af1949dfb6e8c4c385a76f55

/home/areinsch/CS362/main.py, start pos: (188, 62), end pos: (188, 63)
operator: core/NumberReplacer, occurrence: 156

1236 : job ID a50d7b01313c4ea8b3307c2e67ad4084

/home/areinsch/CS362/main.py, start pos: (188, 62), end pos: (188, 63)
operator: core/NumberReplacer, occurrence: 157

1237 : job ID 7a9e9671426748d0a65c129ed06c2a58

/home/areinsch/CS362/main.py, start pos: (188, 68), end pos: (188, 69)
operator: core/NumberReplacer, occurrence: 158

1238 : job ID 8b8d2ab3aa834bb18f5e1f81d1f06a8a

/home/areinsch/CS362/main.py, start pos: (188, 68), end pos: (188, 69)
operator: core/NumberReplacer, occurrence: 159

1239 : job ID 26b77547603d47ef877914c779ee9317

/home/areinsch/CS362/main.py, start pos: (190, 32), end pos: (190, 33)
operator: core/NumberReplacer, occurrence: 160

1240 : job ID 036ddf331a754f48b2eb6d8b3779507f

/home/areinsch/CS362/main.py, start pos: (190, 32), end pos: (190, 33)
operator: core/NumberReplacer, occurrence: 161

1241 : job ID 3dc91b5d1edc4f8fbc726cee7b969446

/home/areinsch/CS362/main.py, start pos: (190, 38), end pos: (190, 39)
operator: core/NumberReplacer, occurrence: 162

1242 : job ID ef4b8769b7504bbd8d083ad786061c36

/home/areinsch/CS362/main.py, start pos: (190, 38), end pos: (190, 39)
operator: core/NumberReplacer, occurrence: 163

1243 : job ID d102fc9325e948faa426bf76e8a456f6

/home/areinsch/CS362/main.py, start pos: (190, 47), end pos: (190, 48)
operator: core/NumberReplacer, occurrence: 164

1244 : job ID 0f1edd14f85840c0b3f39926d15e8873

/home/areinsch/CS362/main.py, start pos: (190, 47), end pos: (190, 48)
operator: core/NumberReplacer, occurrence: 165

1245 : job ID 95926b67ac6141fdadc8d8651ad88ba4

/home/areinsch/CS362/main.py, start pos: (190, 53), end pos: (190, 54)
operator: core/NumberReplacer, occurrence: 166

1246 : job ID 6a1517a13e1346e58e9aa8706267d7fa

/home/areinsch/CS362/main.py, start pos: (190, 53), end pos: (190, 54)
operator: core/NumberReplacer, occurrence: 167

1247 : job ID 40ae3a5bd2cb42a3bdce6cce7f66688d

/home/areinsch/CS362/main.py, start pos: (190, 57), end pos: (190, 58)
operator: core/NumberReplacer, occurrence: 168

1248 : job ID 360c7d959fb44d8485a739765227e3a4

/home/areinsch/CS362/main.py, start pos: (190, 57), end pos: (190, 58)
operator: core/NumberReplacer, occurrence: 169

1249 : job ID dc8adae66a144044aa1a2437d11d5f7c

/home/areinsch/CS362/main.py, start pos: (190, 62), end pos: (190, 63)
operator: core/NumberReplacer, occurrence: 170

1250 : job ID c633733e7dc2466e9ce870e046b5066f

/home/areinsch/CS362/main.py, start pos: (190, 62), end pos: (190, 63)
operator: core/NumberReplacer, occurrence: 171

1251 : job ID 6a6b76e9243f45df8618b125c96595e3

/home/areinsch/CS362/main.py, start pos: (195, 54), end pos: (195, 55)
operator: core/NumberReplacer, occurrence: 172

1252 : job ID c1a73f20ac01441a9c2bbd72e61b71bc

/home/areinsch/CS362/main.py, start pos: (195, 54), end pos: (195, 55)
operator: core/NumberReplacer, occurrence: 173

1253 : job ID 9150cb3049cb45668a66f158c14af324

/home/areinsch/CS362/main.py, start pos: (210, 12), end pos: (210, 13)
operator: core/NumberReplacer, occurrence: 174

1254 : job ID 0851ffb30e724644af41db6689f02367

/home/areinsch/CS362/main.py, start pos: (210, 12), end pos: (210, 13)
operator: core/NumberReplacer, occurrence: 175

1255 : job ID 0e3bc8103cb44551ad2e380c0f96229d

/home/areinsch/CS362/main.py, start pos: (325, 45), end pos: (325, 48)
operator: core/NumberReplacer, occurrence: 176

1256 : job ID fd5d95e6f08e497aaf5a34395b9122f8

/home/areinsch/CS362/main.py, start pos: (325, 45), end pos: (325, 48)
operator: core/NumberReplacer, occurrence: 177

1257 : job ID 9dc6f054c8d84b088813bb69c326c4be

/home/areinsch/CS362/main.py, start pos: (329, 47), end pos: (329, 49)
operator: core/NumberReplacer, occurrence: 178

1258 : job ID 5298c5326d4f4d9689e112c0a1917acd

/home/areinsch/CS362/main.py, start pos: (329, 47), end pos: (329, 49)
operator: core/NumberReplacer, occurrence: 179

1259 : job ID db14dd8cbc604a859c894dd9587d49f7

/home/areinsch/CS362/main.py, start pos: (383, 14), end pos: (383, 15)
operator: core/NumberReplacer, occurrence: 180

1260 : job ID 35b16bcdd8654114a053790b96fb4e86

/home/areinsch/CS362/main.py, start pos: (383, 14), end pos: (383, 15)
operator: core/NumberReplacer, occurrence: 181

1261 : job ID c8f38b601c604774bb7a3d6b7c5d7043

/home/areinsch/CS362/main.py, start pos: (384, 37), end pos: (384, 38)
operator: core/NumberReplacer, occurrence: 182

1262 : job ID 35e38e0ea78c4e26bd6bd66f7437006c

/home/areinsch/CS362/main.py, start pos: (384, 37), end pos: (384, 38)
operator: core/NumberReplacer, occurrence: 183

1263 : job ID 941c75fa8a6040a181e2cf0dc0383557

/home/areinsch/CS362/main.py, start pos: (385, 23), end pos: (385, 24)
operator: core/NumberReplacer, occurrence: 184

1264 : job ID c30fa6e890284a7891ebdbf3981be777

/home/areinsch/CS362/main.py, start pos: (385, 23), end pos: (385, 24)
operator: core/NumberReplacer, occurrence: 185

1265 : job ID 99077cd0322349ee9886e71b2102b3d9

/home/areinsch/CS362/main.py, start pos: (386, 45), end pos: (386, 46)
operator: core/NumberReplacer, occurrence: 186

1266 : job ID 7a47c9943fff4bcaaec93c2d6f8dbd54

/home/areinsch/CS362/main.py, start pos: (386, 45), end pos: (386, 46)
operator: core/NumberReplacer, occurrence: 187

1267 : job ID 6f127d3a2b1e473991ea7ef5e8792db4

/home/areinsch/CS362/main.py, start pos: (387, 29), end pos: (387, 30)
operator: core/NumberReplacer, occurrence: 188

1268 : job ID 3f01a7f5d53e4bccbe7126a3ebe3c585

/home/areinsch/CS362/main.py, start pos: (387, 29), end pos: (387, 30)
operator: core/NumberReplacer, occurrence: 189

1269 : job ID 6be0d76cd21d4abb9b009c15e99666dd

/home/areinsch/CS362/main.py, start pos: (387, 39), end pos: (387, 40)
operator: core/NumberReplacer, occurrence: 190

1270 : job ID 5232a3f6506b416da420b3628528f27e

/home/areinsch/CS362/main.py, start pos: (387, 39), end pos: (387, 40)
operator: core/NumberReplacer, occurrence: 191

1271 : job ID 14ab63593341492cb0036acfa151e52a

/home/areinsch/CS362/main.py, start pos: (387, 49), end pos: (387, 50)
operator: core/NumberReplacer, occurrence: 192

1272 : job ID 3e775a4220cf4941bf0ff9dd9ac2337a

/home/areinsch/CS362/main.py, start pos: (387, 49), end pos: (387, 50)
operator: core/NumberReplacer, occurrence: 193

1273 : job ID 742579911b6b43d0ac91b11f01d46197

/home/areinsch/CS362/main.py, start pos: (387, 60), end pos: (387, 61)
operator: core/NumberReplacer, occurrence: 194

1274 : job ID 4e5ef4c70c7e446d89089c36999b4b97

/home/areinsch/CS362/main.py, start pos: (387, 60), end pos: (387, 61)
operator: core/NumberReplacer, occurrence: 195

1275 : job ID 8b3c4a55149543a7b6ee0f4c6653508f

/home/areinsch/CS362/main.py, start pos: (387, 66), end pos: (387, 67)
operator: core/NumberReplacer, occurrence: 196

1276 : job ID 07828b2c12894b4d976753e55d3fce6a

/home/areinsch/CS362/main.py, start pos: (387, 66), end pos: (387, 67)
operator: core/NumberReplacer, occurrence: 197

1277 : job ID 076516ea360043f28f0c6198fec9d444

/home/areinsch/CS362/main.py, start pos: (423, 52), end pos: (423, 55)
operator: core/NumberReplacer, occurrence: 198

1278 : job ID 28863cb617e449f7a41f61a986701ee7

/home/areinsch/CS362/main.py, start pos: (423, 52), end pos: (423, 55)
operator: core/NumberReplacer, occurrence: 199

1279 : job ID 2bd7dc256064459aa6bdf863badb5307

/home/areinsch/CS362/main.py, start pos: (451, 23), end pos: (451, 24)
operator: core/NumberReplacer, occurrence: 200

1280 : job ID 2da24a677a9c4e9f89ae0f2a2b41b087

/home/areinsch/CS362/main.py, start pos: (451, 23), end pos: (451, 24)
operator: core/NumberReplacer, occurrence: 201

1281 : job ID 21d8479b3ca6437686cc6f1ffa8aa94f

/home/areinsch/CS362/main.py, start pos: (451, 26), end pos: (451, 27)
operator: core/NumberReplacer, occurrence: 202

1282 : job ID 18f0333ed2a64ceb90444e109f9c1603

/home/areinsch/CS362/main.py, start pos: (451, 26), end pos: (451, 27)
operator: core/NumberReplacer, occurrence: 203

1283 : job ID cfe89a5d4c0c431f95370306e366cfae

/home/areinsch/CS362/main.py, start pos: (455, 25), end pos: (455, 26)
operator: core/NumberReplacer, occurrence: 204

1284 : job ID 9d3283b32d234d9ca4b48107d809af7a

/home/areinsch/CS362/main.py, start pos: (455, 25), end pos: (455, 26)
operator: core/NumberReplacer, occurrence: 205

1285 : job ID 29fae1e49d924eaf8425f793a1886b11

/home/areinsch/CS362/main.py, start pos: (455, 28), end pos: (455, 29)
operator: core/NumberReplacer, occurrence: 206

1286 : job ID 1d25930a3ef14ae49f18a7004d0f6b51

/home/areinsch/CS362/main.py, start pos: (455, 28), end pos: (455, 29)
operator: core/NumberReplacer, occurrence: 207

1287 : job ID 44753514fa5c4824b2d09d5ee6abe2fa

/home/areinsch/CS362/main.py, start pos: (455, 31), end pos: (455, 32)
operator: core/NumberReplacer, occurrence: 208

1288 : job ID 75a18080d793486da72a6126f6b1898a

/home/areinsch/CS362/main.py, start pos: (455, 31), end pos: (455, 32)
operator: core/NumberReplacer, occurrence: 209

1289 : job ID 390ce4a6dd7f4e5294c34289bff6acf4

/home/areinsch/CS362/main.py, start pos: (463, 25), end pos: (463, 26)
operator: core/NumberReplacer, occurrence: 210

1290 : job ID 70bbf059c3b24cc5a8a941185ae02e76

/home/areinsch/CS362/main.py, start pos: (463, 25), end pos: (463, 26)
operator: core/NumberReplacer, occurrence: 211

1291 : job ID 937bda65713e4843a2e751afaf33525f

/home/areinsch/CS362/main.py, start pos: (463, 28), end pos: (463, 29)
operator: core/NumberReplacer, occurrence: 212

1292 : job ID c0beab827d754ef485ba6ac48329b6f2

/home/areinsch/CS362/main.py, start pos: (463, 28), end pos: (463, 29)
operator: core/NumberReplacer, occurrence: 213

1293 : job ID 284460b651be40caa0334d09c07617bd

/home/areinsch/CS362/main.py, start pos: (472, 18), end pos: (472, 19)
operator: core/NumberReplacer, occurrence: 214

1294 : job ID 85e895bfeb974584a8d7bc785b78414f

/home/areinsch/CS362/main.py, start pos: (472, 18), end pos: (472, 19)
operator: core/NumberReplacer, occurrence: 215

1295 : job ID 76adbc9128a4442d9b402dae17ad3bdd

/home/areinsch/CS362/main.py, start pos: (478, 36), end pos: (478, 37)
operator: core/NumberReplacer, occurrence: 216

1296 : job ID b955234fb49f48e5ae116f37c9789cc3

/home/areinsch/CS362/main.py, start pos: (478, 36), end pos: (478, 37)
operator: core/NumberReplacer, occurrence: 217

1297 : job ID bf38f0ddb70d4cd0b1b83fc9aa95e101

/home/areinsch/CS362/main.py, start pos: (489, 72), end pos: (489, 74)
operator: core/NumberReplacer, occurrence: 218

1298 : job ID ae70cc02580c43c4b4dccbed03e40628

/home/areinsch/CS362/main.py, start pos: (489, 72), end pos: (489, 74)
operator: core/NumberReplacer, occurrence: 219

1299 : job ID 328a768aed0b4e5282a11c9c8057f6cd

/home/areinsch/CS362/main.py, start pos: (490, 14), end pos: (490, 16)
operator: core/NumberReplacer, occurrence: 220

1300 : job ID c61895780acb45199905ef64d7a332e6

/home/areinsch/CS362/main.py, start pos: (490, 14), end pos: (490, 16)
operator: core/NumberReplacer, occurrence: 221

1301 : job ID 78f8db64803d4526b8e40910c561240c

/home/areinsch/CS362/main.py, start pos: (490, 34), end pos: (490, 36)
operator: core/NumberReplacer, occurrence: 222

1302 : job ID 410d8848371240b1895440b937228fa2

/home/areinsch/CS362/main.py, start pos: (490, 34), end pos: (490, 36)
operator: core/NumberReplacer, occurrence: 223

1303 : job ID 98ec1d85f2714ff8af14d05edc67a9bf

/home/areinsch/CS362/main.py, start pos: (491, 19), end pos: (491, 20)
operator: core/NumberReplacer, occurrence: 224

1304 : job ID 037dbe0484b4453aa2bb9cefb283f9dc

/home/areinsch/CS362/main.py, start pos: (491, 19), end pos: (491, 20)
operator: core/NumberReplacer, occurrence: 225

1305 : job ID f73cfb423d72462abbd4b3b17b8a5c0f

/home/areinsch/CS362/main.py, start pos: (491, 22), end pos: (491, 23)
operator: core/NumberReplacer, occurrence: 226

1306 : job ID 6714a0e08f62464ba11eb1603698ca8d

/home/areinsch/CS362/main.py, start pos: (491, 22), end pos: (491, 23)
operator: core/NumberReplacer, occurrence: 227

1307 : job ID 094fef5b432041c5aeb4997c31135582

/home/areinsch/CS362/main.py, start pos: (491, 25), end pos: (491, 26)
operator: core/NumberReplacer, occurrence: 228

1308 : job ID 48b41f68955244cc99c461ad8ad5d3cf

/home/areinsch/CS362/main.py, start pos: (491, 25), end pos: (491, 26)
operator: core/NumberReplacer, occurrence: 229

1309 : job ID 59f72e0b00c14cf4bf6b4017e0a0784e

/home/areinsch/CS362/main.py, start pos: (491, 28), end pos: (491, 31)
operator: core/NumberReplacer, occurrence: 230

1310 : job ID 33560f546954460eb4684afa648762ac

/home/areinsch/CS362/main.py, start pos: (491, 28), end pos: (491, 31)
operator: core/NumberReplacer, occurrence: 231

1311 : job ID 7e0c7a635d63474d95cafe0b912dee46

/home/areinsch/CS362/main.py, start pos: (495, 52), end pos: (495, 55)
operator: core/NumberReplacer, occurrence: 232

1312 : job ID 909236874be7415d9a40299df0886338

/home/areinsch/CS362/main.py, start pos: (495, 52), end pos: (495, 55)
operator: core/NumberReplacer, occurrence: 233

1313 : job ID 3ba395519eb94b9d884a5eb2289be412

/home/areinsch/CS362/main.py, start pos: (518, 39), end pos: (518, 41)
operator: core/NumberReplacer, occurrence: 234

1314 : job ID 65c5825cd92849029d4f2f67856722c9

/home/areinsch/CS362/main.py, start pos: (518, 39), end pos: (518, 41)
operator: core/NumberReplacer, occurrence: 235

1315 : job ID 4f9ccb8926814c9699773f245c34fb8b

/home/areinsch/CS362/main.py, start pos: (519, 39), end pos: (519, 41)
operator: core/NumberReplacer, occurrence: 236

1316 : job ID 76a49d606b2a4261bef43ae21b803b63

/home/areinsch/CS362/main.py, start pos: (519, 39), end pos: (519, 41)
operator: core/NumberReplacer, occurrence: 237

1317 : job ID a20c1434c54e42fcb14ddcb835402828

/home/areinsch/CS362/main.py, start pos: (540, 31), end pos: (540, 32)
operator: core/NumberReplacer, occurrence: 238

1318 : job ID 9fae6bc4eca045eaa021518cfc462d0f

/home/areinsch/CS362/main.py, start pos: (540, 31), end pos: (540, 32)
operator: core/NumberReplacer, occurrence: 239

1319 : job ID 073d46503daa4520b2911ed59463ced0

/home/areinsch/CS362/main.py, start pos: (542, 25), end pos: (542, 28)
operator: core/NumberReplacer, occurrence: 240

1320 : job ID bac8caab0f79420da263f6f3a025c6c6

/home/areinsch/CS362/main.py, start pos: (542, 25), end pos: (542, 28)
operator: core/NumberReplacer, occurrence: 241

1321 : job ID 7d16dc9752464d9482f3e059d2c54227

/home/areinsch/CS362/main.py, start pos: (543, 24), end pos: (543, 25)
operator: core/NumberReplacer, occurrence: 242

1322 : job ID 9848ccfd7b7f4f7bb2ec08b9ef14b0c8

/home/areinsch/CS362/main.py, start pos: (543, 24), end pos: (543, 25)
operator: core/NumberReplacer, occurrence: 243

1323 : job ID 32f9be66a2f5464398481659928956b8

/home/areinsch/CS362/main.py, start pos: (544, 31), end pos: (544, 32)
operator: core/NumberReplacer, occurrence: 244

1324 : job ID 54b8b59de3dc4524a35d57294e15067b

/home/areinsch/CS362/main.py, start pos: (544, 31), end pos: (544, 32)
operator: core/NumberReplacer, occurrence: 245

1325 : job ID 91c54c0cb00447da84f0b67d2271537b

/home/areinsch/CS362/main.py, start pos: (544, 36), end pos: (544, 37)
operator: core/NumberReplacer, occurrence: 246

1326 : job ID d95233839e414ded9ee4f41ab1d53231

/home/areinsch/CS362/main.py, start pos: (544, 36), end pos: (544, 37)
operator: core/NumberReplacer, occurrence: 247

1327 : job ID 49831246feab46a28eebd7f8f6a73032

/home/areinsch/CS362/main.py, start pos: (546, 27), end pos: (546, 28)
operator: core/NumberReplacer, occurrence: 248

1328 : job ID 3a40770221214476823b540c21e22a8b

/home/areinsch/CS362/main.py, start pos: (546, 27), end pos: (546, 28)
operator: core/NumberReplacer, occurrence: 249

1329 : job ID 49657a1fb2dd47048667966ab6e41f9c

/home/areinsch/CS362/main.py, start pos: (552, 21), end pos: (552, 24)
operator: core/NumberReplacer, occurrence: 250

1330 : job ID d50007983dd6459fab5ea1f9bfdc663d

/home/areinsch/CS362/main.py, start pos: (552, 21), end pos: (552, 24)
operator: core/NumberReplacer, occurrence: 251

1331 : job ID d3b247b2f9ef4adda017aa890d421023

/home/areinsch/CS362/main.py, start pos: (556, 17), end pos: (556, 20)
operator: core/NumberReplacer, occurrence: 252

1332 : job ID 6099da3ade2e4528824773d268876041

/home/areinsch/CS362/main.py, start pos: (556, 17), end pos: (556, 20)
operator: core/NumberReplacer, occurrence: 253

1333 : job ID 83cce1f0948f414fbcfaec98d9f2b83b

/home/areinsch/CS362/main.py, start pos: (557, 17), end pos: (557, 20)
operator: core/NumberReplacer, occurrence: 254

1334 : job ID 3e5bf8c06ba7463baaf253948b95f245

/home/areinsch/CS362/main.py, start pos: (557, 17), end pos: (557, 20)
operator: core/NumberReplacer, occurrence: 255

1335 : job ID 83e4b93dce504f579fcb287cfecf9bbb

/home/areinsch/CS362/main.py, start pos: (558, 17), end pos: (558, 20)
operator: core/NumberReplacer, occurrence: 256

1336 : job ID 128cc0efc6564bc9ae32c97469162615

/home/areinsch/CS362/main.py, start pos: (558, 17), end pos: (558, 20)
operator: core/NumberReplacer, occurrence: 257

1337 : job ID 1ca60355495f4e0781342276e627ea81

/home/areinsch/CS362/main.py, start pos: (578, 12), end pos: (578, 13)
operator: core/NumberReplacer, occurrence: 258

1338 : job ID 6e19a5cbc9d245bab0c9657507c5b8da

/home/areinsch/CS362/main.py, start pos: (578, 12), end pos: (578, 13)
operator: core/NumberReplacer, occurrence: 259

1339 : job ID 629dd13a29f54046aba48979043c254e

/home/areinsch/CS362/main.py, start pos: (579, 21), end pos: (579, 24)
operator: core/NumberReplacer, occurrence: 260

1340 : job ID d8a4df1f8b2f42929f47377990526653

/home/areinsch/CS362/main.py, start pos: (579, 21), end pos: (579, 24)
operator: core/NumberReplacer, occurrence: 261

1341 : job ID 4d42a415db5e434da3a7394006b4cdba

/home/areinsch/CS362/main.py, start pos: (633, 14), end pos: (633, 18)
operator: core/NumberReplacer, occurrence: 262

1342 : job ID 686cd7edae244a729e0b73eb4b503b42

/home/areinsch/CS362/main.py, start pos: (633, 14), end pos: (633, 18)
operator: core/NumberReplacer, occurrence: 263

1343 : job ID 6b9ca0041584448c81e5a1da6421b393

/home/areinsch/CS362/main.py, start pos: (637, 28), end pos: (637, 29)
operator: core/NumberReplacer, occurrence: 264

1344 : job ID efb428f725f542a099eeb3c79346ded0

/home/areinsch/CS362/main.py, start pos: (637, 28), end pos: (637, 29)
operator: core/NumberReplacer, occurrence: 265

1345 : job ID 353343bc16254dc5beaf2dba899b3dd8

/home/areinsch/CS362/main.py, start pos: (646, 23), end pos: (646, 24)
operator: core/NumberReplacer, occurrence: 266

1346 : job ID 5bef476e9dd44c20b779457d1c2bb770

/home/areinsch/CS362/main.py, start pos: (646, 23), end pos: (646, 24)
operator: core/NumberReplacer, occurrence: 267

1347 : job ID 35407918007344fc855399d49e8fa537

/home/areinsch/CS362/main.py, start pos: (651, 32), end pos: (651, 33)
operator: core/NumberReplacer, occurrence: 268

1348 : job ID 268b782009f04ac488d73e3e86ec8f96

/home/areinsch/CS362/main.py, start pos: (651, 32), end pos: (651, 33)
operator: core/NumberReplacer, occurrence: 269

1349 : job ID 01186a4e95114ea3829e82ebd55d4e91

/home/areinsch/CS362/main.py, start pos: (651, 36), end pos: (651, 37)
operator: core/NumberReplacer, occurrence: 270

1350 : job ID 7a49f08d4a32407587d7533f8320a367

/home/areinsch/CS362/main.py, start pos: (651, 36), end pos: (651, 37)
operator: core/NumberReplacer, occurrence: 271

1351 : job ID e22fdfd676e3400fb907883e6800a90e

/home/areinsch/CS362/main.py, start pos: (651, 39), end pos: (651, 40)
operator: core/NumberReplacer, occurrence: 272

1352 : job ID e8d8b00a9b0547beb3d2b23b4f3268d5

/home/areinsch/CS362/main.py, start pos: (651, 39), end pos: (651, 40)
operator: core/NumberReplacer, occurrence: 273

1353 : job ID a022532390074b5ebc8fff7cf353dde2

/home/areinsch/CS362/main.py, start pos: (651, 54), end pos: (651, 55)
operator: core/NumberReplacer, occurrence: 274

1354 : job ID 3b2a25d9fe1b413483da9c37b6958d40

/home/areinsch/CS362/main.py, start pos: (651, 54), end pos: (651, 55)
operator: core/NumberReplacer, occurrence: 275

1355 : job ID fd9a691218854df7a97b483169e5f632

/home/areinsch/CS362/main.py, start pos: (651, 57), end pos: (651, 58)
operator: core/NumberReplacer, occurrence: 276

1356 : job ID abc83166fee34b628544c03504146a56

/home/areinsch/CS362/main.py, start pos: (651, 57), end pos: (651, 58)
operator: core/NumberReplacer, occurrence: 277

1357 : job ID 4c7303be71314417b3df396f712da0a9

/home/areinsch/CS362/main.py, start pos: (651, 60), end pos: (651, 61)
operator: core/NumberReplacer, occurrence: 278

1358 : job ID e2bd1242925a4c218b47d9a36b89e65f

/home/areinsch/CS362/main.py, start pos: (651, 60), end pos: (651, 61)
operator: core/NumberReplacer, occurrence: 279

1359 : job ID 28f7385d8c444165b1bd384419d4a509

/home/areinsch/CS362/main.py, start pos: (654, 34), end pos: (654, 35)
operator: core/NumberReplacer, occurrence: 280

1360 : job ID 59f8e598c9a24bc8b88081fa5764dbea

/home/areinsch/CS362/main.py, start pos: (654, 34), end pos: (654, 35)
operator: core/NumberReplacer, occurrence: 281

1361 : job ID a0b82f5ae4c74eed9c6d662d794dc739

/home/areinsch/CS362/main.py, start pos: (703, 16), end pos: (703, 20)
operator: core/NumberReplacer, occurrence: 282

1362 : job ID 6c78a0dc173b440a8b48cb3369d91428

/home/areinsch/CS362/main.py, start pos: (703, 16), end pos: (703, 20)
operator: core/NumberReplacer, occurrence: 283

1363 : job ID 966ad8c71235467aafa1908eec66bee8

/home/areinsch/CS362/main.py, start pos: (706, 21), end pos: (706, 23)
operator: core/NumberReplacer, occurrence: 284

1364 : job ID 149cbd28d2714733b526cd8afc4a79e3

/home/areinsch/CS362/main.py, start pos: (706, 21), end pos: (706, 23)
operator: core/NumberReplacer, occurrence: 285

1365 : job ID 1dec35498e724e13b660cf48c9b03ce9

/home/areinsch/CS362/main.py, start pos: (706, 29), end pos: (706, 31)
operator: core/NumberReplacer, occurrence: 286

1366 : job ID 6ac4a6c032cb4a63bab22733282b224a

/home/areinsch/CS362/main.py, start pos: (706, 29), end pos: (706, 31)
operator: core/NumberReplacer, occurrence: 287

1367 : job ID ed62b4a4be314b69bb80e8b5a3504e9c

/home/areinsch/CS362/main.py, start pos: (722, 24), end pos: (722, 25)
operator: core/NumberReplacer, occurrence: 288

1368 : job ID 1bff5a04991f49c3a34393b2bcd3c2ee

/home/areinsch/CS362/main.py, start pos: (722, 24), end pos: (722, 25)
operator: core/NumberReplacer, occurrence: 289

1369 : job ID bd6df568866545f5a879d9e38644337c

/home/areinsch/CS362/main.py, start pos: (722, 30), end pos: (722, 31)
operator: core/NumberReplacer, occurrence: 290

1370 : job ID d1f6c28074eb43d5a05fe75dbdec00f0

/home/areinsch/CS362/main.py, start pos: (722, 30), end pos: (722, 31)
operator: core/NumberReplacer, occurrence: 291

1371 : job ID 673c8c6b3d6e4530864c17fb71af9498

/home/areinsch/CS362/main.py, start pos: (724, 24), end pos: (724, 25)
operator: core/NumberReplacer, occurrence: 292

1372 : job ID 1d187204e877478eb2af5bd13cb43264

/home/areinsch/CS362/main.py, start pos: (724, 24), end pos: (724, 25)
operator: core/NumberReplacer, occurrence: 293

1373 : job ID bea0694b370f47d9926d5f1c64a03614

/home/areinsch/CS362/main.py, start pos: (724, 30), end pos: (724, 31)
operator: core/NumberReplacer, occurrence: 294

1374 : job ID 6970711d52794f7195f80318752fcdab

/home/areinsch/CS362/main.py, start pos: (724, 30), end pos: (724, 31)
operator: core/NumberReplacer, occurrence: 295

1375 : job ID 852382e9147a49c48f603255dd82b0ab

/home/areinsch/CS362/main.py, start pos: (726, 24), end pos: (726, 25)
operator: core/NumberReplacer, occurrence: 296

1376 : job ID c1b43c7dd38a424fb7856d68a4ac4bdd

/home/areinsch/CS362/main.py, start pos: (726, 24), end pos: (726, 25)
operator: core/NumberReplacer, occurrence: 297

1377 : job ID 6842644319484542926a2a92e1a680af

/home/areinsch/CS362/main.py, start pos: (726, 30), end pos: (726, 31)
operator: core/NumberReplacer, occurrence: 298

1378 : job ID a82f092d5c034a9881556cb60cced4f4

/home/areinsch/CS362/main.py, start pos: (726, 30), end pos: (726, 31)
operator: core/NumberReplacer, occurrence: 299

1379 : job ID 2816a62056ce4c37a07bb731f0590e4b

/home/areinsch/CS362/main.py, start pos: (728, 24), end pos: (728, 25)
operator: core/NumberReplacer, occurrence: 300

1380 : job ID d1a25bc8da22492abd4000161d40b5f9

/home/areinsch/CS362/main.py, start pos: (728, 24), end pos: (728, 25)
operator: core/NumberReplacer, occurrence: 301

1381 : job ID ec4dd69d10d1481e85c2620a40124e04

/home/areinsch/CS362/main.py, start pos: (728, 30), end pos: (728, 31)
operator: core/NumberReplacer, occurrence: 302

1382 : job ID 4723aae283ec47c5b18a967c9ddf0006

/home/areinsch/CS362/main.py, start pos: (728, 30), end pos: (728, 31)
operator: core/NumberReplacer, occurrence: 303

1383 : job ID 07dbf916b9fa4d15812f7c28c2e544b4

/home/areinsch/CS362/main.py, start pos: (730, 26), end pos: (730, 27)
operator: core/NumberReplacer, occurrence: 304

1384 : job ID 66590bb02b994ee28ac9b74d636c81e3

/home/areinsch/CS362/main.py, start pos: (730, 26), end pos: (730, 27)
operator: core/NumberReplacer, occurrence: 305

1385 : job ID bb23909c23b94f41aa75803d7e3aa4a3

/home/areinsch/CS362/main.py, start pos: (737, 44), end pos: (737, 45)
operator: core/NumberReplacer, occurrence: 306

1386 : job ID ad42e7e5ba6d4663b9fa610384929571

/home/areinsch/CS362/main.py, start pos: (737, 44), end pos: (737, 45)
operator: core/NumberReplacer, occurrence: 307

1387 : job ID 2397839004be4a5f819031d7e792e4db

/home/areinsch/CS362/main.py, start pos: (753, 24), end pos: (753, 25)
operator: core/NumberReplacer, occurrence: 308

1388 : job ID c688498b216544edb5a847d96f4d2d85

/home/areinsch/CS362/main.py, start pos: (753, 24), end pos: (753, 25)
operator: core/NumberReplacer, occurrence: 309

1389 : job ID 7d3e6ea6a24941c2b5ffba5ab4931a5d

/home/areinsch/CS362/main.py, start pos: (753, 30), end pos: (753, 31)
operator: core/NumberReplacer, occurrence: 310

1390 : job ID 61226ec331de407289618567318f6fb4

/home/areinsch/CS362/main.py, start pos: (753, 30), end pos: (753, 31)
operator: core/NumberReplacer, occurrence: 311

1391 : job ID a6bdab22728448ff8350d3194a14a32c

/home/areinsch/CS362/main.py, start pos: (755, 24), end pos: (755, 25)
operator: core/NumberReplacer, occurrence: 312

1392 : job ID 4cc6aef9a28d454fb57a01ff62d302d1

/home/areinsch/CS362/main.py, start pos: (755, 24), end pos: (755, 25)
operator: core/NumberReplacer, occurrence: 313

1393 : job ID 387d8ead0149467b9c9e203f2334efbd

/home/areinsch/CS362/main.py, start pos: (755, 30), end pos: (755, 31)
operator: core/NumberReplacer, occurrence: 314

1394 : job ID 5ca58bd88be640d29bc8548bbb9d088a

/home/areinsch/CS362/main.py, start pos: (755, 30), end pos: (755, 31)
operator: core/NumberReplacer, occurrence: 315

1395 : job ID a12be9391a2c4b779c4248ad93c4530d

/home/areinsch/CS362/main.py, start pos: (757, 24), end pos: (757, 25)
operator: core/NumberReplacer, occurrence: 316

1396 : job ID c9237b4852d24af18cd9a0dc9709decd

/home/areinsch/CS362/main.py, start pos: (757, 24), end pos: (757, 25)
operator: core/NumberReplacer, occurrence: 317

1397 : job ID b5b64c47aea643e9b95ff21c31e4b694

/home/areinsch/CS362/main.py, start pos: (757, 30), end pos: (757, 31)
operator: core/NumberReplacer, occurrence: 318

1398 : job ID a8547c131b0843f7aa2121cd220a16cc

/home/areinsch/CS362/main.py, start pos: (757, 30), end pos: (757, 31)
operator: core/NumberReplacer, occurrence: 319

1399 : job ID cff92a8f39f54a209c054bf99ddde40f

/home/areinsch/CS362/main.py, start pos: (759, 24), end pos: (759, 25)
operator: core/NumberReplacer, occurrence: 320

1400 : job ID 85b6600aba2744abb934b01dbc059bb9

/home/areinsch/CS362/main.py, start pos: (759, 24), end pos: (759, 25)
operator: core/NumberReplacer, occurrence: 321

1401 : job ID fc54f4c4583c4d7b882feb7be0ee363e

/home/areinsch/CS362/main.py, start pos: (759, 30), end pos: (759, 31)
operator: core/NumberReplacer, occurrence: 322

1402 : job ID 912b0c1b2d2646d3a22f51fb5d880693

/home/areinsch/CS362/main.py, start pos: (759, 30), end pos: (759, 31)
operator: core/NumberReplacer, occurrence: 323

1403 : job ID 7029fbd228854c1c93d46c2d5f83730e

/home/areinsch/CS362/main.py, start pos: (766, 32), end pos: (766, 34)
operator: core/NumberReplacer, occurrence: 324

1404 : job ID 7b7ce79ce71c498c879c17faf6fe9ecc

/home/areinsch/CS362/main.py, start pos: (766, 32), end pos: (766, 34)
operator: core/NumberReplacer, occurrence: 325

1405 : job ID 5cf18f1ca8e745f1aaa9aeed7bd2671d

/home/areinsch/CS362/main.py, start pos: (770, 29), end pos: (770, 30)
operator: core/NumberReplacer, occurrence: 326

1406 : job ID b1416f814e5c489d8cd7612c70ba8679

/home/areinsch/CS362/main.py, start pos: (770, 29), end pos: (770, 30)
operator: core/NumberReplacer, occurrence: 327

1407 : job ID e093459adcf146e392cc502ecc9e5290

/home/areinsch/CS362/main.py, start pos: (770, 47), end pos: (770, 48)
operator: core/NumberReplacer, occurrence: 328

1408 : job ID b3b705292e1048fb813fb31675e85fbb

/home/areinsch/CS362/main.py, start pos: (770, 47), end pos: (770, 48)
operator: core/NumberReplacer, occurrence: 329

1409 : job ID d866b0539ae54abe81045274981772b8

/home/areinsch/CS362/main.py, start pos: (771, 12), end pos: (771, 14)
operator: core/NumberReplacer, occurrence: 330

1410 : job ID 06cc670e731942408f1b0dbfcf1ddb90

/home/areinsch/CS362/main.py, start pos: (771, 12), end pos: (771, 14)
operator: core/NumberReplacer, occurrence: 331

1411 : job ID 63699a727bf841b194ccf0dcbde037ad

/home/areinsch/CS362/main.py, start pos: (772, 51), end pos: (772, 52)
operator: core/NumberReplacer, occurrence: 332

1412 : job ID 138bf36764bd493594aef71786bff89b

/home/areinsch/CS362/main.py, start pos: (772, 51), end pos: (772, 52)
operator: core/NumberReplacer, occurrence: 333

1413 : job ID 39c6d3d53de0415aad21cec331790ad5

/home/areinsch/CS362/main.py, start pos: (782, 19), end pos: (782, 20)
operator: core/NumberReplacer, occurrence: 334

1414 : job ID a67b541db20649ec92931de5715760c4

/home/areinsch/CS362/main.py, start pos: (782, 19), end pos: (782, 20)
operator: core/NumberReplacer, occurrence: 335

1415 : job ID f92f64d5beca4745ae41c0b0e15508e2

/home/areinsch/CS362/main.py, start pos: (782, 22), end pos: (782, 23)
operator: core/NumberReplacer, occurrence: 336

1416 : job ID 5f61d60363e441b1b1061a38f2095a0d

/home/areinsch/CS362/main.py, start pos: (782, 22), end pos: (782, 23)
operator: core/NumberReplacer, occurrence: 337

1417 : job ID 41d1953bca2d43e4bbe9bdcb46bd0eae

/home/areinsch/CS362/main.py, start pos: (785, 16), end pos: (785, 17)
operator: core/NumberReplacer, occurrence: 338

1418 : job ID fdd950bde8d0437ab916efde2001398b

/home/areinsch/CS362/main.py, start pos: (785, 16), end pos: (785, 17)
operator: core/NumberReplacer, occurrence: 339

1419 : job ID ae8c36f08f6f4227a4bc23b213e9b6b8

/home/areinsch/CS362/main.py, start pos: (785, 26), end pos: (785, 27)
operator: core/NumberReplacer, occurrence: 340

1420 : job ID a331215eee0541129102612e2d45009f

/home/areinsch/CS362/main.py, start pos: (785, 26), end pos: (785, 27)
operator: core/NumberReplacer, occurrence: 341

1421 : job ID 1e4f0c09d82c4d299a56310eba5fa0e4

/home/areinsch/CS362/main.py, start pos: (785, 38), end pos: (785, 39)
operator: core/NumberReplacer, occurrence: 342

1422 : job ID 160f288b54504755b9fb760de0968464

/home/areinsch/CS362/main.py, start pos: (785, 38), end pos: (785, 39)
operator: core/NumberReplacer, occurrence: 343

1423 : job ID 59479999596c4f4ba985c45da9ee8834

/home/areinsch/CS362/main.py, start pos: (785, 41), end pos: (785, 42)
operator: core/NumberReplacer, occurrence: 344

1424 : job ID 6fbabebc79e34c88ae4890e10842f1bb

/home/areinsch/CS362/main.py, start pos: (785, 41), end pos: (785, 42)
operator: core/NumberReplacer, occurrence: 345

1425 : job ID 6a1349eae5c140be871741b1d50cf362

/home/areinsch/CS362/main.py, start pos: (795, 19), end pos: (795, 20)
operator: core/NumberReplacer, occurrence: 346

1426 : job ID 77cc9ee41de243dbbeeceed7763163af

/home/areinsch/CS362/main.py, start pos: (795, 19), end pos: (795, 20)
operator: core/NumberReplacer, occurrence: 347

1427 : job ID 8c65d9d3389949aab1790a1ce3274912

/home/areinsch/CS362/main.py, start pos: (795, 22), end pos: (795, 23)
operator: core/NumberReplacer, occurrence: 348

1428 : job ID 57770dc8643c4098ab61458d937e6a45

/home/areinsch/CS362/main.py, start pos: (795, 22), end pos: (795, 23)
operator: core/NumberReplacer, occurrence: 349

1429 : job ID 9025a94650154609a7cb4a0c19a761de

/home/areinsch/CS362/main.py, start pos: (798, 23), end pos: (798, 27)
operator: core/NumberReplacer, occurrence: 350

1430 : job ID 6d7d6a7ecbee4c168a9690dd1b9eaead

/home/areinsch/CS362/main.py, start pos: (798, 23), end pos: (798, 27)
operator: core/NumberReplacer, occurrence: 351

1431 : job ID eaf2d0452945450abd50799708f7d296

/home/areinsch/CS362/main.py, start pos: (798, 52), end pos: (798, 55)
operator: core/NumberReplacer, occurrence: 352

1432 : job ID aad4932d8a25438998e5e49c8bfbe2e9

/home/areinsch/CS362/main.py, start pos: (798, 52), end pos: (798, 55)
operator: core/NumberReplacer, occurrence: 353

1433 : job ID 5c028a10ff064a42a8c59bad8d23d00a

/home/areinsch/CS362/main.py, start pos: (798, 57), end pos: (798, 61)
operator: core/NumberReplacer, occurrence: 354

1434 : job ID 4ba1a11708844edb8474d51e18d9ce36

/home/areinsch/CS362/main.py, start pos: (798, 57), end pos: (798, 61)
operator: core/NumberReplacer, occurrence: 355

1435 : job ID f452cb9cac7a4c62a858c2160e5eff5e

/home/areinsch/CS362/main.py, start pos: (802, 21), end pos: (802, 22)
operator: core/NumberReplacer, occurrence: 356

1436 : job ID 834de4fdff1641e3b960b028e619afaa

/home/areinsch/CS362/main.py, start pos: (802, 21), end pos: (802, 22)
operator: core/NumberReplacer, occurrence: 357

1437 : job ID 878fb41b695a4a97aaa5dd21352fac3e

/home/areinsch/CS362/main.py, start pos: (802, 24), end pos: (802, 25)
operator: core/NumberReplacer, occurrence: 358

1438 : job ID 222d671bdceb4552a040733c8875801c

/home/areinsch/CS362/main.py, start pos: (802, 24), end pos: (802, 25)
operator: core/NumberReplacer, occurrence: 359

1439 : job ID 1588073ba5324329b4964d4b0da98129

/home/areinsch/CS362/main.py, start pos: (802, 27), end pos: (802, 28)
operator: core/NumberReplacer, occurrence: 360

1440 : job ID 4ff420b559b940e3b7fbb696354f07da

/home/areinsch/CS362/main.py, start pos: (802, 27), end pos: (802, 28)
operator: core/NumberReplacer, occurrence: 361

1441 : job ID e0eea78c290847d4a7a7fe6d85003e84

/home/areinsch/CS362/main.py, start pos: (803, 49), end pos: (803, 50)
operator: core/NumberReplacer, occurrence: 362

1442 : job ID 495cfa7d1ebe4f6aa27d8c921a7473d2

/home/areinsch/CS362/main.py, start pos: (803, 49), end pos: (803, 50)
operator: core/NumberReplacer, occurrence: 363

1443 : job ID ee3ccd5f73934c8a8b94f1fb36a8678a

/home/areinsch/CS362/main.py, start pos: (813, 18), end pos: (813, 19)
operator: core/NumberReplacer, occurrence: 364

1444 : job ID 642593763443464fa7f3fb47a670107e

/home/areinsch/CS362/main.py, start pos: (813, 18), end pos: (813, 19)
operator: core/NumberReplacer, occurrence: 365

1445 : job ID 99c58153423a4d3eb144e7b9c8a0720f

/home/areinsch/CS362/main.py, start pos: (813, 21), end pos: (813, 22)
operator: core/NumberReplacer, occurrence: 366

1446 : job ID a7243dc016f946ffbbc3758bbde9c3b8

/home/areinsch/CS362/main.py, start pos: (813, 21), end pos: (813, 22)
operator: core/NumberReplacer, occurrence: 367

1447 : job ID b45a4911569a4617af8dc820bf6bc4f7

/home/areinsch/CS362/main.py, start pos: (813, 24), end pos: (813, 25)
operator: core/NumberReplacer, occurrence: 368

1448 : job ID 6c9167d2681e4a789d701440913427f6

/home/areinsch/CS362/main.py, start pos: (813, 24), end pos: (813, 25)
operator: core/NumberReplacer, occurrence: 369

1449 : job ID 541aa0272c804d84bea84eadddc59975

/home/areinsch/CS362/main.py, start pos: (826, 59), end pos: (826, 60)
operator: core/NumberReplacer, occurrence: 370

1450 : job ID 91cf139eb7be4e1e93d2690eb5050144

/home/areinsch/CS362/main.py, start pos: (826, 59), end pos: (826, 60)
operator: core/NumberReplacer, occurrence: 371

1451 : job ID 8119714be18141c1a5a1b80cb0f8f813

/home/areinsch/CS362/main.py, start pos: (829, 49), end pos: (829, 53)
operator: core/NumberReplacer, occurrence: 372

1452 : job ID 5aaeb204ed7d4f5f9a062eeb99a4eddc

/home/areinsch/CS362/main.py, start pos: (829, 49), end pos: (829, 53)
operator: core/NumberReplacer, occurrence: 373

1453 : job ID 03f764e0cfb042f0b8363c5d8a08763e

/home/areinsch/CS362/main.py, start pos: (830, 22), end pos: (830, 23)
operator: core/NumberReplacer, occurrence: 374

1454 : job ID 9b1fa320422d48d788e81c693bb3df2e

/home/areinsch/CS362/main.py, start pos: (830, 22), end pos: (830, 23)
operator: core/NumberReplacer, occurrence: 375

1455 : job ID c7820051312c429686721aeba1e33cd1

/home/areinsch/CS362/main.py, start pos: (830, 25), end pos: (830, 26)
operator: core/NumberReplacer, occurrence: 376

1456 : job ID 0f1662210b44413bb4cf80b060967191

/home/areinsch/CS362/main.py, start pos: (830, 25), end pos: (830, 26)
operator: core/NumberReplacer, occurrence: 377

1457 : job ID e047d4ad7dc94063ba86d8dfde02e1bf

/home/areinsch/CS362/main.py, start pos: (830, 28), end pos: (830, 29)
operator: core/NumberReplacer, occurrence: 378

1458 : job ID a0a9db56b17a469aa3429c0721a43044

/home/areinsch/CS362/main.py, start pos: (830, 28), end pos: (830, 29)
operator: core/NumberReplacer, occurrence: 379

1459 : job ID 204428866333489d9555be8ba29d1415

/home/areinsch/CS362/main.py, start pos: (832, 33), end pos: (832, 35)
operator: core/NumberReplacer, occurrence: 380

1460 : job ID 855f15a29044454cab537d4ab7ce7b42

/home/areinsch/CS362/main.py, start pos: (832, 33), end pos: (832, 35)
operator: core/NumberReplacer, occurrence: 381

1461 : job ID cdb36e6495574d5d8e298bf82a611dfe

/home/areinsch/CS362/main.py, start pos: (849, 18), end pos: (849, 19)
operator: core/NumberReplacer, occurrence: 382

1462 : job ID bc6eb481c4274669b2c112994fe2446e

/home/areinsch/CS362/main.py, start pos: (849, 18), end pos: (849, 19)
operator: core/NumberReplacer, occurrence: 383

1463 : job ID 131488e1870e417180969c100ce79686

/home/areinsch/CS362/main.py, start pos: (849, 21), end pos: (849, 22)
operator: core/NumberReplacer, occurrence: 384

1464 : job ID de5e463206d344c6a3311baed04ebe61

/home/areinsch/CS362/main.py, start pos: (849, 21), end pos: (849, 22)
operator: core/NumberReplacer, occurrence: 385

1465 : job ID ca0d67d31c5846dfb68c5c0bb84747ce

/home/areinsch/CS362/main.py, start pos: (849, 24), end pos: (849, 25)
operator: core/NumberReplacer, occurrence: 386

1466 : job ID 33f8bd1f99fa4e7a9f3ca141600feed2

/home/areinsch/CS362/main.py, start pos: (849, 24), end pos: (849, 25)
operator: core/NumberReplacer, occurrence: 387

1467 : job ID c31748f6a97240808289843f38842aeb

/home/areinsch/CS362/main.py, start pos: (861, 37), end pos: (861, 38)
operator: core/NumberReplacer, occurrence: 388

1468 : job ID c5ba62bc7c3841fb95b0b9d9dec7b5a3

/home/areinsch/CS362/main.py, start pos: (861, 37), end pos: (861, 38)
operator: core/NumberReplacer, occurrence: 389

1469 : job ID 31707b376c3e4bb39f59d5a219b72d5c

/home/areinsch/CS362/main.py, start pos: (861, 40), end pos: (861, 43)
operator: core/NumberReplacer, occurrence: 390

1470 : job ID c8a80c2a2ca6415dbecbe97ff44a6636

/home/areinsch/CS362/main.py, start pos: (861, 40), end pos: (861, 43)
operator: core/NumberReplacer, occurrence: 391

1471 : job ID d7944435082a400e801d763a8c7dd302

/home/areinsch/CS362/main.py, start pos: (861, 45), end pos: (861, 49)
operator: core/NumberReplacer, occurrence: 392

1472 : job ID 2ad0d093c22c473a95239d94c6b20d28

/home/areinsch/CS362/main.py, start pos: (861, 45), end pos: (861, 49)
operator: core/NumberReplacer, occurrence: 393

1473 : job ID abf5a371d7504627858c5479ffb4a93f

/home/areinsch/CS362/main.py, start pos: (861, 51), end pos: (861, 54)
operator: core/NumberReplacer, occurrence: 394

1474 : job ID 145a5fccd47340a18f056a4a4ea43c68

/home/areinsch/CS362/main.py, start pos: (861, 51), end pos: (861, 54)
operator: core/NumberReplacer, occurrence: 395

1475 : job ID 24b2d63cd8254b38a6474b0b4a6531d2

/home/areinsch/CS362/main.py, start pos: (861, 56), end pos: (861, 57)
operator: core/NumberReplacer, occurrence: 396

1476 : job ID fe0c97af4af84118b6b278ae88b97b02

/home/areinsch/CS362/main.py, start pos: (861, 56), end pos: (861, 57)
operator: core/NumberReplacer, occurrence: 397

1477 : job ID 2678b99dd38e4834aab19a869b15003d

/home/areinsch/CS362/main.py, start pos: (868, 25), end pos: (868, 29)
operator: core/NumberReplacer, occurrence: 398

1478 : job ID 3f957b13b5074b0d8533792079431786

/home/areinsch/CS362/main.py, start pos: (868, 25), end pos: (868, 29)
operator: core/NumberReplacer, occurrence: 399

1479 : job ID a82b5470b2c1465d944241d966b84c19

/home/areinsch/CS362/main.py, start pos: (869, 23), end pos: (869, 27)
operator: core/NumberReplacer, occurrence: 400

1480 : job ID df4664089a034e20bb7145add35a5c20

/home/areinsch/CS362/main.py, start pos: (869, 23), end pos: (869, 27)
operator: core/NumberReplacer, occurrence: 401

1481 : job ID 644ac3bd34ca4fe0be5aa38fb73aa134

/home/areinsch/CS362/main.py, start pos: (877, 17), end pos: (877, 20)
operator: core/NumberReplacer, occurrence: 402

1482 : job ID 3c199a505a944179b929f2adf44c4a30

/home/areinsch/CS362/main.py, start pos: (877, 17), end pos: (877, 20)
operator: core/NumberReplacer, occurrence: 403

1483 : job ID 0a0e14edd524470e8fe25d3f9f0ee969

/home/areinsch/CS362/main.py, start pos: (877, 22), end pos: (877, 26)
operator: core/NumberReplacer, occurrence: 404

1484 : job ID 3d0dd0e0fa934892a786df0fb9b4a59e

/home/areinsch/CS362/main.py, start pos: (877, 22), end pos: (877, 26)
operator: core/NumberReplacer, occurrence: 405

1485 : job ID c35291c2295842ee950f22f0846fa717

/home/areinsch/CS362/main.py, start pos: (877, 28), end pos: (877, 31)
operator: core/NumberReplacer, occurrence: 406

1486 : job ID 837a9f683f4d4c57b4135bda352fd696

/home/areinsch/CS362/main.py, start pos: (877, 28), end pos: (877, 31)
operator: core/NumberReplacer, occurrence: 407

1487 : job ID 2001a6990b834a088f115d03dec9dc11

/home/areinsch/CS362/main.py, start pos: (877, 33), end pos: (877, 34)
operator: core/NumberReplacer, occurrence: 408

1488 : job ID a606d55e07344525a9762787f7e934c0

/home/areinsch/CS362/main.py, start pos: (877, 33), end pos: (877, 34)
operator: core/NumberReplacer, occurrence: 409

1489 : job ID a6e8cf3090ad45ae94fba6e687efe95f

/home/areinsch/CS362/main.py, start pos: (892, 26), end pos: (892, 29)
operator: core/NumberReplacer, occurrence: 410

1490 : job ID a16db7f2d291408e9e0f2de618c2a4e1

/home/areinsch/CS362/main.py, start pos: (892, 26), end pos: (892, 29)
operator: core/NumberReplacer, occurrence: 411

1491 : job ID 6d98903ece624c0fbc2980b2f83f6f9b

/home/areinsch/CS362/main.py, start pos: (892, 38), end pos: (892, 41)
operator: core/NumberReplacer, occurrence: 412

1492 : job ID 3059e69eea6f43e686c809e16987be45

/home/areinsch/CS362/main.py, start pos: (892, 38), end pos: (892, 41)
operator: core/NumberReplacer, occurrence: 413

1493 : job ID 3fd537c9c5f04217bb1b87d24f4476b7

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Sub, occurrence: 0

1494 : job ID 758a6616830340b0809e4b7215db55f1

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 0

1495 : job ID bc4140c46e56445bb8cdb537a593583f

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 1

1496 : job ID 28d7567ee5e14183a398ba87a1f0447a

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 2

1497 : job ID 78d3fda6e33b4d6a958c337d65813358

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 3

1498 : job ID 498c086215594f468da22672c98fad11

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 4

1499 : job ID a167cae1d0b34683b94a4fd0b59b4a4a

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 5

1500 : job ID d1f3b67466a849cd9295922cf696bee5

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 6

1501 : job ID f2e7aaaf7e5047a2bbfaadc6f1674621

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 7

1502 : job ID 23518334def34f6585aa252b59794968

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 8

1503 : job ID fa90bf0cdc8b4d7faa17d2c59d42a132

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 9

1504 : job ID 3035c4fd375b40ea9756dff774ce470f

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 10

1505 : job ID f514afcc552d4e2eb0621488ac1e2f21

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Mul, occurrence: 11

1506 : job ID bf55748c6d114304b616b3d8924f2b25

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Add, occurrence: 0

1507 : job ID 3acb78c777c14addbf9fecb5f98f90c8

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Add, occurrence: 1

1508 : job ID 6784e37c79b649089f86819fc5fe0c4f

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 0

1509 : job ID 1fba0451e69f4513a151fe1ffa4b6a75

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 1

1510 : job ID 0c11abbbf5e34ae1aef5c4d03990096e

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 2

1511 : job ID 11d7a705b2b54e93ab4ff775201fae1a

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 3

1512 : job ID 4e89c6bfbb434eafa435ee935fc0843a

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_BitXor, occurrence: 4

1513 : job ID 82823c21d817477080624e6401f38bc6

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 0

1514 : job ID 9f41a29e4ae14e5f8c46d1897ebfe2f5

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 1

1515 : job ID 2668c5da44a94474be8999b2f7a62cef

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 2

1516 : job ID 4d5119b630ed4834bb8965f61271d078

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 3

1517 : job ID 29915e3990754a1081e008e272048030

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 4

1518 : job ID 375ab677e4cc451d883aa30f21b0690f

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 5

1519 : job ID e57d16c75aad4adfb0811aec5d3a2261

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 6

1520 : job ID 39f9cc8bca324729863753945ad30732

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 7

1521 : job ID 7dbf460d76e84c769a4f5d8d721994f2

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 8

1522 : job ID f7d76ad4ac084cc5a3a15126eaa5f884

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 9

1523 : job ID 2d455c3c26714ac6a7c31136534b7e38

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 10

1524 : job ID 6712f9246c9940fe8db8bc028b4d487e

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 11

1525 : job ID 0e603b7df7c1472b904d92b16dc7ee6e

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 12

1526 : job ID bb2e46e2277a456b80e728eac21d933b

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 13

1527 : job ID 6c5e62f07f054defbe8b42e4499219a5

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 14

1528 : job ID 9d088fde9c7e4d54aa0d0a860eb39437

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 15

1529 : job ID 00d98d4955ed4f33beea5bd1912f3958

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 16

1530 : job ID 04a183b0fbfc4440a7ac945eee05f0e6

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 17

1531 : job ID 6c160b4fae694df89a4b85d1a7517ba9

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 18

1532 : job ID 39dfaf6b30df44a9b962059c1739f966

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 19

1533 : job ID d1a55e0a2f3748cd8fa7fb324f945027

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 20

1534 : job ID 3f17c8a13b0e4d15874b32ad27774c60

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 21

1535 : job ID 19fad6ac30f944d7aee902b1f0c3af4a

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 22

1536 : job ID 774ae8266aec4707bb59251ef85bdf55

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 23

1537 : job ID 8e33120b297f446d88e1ae9e48f2470a

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 24

1538 : job ID b5d6d7be8e67446594892309bb55eceb

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 25

1539 : job ID 4914eb245a4b4b4d896ae720a73d5515

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 26

1540 : job ID ad6d5796087443d29a7259b4bef0bea9

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 27

1541 : job ID 74c56a59254b4d498d3eb601d06e6fec

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 28

1542 : job ID 37726d2a269b4962bf6e3598ee1e745b

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Mod, occurrence: 29

1543 : job ID bc15282031d54e65b7cc95dc381d6d95

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_LShift, occurrence: 0

1544 : job ID 9ada9768de6041e697d9f7c4bf12cfa2

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_LShift, occurrence: 1

1545 : job ID 342f6092e9e3458dba5224800eee2aea

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 0

1546 : job ID 2d29a7efec8d4a4d8356a4dabd234a34

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 1

1547 : job ID ed9b55fcb7d642158cf6fd175522e64a

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 2

1548 : job ID 2b894af8b5f8488e85b0b6e6f2951b87

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 3

1549 : job ID 0b4eed22d9b54125ac8357c67e8aeaa2

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 4

1550 : job ID 18dff555e5044574bf4642e8e44f5373

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 5

1551 : job ID b837ffa26baa4840887db7d09c18acd4

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 6

1552 : job ID cf21bbdcd4614975a843c900a53cd411

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 7

1553 : job ID c7564a163bbb4c0a81459067a1ce53da

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 8

1554 : job ID 47e4d33ad02a48e284e03353f26724f1

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 9

1555 : job ID 8191fcf5c3f24a1d98fe894dec20fa5c

/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 10

1556 : job ID 08e6558c045d428eb0168ec42dddee87

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 11

1557 : job ID a22c6ff366eb4eca8361eef5ae332b17

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 12

1558 : job ID 9bd87b74b3a14a6fb600c64596ccfccc

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 13

1559 : job ID c5fd66c42efc47f592c6890628a46c7f

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 14

1560 : job ID 8ddfc865e11d44a78efbe1eac501f9b0

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 15

1561 : job ID 9fc346f71943436da921324e80eaae15

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 16

1562 : job ID 22a0d2424b7e4312a786cdebe88b3a91

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_GtE, occurrence: 17

1563 : job ID be4dbab16ff846ec83f80b8cbbde7f6c

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 0

1564 : job ID ad4fc31374d4416bb22188e89f55fbbf

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 1

1565 : job ID 15bc49ad86e84ad58080ae6c34872ea8

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z >> SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1566 : job ID c5eebc6867764ccbbac7b06a15a0d0ee

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width >> 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1567 : job ID dc0eda13fd0c428fbfcabe41b88f766e

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_RShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height >> 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1568 : job ID c3df3f9a73a346f49eacc86a78de80ad

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import **
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1569 : job ID 5bd5b38c9d0740cba2ccf1dfaf8fa88c

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 ** GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1570 : job ID 881b13963110424ebebf3d00968b4b00

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY ** MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1571 : job ID 329e5c7022f84d6995076eeda24671d9

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x ** m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1572 : job ID ed912703003847569982f61390c2b497

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y ** m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1573 : job ID 143b033035a9423eb95d5f0e1f420641

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(**top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1574 : job ID 1f5bd7bbdaf54be5b2b64a10ea5a2e3a

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(**bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1575 : job ID 72ed19446b2e4c808b9cf4953ee95ca4

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(**side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1576 : job ID d5422838317f4132beb48c65f206bafb

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side ** 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1577 : job ID 1d682f3416b74b72a0c635fb6f7b2ffc

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance ** m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1578 : job ID feaac380e3cb42cea586a6feb9f9d7e2

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, **args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1579 : job ID 84b6e6843e4142b6a5106fe44f96bc0a

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(**args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1580 : job ID 50332f7715e64ca29464b34d9b587c78

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, **args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1581 : job ID 1f84d69a73c4421d9c26e02fee9946b4

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(**args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1582 : job ID b956369917eb4ecb88084684f0ac37c3

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) ** m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1583 : job ID 40cbe9c022f848f594cbd271d8e1d077

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) ** m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1584 : job ID fc7bec765c4a491cbff6db316dfea1d5

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(**self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1585 : job ID 415f5e169e9a4ce2a1e457b2a0b2d624

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) ** m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1586 : job ID 085e0d179af543c2a8a50e1b95a03773

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) ** m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1587 : job ID 17ebce3d184c47f5ac886d063a6a35bd

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt ** speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1588 : job ID 046d45f2779c4599967028a1207a802f

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx ** d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1589 : job ID 7c13aa883b2d4af293026d37477cf085

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy ** d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1590 : job ID 2edd6804d9e143f89cf3658bc78eb0a5

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz ** d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1591 : job ID 5157dcad79484fd688e07b26056b0195

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt ** GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1592 : job ID 8060fe363f30496fa79bbe7a31a4f4b3

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy ** dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1593 : job ID 736d9a03a0ca4a2b9ff957b89ff889e0

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) ** face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1594 : job ID d81c0613c4054d51aa209165c821d7d3

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) ** face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1595 : job ID 7fd9e7fda43f46d4b30443ae07cb03af

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx ** m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1596 : job ID a5a1a274790e48c783e8959fa4f9a085

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy ** m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1597 : job ID c9d4863d8d1d49d288b6cb655bd9ffb4

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Pow, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat ** 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1598 : job ID dab633869fd54a069069456d77d8bbb8

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face is (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1599 : job ID 23e918b19bc34aff850bb23840e7c7e6

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, -1, 0) or face is (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1600 : job ID 8b84996b06be4015b207f08e68e2450a

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -675,7 +675,7 @@
+         if self.exclusive:
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+-            if (button == mouse.RIGHT) or \
++            if (button is mouse.RIGHT) or \
+                     ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1601 : job ID 1e58e63457ee4c25940bddb5239a8b29

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button is mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1602 : job ID 46a6147cd1d54256914a5356fedd19e9

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -680,7 +680,7 @@
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
+-            elif button == pyglet.window.mouse.LEFT and block:
++            elif button is pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+                 if texture != STONE:
+                     self.model.remove_block(block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1603 : job ID dad06cbbc32f4d5998adf04994f094d0

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -718,7 +718,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol is key.W:
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1604 : job ID 05fd28ff7cab4d2d99c00436d82aaf23

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -720,7 +720,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] -= 1
+-        elif symbol == key.S:
++        elif symbol is key.S:
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1605 : job ID e7f6717ab8184a8fa62d36b1913e513a

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -722,7 +722,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
+-        elif symbol == key.A:
++        elif symbol is key.A:
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1606 : job ID d29b2790b1644c218d823cd42fe07ec4

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -724,7 +724,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
+-        elif symbol == key.D:
++        elif symbol is key.D:
+             self.strafe[1] += 1
+         elif symbol == key.SPACE:
+             if self.dy == 0:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1607 : job ID 0b6616422b714ea9ac78200d9bdaa201

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -726,7 +726,7 @@
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
+-        elif symbol == key.SPACE:
++        elif symbol is key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1608 : job ID 580223f363974a8a852c0e50c3942caa

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -729,7 +729,7 @@
+         elif symbol == key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+-        elif symbol == key.ESCAPE:
++        elif symbol is key.ESCAPE:
+             self.set_exclusive_mouse(False)
+         elif symbol == key.TAB:
+             self.flying = not self.flying
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1609 : job ID acf443e2f96243d3bf3503ad4470938e

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -731,7 +731,7 @@
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
+-        elif symbol == key.TAB:
++        elif symbol is key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+             index = (symbol - self.num_keys[0]) % len(self.inventory)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1610 : job ID 29e0c562479b4e3b8fad77cec4239da9

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -749,7 +749,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol is key.W:
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1611 : job ID be231ec860014d6598808d8c94697edc

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -751,7 +751,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] += 1
+-        elif symbol == key.S:
++        elif symbol is key.S:
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1612 : job ID ab59cdf34d7242edbd2560d3541dc923

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -753,7 +753,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
+-        elif symbol == key.A:
++        elif symbol is key.A:
+             self.strafe[1] += 1
+         elif symbol == key.D:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1613 : job ID 4863481dac2a4a17bb8226ad2ec8b6df

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -755,7 +755,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
+-        elif symbol == key.D:
++        elif symbol is key.D:
+             self.strafe[1] -= 1
+ 
+     def on_resize(self, width, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1614 : job ID bd434cb9daba458fab13084bd0fc7aa9

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_Is, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -896,7 +896,7 @@
+     pyglet.app.run()
+ 
+ 
+-if __name__ == '__main__':
++if __name__ is '__main__':
+     main()
+ 
+ )
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1615 : job ID 6682691e7bf64e74aa8e0d74eb8eb440

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_GtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 >= (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1616 : job ID 5bf2c292489b445da8abcb4cfba74da7

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_GtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 >= (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1617 : job ID 2dec97dcda5f4e64afc233e2c59fd2e7

/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_GtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -541,7 +541,7 @@
+                     # Moving left or right.
+                     dy = 0.0
+                     m = 1
+-                if self.strafe[0] > 0:
++                if self.strafe[0] >= 0:
+                     # Moving backwards.
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1618 : job ID 4d5e11d397d741a5a5de21d929632c47

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) / len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1619 : job ID 91d9931a272f43b5a035206eb03a03d4

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_Div, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' / (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1620 : job ID d3ff33cfb39d492ba508c8a099f8f6b5

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x * SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1621 : job ID 6261fccb8dd54c63884b653b1f1865fb

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y * SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1622 : job ID 64c250f0f35c4f9190409f9519cf23c8

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z * SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1623 : job ID 9aa8c38ae262423897e1850d45c3349a

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width * 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1624 : job ID 48cad1bfb2154bcc8e9319544b7f7473

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Mul, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height * 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1625 : job ID 21107c2a89a8489bb990d8619464e534

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y-n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1626 : job ID 66bfff2d421a4d7694fcc396de47f86b

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y-n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1627 : job ID 440c74ecec97469e863cfa678eaa8db3

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z-n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1628 : job ID dc91de78cb30422b817724d1575d4fbf

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x-n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1629 : job ID 1f1ba7bbdc33436697786a08cb6dcd7d

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y-n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1630 : job ID dc2c0fe57b8a4ca1a225ad89234f572a

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z-n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1631 : job ID 2efeb54bc9b442c7a85e70a005838fdd

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x-n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1632 : job ID 4ac4fea2a3044d7480849b63aeca19ea

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y-n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1633 : job ID 1be7e37288084ceba9890672fe2dcafa

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x-n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1634 : job ID 764fcb1e2bc34d8892f18ba55b8fef8a

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x-n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1635 : job ID 3ddc3b16a6d94df7a57a70a8ade65778

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z-n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1636 : job ID 59c097e6fcc6443797e6745876b54881

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z-n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1637 : job ID 32236a6d6a754abcb9ad8895f700bc93

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1638 : job ID 61080024f1804313b4f77bc5d463ae13

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y-n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1639 : job ID b6b195d86d7b4a73adfab2a91f58eb39

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z-n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1640 : job ID dbe1ac0b45604d11bc3ef534293e7b1c

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y-n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1641 : job ID 617bcc61e2664c0a8c9c0e8266f72534

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x-n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1642 : job ID 1de432a3f1264924ba37157b6758cdc1

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z-n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1643 : job ID ae91664b7d5d4a21b0165a3fae1336ce

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x-n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1644 : job ID a8160e7e31ff4f8cbd5232a25ac61e2f

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1645 : job ID 38d1e9bc7d264c9384ebbd77cba85a81

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y-n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1646 : job ID f6c79a98292444b9a98a36da4d47012d

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x-n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1647 : job ID 44c082f758854fbb8a754c623eb87240

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y-n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1648 : job ID 3338b4bf7c444fcd867957fe0c97f217

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z-n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1649 : job ID de61135329c9410db020db80daaf203f

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z-n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1650 : job ID 74df2c1f8e32409ebd7a1668d18d86e8

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x-n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1651 : job ID bd105d67aecd4e65a869a5a7ff396def

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1652 : job ID f4a3f8c149ff47b3ba9a97a9c513b217

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1653 : job ID c73c645bfff54bbbbd1dc5cd48752f29

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y-n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1654 : job ID 24c4a6a1d8fd45db8b182117fb458abf

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z-n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1655 : job ID 136a76058b004f87ae621da597345160

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y-n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1656 : job ID e316a2bb032e41f2973b09392c43686f

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z-n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1657 : job ID 34abdaceb6f94c3c8624a02ca338d40b

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x-n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1658 : job ID c7b3ffb52dfe48d69bb909d259875964

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y-n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1659 : job ID 4751cd5c347a4b899d9fc688056e0aa8

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x-n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1660 : job ID 54eb74e92d184c6d89891e7cce92847f

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y-n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1661 : job ID f0dc2567fde34552838cb76bfe9de164

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx - m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1662 : job ID 8269ce35783243b6ab630c0a9d7504c9

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx - m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1663 : job ID 2cbb7cd7aaa4461ca3eb40cdebc751cd

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy - m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1664 : job ID a45821cf5f1646f29281d4425d95c7fc

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy - m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1665 : job ID 86db114be1fe4bea8e9b6792f0f7a28a

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n - 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1666 : job ID 8e57390eb5a44c0b830afdaae08a3c8a

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n - 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1667 : job ID 6c76756db52b4bbcb2721a4d9d2f67ad

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y - dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1668 : job ID b3569420b97948efb7da7467b6ad3c3a

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c - h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1669 : job ID 95cb345297c44dd182b9ff0813128158

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a - s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1670 : job ID 76f214c8abfa46d786f48f8b06294d73

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s - 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1671 : job ID 03a30bc4d7264b88896db2c9824993d6

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b - s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1672 : job ID 0b252cb08be141a0b670520f28ebbc91

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s - 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1673 : job ID 055ab17f53a14eebac6ba738d8c6a7c3

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 - (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1674 : job ID cc294f1e5112454e98f42df37d83b756

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s - 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1675 : job ID 393edcfd276a403f829c275c06acb463

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 - (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1676 : job ID bccd7b4bfd7e4b92bab0a7d68ff98c44

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x - dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1677 : job ID 64e85b57c8544f2bbbf9e06c31c87752

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y - dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1678 : job ID a805163b3cd7496ea753c130339c41a9

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z - dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1679 : job ID 225f6979e53e4258a7e0ecc21baba9e5

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x - dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1680 : job ID 0f413dbfc0534a439d5a031d4741c010

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y - dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1681 : job ID c93d4d7b36774af29b4406e3e85271d0

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z - dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1682 : job ID fe7bc4f5e47c4b059dc0978681e63baa

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x - dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1683 : job ID 29bc10bb93e84972b3d472dedc4a0a72

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y - dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1684 : job ID 165ce7b8ddb34a2fac9f83e2602998e0

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z - dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1685 : job ID 8dd1fb92a2534968ae5130bfc48beb29

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad - 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1686 : job ID 59b45148cc114d5ba056f22f8a0ba0e4

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad - 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1687 : job ID 7e4d6ad77a5442cba4d151bed75476fa

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 - dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1688 : job ID 9bc18cc82a894e4a8b2f9af69efaa094

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 - dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1689 : job ID 640cc790bbe8409b8ce5d6e9d39732d8

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad - 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1690 : job ID 61850677a84043da8c148a17e784dbd3

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x - dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1691 : job ID de2fbae23d704151885857eb0a6bcc0f

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y - dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1692 : job ID 7607a4e8b6f845a9814597c1440957c1

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z - dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1693 : job ID 67f0e32c987d428fb0db6a79f288bdd0

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x - dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1694 : job ID f29205c756f641d29daad2403624816c

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y - dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1695 : job ID ad0fc28959d5446386f1e77a633eaded

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z - dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1696 : job ID 01879803a08b4ed587869e26450ffe2f

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x - strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1697 : job ID 23bd430d502d40b6bf4a1fca564b82e9

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x - dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1698 : job ID 811f33a6a4e54834bda8ede3d9376b1a

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y - dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1699 : job ID a4b42aff7b7d450d9c4ba317cedbbaa5

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z - dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1700 : job ID 6603d6fa5a0d497f92c0cb5ed25bac33

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x - dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1701 : job ID 93f02f7a09164b24a67e2dec9bb121f7

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y - dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1702 : job ID b47e9310d0c34ba7b998e0c61fece9f9

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x - n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1703 : job ID be3f1f12ddf94ed78b1d9bba7268d499

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y - n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1704 : job ID c9a112fe153b4ec69565987edef00a34

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y>>n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1705 : job ID 484ed05fa08c4128be19986079919db3

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y>>n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1706 : job ID 167325bc95f6400b99218b06909aa6e2

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z>>n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1707 : job ID 1ecb01a70df04d81ac3a67be023f335a

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x>>n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1708 : job ID 6de10e1477d746869103f4e8c34acbcb

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y>>n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1709 : job ID b7e0ef631d864ec29b968162c5371be2

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z>>n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1710 : job ID fc74aa8c67de4fd3b0a6db653fd193fd

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x>>n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1711 : job ID 81f9c0a705a443c58a7b4e5d866cac4d

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y>>n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1712 : job ID f986d7c5770b4f168f3703c6c25e1ef8

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x>>n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1713 : job ID 86b412e1c8a64498b4b74dd91211a780

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x>>n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1714 : job ID f1ec26f88bf247cf96d87ddd34556c24

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z>>n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1715 : job ID 64b3214856574ed1a3f9c92f95df73c4

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z>>n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1716 : job ID 27183ed3bf504b51ae9311473a3f0867

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z>>n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1717 : job ID eda4ede096a54e5abe32473f98fc4e1a

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y>>n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1718 : job ID a975e7fb42fa44d0a54dd195b70a81ca

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z>>n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1719 : job ID 585ea74c6ae54960b518242ee15f88d3

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y>>n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1720 : job ID bc28f9ae0364445fb9cdb12f9057b8d1

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x>>n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1721 : job ID 2c29926d80ad4420b2e7fbe9b711bd96

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z>>n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1722 : job ID 13996ccbfb384373aa51cb2d6876a26c

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x>>n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1723 : job ID 88fea3bf9f184cad9f55f0d12a97749b

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x>>n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1724 : job ID e7cf298ea6fb4c2a85cb0dbaf6376592

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y>>n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1725 : job ID 1529512fffe44f199cb6f28a1fc165d6

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x>>n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1726 : job ID fbb8a33f42b747729cb26147543a7040

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y>>n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1727 : job ID 06b3bb87943741569019bef03a1552db

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z>>n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1728 : job ID f0d548875c884b1b870d155a3dd10ee3

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z>>n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1729 : job ID 15fd27affab04b5eb7015a3ba3306704

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x>>n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1730 : job ID 222c2b26bfc94cad8a7fbc7281c61c8a

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z>>n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1731 : job ID e005b66e748145619b481c1a5d3dd67b

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x>>n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1732 : job ID 756ddca2ab3f4dccaa98ccc638671d3e

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y>>n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1733 : job ID 3add62a79e37478dbbcb3c0a604a89fc

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z>>n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1734 : job ID a07b7b9eccd44230adb2169101e76470

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y>>n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1735 : job ID 0ced0304586c4543952c542c0c50bc87

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z>>n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1736 : job ID 4e2f18ecad8b4d2cb0948ebb6cee004b

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x>>n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1737 : job ID 0d179487440448b6aeacda9f36055c7c

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y>>n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1738 : job ID b905dd39b262448383b97992c4015c4a

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x>>n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1739 : job ID 57dc1201893e41b4b8eb8273229c7cb6

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y>>n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1740 : job ID 614b29192b464f45a98e183d9a89a1fd

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx >> m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1741 : job ID d9ec831fa4f6457cb35567527b59eab6

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx >> m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1742 : job ID d48ce63f4a1f4cf983f174e7b30e5de6

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy >> m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1743 : job ID 217fa8b1e87940f48fbf2fa00a753e84

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy >> m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1744 : job ID 01206680036443be81e51125fb944d9b

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n >> 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1745 : job ID b76a26e6ea8b46bf914a11886190bfb4

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n >> 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1746 : job ID 816ae0799cae47fdb9c24f248e1feb6d

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y >> dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1747 : job ID 1d35db2a4db543e6b9fe8242fea8e279

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c >> h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1748 : job ID 872d591ceaab44ad92c7e208cdac0bd8

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a >> s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1749 : job ID a8b1639185904bbca5bac61b0e2cd1c2

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s >> 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1750 : job ID cc2e5a824d094b22881e7a91ef4f748d

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b >> s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1751 : job ID 2aa1ec3301754944b9083662454c9dcd

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s >> 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1752 : job ID e24c12f1a42d488ab5e924a8520f31e9

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 >> (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1753 : job ID 33d8826d910245db97784a03164a5b24

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s >> 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1754 : job ID 2f90ca681cea4a59a1cc8b4a06cfdece

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 >> (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1755 : job ID 26c330ebcf7a4dbab85296c15d1c6f7b

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x >> dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1756 : job ID 52d0a499772641c18e7130fe41a2b107

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y >> dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1757 : job ID 2e8aa22d2c6a49f0bbf52082c49e7afe

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z >> dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1758 : job ID 02cd7c86836243aebda6b1cfb405f61f

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x >> dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1759 : job ID 9dbf60a5f0134bacb1e573ff8292c2e7

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y >> dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1760 : job ID 9f085666934840789892bf866d57687d

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z >> dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1761 : job ID 7d45289a242242d4b360b243c030d951

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x >> dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1762 : job ID 6a3361eb714143b5a59f6a62a1514381

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y >> dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1763 : job ID 2d9ab1e8f54e420faa14443d806d77c9

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z >> dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1764 : job ID 52f6058ae4b9457d84ed33961e3b896a

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad >> 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1765 : job ID ece02b3265ee452fae83c9a941c146f7

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad >> 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1766 : job ID b42b1aaa655341719007bcab1613a2f5

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 >> dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1767 : job ID 87b2dadc36984455939567415b93b2f3

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 >> dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1768 : job ID 64987a9232a14b5d9a5302a7102331c0

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad >> 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1769 : job ID 00962ae6180046a5b6f2de197f3d0648

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x >> dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1770 : job ID c45d73e4a8694967a436bc83edebb1ea

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y >> dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1771 : job ID 9ad9f478a3df4ca9a8c02975be92ab50

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z >> dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1772 : job ID e5623e9f512b4894821e52fb0524d687

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x >> dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1773 : job ID df186c928dc04df1a611a8027d8926af

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y >> dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1774 : job ID a7469147f5e2436091f04381b0e7f5b1

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z >> dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1775 : job ID 5987c2c076e743dea6f4cfcd953cac8f

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x >> strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1776 : job ID 49c376a570564bc5999338473c974e39

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x >> dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1777 : job ID 10047a75201f43f0899833dd25cea2fb

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y >> dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1778 : job ID 1da219a4295d48bcb0057c48ec6dc706

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z >> dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1779 : job ID 4c45085c8d444b35a7dc64a5598b1fce

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x >> dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1780 : job ID d3d567719de8481a93bc631fafcf7207

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y >> dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1781 : job ID ea3a745f3ac9446ba9126953ed2e3aeb

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x >> n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1782 : job ID 7f74f6eb7a4a4bd69bdb070629eddce8

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y >> n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1783 : job ID 226b76306b3b43cca3bb98425eaccb3c

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 // n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1784 : job ID e81c4ecf14644200bc4e1890440e6bca

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx // m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1785 : job ID ff33e93a75504ee98b83ac20737d7fc1

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy // m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1786 : job ID 9cfce3fdf4e143ccad71bf28ef43d0c9

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz // m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1787 : job ID 2d0d8fecbd554bfbbeb719afccfa0b66

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 // TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1788 : job ID f90047f11d324112a39fee9207ac85cc

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 // TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1789 : job ID 9a09e922acdf4741823c440c41bbd5fc

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt // m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1790 : job ID 2692d32d0651485eb7704a9981d3bfad

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_FloorDiv, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width // float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1791 : job ID ee00aaa43e68445ba0ffccc4c373bfc5

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_GtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 >= 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

1792 : job ID c482b2cd4cad42859da4860d759d37db

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_GtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start >= 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1793 : job ID 78dede41c24f45518834c2bc6e5052dc

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_GtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -639,7 +639,7 @@
+                     continue
+                 # How much overlap you have with this dimension.
+                 d = (p[i] - np[i]) * face[i]
+-                if d < pad:
++                if d >= pad:
+                     continue
+                 for dy in xrange(height):  # check each height
+                     op = list(np)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1794 : job ID 323b6d9bd56841eba9e71d2b398201a1

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y*n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1795 : job ID 77f0828f76c64696a0024695283bd437

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y*n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1796 : job ID 179b7382f1ce45c09a1f181a73ab1e7c

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z*n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1797 : job ID fdef5a3b3f324e49a8da16f82617a86a

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x*n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1798 : job ID e86651d100c3443e8947a8791a57ba8c

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y*n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1799 : job ID 0d5a90786030453090292fd32de67504

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z*n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1800 : job ID c394df79ba91497ba708111736ea2b3b

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x*n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1801 : job ID daffff2a9bf9443fa2b911b613e8c2b7

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y*n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1802 : job ID fd30bafa07854ef7a2996ea16011c0fc

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x*n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1803 : job ID c8abdd8eccd54519ad980c8c197a8b0c

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x*n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1804 : job ID eac1b4cb8a7a4dbca0c97e3686a689ce

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z*n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1805 : job ID 342a558cfd7a4d969388ebdd0f2262e2

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z*n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1806 : job ID cbcaf1d8ea4341e9ac417d377df32192

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z*n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1807 : job ID 6b5ed5fc417a4a4fb9c1c4b9dcb89a0f

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y*n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1808 : job ID 32a61ee4ba664cceaaa5743722083a10

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z*n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1809 : job ID a14bcb8b8b9f46b3bc6471650f6c6d85

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y*n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1810 : job ID 2848a63aec4a4e2d948ce95c2885293a

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x*n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1811 : job ID ee97a54ba5e940248daec36bc6d57bdb

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z*n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1812 : job ID 583510c4edff49fabc965ea67691971b

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x*n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1813 : job ID bae328b1f6b74fb0a531159c266d3a5e

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x*n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1814 : job ID 1cba9a14e1824576a205e7b44b0049f5

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y*n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1815 : job ID c3a1a4a8141249a89e068e57ef420732

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x*n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1816 : job ID 118b1d7d70b1407b830529982f334666

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y*n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1817 : job ID f150a23b4ac64e58a72f5532ba3fdd17

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z*n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1818 : job ID c0f0e2abccfe42fb8b3792dd44e333ff

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z*n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1819 : job ID 90d7c11b8fba4e53bdd118e81e6e1928

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x*n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1820 : job ID b400c05305bd4f35a1a05dad53d1ad8a

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z*n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1821 : job ID f69f2b5481ec4b0caab9361c4110a846

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x*n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1822 : job ID fc187882b8c54c1395ddd7ae957df4bb

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y*n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1823 : job ID 1a81ac2c93754043896974209868a88d

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z*n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1824 : job ID 91f2aacf4bf747ae80ed248c0fda07b2

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y*n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1825 : job ID 5d29b3990bc445d6b84b43a7ff7e3e4e

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z*n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1826 : job ID a31d633fa0b74fe3bb764e236fdddade

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x*n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1827 : job ID 2e3b435596bc4f2d824f78d0dcafb8aa

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y*n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1828 : job ID d13f0f52fb90435ca9d1cc4335d9cedc

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x*n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1829 : job ID dbb8ed1442894f9891ad049b31bef2f7

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y*n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1830 : job ID 7e82a36c1309423bbf90106825bfc36c

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx * m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1831 : job ID 6ef9fa3629274bdbb33b8ce1d10f7c17

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx * m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1832 : job ID f800ba1aca164b148cc037a909dfc8b3

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy * m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1833 : job ID 91605233c187450ab8da2f5dc3b04303

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy * m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1834 : job ID cad8e540a79d4e3bbb8d37c882b42214

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n * 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1835 : job ID ecb7b3cbb25c4327b812c9abead5c8fb

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n * 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1836 : job ID 0340f90532574ce5a9675e4f317ff8c0

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y * dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1837 : job ID c63632c5c50a4196adda48aee90e9985

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c * h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1838 : job ID b24ff9e8727a43eaa10f2120c2d7b80d

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a * s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1839 : job ID fcf8f2efa12a474ca10d191301ad6250

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s * 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1840 : job ID 810a71e393424e35815f0f77790e988d

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b * s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1841 : job ID 6f55027b416b442cb13e8c8c9aeb0519

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s * 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1842 : job ID a31a53f82c2b4cbb8fcb7f318e781669

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 * (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1843 : job ID 8a785fc77e25411c995710dd6a78585b

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s * 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1844 : job ID 61b8385cf8d14215a9514472362a1962

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 * (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1845 : job ID 4af93c011bc1497d942ed4cddd8894f5

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x * dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1846 : job ID 1677044ca6c34bd690e97a18c9a5a704

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y * dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1847 : job ID 39e2182f0a7e4bd68cd81b3b850dbccb

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z * dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1848 : job ID bd54469f530b419b8eee822bf029e8c3

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x * dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1849 : job ID 2144699b719a4737a880b72ac882d26f

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y * dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1850 : job ID e15f7c0c1d5f49828f1b565c6cbe57a5

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z * dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1851 : job ID 102a08d82c454414af60447ff26b0e37

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x * dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1852 : job ID 26b8c2436697478fa34a45fece727f65

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y * dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1853 : job ID bdb60273cb3649caa837df0b2765ace1

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z * dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1854 : job ID d1cff0164aa045c29f445088fa60c30b

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad * 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1855 : job ID 7545cc20e7394062b521fe8c207aed26

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad * 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1856 : job ID 304355291f044c198ccac28f421bec4d

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 * dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1857 : job ID 1400877550e24ec4b2d5450037ff36be

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 * dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1858 : job ID ceb744c7855145e2aef33e95b36be718

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad * 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1859 : job ID d81f224b07724c5a8f8d95cc01db1291

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x * dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1860 : job ID 29d5e137c9f343f9bd424a70262c5cea

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y * dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1861 : job ID 4ad9f47b1cb94b58b8260897d6342827

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z * dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1862 : job ID 9ecb93324a9645da99e2b1a4e73ded27

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x * dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1863 : job ID 67f002f7a0304577beb78660ac7b40ff

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y * dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1864 : job ID b9d1ebfd1be045f6ad764be7f50b9d63

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z * dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1865 : job ID 8e6bdfd7006f44ccb19827303e6fec80

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x * strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1866 : job ID f4c4dcf6787048fdb680a5b30071a6c9

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x * dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1867 : job ID 9702d57aba1a4892abb165ca569ed186

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y * dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1868 : job ID 9ba073389e684517acc8979d72dbe233

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z * dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1869 : job ID 2a5fd72f726f4605a5cbc6cea8499549

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x * dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1870 : job ID a3b366e2cc5e453b82ade9a1daea6e6d

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y * dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1871 : job ID 2935bebe89674d169e26c4c66d8d1e91

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x * n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1872 : job ID 1459fccd6c234cae8948d30aaf8f695d

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y * n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1873 : job ID 16518432b8e0424d95d753c5786c80c3

/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,not 1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1874 : job ID 66a2ce7c4bde401688f1734027793786

/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (not 1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1875 : job ID 007506a6ad57417490b5c83959075244

/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 0,not 1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1876 : job ID a10f74c2e44743bf90cb7371e9cbc132

/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(not n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1877 : job ID 4d774bd2bd724ddd9e8215f0095ffe08

/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(not n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1878 : job ID e2d5f007411047ca8bd2af3064e7ecfc

/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -167,7 +167,7 @@
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+-                if x in (n, n) or z in (-n, n):
++                if x in (n, n) or z in (not n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1879 : job ID ebc480c7ff4841ef8372ec3368503a1e

/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -169,7 +169,7 @@
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+-                    for dy in xrange(-2, 3):
++                    for dy in xrange(not 2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1880 : job ID 42e23c3968cc4ab3878bd5881a1b1073

/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -175,7 +175,7 @@
+         # generate the hills randomly
+         o = n - 10
+         for _ in xrange(120):
+-            a = random.randint(-o, o)  # x position of the hill
++            a = random.randint(not o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1881 : job ID 781d595e0a1c4c18acc613b82dfbb715

/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -176,7 +176,7 @@
+         o = n - 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+-            b = random.randint(-o, o)  # z position of the hill
++            b = random.randint(not o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1882 : job ID 7660457b05da419ba909c53ecdbb4cf0

/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -177,7 +177,7 @@
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+-            c = -1  # base of the hill
++            c = not 1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1883 : job ID 2a79443f4af64982a741b6dd93b7282f

/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(not pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1884 : job ID cb83789549fd470caba5923c4638193b

/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(not pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1885 : job ID a2aba39663ba46a3bc6658dad85b02a9

/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -543,7 +543,7 @@
+                     m = 1
+                 if self.strafe[0] > 0:
+                     # Moving backwards.
+-                    dy *= -1
++                    dy *= not 1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1886 : job ID 37f79273e34549efb9798383090cd9d5

/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -602,7 +602,7 @@
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+             self.dy -= dt * GRAVITY
+-            self.dy = max(self.dy, -TERMINAL_VELOCITY)
++            self.dy = max(self.dy, not TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1887 : job ID 4c79194781e54f8da4d4ac3d7cc5be85

/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, not 1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1888 : job ID 50e2c364000741e8b00520fda2811111

/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -703,7 +703,7 @@
+             m = 0.15
+             x, y = self.rotation
+             x, y = x + dx * m, y + dy * m
+-            y = max(-90, min(90, y))
++            y = max(not 90, min(90, y))
+             self.rotation = (x, y)
+ 
+     def on_key_press(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1889 : job ID 0e47655e21424f01ac791e7f7970c752

/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -782,7 +782,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        glOrtho(0, width, 0, height, -1, 1)
++        glOrtho(0, width, 0, height, not 1, 1)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1890 : job ID 915b970e4db1424ab8479f0b6b41af61

/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -800,7 +800,7 @@
+         glLoadIdentity()
+         x, y = self.rotation
+         glRotatef(x, 0, 1, 0)
+-        glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
++        glRotatef(not y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+         glTranslatef(-x, -y, -z)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1891 : job ID 0e29c310d8394e6aad1f8c929877ae0f

/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(not x, -y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1892 : job ID f05196c2d93c4d8d94063472f9cafe51

/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, not y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1893 : job ID 348db996b73c4261874e5c18cc49b7a7

/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, -y, not z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1894 : job ID a298f7af0ffb48fd9a98bfdedff9ab61

/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_USub_Not, occurrence: 21

1895 : job ID 8cacf4f9bba94b97a1b176ac694237c0

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) | 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1896 : job ID 25e13eb051f64c33921fbc7739c82340

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) | 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1897 : job ID fe2b1f86de3742af8b9085e7d5921bbe

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) | 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1898 : job ID 0e5a6ce1fb104aa08614bef141215097

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) | 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1899 : job ID 335e640b83934060b567b9343e922a25

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) | 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1900 : job ID 2d94f7bf57f04b3f9df24eb5a568385f

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 | 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1901 : job ID 4a664cdb78e04f13beafc16df50b6d55

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx | 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1902 : job ID 4af7e8bf16c8443ebb3fb7f9d08cc2e1

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy | 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1903 : job ID caa45005d6884779ba3d85cd9f7c2a4c

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz | 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1904 : job ID 8ff565b435b143b6a395bd78bfb5b48a

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) | 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1905 : job ID d5c90eb44bfb41c2b387f799f0d7e05c

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, |kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1906 : job ID c4c5c067266d48418aa75a40f5b92a6d

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_BitOr, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, |kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1907 : job ID 4c0cc81dbb134d19beba07a0c99f5095

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y^n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1908 : job ID 5cf8e73916af45d3abce78afdc819e44

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y^n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1909 : job ID 25b36dd26b9c47199ec811eb3b614f75

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z^n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1910 : job ID 23dd590438fc4fa48b339161790f4224

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x^n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1911 : job ID a153c7f2be864308b696e6f858593697

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y^n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1912 : job ID a4657ae316744279a5d58973226db52c

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z^n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1913 : job ID 2ddce3308e334e8eb67b411e7b0c036f

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x^n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1914 : job ID 6fefe52f324d4e299a68c42067be6a9f

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y^n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1915 : job ID 91aa1e03d2ea4c47986aa39d3f764191

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x^n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1916 : job ID d35c4cd68cd84ed687ec5fc3adf58e27

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x^n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1917 : job ID c742507d59504ad7a9cd72ecbc592d39

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z^n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1918 : job ID 77b60baed70b47608f0f1b12355d9d33

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z^n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1919 : job ID cea96714563145569a00afec09b52527

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z^n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1920 : job ID 5efff6fcb8c346a5a218710af264f716

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y^n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1921 : job ID 2a8be85743fd46838b3351957aa0422e

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z^n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1922 : job ID 91867092b0674d13bb203ed207fdbe7a

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y^n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1923 : job ID a934bffeba9f4560b5a302dad6abb135

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x^n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1924 : job ID 40ce6b7301864bba8e4633baddde3580

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z^n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1925 : job ID 60d48a481aa442cfb6e199281910493c

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x^n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1926 : job ID 5dbafd7a647540bdbd51293b182856b2

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x^n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1927 : job ID bf388f3ead1c4ab3998b8c42a03c817f

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y^n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1928 : job ID a82051361da9443b86f3ab929d112874

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x^n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1929 : job ID 97d7ca19d46242de8f21ed107b92cbfb

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y^n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1930 : job ID c847b96ba3e14e428781fd4f6ae68c47

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z^n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1931 : job ID a5554c617cb74b539118db5205721722

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z^n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1932 : job ID cc39c97b6887473f858cc1b23dc653e9

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x^n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1933 : job ID 6668be56ec04445ba74d9f3217445428

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z^n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1934 : job ID 37f4063dd9b4478994d5377517a85bcf

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x^n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1935 : job ID 28b70f6aa36c4b5c965cf6da97febc95

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y^n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1936 : job ID c029e05eb0c64bb1a81424f4ea1d22ad

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z^n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1937 : job ID 1d797e2794f241738c43200156cbbea1

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y^n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1938 : job ID 5df655bd3ef6408fa06fe2a6912891b2

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z^n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1939 : job ID b4c2530378614bcaa836ed59948631e3

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x^n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1940 : job ID 968bd20a8a2f4fb39a076511f6901d91

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y^n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1941 : job ID 05af9e0f59a64fd6920ff27f74a12a8b

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x^n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1942 : job ID e34e3d70b12b49ac9dba67109e186267

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y^n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1943 : job ID 96f8416b76984e2da9cb3ae8393fda3d

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx ^ m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1944 : job ID 1a4541a5ce0a40d8b12d4439a7798dc6

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx ^ m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1945 : job ID 7feeb896eb154977858d023f7b83bb2d

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy ^ m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1946 : job ID 0fc846b717374609b69ae66bac2ef80e

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy ^ m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1947 : job ID 1b7d92e418914ce4b613866529d5aaa2

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n ^ 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1948 : job ID 554131fa9d794a6597c804c783c083bb

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n ^ 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1949 : job ID 20ce7029dc5a42d9abca616b7f9d9b68

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y ^ dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1950 : job ID c58fb750edb24722b59f474f400adfde

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c ^ h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1951 : job ID ae00c5aee10d4afa966ea55a472cece6

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a ^ s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1952 : job ID cd6551b636fe4da08d5233f94306587e

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s ^ 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1953 : job ID 1024c0213ed94edb97301bc22bdf0e22

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b ^ s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1954 : job ID c1df47a888f1427fb4374fbd01dde0c8

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s ^ 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1955 : job ID 921cfd5382cb4b9bb3a2cb9328e20066

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 ^ (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1956 : job ID 6e1cde181e7c4c668e6216af577c5250

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s ^ 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1957 : job ID cc8026dde82a466cafe984c850730adb

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 ^ (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1958 : job ID caf2f36a9a4940018543921336f01c90

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x ^ dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1959 : job ID ccaf606ba7484d76a86ff883119db2de

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y ^ dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1960 : job ID 5ac4fc5af83f4183b4996f474ead5209

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z ^ dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1961 : job ID 8f6594b00aba48a3b67aba6ac844e7d7

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x ^ dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1962 : job ID 56251439df1a4fb8a187134106a209ba

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y ^ dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1963 : job ID fd491d9f7b404758aa68686f97e366e8

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z ^ dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1964 : job ID 06c91f4114c2424385d8de3102406c11

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x ^ dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1965 : job ID 12a69f56523943239030a697c1c56747

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y ^ dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1966 : job ID f2ce475942e24a38ac87dbc2d49a8582

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z ^ dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1967 : job ID e6d4f272980b476b8a406901f8ec6254

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad ^ 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1968 : job ID c6d7d773aae945a4a827c338b7960eca

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad ^ 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1969 : job ID 722182ee727e40cda8493eeb7e6b7b5a

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 ^ dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1970 : job ID 6a90fa53c46d407d9e0d36b480f47fd6

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 ^ dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1971 : job ID 61038768d0b24bc08307b63991284fc8

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad ^ 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1972 : job ID 39d2ab1269264b48a89b00001c2a6339

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x ^ dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1973 : job ID b469c7d2a72040918beeda4d819591e5

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y ^ dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1974 : job ID aad7ee3adce34f738472a759d1e2bf62

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z ^ dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1975 : job ID de17b564f9ac4acab9caed467ec6e4cc

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x ^ dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1976 : job ID 0e8a4719cf944dd197d7e00ef1d69538

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y ^ dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1977 : job ID 6e78c7f64c124bdeb1795db6c00bd3cf

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z ^ dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1978 : job ID 8ed43d878cba47008e0672578a21cc50

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x ^ strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1979 : job ID 474e5d86ed504c1f93a0e12f2dfd4b9b

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x ^ dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1980 : job ID 4728574d26a242b8aba41f92f4ae6d61

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y ^ dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1981 : job ID b571d49a99fe423db2388f6406f81b0b

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z ^ dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1982 : job ID 8dcb76ee63824b5f9b36bd1ccfffe837

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x ^ dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1983 : job ID 88fd4f3e3e6d49299a8de4d435a4c5a2

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y ^ dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1984 : job ID 22f321e4970440dcadcbd5d0ad2f277e

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x ^ n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1985 : job ID 21bc36587d314a258f06e5cb2688d3d2

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y ^ n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1986 : job ID b7d3e745bf7e4ea18be78058132125e0

/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,+1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1987 : job ID b41269e9d74b48969d0c7bcb89fd285b

/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (+1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1988 : job ID ddf74e3070fb43ebb4804a476bfe9bd1

/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 0,+1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1989 : job ID fd981486850f45798bfea76aadffab5d

/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(+n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1990 : job ID c911a8695ac846528956309903ebe843

/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(+n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

1991 : job ID 8e42fc0ed10548c1b49086398812c152

/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -167,7 +167,7 @@
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+-                if x in (n, n) or z in (-n, n):
++                if x in (n, n) or z in (+n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1992 : job ID 36a3dec0a35f4271a735d6d7d6ba9afb

/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -169,7 +169,7 @@
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+-                    for dy in xrange(-2, 3):
++                    for dy in xrange(+2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1993 : job ID e96ad54b23e84dceb1495770d67d0502

/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -175,7 +175,7 @@
+         # generate the hills randomly
+         o = n - 10
+         for _ in xrange(120):
+-            a = random.randint(-o, o)  # x position of the hill
++            a = random.randint(+o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1994 : job ID a4d9f662e5c24a09ad980c95950aad34

/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -176,7 +176,7 @@
+         o = n - 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+-            b = random.randint(-o, o)  # z position of the hill
++            b = random.randint(+o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1995 : job ID 198f20b448654305b957cac773099961

/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -177,7 +177,7 @@
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+-            c = -1  # base of the hill
++            c = +1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1996 : job ID 24799019c602455ea8a39517d22cc0e2

/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(+pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1997 : job ID b924aba52faa49fb84b36f3b38a10644

/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(+pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1998 : job ID 60b5d063d24d4a85b630b1e3cf9dc306

/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -543,7 +543,7 @@
+                     m = 1
+                 if self.strafe[0] > 0:
+                     # Moving backwards.
+-                    dy *= -1
++                    dy *= +1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

1999 : job ID 95d8ee30174241cbbe8d3a01a9e47b6c

/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -602,7 +602,7 @@
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+             self.dy -= dt * GRAVITY
+-            self.dy = max(self.dy, -TERMINAL_VELOCITY)
++            self.dy = max(self.dy, +TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2000 : job ID 0e2aa37d7cc74e04b9caf55ad7f471a5

/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, +1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2001 : job ID 41bacb67636440bfa44012cd83cd2c34

/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -703,7 +703,7 @@
+             m = 0.15
+             x, y = self.rotation
+             x, y = x + dx * m, y + dy * m
+-            y = max(-90, min(90, y))
++            y = max(+90, min(90, y))
+             self.rotation = (x, y)
+ 
+     def on_key_press(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2002 : job ID f337e68423b6481ab0edcf4bd765007b

/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -782,7 +782,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        glOrtho(0, width, 0, height, -1, 1)
++        glOrtho(0, width, 0, height, +1, 1)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2003 : job ID 978517dbc4ac47cea1e4de9e5210b3c4

/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -800,7 +800,7 @@
+         glLoadIdentity()
+         x, y = self.rotation
+         glRotatef(x, 0, 1, 0)
+-        glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
++        glRotatef(+y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+         glTranslatef(-x, -y, -z)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2004 : job ID 36d64c5f72ae4a48942080d41fdefd7e

/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(+x, -y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2005 : job ID 28ef0d11106f4d408840fe2ff302ea8c

/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, +y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2006 : job ID b63b76c768684de3b2187503daa1b121

/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, -y, +z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2007 : job ID 56ae1d592a3141daba0f821ebbf4669f

/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_USub_UAdd, occurrence: 21

2008 : job ID b1397efd4c504551970ea2269c2248f7

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import >>
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2009 : job ID f471205bf669493e83dc97a2525dd286

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 >> GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2010 : job ID e362c28b1c0f4766a91bb1f0d1b02c52

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY >> MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2011 : job ID 5d4fce36ca424280aab19c823692435e

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x >> m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2012 : job ID e3adbe3bcdbf4f3d99b92c4dad97ebcd

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y >> m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2013 : job ID 399fabec2f194d68a587e729ad200d31

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(>>top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2014 : job ID 523372fd901d4b0199f8e8318f94b196

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(>>bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2015 : job ID 2c4491a55af8407fac992e0af6ceb801

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(>>side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2016 : job ID a126305e1d874697a802d94775fe7d27

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side >> 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2017 : job ID b94265c7a4df4f108b94a57c90979c5b

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance >> m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2018 : job ID aefdc6c47fbe4cbe81570eaacc9ef301

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, >>args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2019 : job ID 73c3085bb8ae46bc83af27d0d8201d8a

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(>>args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2020 : job ID c8bba80e36a74c1598393abdb748bb5a

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, >>args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2021 : job ID f2ce33913fdd41c7ab656bb43d33eb1f

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(>>args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2022 : job ID b31cb0d603804068874225c63551916e

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) >> m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2023 : job ID cd9e0ca23f094fca8de33a2db624646f

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) >> m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2024 : job ID 383c21dfb29c4498a92a60962df6ab1e

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(>>self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2025 : job ID d0544c82c92b43bd8276af2c90402919

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) >> m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2026 : job ID 2877ea6e5611414e89c2aece41113c08

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) >> m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2027 : job ID 682e81185cf64607bae8a77a535d4bd2

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt >> speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2028 : job ID f5d412904e9941638c570c674efff8d2

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx >> d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2029 : job ID ccc8ec973bd94e909dda8be35ddf9d9d

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy >> d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2030 : job ID a2301d7ed8ac43579922073460c1fd92

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz >> d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2031 : job ID 9d1bace5050e4b228c7046d863e75ce9

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt >> GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2032 : job ID c55c8272ec44438f9c940ba3899a5cbf

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy >> dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2033 : job ID d81e0eabc14b413786ff995e035e288f

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) >> face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2034 : job ID 5483b3eb1203409b82f0744a0ab157b8

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) >> face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2035 : job ID a961ac7b99094fc2a38a9d06cbc0a864

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx >> m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2036 : job ID 325b2927400f4c7d91b1ffc8911df960

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy >> m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2037 : job ID c75428eaa04141b0a7415945d5c16d62

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_RShift, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat >> 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2038 : job ID 682790fa1b2e4ee5a7fe02c7d626ea4d

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import -
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2039 : job ID d8dfc9a5372644ed84fd5c758aef479d

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 - GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2040 : job ID 1ed4373072c74b00a3f84ba6a43755aa

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY - MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2041 : job ID 430737be5e8743d6980ac6e25c9fc275

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x - m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2042 : job ID ce369f5c211b4aa3a036f8c92c838126

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y - m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2043 : job ID 6d93997f9c4d49cf836aab22143b6b52

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(-top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2044 : job ID 617f63782ced4f9daa7f82ab29067ddd

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(-bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2045 : job ID d34fc1f72438468d9309e4b5481c166f

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(-side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2046 : job ID 4cb757ec70e14345aa74d0b3943e18e9

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side - 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2047 : job ID acd75608f0234d5194049639084cccbd

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance - m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2048 : job ID 647565027d8b4982be35a2796af98fc7

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, -args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2049 : job ID e4062c5ae8c949fb82f46792257a5d06

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(-args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2050 : job ID a4b26ba8d675419189538386a522f5d3

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, -args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2051 : job ID 5caf026ef1ff42e1b819cdf6f1448029

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(-args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2052 : job ID 1093bef9e731482d98fbbd7d447bae5d

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) - m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2053 : job ID c50bea9d4148432285b15fdc26ae6e2b

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) - m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2054 : job ID 39fce644b7714017b6d3427ddff6e74f

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(-self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2055 : job ID e0d062c54f22418686f207c112905caa

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) - m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2056 : job ID 80ac7f30fcd0484997728424acf39816

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) - m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2057 : job ID 2ad25960c9274d60af9539fa0828981a

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt - speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2058 : job ID 279eeb57f4ce430cb709cc74788fb510

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx - d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2059 : job ID ab918136fde54ea285e7f62e12381cbb

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy - d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2060 : job ID ca253ee1ee9d40a49c00118125e3a089

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz - d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2061 : job ID a9ced1cf5c384c97972c5afb375be314

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt - GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2062 : job ID 4c92513076724a99a64596549918ef2d

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy - dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2063 : job ID aa4304f01e7548dcbf9e512ee2469590

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) - face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2064 : job ID f43a83f1554c4976b48883eb9750f831

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) - face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2065 : job ID 693cb1320c1547deb6dec6bc1d25f27f

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx - m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2066 : job ID 85e08ed3ff1a4c36a86bfa7b950885e1

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy - m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2067 : job ID c79eba7682774179bfa709d1f12ca79b

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Sub, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat - 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2068 : job ID 29ba20cf50cc4ac4be34ee68668a3838

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y%n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2069 : job ID 3309c57b796e4bb6b65fd97dfb9a0f20

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y%n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2070 : job ID 7a35e1f7700d425fb024da89b9945eaa

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z%n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2071 : job ID 681104f8cb84493fa3507d425daf73ca

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x%n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2072 : job ID 486fc18ad6e047bfbf5299c875e58ae6

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y%n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2073 : job ID 7fd0cdadc9994d809d4cb7b4197d689c

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z%n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2074 : job ID 4bc2c8f9ca6f441fbc57902c208a58f5

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x%n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2075 : job ID 8bf913f27003477098f1846da69045bc

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y%n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2076 : job ID bbb6a39c96eb4445807465d15ee1136a

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x%n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2077 : job ID 72dbb2a10c9a4c318aed45cd5253dcf0

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x%n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2078 : job ID 9ed3a94b520447cfa6ca9c96fb77e555

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z%n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2079 : job ID f8bf150b8ea84fb09a7a05f50d0fddeb

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z%n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2080 : job ID f438fcbdb5c14b3792b6d55d0eaf1c1a

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z%n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2081 : job ID dd0a47ebd7d146eb889a3bd0238805f0

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y%n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2082 : job ID 908a26eac02745faaeda099db674526a

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z%n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2083 : job ID e8e8be9b646e47b2945c3fa2950c3fbc

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y%n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2084 : job ID 8fa73ea14a2a4599b383ffba4969695a

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x%n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2085 : job ID c707c0d1dc20429183393b4c9a41a83d

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z%n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2086 : job ID 0008d55f41ff4ae59f14e68df429e268

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x%n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2087 : job ID fe267ee6c3b2425c972b6f623dd9262a

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x%n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2088 : job ID ab66aeab5b7b48488cfdb75ae06cd551

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y%n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2089 : job ID cfaaf3661e984a19aa513e53266d35e8

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x%n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2090 : job ID eb6fe23ee25348dcbe6f4db4b3340443

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y%n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2091 : job ID 13c4a6ed9108499ea5285b24474082a8

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z%n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2092 : job ID 1fe03be58adf4bbd980847dc3b505101

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z%n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2093 : job ID 7631e532eb324a54ad474add299d0dd8

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x%n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2094 : job ID c0b5990297ce42bcb53f4688ad8525d0

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z%n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2095 : job ID 46c45150a795434ca0bafa8e1b54a4b5

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x%n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2096 : job ID cfbfb9ebb6834f13b621ce5c8e09fbf9

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y%n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2097 : job ID 10e73c6750ea42a5b9948e43f9802513

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z%n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2098 : job ID 37367e0aabca446ea3ca03f0327e22cb

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y%n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2099 : job ID d185561b395e486ab6a6641ffdf5416e

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z%n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2100 : job ID 4559e2b0f8fc46abb3fc8f0746c3cfcf

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x%n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2101 : job ID 5c0712fee88f4bf199c8ece5e2d97d16

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y%n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2102 : job ID 439e710834cf446ea90b89482ed1924e

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x%n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2103 : job ID f9e0d13befe147ae9fd591888c474ef4

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y%n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2104 : job ID f3afd7847f5e4e89a6f4a6bd855a0b60

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx % m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2105 : job ID 0197135f91e54fcba56eb49a965883b7

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx % m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2106 : job ID 76f7135c543b4c8f8f613467bea8fca5

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy % m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2107 : job ID d538e4fbc7744e3db3102d86c9aad29e

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy % m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2108 : job ID 1a01ec4a1c374e368b9b4db29f94450a

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n % 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2109 : job ID 5a18a58ed35440889dab5e463f343389

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n % 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2110 : job ID 009eeec5484543ed965309e215427882

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y % dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2111 : job ID ff7c3309ecef4d45a7a6f13f42cbd4ff

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c % h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2112 : job ID 09ef459b749a49f7bef088de38106816

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a % s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2113 : job ID bf93dd2f8e504da182c091094414eaa6

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s % 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2114 : job ID 4d75d228beb44aa58b3b395c40c93153

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b % s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2115 : job ID 5086039535d642b5a5a022835af53a68

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s % 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2116 : job ID ce4edd2e207545579ba2a97b068c945a

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 % (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2117 : job ID 6687170a371f4b89b61d21683632d8d6

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s % 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2118 : job ID 4abb6dd89f43470c9b8334349ca1a0ac

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 % (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2119 : job ID 666710c6731b4b64b9310a79034afa26

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x % dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2120 : job ID 21be2aa01e9a4ff58cafeb44c78849ae

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y % dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2121 : job ID d76da15b7f144ae7bf7e3a52af04e2ee

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z % dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2122 : job ID 7a70eff2964f4844a50ba81075c43b9e

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x % dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2123 : job ID 81739c0fa1b84932bcc4606e7a8895ec

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y % dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2124 : job ID 8485ebf6d74044f5a03658d10435093b

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z % dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2125 : job ID a3d2980a146648edab78be74d5e48dc4

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x % dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2126 : job ID 61cd1413b653427b99645dc2d52aad37

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y % dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2127 : job ID 5fcb127454084d5fa283b25c17272f54

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z % dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2128 : job ID 9678171d9f0b4a04afe7612d23c14a9a

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad % 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2129 : job ID b725c3efe7a04f85861a5f655d5d2bcd

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad % 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2130 : job ID 37cfc524b8224ce88a5fe1876407ff46

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 % dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2131 : job ID 2e24242fe3db4cd793c3e2a96712ad87

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 % dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2132 : job ID 8c55d146adff460480aba0706e6d02e2

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad % 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2133 : job ID 2bf75d787416422887075da28c3d3488

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x % dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2134 : job ID 633ad2f65b7741b680bb83ced847396c

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y % dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2135 : job ID fdbe25b0b0fb4c79aab6f0e0522cb855

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z % dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2136 : job ID bb6083b5f78349cbaf312ea83f7649c7

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x % dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2137 : job ID 9097241f56e447b79b856e77e6c40a2b

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y % dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2138 : job ID a0e5be7f62954988b1aff49698f179b1

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z % dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2139 : job ID 884d8117f25e45c4a08769e7057fddcb

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x % strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2140 : job ID 22524b3a081344afb4b4275a58379110

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x % dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2141 : job ID 8b11357c952643a68f1223dea638f387

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y % dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2142 : job ID 8f4172ddd5b34168bfe7f726f5276412

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z % dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2143 : job ID 148036e4773f47f3a8ec2333a338135c

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x % dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2144 : job ID 3069a673a6444e888f4f81659bb1777c

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y % dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2145 : job ID 392b9bbe6a514583aa51d565f6ad5692

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x % n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2146 : job ID a0c4a4ef9a2c45ccacc9e93b4c1cec85

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y % n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2147 : job ID 7abccf93b0844ac987e2a4a8a9e4efe3

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y//n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2148 : job ID 3f45a57166b2428baa34086142d2eb8d

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y//n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2149 : job ID 9addf555451d43c598571612b4b3e8af

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z//n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2150 : job ID c424f00ab57046878521bc5c2c34a91f

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x//n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2151 : job ID 9c0fd6a674d249738c6aa00ea4051af7

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y//n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2152 : job ID 13fc26d29f1640dca33b6efab1b7c904

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z//n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2153 : job ID 512b40172a9b4554985ba877a614b8e7

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x//n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2154 : job ID 4364f52648e645a287dc3be8db92cb8e

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y//n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2155 : job ID 18c17ad96ab54857a73e7577bd9793cc

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x//n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2156 : job ID 3c3d998185694c968b471014089b4f44

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x//n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2157 : job ID 9749af27b7b04b1f990c5b462a0ee352

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z//n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2158 : job ID c7b407da512343b08e43625253c4ac96

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z//n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2159 : job ID 0322fb42aad34f12af3916179091e67f

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z//n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2160 : job ID 960081f75abe404f9c414c448a1b5c15

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y//n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2161 : job ID 2c8d7b8e4ade4061b242c4c08e174953

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z//n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2162 : job ID 4bf41fb1f04e4685ba4d5909f3ee2086

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y//n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2163 : job ID 39430cb3cbfb404baf334f19f45157b7

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x//n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2164 : job ID 8bb23114287348f8b1d28b6ea5e29645

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z//n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2165 : job ID f97c1f9ed5c6491d91424175cf27f2d5

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x//n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2166 : job ID 145a2136882e42f489d461970e30e100

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x//n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2167 : job ID 5bfe82f20ca046b7950168c56b5a7af6

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y//n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2168 : job ID a4901d22526044cfb8394a839293ebff

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x//n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2169 : job ID 960cc33bf65146059ef7432e23bb6c36

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y//n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2170 : job ID 01dd286388c54c1babf68f172219f05a

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z//n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2171 : job ID 100d757f0deb4b7cbb5791bb78d08845

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z//n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2172 : job ID 4e67734b53bc40b39dbbdeccd7d8adaf

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x//n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2173 : job ID 2515dcbbd4c045278ba60535be7e38d4

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z//n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2174 : job ID b7f287e3d66647cebe5ada2e124b99c4

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x//n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2175 : job ID 1e073bbf1be440a9a6c46e808b70cbfc

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y//n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2176 : job ID 5f4889752cd849e58ac4435d2579a492

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z//n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2177 : job ID bdc8edd8bbed4e11a1fe209d445fdf02

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y//n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2178 : job ID b02a5757cc0f47218ebdc96372339221

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z//n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2179 : job ID d278c26079fa417a8ed906e24cb9afd1

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x//n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2180 : job ID c89ad34810ea477aa0e91047cc71676d

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y//n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2181 : job ID a7e7f42f0fa9437ead24ca9476d8c89f

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x//n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2182 : job ID 82c2d0733eb24fbc9001deb7b0643002

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y//n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2183 : job ID 657e65b82907484f9e530d2285216701

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx // m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2184 : job ID 15313b7aaf7042fd87d39013fb4c88d4

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx // m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2185 : job ID 1a539098f4e745f7a9a035e2b3573868

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy // m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2186 : job ID c96121cc9e3b4f2f821fd760b0eed716

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy // m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2187 : job ID b71254ec0dba4d02b240874c8e941ac9

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n // 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2188 : job ID 0ce5219387f249bba3035fbb9e46e2ea

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n // 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2189 : job ID 32bd9a6a96964e7299632e7188e748bc

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y // dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2190 : job ID 1cb382fa9c2845d0afbc8b373176007a

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c // h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2191 : job ID 58a07c997aaa4f41b54166b86de2b236

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a // s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2192 : job ID 6110eed29e86444f9fbd3088266217b3

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s // 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2193 : job ID a8cb9c0288324eaaad4b3f598e48aeda

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b // s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2194 : job ID fbd38a5df32b4c068396578686dbdaf6

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s // 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2195 : job ID 9e869f89c4f7470f844a40733ac914ad

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 // (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2196 : job ID 4ef5b49dc4af4ae88c1a445c53818804

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s // 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2197 : job ID db0c11e1e4b64ab09870ed712070dcd1

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 // (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2198 : job ID 9b25bbf86b1e45d98b49bcf42191131c

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x // dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2199 : job ID d867a5269e514e89a08c67c7aa17343b

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y // dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2200 : job ID 7c8989942547442e9ef76da79678db9b

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z // dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2201 : job ID c87acf2730604ea9835a7ede7cc6b920

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x // dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2202 : job ID ef1957dc75264a8d81b60a4d7c4bcc0b

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y // dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2203 : job ID 558fffd0ebaa416a847def5bfd53aa8e

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z // dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2204 : job ID c7d5753312724d8cb40f66859c2e8da8

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x // dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2205 : job ID 8056ee8764dc4f70ac4a88bc9261f0c1

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y // dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2206 : job ID c980584be499429f88b871f4e6218d90

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z // dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2207 : job ID e5a369e5e15543e08f912e49288dc7f1

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad // 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2208 : job ID 0f13adcfb90f47a28c76cfe93eb3df62

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad // 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2209 : job ID ee4b2bb01dae40ecbd013c7f026d4e1f

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 // dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2210 : job ID ab560011fef54f19bca641ef2022fc35

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 // dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2211 : job ID 9df02776da61490e894399ea2a11eb86

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad // 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2212 : job ID 0fcfd3ebd1d74d4d9687f9af13c09c86

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x // dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2213 : job ID 57aef2143b6a4db992367615a77889b5

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y // dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2214 : job ID d574dd8f6d6a492bad7de986d6c7763c

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z // dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2215 : job ID 2fa24b24aa9d4a60849a8c68b07224a1

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x // dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2216 : job ID 1c40e35ca3074947a91c1d3bc444bc06

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y // dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2217 : job ID 20117d0bf4e8484cb4e15bc9821c11ca

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z // dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2218 : job ID 8211b1b3a3ad41ac866d9516fac522f9

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x // strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2219 : job ID f1cbc1c933684ff7b9ea7a0f48cc7b94

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x // dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2220 : job ID e8a7ee1bf60f428e995e70f9d7cf9546

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y // dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2221 : job ID d8358aa0c9f94f758531987a9a1d84d6

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z // dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2222 : job ID 20befaf3486d4ae68115fc02a354cc10

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x // dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2223 : job ID 664e804e85884ad39f8c7bd070ccadc3

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y // dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2224 : job ID 6dded1cdda814fcc8f0db586546611d4

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x // n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2225 : job ID eed7de5d8c6e4bdeb5893cad5d59c084

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y // n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2226 : job ID 8efa25256afd493b9364a905f065dd5e

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x / SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2227 : job ID eddce51a230c4b659ebd212ccfa8828f

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y / SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2228 : job ID d34a21efcdf74b8f80eb475e67413536

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z / SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2229 : job ID 6f7bbba060d14293b184c3abd893ac9f

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width / 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2230 : job ID 8ca75edad24047b18d08e4ac49c590ee

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Div, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height / 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2231 : job ID 8841db4db87e4ca3a5f38103ddc11b1e

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face is not (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2232 : job ID 91321ff424eb4a77b039db69616a835c

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, -1, 0) or face is not (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2233 : job ID b58b8ba1fc944adb82b01c843aac37e4

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -675,7 +675,7 @@
+         if self.exclusive:
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+-            if (button == mouse.RIGHT) or \
++            if (button is not mouse.RIGHT) or \
+                     ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2234 : job ID 45b66fd8aa1b4f4682e95f576b914911

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button is not mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2235 : job ID cc9b22d91f96472180ca6f77a1747ea1

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -680,7 +680,7 @@
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
+-            elif button == pyglet.window.mouse.LEFT and block:
++            elif button is not pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+                 if texture != STONE:
+                     self.model.remove_block(block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2236 : job ID f9bfb28df0ac4e67b428273d4b3adbbb

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -718,7 +718,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol is not key.W:
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2237 : job ID b66380be05054f2b9e6be4943ce21fdd

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -720,7 +720,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] -= 1
+-        elif symbol == key.S:
++        elif symbol is not key.S:
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2238 : job ID f49116da63374f49abcfcab1e0f02269

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -722,7 +722,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
+-        elif symbol == key.A:
++        elif symbol is not key.A:
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2239 : job ID ca6deae7f20c4784860c2e6b6f53760a

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -724,7 +724,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
+-        elif symbol == key.D:
++        elif symbol is not key.D:
+             self.strafe[1] += 1
+         elif symbol == key.SPACE:
+             if self.dy == 0:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2240 : job ID cace86674df748e18206d343f7ebc725

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -726,7 +726,7 @@
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
+-        elif symbol == key.SPACE:
++        elif symbol is not key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2241 : job ID deeb24f0d1bc4967beb384e04b98a814

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -729,7 +729,7 @@
+         elif symbol == key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+-        elif symbol == key.ESCAPE:
++        elif symbol is not key.ESCAPE:
+             self.set_exclusive_mouse(False)
+         elif symbol == key.TAB:
+             self.flying = not self.flying
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2242 : job ID cf0319c715464a56980f97c5e03ed70b

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -731,7 +731,7 @@
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
+-        elif symbol == key.TAB:
++        elif symbol is not key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+             index = (symbol - self.num_keys[0]) % len(self.inventory)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2243 : job ID af01e84248ab4912a22c2bb677f766d1

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -749,7 +749,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol is not key.W:
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2244 : job ID 3894587d3b9049078523d96d56e15206

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -751,7 +751,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] += 1
+-        elif symbol == key.S:
++        elif symbol is not key.S:
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2245 : job ID 258a7e1eed9a42c58e64181d29b35b61

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -753,7 +753,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
+-        elif symbol == key.A:
++        elif symbol is not key.A:
+             self.strafe[1] += 1
+         elif symbol == key.D:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2246 : job ID 94003f578a264e068f86c4887489fa62

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -755,7 +755,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
+-        elif symbol == key.D:
++        elif symbol is not key.D:
+             self.strafe[1] -= 1
+ 
+     def on_resize(self, width, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2247 : job ID 2e4ab4d0c4da4f2d9f405b82f5fc9ec3

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_IsNot, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -896,7 +896,7 @@
+     pyglet.app.run()
+ 
+ 
+-if __name__ == '__main__':
++if __name__ is not '__main__':
+     main()
+ 
+ )
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2248 : job ID 323ecb6ea3c04799a386c10d8b809ef2

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face < (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2249 : job ID d20653f53b044fc48e00ab40eab8ac6d

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, -1, 0) or face < (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2250 : job ID ad4fd3ca9a304a1885b0f92042f84029

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -675,7 +675,7 @@
+         if self.exclusive:
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+-            if (button == mouse.RIGHT) or \
++            if (button < mouse.RIGHT) or \
+                     ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2251 : job ID 962daad9cfa3485bb9732ed89974267f

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button < mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2252 : job ID b82c83ad0c8946e7873029204f4e061e

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -680,7 +680,7 @@
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
+-            elif button == pyglet.window.mouse.LEFT and block:
++            elif button < pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+                 if texture != STONE:
+                     self.model.remove_block(block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2253 : job ID 8cd72410dacc4eef8c6f2194f544ba08

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -718,7 +718,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol < key.W:
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2254 : job ID 50eeead39710451bb4ed82380a0f0449

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -720,7 +720,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] -= 1
+-        elif symbol == key.S:
++        elif symbol < key.S:
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2255 : job ID 3c746bb74d694144865c2e9886834a47

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -722,7 +722,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
+-        elif symbol == key.A:
++        elif symbol < key.A:
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2256 : job ID c695f9978cf141e1937a73417e5ac956

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -724,7 +724,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
+-        elif symbol == key.D:
++        elif symbol < key.D:
+             self.strafe[1] += 1
+         elif symbol == key.SPACE:
+             if self.dy == 0:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2257 : job ID 017e7394905947d893d88cf0cbbc8105

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -726,7 +726,7 @@
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
+-        elif symbol == key.SPACE:
++        elif symbol < key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2258 : job ID a8aa514e5c794fba82b8163909e3fa7d

/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -727,7 +727,7 @@
+         elif symbol == key.D:
+             self.strafe[1] += 1
+         elif symbol == key.SPACE:
+-            if self.dy == 0:
++            if self.dy < 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2259 : job ID a8cf7a81f79946a8b6730dcaa53cbe3e

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -729,7 +729,7 @@
+         elif symbol == key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+-        elif symbol == key.ESCAPE:
++        elif symbol < key.ESCAPE:
+             self.set_exclusive_mouse(False)
+         elif symbol == key.TAB:
+             self.flying = not self.flying
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2260 : job ID bafd0f352a6842a688774c1810564fcf

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -731,7 +731,7 @@
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
+-        elif symbol == key.TAB:
++        elif symbol < key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+             index = (symbol - self.num_keys[0]) % len(self.inventory)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2261 : job ID 18e0fa68e0a34c398d6fd2064ef979fd

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -749,7 +749,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol < key.W:
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2262 : job ID 074bbb9eed9b464c87833b098db9b9d5

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -751,7 +751,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] += 1
+-        elif symbol == key.S:
++        elif symbol < key.S:
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2263 : job ID 0fe8a055a25942f5b2fe70a08f31d5cc

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -753,7 +753,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
+-        elif symbol == key.A:
++        elif symbol < key.A:
+             self.strafe[1] += 1
+         elif symbol == key.D:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2264 : job ID 64f101b3920e47a4aab692b951718603

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -755,7 +755,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
+-        elif symbol == key.D:
++        elif symbol < key.D:
+             self.strafe[1] -= 1
+ 
+     def on_resize(self, width, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2265 : job ID 06ebc818b6df4870b8c1d53101016c55

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_Lt, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -896,7 +896,7 @@
+     pyglet.app.run()
+ 
+ 
+-if __name__ == '__main__':
++if __name__ < '__main__':
+     main()
+ 
+ )
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2266 : job ID 9230a70771514881b164a6873a5415e5

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x | SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2267 : job ID 7394fe3936e74c01af65d43c9f987c34

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z | SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2268 : job ID 151f41b05ba34fa2823252ea52fb2263

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width | 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2269 : job ID 11860d6edb0840a7a1c65af1344f94e2

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height | 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2270 : job ID a57c8697d92443828e44c65a50785632

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_BitOr, occurrence: 4

2271 : job ID fc42641b59b4466383ffa49e33bc97ff

/home/areinsch/CS362/main.py, start pos: (165, 17), end pos: (165, 37)
operator: core/ZeroIterationForLoop, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in []:
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2272 : job ID c2a4fdb067ba416c99fe338577e05288

/home/areinsch/CS362/main.py, start pos: (166, 21), end pos: (166, 41)
operator: core/ZeroIterationForLoop, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in []:
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2273 : job ID db2ff9642c7b4df69494d23ef99a29ed

/home/areinsch/CS362/main.py, start pos: (172, 30), end pos: (172, 43)
operator: core/ZeroIterationForLoop, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -169,7 +169,7 @@
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+-                    for dy in xrange(-2, 3):
++                    for dy in []:
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2274 : job ID b2f643c4b64f4aedbffdbf762f25ddba

/home/areinsch/CS362/main.py, start pos: (177, 17), end pos: (177, 28)
operator: core/ZeroIterationForLoop, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -174,7 +174,7 @@
+ 
+         # generate the hills randomly
+         o = n - 10
+-        for _ in xrange(120):
++        for _ in []:
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+             c = -1  # base of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2275 : job ID 15e8de591fdb484b9418581e410767bb

/home/areinsch/CS362/main.py, start pos: (185, 21), end pos: (185, 37)
operator: core/ZeroIterationForLoop, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in []:
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2276 : job ID c7aefd4a0b924254a6526b8599c7faf4

/home/areinsch/CS362/main.py, start pos: (186, 25), end pos: (186, 49)
operator: core/ZeroIterationForLoop, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in []:
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2277 : job ID a69595de6bb748eea70da770ba15f8de

/home/areinsch/CS362/main.py, start pos: (187, 29), end pos: (187, 53)
operator: core/ZeroIterationForLoop, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in []:
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2278 : job ID 8a81e3f691404f4fa8311f519e672b4a

/home/areinsch/CS362/main.py, start pos: (214, 17), end pos: (214, 41)
operator: core/ZeroIterationForLoop, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in []:
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2279 : job ID cba9b0620f7c43188be99396b457c130

/home/areinsch/CS362/main.py, start pos: (228, 26), end pos: (228, 31)
operator: core/ZeroIterationForLoop, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -225,7 +225,7 @@
+ 
+         """
+         x, y, z = position
+-        for dx, dy, dz in FACES:
++        for dx, dy, dz in []:
+             if (x + dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2280 : job ID 27465391f2424771abb902791b5b87aa

/home/areinsch/CS362/main.py, start pos: (282, 26), end pos: (282, 31)
operator: core/ZeroIterationForLoop, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -279,7 +279,7 @@
+ 
+         """
+         x, y, z = position
+-        for dx, dy, dz in FACES:
++        for dx, dy, dz in []:
+             key = (x + dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2281 : job ID 5ac12a34614f4c57893034d79a4b4c7f

/home/areinsch/CS362/main.py, start pos: (362, 24), end pos: (362, 52)
operator: core/ZeroIterationForLoop, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -359,7 +359,7 @@
+         drawn to the canvas.
+ 
+         """
+-        for position in self.sectors.get(sector, []):
++        for position in []:
+             if position not in self.shown and self.exposed(position):
+                 self.show_block(position, False)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2282 : job ID e96d8a8fdeda44438fbb5a461b86702c

/home/areinsch/CS362/main.py, start pos: (371, 24), end pos: (371, 52)
operator: core/ZeroIterationForLoop, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -368,7 +368,7 @@
+         removed from the canvas.
+ 
+         """
+-        for position in self.sectors.get(sector, []):
++        for position in []:
+             if position in self.shown:
+                 self.hide_block(position, False)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2283 : job ID df4c6543a64147629f885ff50bd9329c

/home/areinsch/CS362/main.py, start pos: (384, 18), end pos: (384, 39)
operator: core/ZeroIterationForLoop, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in []:
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2284 : job ID 579a9a00e9354834afcded668df79e6d

/home/areinsch/CS362/main.py, start pos: (385, 22), end pos: (385, 25)
operator: core/ZeroIterationForLoop, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -382,7 +382,7 @@
+         after_set = set()
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+-            for dy in [0]:  # xrange(-pad, pad + 1):
++            for dy in []:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2285 : job ID e5fc98693a684210bc2ba7cb70bef43b

/home/areinsch/CS362/main.py, start pos: (386, 26), end pos: (386, 47)
operator: core/ZeroIterationForLoop, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in []:
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2286 : job ID d3a8e3d22f68410f9efba69de7ada366

/home/areinsch/CS362/main.py, start pos: (397, 22), end pos: (397, 26)
operator: core/ZeroIterationForLoop, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -394,7 +394,7 @@
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+-        for sector in show:
++        for sector in []:
+             self.show_sector(sector)
+         for sector in hide:
+             self.hide_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2287 : job ID 879cd1d9097043c78243ece2dba3d85b

/home/areinsch/CS362/main.py, start pos: (399, 22), end pos: (399, 26)
operator: core/ZeroIterationForLoop, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -396,7 +396,7 @@
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
+-        for sector in hide:
++        for sector in []:
+             self.hide_sector(sector)
+ 
+     def _enqueue(self, func, *args):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2288 : job ID 8f5f827a59f74cd3a2ab35abf150be40

/home/areinsch/CS362/main.py, start pos: (580, 17), end pos: (580, 26)
operator: core/ZeroIterationForLoop, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -577,7 +577,7 @@
+             self.sector = sector
+         m = 8
+         dt = min(dt, 0.2)
+-        for _ in xrange(m):
++        for _ in []:
+             self._update(dt / m)
+ 
+     def _update(self, dt):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2289 : job ID 7614d1c142c145929cfd3fd94e96e585

/home/areinsch/CS362/main.py, start pos: (636, 20), end pos: (636, 25)
operator: core/ZeroIterationForLoop, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -633,7 +633,7 @@
+         pad = 0.25
+         p = list(position)
+         np = normalize(position)
+-        for face in FACES:  # check all surrounding blocks
++        for face in []:  # check all surrounding blocks
+             for i in xrange(3):  # check each dimension independently
+                 if not face[i]:
+                     continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2290 : job ID 9ebb53fda26743aea7c3a36644cf8f9f

/home/areinsch/CS362/main.py, start pos: (637, 21), end pos: (637, 30)
operator: core/ZeroIterationForLoop, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -634,7 +634,7 @@
+         p = list(position)
+         np = normalize(position)
+         for face in FACES:  # check all surrounding blocks
+-            for i in xrange(3):  # check each dimension independently
++            for i in []:  # check each dimension independently
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2291 : job ID 5d4879c40fb14851b996caf502f41889

/home/areinsch/CS362/main.py, start pos: (644, 26), end pos: (644, 40)
operator: core/ZeroIterationForLoop, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -641,7 +641,7 @@
+                 d = (p[i] - np[i]) * face[i]
+                 if d < pad:
+                     continue
+-                for dy in xrange(height):  # check each height
++                for dy in []:  # check each height
+                     op = list(np)
+                     op[1] -= dy
+                     op[i] += face[i]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2292 : job ID 6e31b652559e4bf8b6807781b88c85bc

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 ^ n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2293 : job ID 000147aca23a41cdaa6ecf15a14a5cf0

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx ^ m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2294 : job ID b9b2d52418a843ac8e3c8f7833935106

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy ^ m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2295 : job ID bc65bbf57cff4d90a71b716678eb3176

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz ^ m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2296 : job ID 43a24b265b064996a736bc95c854ae7c

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() & start < 1.0 ^ TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2297 : job ID 02d512ea1f224c0abe7f79b0b2e2209d

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 ^ TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2298 : job ID 3c87528d49354134832a2f9ae0d91454

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt ^ m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2299 : job ID dd08f26b028e4967be9ba73509107889

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_BitXor, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width ^ float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2300 : job ID 7b44de8443c6470791ca6b42bd8f1fc5

/home/areinsch/CS362/main.py, start pos: (168, 63), end pos: (168, 68)
operator: core/ReplaceFalseWithTrue, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y - 2, z), GRASS, immediate=To)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2301 : job ID 1770938bb7ae407a96bead4702d6da25

/home/areinsch/CS362/main.py, start pos: (169, 63), end pos: (169, 68)
operator: core/ReplaceFalseWithTrue, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y - 3, z), STONE, immediate=To)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2302 : job ID 0f4b6745ec1640eaae07214758e6434e

/home/areinsch/CS362/main.py, start pos: (173, 72), end pos: (173, 77)
operator: core/ReplaceFalseWithTrue, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y + dy, z), STONE, immediate=To)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2303 : job ID 7cdb5cf5f7764cb795f1981903a5c6c5

/home/areinsch/CS362/main.py, start pos: (192, 63), end pos: (192, 68)
operator: core/ReplaceFalseWithTrue, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -189,7 +189,7 @@
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+-                        self.add_block((x, y, z), t, immediate=False)
++                        self.add_block((x, y, z), t, immediate=To)
+                 s -= d  # decrement side lenth so hills taper off
+ 
+     def hit_test(self, position, vector, max_distance=8):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2304 : job ID 08c1b07b6a6a4a05978c2c50c2a32faf

/home/areinsch/CS362/main.py, start pos: (231, 15), end pos: (231, 20)
operator: core/ReplaceFalseWithTrue, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -228,7 +228,7 @@
+         for dx, dy, dz in FACES:
+             if (x + dx, y + dy, z + dz) not in self.world:
+                 return True
+-        return False
++        return To
+ 
+     def add_block(self, position, texture, immediate=True):
+         """ Add a block with the given `texture` and `position` to the world.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2305 : job ID 4596768191af4f21b21a8dcbc9f86507

/home/areinsch/CS362/main.py, start pos: (364, 42), end pos: (364, 47)
operator: core/ReplaceFalseWithTrue, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -361,7 +361,7 @@
+         """
+         for position in self.sectors.get(sector, []):
+             if position not in self.shown and self.exposed(position):
+-                self.show_block(position, False)
++                self.show_block(position, To)
+ 
+     def hide_sector(self, sector):
+         """ Ensure all blocks in the given sector that should be hidden are
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2306 : job ID 636935d6a2f945a59d46882d477197a5

/home/areinsch/CS362/main.py, start pos: (373, 42), end pos: (373, 47)
operator: core/ReplaceFalseWithTrue, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -370,7 +370,7 @@
+         """
+         for position in self.sectors.get(sector, []):
+             if position in self.shown:
+-                self.hide_block(position, False)
++                self.hide_block(position, To)
+ 
+     def change_sectors(self, before, after):
+         """ Move from sector `before` to sector `after`. A sector is a
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2307 : job ID a9ce585e753c44b6835cf25cdebde438

/home/areinsch/CS362/main.py, start pos: (440, 25), end pos: (440, 30)
operator: core/ReplaceFalseWithTrue, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -437,7 +437,7 @@
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+-        self.exclusive = False
++        self.exclusive = To
+ 
+         # When flying gravity has no effect and speed is increased.
+         self.flying = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2308 : job ID 7a980931679c4f53bbd5d9d8c26b85fd

/home/areinsch/CS362/main.py, start pos: (443, 22), end pos: (443, 27)
operator: core/ReplaceFalseWithTrue, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -440,7 +440,7 @@
+         self.exclusive = False
+ 
+         # When flying gravity has no effect and speed is increased.
+-        self.flying = False
++        self.flying = To
+ 
+         # Strafing is moving lateral to the direction you are facing,
+         # e.g. moving to the left or right while continuing to face forward.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2309 : job ID d490b1d544e8455c96199abfc40173a9

/home/areinsch/CS362/main.py, start pos: (733, 37), end pos: (733, 42)
operator: core/ReplaceFalseWithTrue, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -730,7 +730,7 @@
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+-            self.set_exclusive_mouse(False)
++            self.set_exclusive_mouse(To)
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2310 : job ID 65d9d567752f426ea6891ac6068781db

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() << start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2311 : job ID 4a05e531c6b44c78b92907d459b162e7

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_LtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key <= previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2312 : job ID d480112e6c1f4151bf8ca7991bf99a56

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_LtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector <= self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2313 : job ID 6cc627d0b31148cdac106eba4ad18d37

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_LtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture <= STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2314 : job ID 087e1b1ffb99425da834341e51c94f09

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x<<n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2315 : job ID b866d89a1bde484dbdf416e593fd3566

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z<<n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2316 : job ID 0267214a70284933add00071e09b1314

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x<<n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2317 : job ID a53c439853f44d88bd7b00a3f3e1ce95

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z<<n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2318 : job ID 977d3b069f384984ac2fed3fa1b818bd

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x<<n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2319 : job ID e4b69135de0e453ea241433e0c1ce3cf

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y<<n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2320 : job ID b8e712f5b7a54883961258c515aacd1b

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z<<n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2321 : job ID 186a6527962f42ca9aaee5d82cd8a58c

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y<<n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2322 : job ID 66dc66d5bf964ebba656d65de39acf3d

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z<<n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2323 : job ID 1355ec17c2414889864ab6ad5f59bd33

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y<<n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2324 : job ID 507e938067d24d388c29e46a445f3660

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x<<n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2325 : job ID 7e433ad2cab744f7bb70dcd2f422aebf

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y<<n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2326 : job ID 942345b05f4e467590a5e0eab288ddcc

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x<<n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2327 : job ID 16935b8035fc4a70bd5333e01c9d92da

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y<<n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2328 : job ID 44aee8ed68d34ec8a1143af23550bf9a

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z<<n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2329 : job ID b2ddc61a33004bc6bf7a24c26defbd5a

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x<<n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2330 : job ID 9ac6d1e4864f4e4ba45f94cfdc3447fb

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y<<n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2331 : job ID 4c44e8547c484a1eb95238efb6c7772e

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x<<n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2332 : job ID f99d8c5f9288425d80fa636db83eb319

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x<<n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2333 : job ID e12ba5da35a949e19220f8fa1e8fcc94

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z<<n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2334 : job ID 507e64858675432d849c3aaef75e02a8

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y<<n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2335 : job ID f25ab73c4a844afead586d54e64b9da2

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y<<n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2336 : job ID cef0904bec4b4fdca75b61a755984a93

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z<<n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2337 : job ID c085f2d73fdf4e988cf5ec542cbb07d2

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z<<n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2338 : job ID 0df7dec42a724a97afb003cb91afde8d

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x<<n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2339 : job ID 52c4e00eb1f445c58a2e56f7a8615959

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y<<n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2340 : job ID 6d20be55e47c4f92bb6318c3398ed1b5

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y<<n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2341 : job ID 022f78b4276f474fb7b7c16a49719d98

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x<<n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2342 : job ID f7f339516a2347eeb54968742b766149

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y<<n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2343 : job ID 2631cf11aaa34d85ada017d40407c0de

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z<<n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2344 : job ID 24d198cbb66a49baad84e7afda268780

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x<<n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2345 : job ID c2e7fc13ecbe448daaab44c4b3b0607e

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y<<n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2346 : job ID 606ec7dbd52e4fe2bde7ec5b41fccb2d

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z<<n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2347 : job ID 1709785808cb4c8ea2583a54d1fdc623

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x<<n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2348 : job ID 214e8481a5ff4bda9bd93eea1e0d1195

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z<<n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2349 : job ID 0351813469d645f5a9619493c3a6732d

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z<<n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2350 : job ID 1a97527b5f2a40bbb4306e2cd9a82556

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y << 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2351 : job ID d399c25d3d0d4f58a627793b529d697a

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y << 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2352 : job ID f92cccee5c19402b9cec53d4558ea396

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n << 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2353 : job ID 1354508c90224c56b386c816671aefc5

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a << s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2354 : job ID fee8d281b39843cd8431d2934ba5f71f

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b << s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2355 : job ID fb10534e0acc4e5186de1d33d73507fe

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x << a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2356 : job ID 68f46a4fc2e94cb3b1cd3a6f3436c0d9

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z << b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2357 : job ID e116534047664231b42a9e88fbad4eec

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x << 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2358 : job ID 5a24ebf7d29746e29b69760d18b1c3d3

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z << 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2359 : job ID 6ebaf0c4795c4dfcabc3c4a56aeca515

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set << before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2360 : job ID d14d185d1a0e4fe4b942977c00b65726

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set << after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2361 : job ID beb9f5fea7eb4df6b1216466ec501b58

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height << 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2362 : job ID 8c945f1a075f443599f89c989e190930

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x << 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2363 : job ID 764018a134ac4695bfd2e79248a47fc3

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x << 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2364 : job ID 3ac950d080b746d1b8ee7b1aba3eaab1

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] << np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2365 : job ID 1d6348e126fd41ef9388e7361eeeb6f7

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d << pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2366 : job ID b90e813c8b474146a16d84c756461712

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol << self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2367 : job ID 2aec940bb1af4e76b905917e3c9475ac

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height << 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2368 : job ID fc93bcb32fe547bdaa180f1c2978b583

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x << n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2369 : job ID 26a98957e29c47b3b11860e60ff62af0

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y << n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2370 : job ID 601b58f72c444e8eb10e9456ef4713be

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_LShift, occurrence: 56

2371 : job ID b63a6fbffca4431bbe462e9bced77f02

/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_Gt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[0] > 3:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2372 : job ID 9aeb03d0ab994cc79d6b695a98c523e7

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x&n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2373 : job ID 093157a8e8314b66b7d31ee11051b316

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z&n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2374 : job ID c43130d25b524b8da794ca1ad80d47a0

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x&n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2375 : job ID fba023eaceb44ac6a32c8623a94dc5ec

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z&n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2376 : job ID 96da0dd27765464496628d5744556101

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x&n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2377 : job ID d44f9ad072df46f79dc1acc96b54d459

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y&n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2378 : job ID 2ca556377c954e6d8069ec5c7feeb799

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z&n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2379 : job ID b09b5b12942d4e93b090662a94fa5a45

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y&n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2380 : job ID 0e475b674f9548cfa7d28a9b82bad7f8

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z&n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2381 : job ID 863eceeb0c894e35b73d44918afdf900

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y&n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2382 : job ID 8a260c8bf1fc4ffb98df4ff3c7e12f3f

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x&n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2383 : job ID 42043d38a12e4b0d808f9a490af8713e

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y&n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2384 : job ID 61d1794f769e4295bdd444083117fd35

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x&n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2385 : job ID 2c195121b0764470a22051235a97341c

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y&n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2386 : job ID eb1f9c8d545b4e579fd4de4cd3f9b28d

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z&n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2387 : job ID caca22730b06424b899b2bf297d3034e

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x&n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2388 : job ID bdd37ec88796459e83e71a9cd69d9dc0

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y&n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp5979m2ac/venv/bin/python3'
+

2389 : job ID 79297887176a4e57b8e87cd524fd36e6

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x&n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2390 : job ID 3468139cdf364de093c189c2d288e01c

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x&n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2391 : job ID 7c179542d91141729728854139252c82

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z&n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2392 : job ID 192e2df9938a41ccafdd9cd180163c5d

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y&n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2393 : job ID 403ab53b72b647b89004833eae9a4858

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y&n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2394 : job ID e2ff59ae862049c190f88eb3b82ccbb9

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z&n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2395 : job ID d0e3db444c794b30ba4017e01d1d68bf

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z&n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2396 : job ID ea596e78af0948e888b0d457580e950f

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x&n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2397 : job ID 6a93f778329e4ddaab9f06863fd576cc

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y&n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2398 : job ID f8184ee8e0cd437481998aba4dcc0fd1

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y&n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2399 : job ID 7f31697df536450fa2d987e6ab75a998

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x&n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2400 : job ID a8d7a50289714a4cabd4c46e9c1bf47e

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y&n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2401 : job ID 53dad401308e41db887ecc163ea2ac28

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z&n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2402 : job ID 4d534f122844425e9a376e4e9f9ed290

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x&n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2403 : job ID 301d5ce27d2d49cf9a57611ff1788121

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y&n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2404 : job ID 222d61430cd641158236b1c3e06fde3e

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z&n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2405 : job ID 15457d9835af4606a7a31b9935b4d258

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x&n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2406 : job ID ef725eb7bbdf45e9b9d7b6cdcf54bae6

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z&n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2407 : job ID 031758343c1145b9b85e2380bf1be151

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z&n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2408 : job ID a6691db396164cf28ed77c586326a300

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y & 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2409 : job ID 2053b502cf0344ae8b24680bea216a20

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y & 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2410 : job ID 2f40d877dfdb4687a1b13402a9af519d

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n & 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2411 : job ID 10ff059b65da45ccab10ff8a10783d2c

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a & s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2412 : job ID d00967a8cf6842f2ac091e6574b241e8

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b & s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2413 : job ID 67beb6d1dc8f4d2d830a3904594e7263

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x & a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2414 : job ID 0287345dab2e433588cff5c841e1d1b7

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z & b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2415 : job ID c5719047b5dd4832ace2fa09ed5c589f

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x & 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2416 : job ID 260de069f51047fdab43d11a261851bb

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z & 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2417 : job ID a44b213e1c9e485e9c3089c7d0a55a8a

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set & before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2418 : job ID 9d92e21464c340a2a6f9df4b74f7ac14

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set & after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2419 : job ID f6939d777b77453795887bf6659c9178

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2420 : job ID 929ea5aaa0a640dfb24f053954d17721

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height & 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2421 : job ID 175997f9e93143a2aecff8e92892e4de

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x & 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2422 : job ID 8d49c6a08fef441398932e52504972f8

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x & 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2423 : job ID 8d16cfa573ac40038eb338b6a6c86465

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] & np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2424 : job ID f5664859428e4921b643ef81ee22e8a6

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d & pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2425 : job ID 6e1a86a10f4e45af82a0e5d24b82f30b

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol & self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2426 : job ID b60ea61b6ccf425787269a32b34fac45

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height & 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2427 : job ID d140dcdb866d4614aa1759f721c83ad3

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y & n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2428 : job ID 39d8f1097b284408b8fbfcb681b618b1

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_BitAnd, occurrence: 56

2429 : job ID 0ee27a3f3a374c908f2e26f24486d977

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_GtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key >= previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2430 : job ID 24e9a15248f54bb885986e87e3c5a09c

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_GtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector >= self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2431 : job ID aec28792c361448db6f4ed20f3ee1bce

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_GtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture >= STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2432 : job ID 355880f89eb84703af80160554ef3a52

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol - self.num_keys[0]) & len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2433 : job ID 1caba19d17b349a88955d06f9f0540eb

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -837,7 +837,7 @@
+ 
+         """
+         x, y, z = self.position
+-        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' % (
++        self.label.text = '%02d (%.2f, %.2f, %.2f) %d / %d' & (
+             pyglet.clock.get_fps(), x, y, z,
+             len(self.model._shown), len(self.model.world))
+         self.label.draw()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2434 : job ID 07238dc42c2b40a69d29586df4225e2f

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x+n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2435 : job ID aa7dc43093b54fd58d02ab9add4e4ce7

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z+n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2436 : job ID bc53e05c6a4c4e4a823c2a0fda75a59f

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x+n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2437 : job ID 59d6a96d00a046b8bc62829580d027ad

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z+n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2438 : job ID ac9d1dcbc314478abe2bccbdc217c6c1

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x+n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2439 : job ID 85dc3c7723c442a78f6d469e8976c6dc

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y+n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2440 : job ID 9a80b5a63bbc4035b6d2ecc4e15c05c1

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z+n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2441 : job ID c783156aa59e43ee838fdc2945be24a9

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y+n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2442 : job ID 0bff52d3ccbe4a73a350ebd7f5d68968

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z+n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2443 : job ID 65bfd3ffed4f43eb99c9cd3beb54a6cc

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y+n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2444 : job ID b0ce8ba1b06d41b79f11808a1ff307e0

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x+n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2445 : job ID 3be5340663424979ad4a069d7611ed4c

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y+n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2446 : job ID 8047c291ece04a3fb409b51a9ec8d314

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x+n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2447 : job ID db05769e95b8425a9e336e058abd6c39

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y+n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2448 : job ID 28588c3cc38043c0886afd557c36c3f3

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z+n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2449 : job ID 5fcadc73b67d4690834376d90dc9f8da

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x+n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2450 : job ID 20f8b52285934c029d4893a568169f46

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y+n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2451 : job ID 0c62a65d03ef42079f8b343496031507

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2452 : job ID 68da441477424bfc84444d1be9e3e484

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x+n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2453 : job ID 287e76d9c3b547cc8503eac8d0e777fe

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z+n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2454 : job ID 5cc8d6b07e984a55bf8ae6544666d774

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y+n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2455 : job ID 2ed46d5982ea46c995b297ceb3ecb9e5

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y+n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2456 : job ID f326eed1f985474d966e6e8dff1dbad2

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2457 : job ID 0e9a847f1e7346eb97f6f9fb14e76904

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z+n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2458 : job ID 2762696e25df4882ae1598f89fa2a45d

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x+n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2459 : job ID 2692810a2c374804b3b59a1d6caeefc9

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y+n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2460 : job ID d7336740a358461480ebfe190ffd846b

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y+n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2461 : job ID 29430b9af1d74813a4612d3386feaf84

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x+n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2462 : job ID 0080c169d1f747268907b90fa45c8659

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y+n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2463 : job ID 0dba846dddbe40e3870c4e8a2697e6c6

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z+n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2464 : job ID ac293f69db6f4549982da65a7cd36538

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x+n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2465 : job ID f23e2d87affb4107963bfa9467c801dc

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y+n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2466 : job ID 40942393349e4fb2ab0819845416b02f

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2467 : job ID fd06f1f26bde46549e1556ec4b0877c2

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2468 : job ID 088f7db64d134f04be24f212b076f5c7

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z+n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2469 : job ID 5fd84529252f49fab8fff09c82217807

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z+n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2470 : job ID 500c608115c84dceb62f77f9f68a5711

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y + 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2471 : job ID 1c5844ddb1b14e7ba7e76b3dd07af85c

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y + 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2472 : job ID 3d2a506a9c5b47c9a0ad7ecd40c7e698

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n + 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2473 : job ID d58249884e394b088e6273c56181bf8f

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a + s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2474 : job ID cfbce2c041ab446f81f4a8dabe223869

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b + s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2475 : job ID ca3999b8123a4c81b693b735137d0af5

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x + a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2476 : job ID 5202937e8a5a4904afd0becf341b6e3c

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z + b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2477 : job ID 6062e86e68ca467e8e2aa33438c669ac

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x + 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2478 : job ID 5c2acb70e09f4d34bae03ff2d0412253

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z + 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2479 : job ID 60165e8d7193401d837f2f911330cb63

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set + before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2480 : job ID 4d4e6c4681d8402b9b715f0c5d82a225

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set + after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2481 : job ID 6a73cef6b04f45b6b0282e48b67a38f0

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height + 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2482 : job ID 5fb705a7698442e28b1d0e718ad17876

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x + 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2483 : job ID 9053904adfc94972b15b3debfdd19c1e

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x + 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2484 : job ID 030cd4167abd4454abba1795e1bb2bd7

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] + np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2485 : job ID 1708a775ff424b0aa6300d969d623d1f

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d + pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2486 : job ID f54c471d776645eda4b43d6bdb43000d

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol + self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2487 : job ID d8949608708e4bea841ead6f8747e888

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height + 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2488 : job ID 1038f228dcf04fe9b992b107ced9749b

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x + n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2489 : job ID 7d834493e7f34d58936d29ac6a854fc5

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y + n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2490 : job ID 08dfa4d85f7c42d2a7a6384e63f7e990

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Add, occurrence: 56

2491 : job ID dcdddc20a06e4b1d921e81c2d0736e40

/home/areinsch/CS362/main.py, start pos: (189, 28), end pos: (189, 36)
operator: core/ReplaceContinueWithBreak, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -186,7 +186,7 @@
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+-                            continue
++                            break
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2492 : job ID 53035a6929bc4533aabb94a285abbacb

/home/areinsch/CS362/main.py, start pos: (191, 28), end pos: (191, 36)
operator: core/ReplaceContinueWithBreak, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -188,7 +188,7 @@
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+-                            continue
++                            break
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2493 : job ID 0a6a0bc78d6a43cbba5533b89843ce6d

/home/areinsch/CS362/main.py, start pos: (285, 16), end pos: (285, 24)
operator: core/ReplaceContinueWithBreak, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -282,7 +282,7 @@
+         for dx, dy, dz in FACES:
+             key = (x + dx, y + dy, z + dz)
+             if key not in self.world:
+-                continue
++                break
+             if self.exposed(key):
+                 if key not in self.shown:
+                     self.show_block(key)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2494 : job ID 222d9e646a044d949b83d54cffd4d117

/home/areinsch/CS362/main.py, start pos: (388, 24), end pos: (388, 32)
operator: core/ReplaceContinueWithBreak, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -385,7 +385,7 @@
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+-                        continue
++                        break
+                     if before:
+                         x, y, z = before
+                         before_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2495 : job ID 0e1ac09a8be845748d7db9fbf315e218

/home/areinsch/CS362/main.py, start pos: (639, 20), end pos: (639, 28)
operator: core/ReplaceContinueWithBreak, occurrence: 4

2496 : job ID 6a30e34122924cb793eae030d52d7417

/home/areinsch/CS362/main.py, start pos: (643, 20), end pos: (643, 28)
operator: core/ReplaceContinueWithBreak, occurrence: 5

2497 : job ID 371c69762bb6431d9bb67dfdd1512cff

/home/areinsch/CS362/main.py, start pos: (649, 24), end pos: (649, 32)
operator: core/ReplaceContinueWithBreak, occurrence: 6

2498 : job ID eb92739374864bb089635c2ed2a82fef

/home/areinsch/CS362/main.py, start pos: (737, 48), end pos: (737, 49)
operator: core/ReplaceBinaryOperator_Mod_FloorDiv, occurrence: 0

2499 : job ID e115b094f69d491d861c57ed632d4e68

/home/areinsch/CS362/main.py, start pos: (840, 60), end pos: (840, 61)
operator: core/ReplaceBinaryOperator_Mod_FloorDiv, occurrence: 1

2500 : job ID 16835b20436749019fee75d771f10518

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_FloorDiv, occurrence: 0

2501 : job ID bac0dbefba66466cbd2dbfecd0f12ecb

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 0

2502 : job ID f121afb914b34a13ab98a4e2868bb703

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 1

2503 : job ID ebbdcdf523f541468647d01e34b337e6

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 2

2504 : job ID 2f1ae8900fb84942812a0b833200c1b3

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 3

2505 : job ID b52cc6876cf74b89a4e926f388b438ff

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 4

2506 : job ID 7e1137ed32fa4ba3b01289fa922bed62

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 5

2507 : job ID bd85a43ff4b74d488003c1632a2949a7

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 6

2508 : job ID ed12f89729bf40c0bccb8cc711018ad4

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 7

2509 : job ID 180f874c46c14da6a8c090875d3fbf82

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 8

2510 : job ID cb9826cf354d473d8688c5ac457b2e3d

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 9

2511 : job ID 8023d95bab95411d8af316a8c6009a08

/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 10

2512 : job ID 88670750f461458aa882408d1dc5e955

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 11

2513 : job ID b3c7b08ef600432895e0c4f6df2f3a52

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 12

2514 : job ID 6aa516d0170d45609fc63f82e8696052

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 13

2515 : job ID ffe611597fd34a2396fbc3343fcfbc93

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 14

2516 : job ID 1691a1ea3cfe4eeb9bb6285a828a7fe4

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 15

2517 : job ID a68effaaec8f420bbf7b51cd4939e16b

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 16

2518 : job ID 798bc8934b42411ab71928df61afd88f

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_NotEq, occurrence: 17

2519 : job ID 0bf8e955b4de40b68d3ebbb28346d74a

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x % SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2520 : job ID c26604ae04bf4eb6be5e1ebbbb427d51

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y % SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2521 : job ID 38dc775777e542dcaba335bef5310406

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z % SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2522 : job ID f30de1e2783345698ab13f689511af0c

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 3

2523 : job ID 1694240fa6754c67b2c857c5b9859f71

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Mod, occurrence: 4

2524 : job ID 07693b250ca84cfb80b6f5b19e02ad71

/home/areinsch/CS362/main.py, start pos: (44, 13), end pos: (44, 14)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y&n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2525 : job ID b9d69af8d86e4f5e85a97fa0f9d3c10e

/home/areinsch/CS362/main.py, start pos: (44, 26), end pos: (44, 27)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y&n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2526 : job ID c386fced307d4902a1de13840a0de78f

/home/areinsch/CS362/main.py, start pos: (44, 30), end pos: (44, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z&n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2527 : job ID c8dc29763ea7476c8f7cb747fd68eb8c

/home/areinsch/CS362/main.py, start pos: (44, 35), end pos: (44, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x&n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2528 : job ID b9f10f6dc98241469a76a9d2aa5a5da6

/home/areinsch/CS362/main.py, start pos: (44, 39), end pos: (44, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y&n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2529 : job ID 9c12825c36304f578d89005d760b9edd

/home/areinsch/CS362/main.py, start pos: (44, 43), end pos: (44, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z&n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2530 : job ID a8edcab8e6604b2e8713a63f9a0defcb

/home/areinsch/CS362/main.py, start pos: (44, 48), end pos: (44, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x&n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2531 : job ID 5e5b2835abe24a89879959d5670bff9f

/home/areinsch/CS362/main.py, start pos: (44, 52), end pos: (44, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y&n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2532 : job ID 021fe07e589f48019ea567c73b33c175

/home/areinsch/CS362/main.py, start pos: (45, 22), end pos: (45, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x&n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2533 : job ID 155d47d8426c439cbac7c76802b2d399

/home/areinsch/CS362/main.py, start pos: (45, 35), end pos: (45, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x&n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2534 : job ID 8dd7cb9fee464c98874ba846ab334cf6

/home/areinsch/CS362/main.py, start pos: (45, 43), end pos: (45, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z&n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2535 : job ID c21557297905419a978a3bbb7d285664

/home/areinsch/CS362/main.py, start pos: (45, 56), end pos: (45, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z&n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2536 : job ID 2366982db27f4d60a443707a7f444a36

/home/areinsch/CS362/main.py, start pos: (46, 30), end pos: (46, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z&n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2537 : job ID ee753fa6fe1c48f39ff34757e970213e

/home/areinsch/CS362/main.py, start pos: (46, 39), end pos: (46, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y&n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2538 : job ID 039dec2008de4dba88fa14f696cd3eea

/home/areinsch/CS362/main.py, start pos: (46, 43), end pos: (46, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z&n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2539 : job ID 2eae53a6650a4efc954cc62e82b77002

/home/areinsch/CS362/main.py, start pos: (46, 52), end pos: (46, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y&n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2540 : job ID a24ae206ee97416da83efdc70bcd7b06

/home/areinsch/CS362/main.py, start pos: (47, 9), end pos: (47, 10)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x&n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2541 : job ID 77e67f0c4a81422698b5f6d313a8971c

/home/areinsch/CS362/main.py, start pos: (47, 17), end pos: (47, 18)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z&n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2542 : job ID 5d8be9c8eba5480a8cd13fea9e74fb21

/home/areinsch/CS362/main.py, start pos: (47, 22), end pos: (47, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x&n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2543 : job ID 23b3caae77714a62bde8a1b908db10a3

/home/areinsch/CS362/main.py, start pos: (47, 35), end pos: (47, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x&n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2544 : job ID cf9f56a402f04425abe175d5a08e292f

/home/areinsch/CS362/main.py, start pos: (47, 39), end pos: (47, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y&n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2545 : job ID 49f57c7ab13b4392939ee640bb5436e3

/home/areinsch/CS362/main.py, start pos: (47, 48), end pos: (47, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x&n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2546 : job ID 1545cc1e6874465088c4425a4999e69e

/home/areinsch/CS362/main.py, start pos: (47, 52), end pos: (47, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y&n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2547 : job ID 10ea12ba393a4aa38a7f68716d45c2d5

/home/areinsch/CS362/main.py, start pos: (47, 56), end pos: (47, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z&n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2548 : job ID 5a65a52d62df4f5291db5edf0a66dc14

/home/areinsch/CS362/main.py, start pos: (48, 17), end pos: (48, 18)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z&n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2549 : job ID 89de9e59056146c5806f5351c4627649

/home/areinsch/CS362/main.py, start pos: (48, 22), end pos: (48, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x&n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2550 : job ID 0ebbaacc7ed1402bb79daad1d6eae34f

/home/areinsch/CS362/main.py, start pos: (48, 30), end pos: (48, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z&n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2551 : job ID 41f8a72e23f648b8bbb7aa1464c1c811

/home/areinsch/CS362/main.py, start pos: (48, 35), end pos: (48, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x&n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2552 : job ID 78507d8e8e544896a64abdae83542a93

/home/areinsch/CS362/main.py, start pos: (48, 39), end pos: (48, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y&n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2553 : job ID 70b1232814ca470d8618f3123bd3ebae

/home/areinsch/CS362/main.py, start pos: (48, 43), end pos: (48, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z&n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2554 : job ID 4f4b2fcd3631480f9238ddb04b360013

/home/areinsch/CS362/main.py, start pos: (48, 52), end pos: (48, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y&n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2555 : job ID c830da6b986a4744b1b7e6b731a35a31

/home/areinsch/CS362/main.py, start pos: (48, 56), end pos: (48, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z&n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2556 : job ID 0d3b10c06bb348e49aece7eab278d8d9

/home/areinsch/CS362/main.py, start pos: (49, 9), end pos: (49, 10)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x&n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2557 : job ID 8108c8b20d6b4494ba97955462c77ea6

/home/areinsch/CS362/main.py, start pos: (49, 39), end pos: (49, 40)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y&n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2558 : job ID 5f8522fe24854f34ab0290c6e9031700

/home/areinsch/CS362/main.py, start pos: (49, 48), end pos: (49, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x&n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2559 : job ID c9daa21834a746eabc3cb27059336cd1

/home/areinsch/CS362/main.py, start pos: (49, 52), end pos: (49, 53)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y&n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2560 : job ID 1606c9e22fe84d338e56ff4dc6ff2d42

/home/areinsch/CS362/main.py, start pos: (60, 22), end pos: (60, 23)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx & m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2561 : job ID 473f2c1717ca45a2a412dee3c3efee0c

/home/areinsch/CS362/main.py, start pos: (60, 34), end pos: (60, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx & m, dy + m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2562 : job ID 5c933bfa839b42d89e8f570963cf100e

/home/areinsch/CS362/main.py, start pos: (60, 42), end pos: (60, 43)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy & m, dx, dy + m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2563 : job ID b4621fd0cce246a9b2d3f2bd0ac1c103

/home/areinsch/CS362/main.py, start pos: (60, 54), end pos: (60, 55)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -57,7 +57,7 @@
+     m = 1.0 / n
+     dx = x * m
+     dy = y * m
+-    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
++    return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy & m
+ 
+ 
+ def tex_coords(top, bottom, side):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2564 : job ID 197229b91cd24bea925b7c73c83f654c

/home/areinsch/CS362/main.py, start pos: (165, 30), end pos: (165, 31)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(-n, n & 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2565 : job ID 3875e89fb0c94d9bbec9906543ad5bec

/home/areinsch/CS362/main.py, start pos: (166, 34), end pos: (166, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(-n, n & 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2566 : job ID e1438d0e7f4b43d585cbe66c28132a4d

/home/areinsch/CS362/main.py, start pos: (173, 45), end pos: (173, 46)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -170,7 +170,7 @@
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+-                        self.add_block((x, y + dy, z), STONE, immediate=False)
++                        self.add_block((x, y & dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+         o = n - 10
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2567 : job ID 07f0081dc46e4a888001269bdcd53525

/home/areinsch/CS362/main.py, start pos: (185, 33), end pos: (185, 34)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -182,7 +182,7 @@
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+-            for y in xrange(c, c + h):
++            for y in xrange(c, c & h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2568 : job ID 679b7b114e9e443199bf4ba5f797b727

/home/areinsch/CS362/main.py, start pos: (186, 41), end pos: (186, 42)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a & s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2569 : job ID 318ad3fd657c45e9baf57b844e55e21c

/home/areinsch/CS362/main.py, start pos: (186, 45), end pos: (186, 46)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a - s, a + s & 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2570 : job ID 4a2ff884fee74187b94f52c631319434

/home/areinsch/CS362/main.py, start pos: (187, 45), end pos: (187, 46)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b & s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2571 : job ID ce79112c470441878e9fdd0678ee1243

/home/areinsch/CS362/main.py, start pos: (187, 49), end pos: (187, 50)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b - s, b + s & 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2572 : job ID 37b17165824645edb8e71df4a1a8c0bb

/home/areinsch/CS362/main.py, start pos: (188, 40), end pos: (188, 41)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 & (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2573 : job ID 0ae65336ad55432081c5ef8a6d02dcee

/home/areinsch/CS362/main.py, start pos: (188, 60), end pos: (188, 61)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s & 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2574 : job ID a71ffeb8ada7490e9e46460486912902

/home/areinsch/CS362/main.py, start pos: (190, 40), end pos: (190, 41)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 & (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2575 : job ID 6fd15784ed6347f1bd4ebb6c5228372e

/home/areinsch/CS362/main.py, start pos: (219, 24), end pos: (219, 25)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x & dx / m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2576 : job ID 6ee8f8bbfbee4aefb1be1b63258f1d64

/home/areinsch/CS362/main.py, start pos: (219, 36), end pos: (219, 37)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y & dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2577 : job ID d4388e46472944fb98142465b06256e7

/home/areinsch/CS362/main.py, start pos: (219, 48), end pos: (219, 49)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z & dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2578 : job ID a9b2ae2bab364bd68285df1a116a60a8

/home/areinsch/CS362/main.py, start pos: (229, 18), end pos: (229, 19)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x & dx, y + dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2579 : job ID 781f4180a376480396d8a568ff5f5094

/home/areinsch/CS362/main.py, start pos: (229, 26), end pos: (229, 27)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y & dy, z + dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2580 : job ID 877bcc3779264868bb196ae836b54490

/home/areinsch/CS362/main.py, start pos: (229, 34), end pos: (229, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -226,7 +226,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            if (x + dx, y + dy, z + dz) not in self.world:
++            if (x + dx, y + dy, z & dz) not in self.world:
+                 return True
+         return False
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2581 : job ID 86a20ef7701e45b98bbca4ce9a052e21

/home/areinsch/CS362/main.py, start pos: (283, 21), end pos: (283, 22)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 57
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x & dx, y + dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2582 : job ID a2870fb001294b6ba140a5db2f133bad

/home/areinsch/CS362/main.py, start pos: (283, 29), end pos: (283, 30)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 58
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y & dy, z + dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2583 : job ID d324254b9b9841bb9b64ef1e5f6fddb8

/home/areinsch/CS362/main.py, start pos: (283, 37), end pos: (283, 38)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 59
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -280,7 +280,7 @@
+         """
+         x, y, z = position
+         for dx, dy, dz in FACES:
+-            key = (x + dx, y + dy, z + dz)
++            key = (x + dx, y + dy, z & dz)
+             if key not in self.world:
+                 continue
+             if self.exposed(key):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2584 : job ID 0f2d7c5cdb5041a1b7ae92b7e8f6f228

/home/areinsch/CS362/main.py, start pos: (384, 35), end pos: (384, 36)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 60
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(-pad, pad & 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2585 : job ID e5695b842fc744b3b697b3cb0f6b62db

/home/areinsch/CS362/main.py, start pos: (386, 43), end pos: (386, 44)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 61
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(-pad, pad & 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2586 : job ID 7b6c940db23e46108fe44e4c7a2e8b38

/home/areinsch/CS362/main.py, start pos: (387, 31), end pos: (387, 32)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 62
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 & dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2587 : job ID 2a44316bff9148409d91725297391bb7

/home/areinsch/CS362/main.py, start pos: (387, 41), end pos: (387, 42)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 63
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 & dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2588 : job ID a52cf9ab8a1b4188be82ac26b0b555e0

/home/areinsch/CS362/main.py, start pos: (387, 58), end pos: (387, 59)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 64
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad & 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2589 : job ID 39272c71bc3c4d2cbc6dc49c63695c7e

/home/areinsch/CS362/main.py, start pos: (391, 42), end pos: (391, 43)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 65
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x & dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2590 : job ID 1fa709547842409abf7cfe87e865f3c0

/home/areinsch/CS362/main.py, start pos: (391, 50), end pos: (391, 51)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 66
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y & dy, z + dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2591 : job ID 4f1fe6b16c424dbf8741851cfbef58e4

/home/areinsch/CS362/main.py, start pos: (391, 58), end pos: (391, 59)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 67
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -388,7 +388,7 @@
+                         continue
+                     if before:
+                         x, y, z = before
+-                        before_set.add((x + dx, y + dy, z + dz))
++                        before_set.add((x + dx, y + dy, z & dz))
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2592 : job ID a0c510c84db04b1883fcc2ab0b118fd2

/home/areinsch/CS362/main.py, start pos: (394, 41), end pos: (394, 42)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 68
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x & dx, y + dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2593 : job ID c67de72ce80e4436a77a934e67f3c93b

/home/areinsch/CS362/main.py, start pos: (394, 49), end pos: (394, 50)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 69
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y & dy, z + dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2594 : job ID 9f5eb5a1c06f44af88be907885bf4e9e

/home/areinsch/CS362/main.py, start pos: (394, 57), end pos: (394, 58)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 70
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -391,7 +391,7 @@
+                         before_set.add((x + dx, y + dy, z + dz))
+                     if after:
+                         x, y, z = after
+-                        after_set.add((x + dx, y + dy, z + dz))
++                        after_set.add((x + dx, y + dy, z & dz))
+         show = after_set - before_set
+         hide = before_set - after_set
+         for sector in show:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2595 : job ID fd9a7c91eb294894b14364373c18b31a

/home/areinsch/CS362/main.py, start pos: (536, 37), end pos: (536, 38)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 71
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -533,7 +533,7 @@
+             x, y = self.rotation
+             strafe = math.degrees(math.atan2(*self.strafe))
+             y_angle = math.radians(y)
+-            x_angle = math.radians(x + strafe)
++            x_angle = math.radians(x & strafe)
+             if self.flying:
+                 m = math.cos(y_angle)
+                 dy = math.sin(y_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2596 : job ID f54b2f5185ec48ba8e3492508fce28fc

/home/areinsch/CS362/main.py, start pos: (609, 34), end pos: (609, 35)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 72
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x & dx, y + dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2597 : job ID 686dcd4204704750957ee1a8697210ce

/home/areinsch/CS362/main.py, start pos: (609, 42), end pos: (609, 43)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 73
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y & dy, z + dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2598 : job ID 88b7123144f2498bb7f9f76dfb7066e8

/home/areinsch/CS362/main.py, start pos: (609, 50), end pos: (609, 51)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 74
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -606,7 +606,7 @@
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
+-        x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
++        x, y, z = self.collide((x + dx, y + dy, z & dz), PLAYER_HEIGHT)
+         self.position = (x, y, z)
+ 
+     def collide(self, position, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2599 : job ID c7eb14e5b6264ba089912821940ebcc2

/home/areinsch/CS362/main.py, start pos: (705, 21), end pos: (705, 22)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 75
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x & dx * m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2600 : job ID 99e853d21727452a96481a7749cfa8f0

/home/areinsch/CS362/main.py, start pos: (705, 33), end pos: (705, 34)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 76
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y & dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2601 : job ID 1fb3ee7f46304f1aab7886c2cfb87715

/home/areinsch/CS362/main.py, start pos: (773, 33), end pos: (773, 34)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 77
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x & n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2602 : job ID 62d97571df2445b79f63c9736d8dc62e

/home/areinsch/CS362/main.py, start pos: (773, 56), end pos: (773, 57)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 78
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y - n, x, y & n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2603 : job ID 3bf6ac7c976a44f4be3d2756adc3ddb5

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x + SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2604 : job ID 52b4d787eed740009e438d6a5d1c3e53

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y + SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2605 : job ID 720da015bc294882be07ddaf63fe83ef

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z + SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2606 : job ID 2d903c147dfe48568308923afec324ba

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width + 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2607 : job ID fc147e5db20142f29561fc75c77299ae

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Add, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height + 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2608 : job ID ddbd8e95f21d47d38824a50e4f845c8d

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 % n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2609 : job ID 3d492807ccbf4b0d99ecb0e43bdeab7f

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx % m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2610 : job ID 659cfca287714ab5b7c780b12e90272a

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy % m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2611 : job ID b992112568cf4e289dd1aec1d496f1df

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz % m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2612 : job ID b2d17215105a47fa8df002827c32be2e

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 % TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2613 : job ID 1c68ffdbc09b401996f65751888d116d

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 % TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2614 : job ID af649c097e7c4f3595a64a02cb76a754

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt % m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2615 : job ID c95edc69c54d4271b8fa052f3eaede0f

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Mod, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width % float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2616 : job ID fc2b494ec34449e3b505e86833e67778

/home/areinsch/CS362/main.py, start pos: (600, 11), end pos: (600, 14)
operator: core/ReplaceUnaryOperator_Delete_Not, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -597,7 +597,7 @@
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
+         # gravity
+-        if not self.flying:
++        if  self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2617 : job ID b8d16519d51f422d857c9592e1747771

/home/areinsch/CS362/main.py, start pos: (638, 19), end pos: (638, 22)
operator: core/ReplaceUnaryOperator_Delete_Not, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -635,7 +635,7 @@
+         np = normalize(position)
+         for face in FACES:  # check all surrounding blocks
+             for i in xrange(3):  # check each dimension independently
+-                if not face[i]:
++                if  face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+                 d = (p[i] - np[i]) * face[i]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2618 : job ID 80cc62a2a3f34954acc98fc89810ed68

/home/areinsch/CS362/main.py, start pos: (735, 26), end pos: (735, 29)
operator: core/ReplaceUnaryOperator_Delete_Not, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -732,7 +732,7 @@
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
+         elif symbol == key.TAB:
+-            self.flying = not self.flying
++            self.flying =  self.flying
+         elif symbol in self.num_keys:
+             index = (symbol - self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2619 : job ID e4e634363e2f45569279238235e6937b

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 + n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2620 : job ID cc258986f8234f3c995ad1919f1771ff

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx + m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2621 : job ID ba71adcf98b046d6acf59e4e884beffe

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy + m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2622 : job ID e37afa5323f24c3eb6804d6c1ebc662b

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz + m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2623 : job ID 01797ae379654061a07497dc52f9cc49

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 + TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2624 : job ID 545edc95903e4bbbbb603e0b91f855a0

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 + TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2625 : job ID 456bb23fba1941ee8f62b0660b565dad

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt + m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2626 : job ID 388858a1030b49e480ca7b563afb2ab7

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Add, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width + float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2627 : job ID 210d5544417f4117985af684f7216db0

/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_Lt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -33,7 +33,7 @@
+ 
+ PLAYER_HEIGHT = 2
+ 
+-if sys.version_info[0] >= 3:
++if sys.version_info[0] < 3:
+     xrange = range
+ 
+ def cube_vertices(x, y, z, n):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2628 : job ID c9a0eacf33104f96a522920c17dea0b5

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 & n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2629 : job ID e3ac681de6b84acab08c2f8185755f1a

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx & m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2630 : job ID 8113bea4557e4d87be4c1929e7737165

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy & m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2631 : job ID 61fd97c52d6949d9818bd4c64476bec3

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz & m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2632 : job ID 880997841ed34739bdccdfb99afe450f

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() - start < 1.0 & TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2633 : job ID 0941f7b0af5d45b8b5f92d3df889000b

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 & TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2634 : job ID 2343dca26b4c4bce83646d15b76dea98

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt & m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2635 : job ID 620ce450cbc142f9ad9d2a1528be44e3

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_BitAnd, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width & float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2636 : job ID 0ca3f58f7fcf41b5bfdaa0d98c453f7c

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_LtE, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 <= (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2637 : job ID c381565bc88643debb6a62dc2af34056

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_LtE, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 <= (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2638 : job ID 6a85508a87db41998782f048a0c2377b

/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_LtE, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -541,7 +541,7 @@
+                     # Moving left or right.
+                     dy = 0.0
+                     m = 1
+-                if self.strafe[0] > 0:
++                if self.strafe[0] <= 0:
+                     # Moving backwards.
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2639 : job ID a262b6ec337540c18684871367c7a411

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x^n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2640 : job ID 3d3e8e47e54148f898b1d3336a0b5519

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z^n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2641 : job ID a979b73a5c6440c98761065a7eec15f7

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x^n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2642 : job ID e71ebe61cd8947ba8695f3c94eb5b789

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z^n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2643 : job ID ce704241eba642b1a3eca28a279309d9

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x^n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2644 : job ID b08b3b65e2fa42359de81069175f08e8

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y^n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2645 : job ID 77842b0cff4646109a1f2c2a4f1afd9d

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z^n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2646 : job ID a1bd51a8679a437bb61096b5c2e913ed

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y^n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2647 : job ID 1c3f4f2974fe45dfadfdd83aa50eed77

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z^n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2648 : job ID ed462143d11b432ab39a780758e83a1d

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y^n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2649 : job ID 0380f1f1b03e4518a580d34727632289

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x^n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2650 : job ID 9ba2e673603a4702a093a3cd0951b8c1

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y^n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2651 : job ID 2d1fa439ccbd47afb75fc704e089f29c

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x^n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2652 : job ID 17c4eee1349e491d844a2967389391b5

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y^n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2653 : job ID 15c415cc0d0644e9a17b6a3ebd88eb85

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z^n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2654 : job ID 29fa76ef210a45a0a6ef8f2a30c2bf49

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x^n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2655 : job ID e07086763c0c48d18386be0196bde051

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y^n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2656 : job ID b536d7fe0fd3405a99a496736547dba2

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x^n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2657 : job ID 2dd64e137fc54504bd9253b8846410e6

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x^n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2658 : job ID da58805ba7d646c797ac8f35166f8b3d

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z^n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2659 : job ID f16ff91c80334b79bae6dbc7379a09b8

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y^n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2660 : job ID 855498a6835649f998ff43b385a9e701

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y^n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2661 : job ID 06d9537972444c34bfd7aa0419f3a59d

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z^n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2662 : job ID 52b712d5bee44a3e8f5c8803b05f6419

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z^n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2663 : job ID 65a4e797f1f845f38ca2be427dbcca09

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x^n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2664 : job ID a25e0ab5c1244e938bfb7801f8e119ca

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y^n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2665 : job ID 6a6249e5ba5b491aba0418ceb960d316

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y^n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2666 : job ID 9a9868052cca4cf586ba99a46b15cf8a

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x^n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2667 : job ID 513522f1099147098d74cdba4abfaf99

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y^n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2668 : job ID 0ff9b712c2c04cb1bf35891a247ebe54

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z^n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2669 : job ID 04dc1951ab5a40c1ab48ee263a3d22fe

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x^n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2670 : job ID 564a97873e7640838a76d66e34bc12e5

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y^n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2671 : job ID 54f319873db7422fbe1dc7058dafa9b5

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z^n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2672 : job ID b2ee1344b4614ddbb76cbe580e7f9d20

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x^n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2673 : job ID 6a325d5e291f42e8b72ca4d3a3edfd9a

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z^n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2674 : job ID 7d3e6919000c44dfa1fada6a99540fa7

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z^n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2675 : job ID d471d57d06fd4c5886637d87553c19cd

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y ^ 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2676 : job ID 20a6d27639484352ac5dc9aede8239e8

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y ^ 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2677 : job ID bcddd90c815447a3adc310591d096c3d

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n ^ 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2678 : job ID 551bc60b28a0431f82eecbd70ba80245

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a ^ s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2679 : job ID 08a7b96154504982a5b19140739bdbab

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b ^ s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2680 : job ID 782d57ab6b0549a2935af0a7598f1835

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x ^ a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2681 : job ID 93ce4c9a7594488b84cb7ababb845242

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z ^ b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2682 : job ID 3c4821b0b3874e40bd59df2352212200

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x ^ 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2683 : job ID 0fc8a5bdc6d944a88f0f41fa9f5084bb

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z ^ 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2684 : job ID 8c01b1d33f514acaa958c851d46d9039

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set ^ before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2685 : job ID 4db55179bb5a4dcea27f7ce444010ce6

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set ^ after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2686 : job ID e3b52e4a3b2d4d58bb2f437aa87f5b05

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() ^ start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2687 : job ID cda55cbbe5f1406da2e417f642a07703

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height ^ 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2688 : job ID 184eb674a4db477f80481f36d2b11223

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x ^ 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2689 : job ID e2963684a26a433eaeeb547b3bad976e

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x ^ 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2690 : job ID 4fa693af190e41faa2fbd0ac4dbb407d

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] ^ np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2691 : job ID c0c28a21b1a942e3964297b8c37cbf80

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d ^ pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2692 : job ID d606d65dd31a400a99ba408bfbc3d007

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol ^ self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2693 : job ID 57532802d1fd4e3bb5afe6a7c82a7732

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height ^ 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2694 : job ID 5e0189cfc23843a1876483841e692f0f

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x ^ n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2695 : job ID bb17861238c8472e9f66365a68745d4e

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_BitXor, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y ^ n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2696 : job ID 56023995afd34cffb3b49e1d71e0970a

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers % key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2697 : job ID 7f0ea189e945450481f5af2ece77c5bb

/home/areinsch/CS362/main.py, start pos: (216, 19), end pos: (216, 21)
operator: core/ReplaceComparisonOperator_NotEq_Gt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -213,7 +213,7 @@
+         previous = None
+         for _ in xrange(max_distance * m):
+             key = normalize((x, y, z))
+-            if key != previous and key in self.world:
++            if key > previous and key in self.world:
+                 return key, previous
+             previous = key
+             x, y, z = x + dx / m, y + dy / m, z + dz / m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2698 : job ID 3e8fd485993d4b01bc1e2bb5ee7ba375

/home/areinsch/CS362/main.py, start pos: (573, 18), end pos: (573, 20)
operator: core/ReplaceComparisonOperator_NotEq_Gt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -570,7 +570,7 @@
+         """
+         self.model.process_queue()
+         sector = sectorize(self.position)
+-        if sector != self.sector:
++        if sector > self.sector:
+             self.model.change_sectors(self.sector, sector)
+             if self.sector is None:
+                 self.model.process_entire_queue()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2699 : job ID 0e7c8d179dd641b29968c7686f88cb30

/home/areinsch/CS362/main.py, start pos: (685, 27), end pos: (685, 29)
operator: core/ReplaceComparisonOperator_NotEq_Gt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -682,7 +682,7 @@
+                     self.model.add_block(previous, self.block)
+             elif button == pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+-                if texture != STONE:
++                if texture > STONE:
+                     self.model.remove_block(block)
+         else:
+             self.set_exclusive_mouse(True)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2700 : job ID e8b1c946d9eb4677814536bd0c3ce8fe

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers >> key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2701 : job ID b8da74687a6a40d3817de62041d01dea

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import /
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2702 : job ID 19a3aeac85d34302b50bf947f6537808

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 / GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2703 : job ID c58a36d5c5fe4161963f0f62d36eb950

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY / MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2704 : job ID f17d49677aaa4c07b4cdf9ce0c716438

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x / m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2705 : job ID 4b039d8e1ac346d0970a2993383f4ab8

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y / m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2706 : job ID 9250ad1f5535459dae69c4fb254f5134

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(/top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2707 : job ID e8cf2833a18e45b3b307259bec6b8f40

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(/bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2708 : job ID cbaab2cf6ba04f959de357ab559a228e

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(/side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2709 : job ID 1b2d82ec0d124eeba9d2d64ef659d161

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side / 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2710 : job ID 43b362c5be134ed4badd5feeb6875a1b

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance / m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2711 : job ID 85803425dcae44cb8964b7f3009a6e82

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, /args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2712 : job ID 1613db6044e345158089601d3c431fef

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(/args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2713 : job ID 7d162ea90e004489b6ed2896b78d171f

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, /args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2714 : job ID 3137320d42a244fd9fb1636fa29ba92d

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(/args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2715 : job ID 9d3f1a32173e4b5986eb83cdf93eb662

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) / m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2716 : job ID 845f529f9e224a64acd39ed27552d852

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) / m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2717 : job ID a5ac604464954778be861d455a74be8f

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(/self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2718 : job ID 6c612dddf3424991b96137a1f61e6ddc

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) / m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2719 : job ID f6812b539ad94e7b9ea12a7a107b13f7

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) / m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2720 : job ID 302eaca94e214847bf76b18a17e8979a

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt / speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2721 : job ID e1dce4e2108c4b0898475f59f7e1337d

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx / d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2722 : job ID 66f06c150f9f4f6e9d990f84f876d43f

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy / d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2723 : job ID bbcfdedaa8e641779cfe9c2312c1720b

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz / d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2724 : job ID b9d4942da69748c583f89226ed571796

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt / GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2725 : job ID 15336de4e0a74e88970125e29332a9e3

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy / dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2726 : job ID cd4dc0696a644f2d8feb4718800842fa

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) / face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2727 : job ID 62865118ab484b78b0605bad01304419

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) / face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2728 : job ID 657daa3adc5d4efca008e531121a0e39

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx / m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2729 : job ID ac9fd106d1b148b7b31c8a87bbb41b4c

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy / m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2730 : job ID 16c522a197364699857dd51e8e424e54

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_Div, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat / 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2731 : job ID 25bd6b40a751428db4a6cbaeaf456b2a

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) - 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2732 : job ID 162e5fe9cfc54d048f6b6ec892c693eb

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) - 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2733 : job ID add084da7e234b5c8ec98077ccab3b2d

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) - 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2734 : job ID 215dd143c00841d5b58a8341a98309d7

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) - 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2735 : job ID 7351f5091540415980e6e162958d8b10

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) - 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2736 : job ID c01bd7001fed4229b827e4dff8aa7d17

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 - 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2737 : job ID 145d2556dec84f329bff9e5b1d82b05d

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx - 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2738 : job ID 5594cd254bfc4b269893e5b2578cc2d6

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy - 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2739 : job ID 04b265850a4440b19948cd7f7e89a65f

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz - 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2740 : job ID 9f922474449344bfbbb2ed9dc606a61e

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) - 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2741 : job ID cdd96debcfec47a5a8b6ed044f3428b3

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, *args, -kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2742 : job ID 9fb4ee574b4f4d4787b02e3d1b9a1a75

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Sub, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(*args, -kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2743 : job ID d522fe688a1e403583bf21e8cb9e4b3f

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers ** key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2744 : job ID 4c10611eeb74452a98fe51872778c9be

/home/areinsch/CS362/main.py, start pos: (170, 32), end pos: (170, 34)
operator: core/ReplaceOrWithAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -167,7 +167,7 @@
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+-                if x in (n, n) or z in (-n, n):
++                if x in (n, n) and z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2745 : job ID 54c4ffedbaee42d0b5596cbba0b8ff1b

/home/areinsch/CS362/main.py, start pos: (651, 42), end pos: (651, 44)
operator: core/ReplaceOrWithAnd, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, -1, 0) and face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2746 : job ID b7117050f2a848318bf4fb8a54b9b4aa

/home/areinsch/CS362/main.py, start pos: (678, 39), end pos: (678, 41)
operator: core/ReplaceOrWithAnd, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -675,7 +675,7 @@
+         if self.exclusive:
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+-            if (button == mouse.RIGHT) or \
++            if (button == mouse.RIGHT) and \
+                     ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2747 : job ID 6c7f345d12b2449cae8cac82469793d0

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button == mouse.LEFT) and (modifiers * key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2748 : job ID f1f71857f554474b86b95b19e05a4fe4

/home/areinsch/CS362/main.py, start pos: (651, 28), end pos: (651, 30)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face > (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2749 : job ID 1dc05a69047249a8be0724f2d9b3d5d9

/home/areinsch/CS362/main.py, start pos: (651, 50), end pos: (651, 52)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, -1, 0) or face > (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2750 : job ID 54205e6dd73544a29b914b81ade7eeab

/home/areinsch/CS362/main.py, start pos: (678, 23), end pos: (678, 25)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -675,7 +675,7 @@
+         if self.exclusive:
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+-            if (button == mouse.RIGHT) or \
++            if (button > mouse.RIGHT) or \
+                     ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2751 : job ID afb59d2536e440ac83df5b84bb77430c

/home/areinsch/CS362/main.py, start pos: (679, 29), end pos: (679, 31)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -676,7 +676,7 @@
+             vector = self.get_sight_vector()
+             block, previous = self.model.hit_test(self.position, vector)
+             if (button == mouse.RIGHT) or \
+-                    ((button == mouse.LEFT) and (modifiers & key.MOD_CTRL)):
++                    ((button > mouse.LEFT) and (modifiers & key.MOD_CTRL)):
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2752 : job ID cb0c1acda26842a4a70160dd1e0488b2

/home/areinsch/CS362/main.py, start pos: (683, 24), end pos: (683, 26)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -680,7 +680,7 @@
+                 # ON OSX, control + left click = right click.
+                 if previous:
+                     self.model.add_block(previous, self.block)
+-            elif button == pyglet.window.mouse.LEFT and block:
++            elif button > pyglet.window.mouse.LEFT and block:
+                 texture = self.model.world[block]
+                 if texture != STONE:
+                     self.model.remove_block(block)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2753 : job ID ba4da43479a6462daecb7977b317165a

/home/areinsch/CS362/main.py, start pos: (721, 18), end pos: (721, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -718,7 +718,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol > key.W:
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2754 : job ID 8477463150a145dda7c6dde66605d503

/home/areinsch/CS362/main.py, start pos: (723, 20), end pos: (723, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -720,7 +720,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] -= 1
+-        elif symbol == key.S:
++        elif symbol > key.S:
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2755 : job ID 0ed7f5a9c1184a618e427458822ac6b1

/home/areinsch/CS362/main.py, start pos: (725, 20), end pos: (725, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -722,7 +722,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.S:
+             self.strafe[0] += 1
+-        elif symbol == key.A:
++        elif symbol > key.A:
+             self.strafe[1] -= 1
+         elif symbol == key.D:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2756 : job ID 33de326f7aa144b7821bf539fe944c21

/home/areinsch/CS362/main.py, start pos: (727, 20), end pos: (727, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -724,7 +724,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.A:
+             self.strafe[1] -= 1
+-        elif symbol == key.D:
++        elif symbol > key.D:
+             self.strafe[1] += 1
+         elif symbol is not key.SPACE:
+             if self.dy == 0:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2757 : job ID f1f25729c37846c1bcc5c0671a99aad8

/home/areinsch/CS362/main.py, start pos: (729, 20), end pos: (729, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -727,7 +727,7 @@
+         elif symbol == key.D:
+             self.strafe[1] += 1
+         elif symbol is not key.SPACE:
+-            if self.dy == 0:
++            if self.dy > 0:
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2758 : job ID e4bd909647034e44ba6a6ec0e1c183f8

/home/areinsch/CS362/main.py, start pos: (730, 23), end pos: (730, 25)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -729,7 +729,7 @@
+         elif symbol is not key.SPACE:
+             if self.dy == 0:
+                 self.dy = JUMP_SPEED
+-        elif symbol == key.ESCAPE:
++        elif symbol > key.ESCAPE:
+             self.set_exclusive_mouse(False)
+         elif symbol == key.TAB:
+             self.flying = not self.flying
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2759 : job ID 8b25c8b70fb9413185196bdbdd688daa

/home/areinsch/CS362/main.py, start pos: (732, 20), end pos: (732, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -731,7 +731,7 @@
+                 self.dy = JUMP_SPEED
+         elif symbol == key.ESCAPE:
+             self.set_exclusive_mouse(False)
+-        elif symbol == key.TAB:
++        elif symbol > key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+             index = (symbol - self.num_keys[0]) % len(self.inventory)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2760 : job ID 6451bc26283f4a479b694932e4a90160

/home/areinsch/CS362/main.py, start pos: (734, 20), end pos: (734, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -749,7 +749,7 @@
+             Number representing any modifying keys that were pressed.
+ 
+         """
+-        if symbol == key.W:
++        if symbol > key.W:
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2761 : job ID 1e9a7216f05443818fe6f398ad6e098f

/home/areinsch/CS362/main.py, start pos: (752, 18), end pos: (752, 20)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -751,7 +751,7 @@
+         """
+         if symbol == key.W:
+             self.strafe[0] += 1
+-        elif symbol == key.S:
++        elif symbol > key.S:
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2762 : job ID c0e72f95380b40d28025c5cc1d5d9539

/home/areinsch/CS362/main.py, start pos: (754, 20), end pos: (754, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -753,7 +753,7 @@
+             self.strafe[0] += 1
+         elif symbol == key.S:
+             self.strafe[0] -= 1
+-        elif symbol == key.A:
++        elif symbol > key.A:
+             self.strafe[1] += 1
+         elif symbol == key.D:
+             self.strafe[1] -= 1
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2763 : job ID e54a80986c6e4654af7ffedfe2a30d08

/home/areinsch/CS362/main.py, start pos: (756, 20), end pos: (756, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -755,7 +755,7 @@
+             self.strafe[0] -= 1
+         elif symbol == key.A:
+             self.strafe[1] += 1
+-        elif symbol == key.D:
++        elif symbol > key.D:
+             self.strafe[1] -= 1
+ 
+     def on_resize(self, width, height):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2764 : job ID b59c395d58584f0684ccb26136dcd6da

/home/areinsch/CS362/main.py, start pos: (758, 20), end pos: (758, 22)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -896,7 +896,7 @@
+     pyglet.app.run()
+ 
+ 
+-if __name__ == '__main__':
++if __name__ > '__main__':
+     main()
+ 
+ )
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2765 : job ID 8a1479352dc540f786314503b907b2b1

/home/areinsch/CS362/main.py, start pos: (899, 12), end pos: (899, 14)
operator: core/ReplaceComparisonOperator_Eq_Gt, occurrence: 17

2766 : job ID 5aa3cd3b6a8448af9ae9b5b5be0c919d

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import //
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2767 : job ID 350c1cb838744c3387f31a113c487b5e

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 // GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2768 : job ID 1241fe264b99489b95542d225afbf72e

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY // MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2769 : job ID bc4337a22f904ceabe1ee447aaea03ca

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x // m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2770 : job ID 68446493317c43e69f511790712b2ea3

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y // m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2771 : job ID 852f68e6879a462ba77cced6cdb77755

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(//top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2772 : job ID 0cb4ea29985a4dbb9d8bac5caaf1e1df

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(//bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2773 : job ID 5ec143edc59e402090d10254ad518d1a

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(//side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2774 : job ID 90544c01e9334d76834f2a415a613c86

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side // 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2775 : job ID 8b860459af364f74a25ea11bc2d90310

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance // m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2776 : job ID ba9cdd1be36b4bbe8daaa1f25e43ef0c

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, //args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2777 : job ID e0b26994a4d54870a309654c378a9181

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(//args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2778 : job ID fb29f8171d114ef88ed7c5d2ed064241

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, //args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2779 : job ID 2c486c7635d74f05a1ab103066257657

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(//args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2780 : job ID efd7436847db46ef9cc17afe4a4a7120

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) // m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2781 : job ID fb6105794a2f4b4181bbe53c314192df

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) // m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmphmmmzhqv/venv/bin/python3'
+

2782 : job ID 44d4e3948b8743d6a6613cfa623ac5dd

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 16

2783 : job ID 33f947de88a04cdfa393b0e97941c4fb

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 17

2784 : job ID 0e526ec821aa4dd1b3b7de31b72b61db

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 18

2785 : job ID b2fa37fad1604f4b9b3d0750541d402a

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 19

2786 : job ID 19b83ec78d2d45ff9827d4a0b3f4c34a

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 20

2787 : job ID 59787457da9d44ba99fff1d710b2e15b

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy // d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2788 : job ID 2da34e9aa2e54a5c80b2f1605c8568a2

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz // d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2789 : job ID 7b2b00a61570410ab509b05c10655e5a

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt // GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2790 : job ID 7a67d582d0714d638ff99cd1faac8d65

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy // dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2791 : job ID c2f1c5f55a1943d9b459024f13061739

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) // face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2792 : job ID ae12cfb8d2cc4f0cb6416c215f243ca5

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) // face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2793 : job ID 684dd6b1b6c341a3b7da6dc58d38f48d

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx // m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2794 : job ID 3f453c1ff06c4a06b5557cb2edc343e1

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy // m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2795 : job ID e028527eba164a32b3cf468515d0ec4f

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_FloorDiv, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat // 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2796 : job ID c146d796aa4c4fc8979cd2d2a3ff1c39

/home/areinsch/CS362/main.py, start pos: (125, 16), end pos: (125, 18)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x ** SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2797 : job ID 0e751c0901ed4d549194799c8c9bce65

/home/areinsch/CS362/main.py, start pos: (125, 34), end pos: (125, 36)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y ** SECTOR_SIZE, z // SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2798 : job ID 60eae5340f9c46ff8b50bc985df770f8

/home/areinsch/CS362/main.py, start pos: (125, 52), end pos: (125, 54)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -122,7 +122,7 @@
+ 
+     """
+     x, y, z = normalize(position)
+-    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z // SECTOR_SIZE
++    x, y, z = x // SECTOR_SIZE, y // SECTOR_SIZE, z ** SECTOR_SIZE
+     return (x, 0, z)
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2799 : job ID 466bf752d1074c1eb3115d6168f3d7b1

/home/areinsch/CS362/main.py, start pos: (770, 26), end pos: (770, 28)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width ** 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2800 : job ID 9bd5510322a64cfd856a3db625a480c8

/home/areinsch/CS362/main.py, start pos: (770, 44), end pos: (770, 46)
operator: core/ReplaceBinaryOperator_FloorDiv_Pow, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -767,7 +767,7 @@
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
+-        x, y = self.width // 2, self.height // 2
++        x, y = self.width // 2, self.height ** 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+             ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2801 : job ID d2140c225aa3431a9eba26fdfb17de55

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_Lt, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 < (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2802 : job ID b54c0abdb0f247c58f3d27760bd4bf52

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_Lt, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 < (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2803 : job ID 13d42d0ced0f4429857a89f59d8c842c

/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_Lt, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -541,7 +541,7 @@
+                     # Moving left or right.
+                     dy = 0.0
+                     m = 1
+-                if self.strafe[0] > 0:
++                if self.strafe[0] < 0:
+                     # Moving backwards.
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2804 : job ID 4995633fdc91414fa90686f24c8debba

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x**n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2805 : job ID 955756b826324d7b9564be5248658282

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z**n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2806 : job ID e27a8e58af7945f982bc098602976f05

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x**n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2807 : job ID c413d4bf69204625b201662b3df15897

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z**n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2808 : job ID 429557a7c6c949779a9a5438a7ea701f

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x**n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2809 : job ID 727318b2d34746ceaa4d5c445b0a3dd8

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y**n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2810 : job ID 874417cf65234f238442f52f08b3d6cf

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z**n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2811 : job ID 58543b74a0774021b1a0167ef23a947c

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y**n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2812 : job ID 2841d9fc1c1f43ea8ec4f55e9873a6a7

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z**n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2813 : job ID 7b56852a16524bd8ac19015401d84709

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y**n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2814 : job ID 867b193b5f5d45d7986384464831158b

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x**n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2815 : job ID 430a6980cd594c328ae6ee3d55e965fd

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y**n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2816 : job ID 656cbd7e94914db49b24dc1982dd85fa

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x**n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2817 : job ID 54ec14c581d84b83b2efcad397be8ae7

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y**n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2818 : job ID 1311f2a1e7f04cd3a8dc0e6b46594f1a

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z**n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2819 : job ID ade7cc1fa58446128c56467597c396f3

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x**n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2820 : job ID a37c8dc15b9e40e283d4bf9eb12568c1

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y**n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2821 : job ID 2382382f6146407e8b7604cd8fd8451f

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x**n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2822 : job ID 9aac51961dba4d29b546b99002b52d99

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x**n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2823 : job ID 44e156a09b514da7bfc3d4f99bbd362a

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z**n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2824 : job ID dc26a073ebe44cb494c2d29366f44dce

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y**n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2825 : job ID 24d5293bba8a4db28b0dada3508ebf6b

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y**n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2826 : job ID 0aedf3b0c47240dab44d8429c963bba6

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z**n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2827 : job ID 3a4145032eaf42ceb827b82f27a59d26

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z**n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2828 : job ID 0dbab2d95d8c414a8a23f2c4f5459330

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x**n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2829 : job ID ea2c0b2b3174418b8a1ec499cb4ac6af

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y**n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2830 : job ID f9f5d4f852eb4a68bf73f95f8cfa4c72

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y**n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2831 : job ID f7e21f7fec9a4247a4991ae6e72774ea

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x**n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2832 : job ID 783f5c815e3c4d07b75301564df730b4

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y**n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2833 : job ID 0fe693c5f58941f39442b08422601654

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z**n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2834 : job ID 25fb11d5b88b45178958c9c35618e391

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x**n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2835 : job ID 30c9df7dd7c44ba2abedb43c23f3f050

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y**n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2836 : job ID 1375d7e4d47041188df02b3fb6036317

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z**n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2837 : job ID 155d88286a294e6489269344e89d494f

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x**n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2838 : job ID a44d137b4eee427bbb6d73778faed9e6

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z**n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2839 : job ID 467d5de6cb59496396bfc1380948efd3

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z**n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2840 : job ID 8cbc0a19af6a4926b886444304bc6a5e

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y ** 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2841 : job ID c572d24fa0d24d0493a294e812a33ecf

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y ** 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2842 : job ID a2e8bf4314bb49bf89580178fb6f9e6b

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n ** 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2843 : job ID 5b0503b7f02c43aead966aa0dd39f330

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a ** s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2844 : job ID 1497ef561e804c8ab93d28c0c386ee74

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b ** s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2845 : job ID 1b5fa55012ac4404aac1df6fa1677371

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x ** a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2846 : job ID bb2352e130334943840b9c5893419209

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z ** b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2847 : job ID 48d1bac7b40f4f91a3e8d975203d58b5

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x ** 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2848 : job ID 4fabfc5182b14d458673bb980eeca9d3

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z ** 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2849 : job ID 33411e18f0954174bed6e5ccb86fd43c

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set ** before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2850 : job ID 728401a0ab354065b29878f1d0dbf68d

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set ** after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2851 : job ID 6a88bbb7bda7403fa0c6baea4bf9ed2d

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height ** 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2852 : job ID 2ddd40b861e448f98504c31e07179a2c

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x ** 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2853 : job ID cdac77fe747840f5a5d706fb22adda7f

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x ** 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2854 : job ID 02b1cbcf60cc4e53a44075d060227cd0

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] ** np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2855 : job ID 7cd09932a40e4096b51caf5c7765ae8d

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d ** pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2856 : job ID 76ddf549271e4f3ab6dff2b7b4515c6a

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol ** self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2857 : job ID 9d79c44e6f074972a52787dcd4a23815

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height ** 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2858 : job ID e4af4672cbe44653b4f7ce7e59d88f4d

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x ** n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2859 : job ID 1a4dad6ca24e4b0fa96929fd2fffafd7

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y ** n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2860 : job ID 51f55492cff14cd3bb2aaf4f2e74453c

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Pow, occurrence: 56

2861 : job ID 66124049af1745a3ac731c0cd4877839

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import <<
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2862 : job ID e495e1b3b5764918a57f4a17df58e26d

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 << GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2863 : job ID dffe0a55f5774079a0c446e13368a4d5

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY << MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2864 : job ID 2c09053b77ee4b0799e95b7a3dca27fd

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x << m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2865 : job ID 15e26f506cc348c3862c7ae7f5429d87

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y << m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2866 : job ID 07596b7a63614dd491a1aa1093badf7e

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(<<top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2867 : job ID ad494628c2044f3588508c6189ccd7eb

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(<<bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2868 : job ID 8171a1109f1343e496bbdef2461426d6

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(<<side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2869 : job ID b20acfe2dcde4931b5194c320b362b95

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side << 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2870 : job ID 9119e479d9fb4149a0825227750535e2

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance << m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2871 : job ID 659931003a154f5ebc7856e9bc6472dd

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, <<args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2872 : job ID 609782925c214ac293ac01b5640cc588

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(<<args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2873 : job ID 4be1ff2acdc9417ca7d236890479778c

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, <<args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2874 : job ID f94e4cf6c6ee427da6f507a27593a2b0

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(<<args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2875 : job ID 5a939807147e4560a8b18f2cca8c53b0

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) << m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2876 : job ID 20c671d7ba8a434ea5352dce05ec2df6

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) << m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2877 : job ID ec2f8bf6f5fa4e668f0cf3d57153f386

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(<<self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2878 : job ID d5e36e756d914cc98488b2b468684343

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) << m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2879 : job ID 60326a4b9f3045f3891ed63b97fbdc11

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) << m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2880 : job ID fb635bcd61e944fb9654a28c3d718326

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt << speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2881 : job ID b2981d5caf65454eac0f593acc26c344

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx << d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2882 : job ID 5581ed10c1e345739bb69fada8d1b889

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy << d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2883 : job ID bbacf9de15cf4e829173e1f122306f27

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz << d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2884 : job ID 37533cf4a0474cfcae23d5287849961a

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt << GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2885 : job ID cdd39244d23e4e9b99db4fbffe071812

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy << dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2886 : job ID e4b923461902488c846db776b194c4a7

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) << face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2887 : job ID 9d7b6ac6f5cb49efb5c9a637fefb65cd

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) << face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2888 : job ID 922dbdb14cd14d2bada53b022de5b9ad

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx << m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2889 : job ID 24ecfc883a7643af924d38402f80ca4b

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy << m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2890 : job ID 96a1111aad53483b887aa73f21d46d08

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_LShift, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat << 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2891 : job ID ab6e1ce2233c416081964e55cae243a1

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_Is, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 is 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2892 : job ID 063399bf400643e1b228447ce91ed2f2

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_Is, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() & start is 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2893 : job ID 9134e3b11c6e41b6b5d7ea9c7a90eb08

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_Is, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -639,7 +639,7 @@
+                     continue
+                 # How much overlap you have with this dimension.
+                 d = (p[i] - np[i]) * face[i]
+-                if d < pad:
++                if d is pad:
+                     continue
+                 for dy in xrange(height):  # check each height
+                     op = list(np)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2894 : job ID 2e1225de5973442db0d9304617d7707c

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_NotEq, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 != (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2895 : job ID a75bf09f58644a1495f8489f36b51eab

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_NotEq, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy ** 2 + dz ** 2 != (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2896 : job ID 537c983325524ce7973ec6c2073bd0a7

/home/areinsch/CS362/main.py, start pos: (544, 34), end pos: (544, 35)
operator: core/ReplaceComparisonOperator_Gt_NotEq, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -541,7 +541,7 @@
+                     # Moving left or right.
+                     dy = 0.0
+                     m = 1
+-                if self.strafe[0] > 0:
++                if self.strafe[0] != 0:
+                     # Moving backwards.
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2897 : job ID e3ff4708122c42d994e8040d5b4370f7

/home/areinsch/CS362/main.py, start pos: (679, 59), end pos: (679, 60)
operator: core/ReplaceBinaryOperator_BitAnd_Add, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() + start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2898 : job ID 420e28c6cbc646bfa02e3346fb9b5ee2

/home/areinsch/CS362/main.py, start pos: (86, 8), end pos: (86, 9)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -83,7 +83,7 @@
+ 
+ FACES = [
+     ( 0, 1, 0),
+-    ( 0,-1, 0),
++    ( 0,~1, 0),
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2899 : job ID 2b39ce56b35e4e139695e8ab2f13fb37

/home/areinsch/CS362/main.py, start pos: (87, 5), end pos: (87, 6)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -84,7 +84,7 @@
+ FACES = [
+     ( 0, 1, 0),
+     ( 0,-1, 0),
+-    (-1, 0, 0),
++    (~1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+     ( 0, 0,-1),
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2900 : job ID 298d97b85d854330a406827e33fd1d99

/home/areinsch/CS362/main.py, start pos: (90, 11), end pos: (90, 12)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -87,7 +87,7 @@
+     (-1, 0, 0),
+     ( 1, 0, 0),
+     ( 0, 0, 1),
+-    ( 0, 0,-1),
++    ( 0, 0,~1),
+ ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2901 : job ID b5c287d734064410a92f97acba387788

/home/areinsch/CS362/main.py, start pos: (165, 24), end pos: (165, 25)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -162,7 +162,7 @@
+         n = 80  # 1/2 width and height of world
+         s = 1  # step size
+         y = 0  # initial y height
+-        for x in xrange(-n, n + 1, s):
++        for x in xrange(~n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2902 : job ID f91d2c802ef247c9b9cb4fbc64b76e84

/home/areinsch/CS362/main.py, start pos: (166, 28), end pos: (166, 29)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -163,7 +163,7 @@
+         s = 1  # step size
+         y = 0  # initial y height
+         for x in xrange(-n, n + 1, s):
+-            for z in xrange(-n, n + 1, s):
++            for z in xrange(~n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2903 : job ID 00702f40f8f544c1b3fc87d3d8f0673e

/home/areinsch/CS362/main.py, start pos: (170, 25), end pos: (170, 26)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -167,7 +167,7 @@
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+-                if x in (n, n) or z in (-n, n):
++                if x in (n, n) or z in (~n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2904 : job ID 030984d41daa4adca3faffbcd6afa525

/home/areinsch/CS362/main.py, start pos: (170, 41), end pos: (170, 42)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -169,7 +169,7 @@
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+-                    for dy in xrange(-2, 3):
++                    for dy in xrange(~2, 3):
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2905 : job ID 53087c461d8c4fef8d5becaba2ef694b

/home/areinsch/CS362/main.py, start pos: (172, 37), end pos: (172, 38)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -175,7 +175,7 @@
+         # generate the hills randomly
+         o = n - 10
+         for _ in xrange(120):
+-            a = random.randint(-o, o)  # x position of the hill
++            a = random.randint(~o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2906 : job ID 7f4374690426400a95ec2cc131de0b45

/home/areinsch/CS362/main.py, start pos: (178, 31), end pos: (178, 32)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -176,7 +176,7 @@
+         o = n - 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+-            b = random.randint(-o, o)  # z position of the hill
++            b = random.randint(~o, o)  # z position of the hill
+             c = -1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2907 : job ID 870a27ab91ff4390afc35560ff43c6a9

/home/areinsch/CS362/main.py, start pos: (179, 31), end pos: (179, 32)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -177,7 +177,7 @@
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
+-            c = -1  # base of the hill
++            c = ~1  # base of the hill
+             h = random.randint(1, 6)  # height of the hill
+             s = random.randint(4, 8)  # 2 * s is the side length of the hill
+             d = 1  # how quickly to taper off the hills
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2908 : job ID 266339eb55b34e2fac26097e745fd7dc

/home/areinsch/CS362/main.py, start pos: (180, 16), end pos: (180, 17)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -381,7 +381,7 @@
+         before_set = set()
+         after_set = set()
+         pad = 4
+-        for dx in xrange(-pad, pad + 1):
++        for dx in xrange(~pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2909 : job ID 79597850332a41659bc62d61d1c5ffbf

/home/areinsch/CS362/main.py, start pos: (384, 25), end pos: (384, 26)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -383,7 +383,7 @@
+         pad = 4
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+-                for dz in xrange(-pad, pad + 1):
++                for dz in xrange(~pad, pad + 1):
+                     if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2910 : job ID 71f1296f121842f5b383289f9ebbb6d3

/home/areinsch/CS362/main.py, start pos: (386, 33), end pos: (386, 34)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -543,7 +543,7 @@
+                     m = 1
+                 if self.strafe[0] > 0:
+                     # Moving backwards.
+-                    dy *= -1
++                    dy *= ~1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2911 : job ID d8b5b8f2a1b64a40b5c7db3a474b186a

/home/areinsch/CS362/main.py, start pos: (546, 26), end pos: (546, 27)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -602,7 +602,7 @@
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+             self.dy -= dt * GRAVITY
+-            self.dy = max(self.dy, -TERMINAL_VELOCITY)
++            self.dy = max(self.dy, ~TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
+         x, y, z = self.position
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2912 : job ID 0f3aa645a77c4ab6ba3b4700e6f61a89

/home/areinsch/CS362/main.py, start pos: (605, 35), end pos: (605, 36)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -648,7 +648,7 @@
+                     if tuple(op) not in self.model.world:
+                         continue
+                     p[i] -= (d - pad) * face[i]
+-                    if face == (0, -1, 0) or face == (0, 1, 0):
++                    if face == (0, ~1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
+                         self.dy = 0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2913 : job ID 614b01b6b1d448559e08eba252842e41

/home/areinsch/CS362/main.py, start pos: (651, 35), end pos: (651, 36)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -703,7 +703,7 @@
+             m = 0.15
+             x, y = self.rotation
+             x, y = x + dx * m, y + dy * m
+-            y = max(-90, min(90, y))
++            y = max(~90, min(90, y))
+             self.rotation = (x, y)
+ 
+     def on_key_press(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2914 : job ID a9936a18ec404096b69b30fd9dfff97e

/home/areinsch/CS362/main.py, start pos: (706, 20), end pos: (706, 21)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -782,7 +782,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        glOrtho(0, width, 0, height, -1, 1)
++        glOrtho(0, width, 0, height, ~1, 1)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2915 : job ID d7859d13e8544adc9e29d454f62665b9

/home/areinsch/CS362/main.py, start pos: (785, 37), end pos: (785, 38)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -800,7 +800,7 @@
+         glLoadIdentity()
+         x, y = self.rotation
+         glRotatef(x, 0, 1, 0)
+-        glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
++        glRotatef(~y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+         glTranslatef(-x, -y, -z)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2916 : job ID b18c3cda2b894b0ab366316e201a9a74

/home/areinsch/CS362/main.py, start pos: (803, 18), end pos: (803, 19)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(~x, -y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2917 : job ID 92398ba397a849b9a122cdb26091d2fa

/home/areinsch/CS362/main.py, start pos: (805, 21), end pos: (805, 22)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, ~y, -z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2918 : job ID 406b25eccd404e669e306131e08a2531

/home/areinsch/CS362/main.py, start pos: (805, 25), end pos: (805, 26)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -802,7 +802,7 @@
+         glRotatef(x, 0, 1, 0)
+         glRotatef(-y, math.cos(math.radians(x)), 0, math.sin(math.radians(x)))
+         x, y, z = self.position
+-        glTranslatef(-x, -y, -z)
++        glTranslatef(-x, -y, ~z)
+ 
+     def on_draw(self):
+         """ Called by pyglet to draw the canvas.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2919 : job ID 01559125fd6b45ce8a7420eac9a8bc4b

/home/areinsch/CS362/main.py, start pos: (805, 29), end pos: (805, 30)
operator: core/ReplaceUnaryOperator_USub_Invert, occurrence: 21

2920 : job ID 72d48fb4c5cf4b25aa2928a2d671857b

/home/areinsch/CS362/main.py, start pos: (57, 12), end pos: (57, 13)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -54,7 +54,7 @@
+     """ Return the bounding vertices of the texture square.
+ 
+     """
+-    m = 1.0 / n
++    m = 1.0 ** n
+     dx = x * m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2921 : job ID 3793e81e3e4c464589e61805eed5825e

/home/areinsch/CS362/main.py, start pos: (219, 29), end pos: (219, 30)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx ** m, y + dy / m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2922 : job ID 96ed6da2f9e346ca8ac3e52ca0b97f0f

/home/areinsch/CS362/main.py, start pos: (219, 41), end pos: (219, 42)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy ** m, z + dz / m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2923 : job ID 0824cead96914ad8b898823f366ffb0e

/home/areinsch/CS362/main.py, start pos: (219, 53), end pos: (219, 54)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -216,7 +216,7 @@
+             if key != previous and key in self.world:
+                 return key, previous
+             previous = key
+-            x, y, z = x + dx / m, y + dy / m, z + dz / m
++            x, y, z = x + dx / m, y + dy / m, z + dz ** m
+         return None, None
+ 
+     def exposed(self, position):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2924 : job ID 49c0bde3806a4b409eb3c46a17bc5427

/home/areinsch/CS362/main.py, start pos: (423, 56), end pos: (423, 57)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() & start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() & start < 1.0 ** TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2925 : job ID 6b090e151d4e4b52a65afec6598b6776

/home/areinsch/CS362/main.py, start pos: (495, 56), end pos: (495, 57)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -492,7 +492,7 @@
+ 
+         # This call schedules the `update()` method to be called
+         # TICKS_PER_SEC. This is the main game event loop.
+-        pyglet.clock.schedule_interval(self.update, 1.0 / TICKS_PER_SEC)
++        pyglet.clock.schedule_interval(self.update, 1.0 ** TICKS_PER_SEC)
+ 
+     def set_exclusive_mouse(self, exclusive):
+         """ If `exclusive` is True, the game will capture the mouse, if False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2926 : job ID 600bd15033e9482692c5fef288e65fa5

/home/areinsch/CS362/main.py, start pos: (581, 28), end pos: (581, 29)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -578,7 +578,7 @@
+         m = 8
+         dt = min(dt, 0.2)
+         for _ in xrange(m):
+-            self._update(dt / m)
++            self._update(dt ** m)
+ 
+     def _update(self, dt):
+         """ Private implementation of the `update()` method. This is where most
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2927 : job ID 75cf1a09923b499c897d7643c59a78bf

/home/areinsch/CS362/main.py, start pos: (798, 35), end pos: (798, 36)
operator: core/ReplaceBinaryOperator_Div_Pow, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -795,7 +795,7 @@
+         glViewport(0, 0, width, height)
+         glMatrixMode(GL_PROJECTION)
+         glLoadIdentity()
+-        gluPerspective(65.0, width / float(height), 0.1, 60.0)
++        gluPerspective(65.0, width ** float(height), 0.1, 60.0)
+         glMatrixMode(GL_MODELVIEW)
+         glLoadIdentity()
+         x, y = self.rotation
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2928 : job ID 694c0956ac054d3688d75c6c54f0e4d8

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -7,7 +7,7 @@
+ 
+ from collections import deque
+ from pyglet import image
+-from pyglet.gl import *
++from pyglet.gl import ^
+ from pyglet.graphics import TextureGroup
+ from pyglet.window import key, mouse
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2929 : job ID 39e2dc3e9d3f431398d08b95a7a2388e

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 ^ GRAVITY * MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2930 : job ID e70d89de64514aefb8141e7e20e6dac2

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -28,7 +28,7 @@
+ #    t = - v_0 / a
+ # Use t and the desired MAX_JUMP_HEIGHT to solve for v_0 (jump speed) in
+ #    s = s_0 + v_0 * t + (a * t^2) / 2
+-JUMP_SPEED = math.sqrt(2 * GRAVITY * MAX_JUMP_HEIGHT)
++JUMP_SPEED = math.sqrt(2 * GRAVITY ^ MAX_JUMP_HEIGHT)
+ TERMINAL_VELOCITY = 50
+ 
+ PLAYER_HEIGHT = 2
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2931 : job ID 0df36f306e8b494c8f80e2f9ef48ba82

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -55,7 +55,7 @@
+ 
+     """
+     m = 1.0 / n
+-    dx = x * m
++    dx = x ^ m
+     dy = y * m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2932 : job ID 6e420f4190bf410facf39207354ad4ad

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -56,7 +56,7 @@
+     """
+     m = 1.0 / n
+     dx = x * m
+-    dy = y * m
++    dy = y ^ m
+     return dx, dy, dx + m, dy, dx + m, dy + m, dx, dy + m
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2933 : job ID 216b2459bab74236bd0cd05bed28df67

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -64,7 +64,7 @@
+     """ Return a list of the texture squares for the top, bottom and side.
+ 
+     """
+-    top = tex_coord(*top)
++    top = tex_coord(^top)
+     bottom = tex_coord(*bottom)
+     side = tex_coord(*side)
+     result = []
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2934 : job ID ccb29c7aeb984bb1a1ecd0ea2e5129b1

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -65,7 +65,7 @@
+ 
+     """
+     top = tex_coord(*top)
+-    bottom = tex_coord(*bottom)
++    bottom = tex_coord(^bottom)
+     side = tex_coord(*side)
+     result = []
+     result.extend(top)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2935 : job ID b548b8d56f4d4b34a2db48f52cf3b5f4

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -66,7 +66,7 @@
+     """
+     top = tex_coord(*top)
+     bottom = tex_coord(*bottom)
+-    side = tex_coord(*side)
++    side = tex_coord(^side)
+     result = []
+     result.extend(top)
+     result.extend(bottom)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2936 : job ID c36e21147bc3452b879aa78700ce85a8

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -70,7 +70,7 @@
+     result = []
+     result.extend(top)
+     result.extend(bottom)
+-    result.extend(side * 4)
++    result.extend(side ^ 4)
+     return result
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2937 : job ID 735be178ca5049cab4aca97734f332a5

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -211,7 +211,7 @@
+         x, y, z = position
+         dx, dy, dz = vector
+         previous = None
+-        for _ in xrange(max_distance * m):
++        for _ in xrange(max_distance ^ m):
+             key = normalize((x, y, z))
+             if key != previous and key in self.world:
+                 return key, previous
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2938 : job ID 6339ec2f5daf4d6884dc9112d6b7663f

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -399,7 +399,7 @@
+         for sector in hide:
+             self.hide_sector(sector)
+ 
+-    def _enqueue(self, func, *args):
++    def _enqueue(self, func, ^args):
+         """ Add `func` to the internal queue.
+ 
+         """
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2939 : job ID 78ef6ed2345b4396b8bd58e983742ce8

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -410,7 +410,7 @@
+ 
+         """
+         func, args = self.queue.popleft()
+-        func(*args)
++        func(^args)
+ 
+     def process_queue(self):
+         """ Process the entire queue while taking periodic breaks. This allows
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2940 : job ID 37c248f6cf9a4ee685ceda74374df33c

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -433,7 +433,7 @@
+ 
+ class Window(pyglet.window.Window):
+ 
+-    def __init__(self, *args, **kwargs):
++    def __init__(self, ^args, **kwargs):
+         super(Window, self).__init__(*args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2941 : job ID 45eca326149049a1a0db7c1687095f80

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -434,7 +434,7 @@
+ class Window(pyglet.window.Window):
+ 
+     def __init__(self, *args, **kwargs):
+-        super(Window, self).__init__(*args, **kwargs)
++        super(Window, self).__init__(^args, **kwargs)
+ 
+         # Whether or not the window exclusively captures the mouse.
+         self.exclusive = False
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2942 : job ID c98675cb87e5409ba8e93a935319c866

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x - 90)) ^ m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2943 : job ID 706fdde97b4e4023bd486c9864a04364

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x - 90)) ^ m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2944 : job ID eb7ac88dde91454985ab2f68e1bada01

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -531,7 +531,7 @@
+         """
+         if any(self.strafe):
+             x, y = self.rotation
+-            strafe = math.degrees(math.atan2(*self.strafe))
++            strafe = math.degrees(math.atan2(^self.strafe))
+             y_angle = math.radians(y)
+             x_angle = math.radians(x + strafe)
+             if self.flying:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2945 : job ID 05120673ecdb4ce582488936507489aa

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -546,7 +546,7 @@
+                     dy *= -1
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+-                dx = math.cos(x_angle) * m
++                dx = math.cos(x_angle) ^ m
+                 dz = math.sin(x_angle) * m
+             else:
+                 dy = 0.0
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2946 : job ID 041d0d2400c241aaac5d5dd72ef3f2b9

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -547,7 +547,7 @@
+                 # When you are flying up or down, you have less left and right
+                 # motion.
+                 dx = math.cos(x_angle) * m
+-                dz = math.sin(x_angle) * m
++                dz = math.sin(x_angle) ^ m
+             else:
+                 dy = 0.0
+                 dx = math.cos(x_angle)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2947 : job ID 761c82648f5148c2b3d0c910b08a647c

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -592,7 +592,7 @@
+         """
+         # walking
+         speed = FLYING_SPEED if self.flying else WALKING_SPEED
+-        d = dt * speed # distance covered this tick.
++        d = dt ^ speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+         dx, dy, dz = dx * d, dy * d, dz * d
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2948 : job ID 389a020e1cf94f659a617523454eaaed

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx ^ d, dy * d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2949 : job ID 5c645ae84a99445c80ac9376c9341a9a

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy ^ d, dz * d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2950 : job ID b0e7309be8a44946811308638bc64221

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -595,7 +595,7 @@
+         d = dt * speed # distance covered this tick.
+         dx, dy, dz = self.get_motion_vector()
+         # New position in space, before accounting for gravity.
+-        dx, dy, dz = dx * d, dy * d, dz * d
++        dx, dy, dz = dx * d, dy * d, dz ^ d
+         # gravity
+         if not self.flying:
+             # Update your vertical speed: if you are falling, speed up until you
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2951 : job ID 2f32722e225a49738e64fcae8a1114f5

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -601,7 +601,7 @@
+             # Update your vertical speed: if you are falling, speed up until you
+             # hit terminal velocity; if you are jumping, slow down until you
+             # start falling.
+-            self.dy -= dt * GRAVITY
++            self.dy -= dt ^ GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+             dy += self.dy * dt
+         # collisions
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2952 : job ID 674a7f7256cd41beadfa0874bae5bb6a

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -603,7 +603,7 @@
+             # start falling.
+             self.dy -= dt * GRAVITY
+             self.dy = max(self.dy, -TERMINAL_VELOCITY)
+-            dy += self.dy * dt
++            dy += self.dy ^ dt
+         # collisions
+         x, y, z = self.position
+         x, y, z = self.collide((x + dx, y + dy, z + dz), PLAYER_HEIGHT)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2953 : job ID a1ba1ccc26ec4126895bee61ec6c609a

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] - np[i]) ^ face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2954 : job ID 8beaceea0fef428bbdeaedd58d0dd14e

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d - pad) ^ face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2955 : job ID 53e3c13f3aba4847b6b24a4a1b98d3e7

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx ^ m, y + dy * m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2956 : job ID f2b97619a88d413dac8bba59df0854ab

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -702,7 +702,7 @@
+         if self.exclusive:
+             m = 0.15
+             x, y = self.rotation
+-            x, y = x + dx * m, y + dy * m
++            x, y = x + dx * m, y + dy ^ m
+             y = max(-90, min(90, y))
+             self.rotation = (x, y)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2957 : job ID 674183986f8047ca8b1ce55a2d533964

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_BitXor, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -858,7 +858,7 @@
+     # post-texturing color."
+     glEnable(GL_FOG)
+     # Set the fog color.
+-    glFogfv(GL_FOG_COLOR, (GLfloat * 4)(0.5, 0.69, 1.0, 1))
++    glFogfv(GL_FOG_COLOR, (GLfloat ^ 4)(0.5, 0.69, 1.0, 1))
+     # Say we have no preference between rendering speed and quality.
+     glHint(GL_FOG_HINT, GL_DONT_CARE)
+     # Specify the equation used to compute the blending factor.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2958 : job ID e1645392cc1040fcb851f1b7d4e6a3d5

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x|n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2959 : job ID 3e93d35aeb6a457e9fe42a55a9a38f7c

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z|n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2960 : job ID 274e7a40de394359aaedb244e2dbdcd0

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x|n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2961 : job ID c5340ba65502446489d6f835fd52ad7e

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -41,7 +41,7 @@
+ 
+     """
+     return [
+-        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
++        x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z|n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2962 : job ID 195f5418de70422a94fb1aeb24ed17ad

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x|n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2963 : job ID b4a2ec95974c4ad3bdb9326fdca5cc07

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y|n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2964 : job ID be5818b963dd41b897a3b4e81318505a

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z|n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2965 : job ID d83065dbda864ed2a7518428ddb79034

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y|n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2966 : job ID 081439c902904928b8880d11950a6d59

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 8
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z|n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2967 : job ID eec9227cffdc4d3db4efeb74b0869530

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 9
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y|n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2968 : job ID a8a3fa414a244f18a990a9b2f1729b5c

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 10
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x|n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2969 : job ID 9bc97157cdc14166b32aabd4e85802b4

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 11
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -42,7 +42,7 @@
+     """
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+-        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
++        x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y|n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2970 : job ID 413676b49b524d7bb76531e25de21fb9

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 12
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x|n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2971 : job ID 2d6f4100143d4542b51e3369199687f4

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 13
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y|n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2972 : job ID ad39895815a94a6da07e10badb522ba4

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 14
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z|n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2973 : job ID e636cff593f548c89c4bd3006e4984fa

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 15
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x|n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2974 : job ID a8273724a11a4dbb8f63c7068108484b

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 16
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y|n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2975 : job ID 7d41988d5c1e4a82a8553096fd9ccabc

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 17
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x|n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2976 : job ID e235b01dd3434b98b4682131377830e4

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 18
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x|n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2977 : job ID 620cb1e494c94089a033eaca41bef202

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 19
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -43,7 +43,7 @@
+     return [
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+-        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
++        x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z|n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2978 : job ID 7833ef72236a448e9dda4bc06dcf05a8

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 20
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y|n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2979 : job ID 90e80ccc38564165aa1cf55c2bc12294

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 21
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y|n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2980 : job ID 77b478a2c6094406869b01eab24c32fc

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 22
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z|n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2981 : job ID c7fe7995369b44f9b560b7b68a5e7f72

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 23
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -44,7 +44,7 @@
+         x-n,y+n,z-n, x-n,y+n,z+n, x+n,y+n,z+n, x+n,y+n,z-n,  # top
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+-        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
++        x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z|n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2982 : job ID dfd0709c203f42a19ca7552a9738ffaa

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 24
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x|n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2983 : job ID 8010f7912e2a4e0d9e074442f157d436

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 25
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y|n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2984 : job ID 82ada1bad0d24886893bc01247054a2a

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 26
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y|n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2985 : job ID 3630d106e87d47bba862b0d31c17ed57

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 27
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -45,7 +45,7 @@
+         x-n,y-n,z-n, x+n,y-n,z-n, x+n,y-n,z+n, x-n,y-n,z+n,  # bottom
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+-        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
++        x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x|n,y+n,z+n,  # front
+         x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp0dmz5z3b/venv/bin/python3'
+

2986 : job ID 4e12f7d519004991b0c3112b976fff70

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 28
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y|n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2987 : job ID fc4c5fdfb8084c0e94e8508e16a643a1

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 29
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z|n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2988 : job ID 8eb7a5674cb140d183e7906f43b4cf83

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 30
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x|n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2989 : job ID 381a00f4a3af4d7e972ab8cfad888894

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 31
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y|n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2990 : job ID 8341b8846c824cbebff342d7a0038f86

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 32
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z|n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2991 : job ID 873eb8deddc746b6a7e7b009db13ee07

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 33
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x|n,y+n,z-n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2992 : job ID a0538403bdbe4c8e8ed8a78d69395398

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 34
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z|n, x+n,y+n,z-n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2993 : job ID 845128ac16b148b4a0cfdf32198edbdf

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 35
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -46,7 +46,7 @@
+         x-n,y-n,z-n, x-n,y-n,z+n, x-n,y+n,z+n, x-n,y+n,z-n,  # left
+         x+n,y-n,z+n, x+n,y-n,z-n, x+n,y+n,z-n, x+n,y+n,z+n,  # right
+         x-n,y-n,z+n, x+n,y-n,z+n, x+n,y+n,z+n, x-n,y+n,z+n,  # front
+-        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z-n,  # back
++        x+n,y-n,z-n, x-n,y-n,z-n, x-n,y+n,z-n, x+n,y+n,z|n,  # back
+     ]
+ 
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2994 : job ID 8e2f7f8942f24014b36c78df02845f57

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 36
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -165,7 +165,7 @@
+         for x in xrange(-n, n + 1, s):
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+-                self.add_block((x, y - 2, z), GRASS, immediate=False)
++                self.add_block((x, y | 2, z), GRASS, immediate=False)
+                 self.add_block((x, y - 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2995 : job ID ac9defe6b613420897c107bb6ce456e4

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 37
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -166,7 +166,7 @@
+             for z in xrange(-n, n + 1, s):
+                 # create a layer stone an grass everywhere.
+                 self.add_block((x, y - 2, z), GRASS, immediate=False)
+-                self.add_block((x, y - 3, z), STONE, immediate=False)
++                self.add_block((x, y | 3, z), STONE, immediate=False)
+                 if x in (n, n) or z in (-n, n):
+                     # create outer walls.
+                     for dy in xrange(-2, 3):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2996 : job ID cfcf188b3a5d49c9a0f855404ecbf4aa

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 38
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -173,7 +173,7 @@
+                         self.add_block((x, y + dy, z), STONE, immediate=False)
+ 
+         # generate the hills randomly
+-        o = n - 10
++        o = n | 10
+         for _ in xrange(120):
+             a = random.randint(-o, o)  # x position of the hill
+             b = random.randint(-o, o)  # z position of the hill
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2997 : job ID 65babef3f70d441e8bc63bf4f46122e7

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 39
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -183,7 +183,7 @@
+             d = 1  # how quickly to taper off the hills
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+-                for x in xrange(a - s, a + s + 1):
++                for x in xrange(a | s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2998 : job ID f7c3b67c7a7c45cfa44bdebf199f35bf

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 40
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -184,7 +184,7 @@
+             t = random.choice([GRASS, SAND, BRICK])
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+-                    for z in xrange(b - s, b + s + 1):
++                    for z in xrange(b | s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

2999 : job ID 0797dc89a8324fd788f2eaee890408dd

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 41
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x | a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3000 : job ID 2d8ecf503b1e4b4086f7f81e9d098d54

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 42
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z | b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3001 : job ID daa60350d9c241198aa0898ca0dc5789

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 43
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x | 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3002 : job ID d8ab227393fe460b8cf794de1b45ff80

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 44
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z | 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3003 : job ID 63eb42e0c45c49a9b6496630704ebf3a

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 45
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -392,7 +392,7 @@
+                     if after:
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+-        show = after_set - before_set
++        show = after_set | before_set
+         hide = before_set - after_set
+         for sector in show:
+             self.show_sector(sector)
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3004 : job ID 6d8880e7d06b4b3193aa22182c472dcc

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 46
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -393,7 +393,7 @@
+                         x, y, z = after
+                         after_set.add((x + dx, y + dy, z + dz))
+         show = after_set - before_set
+-        hide = before_set - after_set
++        hide = before_set | after_set
+         for sector in show:
+             self.show_sector(sector)
+         for sector in hide:
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3005 : job ID 00157904131b4102bd556f6acea752b9

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 47
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -420,7 +420,7 @@
+ 
+         """
+         start = time.clock()
+-        while self.queue and time.clock() - start < 1.0 / TICKS_PER_SEC:
++        while self.queue and time.clock() | start < 1.0 / TICKS_PER_SEC:
+             self._dequeue()
+ 
+     def process_entire_queue(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3006 : job ID f319e07f2e864591af6b0a486f4e290c

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 48
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -487,7 +487,7 @@
+ 
+         # The label that is displayed in the top left of the canvas.
+         self.label = pyglet.text.Label('', font_name='Arial', font_size=18,
+-            x=10, y=self.height - 10, anchor_x='left', anchor_y='top',
++            x=10, y=self.height | 10, anchor_x='left', anchor_y='top',
+             color=(0, 0, 0, 255))
+ 
+         # This call schedules the `update()` method to be called
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3007 : job ID 910f72fe58824bf6abba7363a5f82730

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 49
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -515,7 +515,7 @@
+         # dy ranges from -1 to 1 and is -1 when looking straight down and 1 when
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+-        dx = math.cos(math.radians(x - 90)) * m
++        dx = math.cos(math.radians(x | 90)) * m
+         dz = math.sin(math.radians(x - 90)) * m
+         return (dx, dy, dz)
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3008 : job ID 03b56e404273417fa8a692f885882a57

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 50
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -516,7 +516,7 @@
+         # looking straight up.
+         dy = math.sin(math.radians(y))
+         dx = math.cos(math.radians(x - 90)) * m
+-        dz = math.sin(math.radians(x - 90)) * m
++        dz = math.sin(math.radians(x | 90)) * m
+         return (dx, dy, dz)
+ 
+     def get_motion_vector(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3009 : job ID 5a5a3a348f434389ad45f0182cf90442

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 51
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -638,7 +638,7 @@
+                 if not face[i]:
+                     continue
+                 # How much overlap you have with this dimension.
+-                d = (p[i] - np[i]) * face[i]
++                d = (p[i] | np[i]) * face[i]
+                 if d < pad:
+                     continue
+                 for dy in xrange(height):  # check each height
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3010 : job ID 647df780a3194822be836d36d816da42

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 52
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -647,7 +647,7 @@
+                     op[i] += face[i]
+                     if tuple(op) not in self.model.world:
+                         continue
+-                    p[i] -= (d - pad) * face[i]
++                    p[i] -= (d | pad) * face[i]
+                     if face == (0, -1, 0) or face == (0, 1, 0):
+                         # You are colliding with the ground or ceiling, so stop
+                         # falling / rising.
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3011 : job ID eb202f26ab8f4446ac5d93e67efacba7

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 53
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -734,7 +734,7 @@
+         elif symbol == key.TAB:
+             self.flying = not self.flying
+         elif symbol in self.num_keys:
+-            index = (symbol - self.num_keys[0]) % len(self.inventory)
++            index = (symbol | self.num_keys[0]) % len(self.inventory)
+             self.block = self.inventory[index]
+ 
+     def on_key_release(self, symbol, modifiers):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3012 : job ID 955c0035adf24a98af022a5179d52aeb

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 54
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -763,7 +763,7 @@
+ 
+         """
+         # label
+-        self.label.y = height - 10
++        self.label.y = height | 10
+         # reticle
+         if self.reticle:
+             self.reticle.delete()
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3013 : job ID 1b7a5e104239474b977668a50d3763d3

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 55
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x | n, y, x + n, y, x, y - n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3014 : job ID 044f43006bcb4d2799250c7e10ed179e

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_BitOr, occurrence: 56
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -770,7 +770,7 @@
+         x, y = self.width // 2, self.height // 2
+         n = 10
+         self.reticle = pyglet.graphics.vertex_list(4,
+-            ('v2i', (x - n, y, x + n, y, x, y - n, x, y + n))
++            ('v2i', (x - n, y, x + n, y, x, y | n, x, y + n))
+         )
+ 
+     def set_2d(self):
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3015 : job ID c62f506a272b4ebf86d6c83b5c53e43b

/home/areinsch/CS362/main.py, start pos: (188, 35), end pos: (188, 37)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) + 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3016 : job ID cd25fd632e88480097b0aa7279dcc832

/home/areinsch/CS362/main.py, start pos: (188, 50), end pos: (188, 52)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) + 2 > (s + 1) ** 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3017 : job ID dc892be3212d4e28870f782af5ee5215

/home/areinsch/CS362/main.py, start pos: (188, 65), end pos: (188, 67)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 2
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -185,7 +185,7 @@
+             for y in xrange(c, c + h):
+                 for x in xrange(a - s, a + s + 1):
+                     for z in xrange(b - s, b + s + 1):
+-                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
++                        if (x - a) ** 2 + (z - b) ** 2 > (s + 1) + 2:
+                             continue
+                         if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3018 : job ID ab5990d1cd0e4352bc3fabb1dd36b8f8

/home/areinsch/CS362/main.py, start pos: (190, 35), end pos: (190, 37)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 3
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) + 2 + (z - 0) ** 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3019 : job ID 73af230fb0694ce5a4afc6365144b284

/home/areinsch/CS362/main.py, start pos: (190, 50), end pos: (190, 52)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 4
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) + 2 < 5 ** 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3020 : job ID 3acd55b40bf343bc98c9c6781497f5d5

/home/areinsch/CS362/main.py, start pos: (190, 59), end pos: (190, 61)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 5
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -187,7 +187,7 @@
+                     for z in xrange(b - s, b + s + 1):
+                         if (x - a) ** 2 + (z - b) ** 2 > (s + 1) ** 2:
+                             continue
+-                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 ** 2:
++                        if (x - 0) ** 2 + (z - 0) ** 2 < 5 + 2:
+                             continue
+                         self.add_block((x, y, z), t, immediate=False)
+                 s -= d  # decrement side lenth so hills taper off
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3021 : job ID a54b423c65964eff8a6a168fdae697be

/home/areinsch/CS362/main.py, start pos: (387, 26), end pos: (387, 28)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 6
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx + 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3022 : job ID d8890f28423149e9ad79596afdcafdcd

/home/areinsch/CS362/main.py, start pos: (387, 36), end pos: (387, 38)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 7
--- mutation diff ---
+--- a/home/areinsch/CS362/main.py
++++ b/home/areinsch/CS362/main.py
+@@ -384,7 +384,7 @@
+         for dx in xrange(-pad, pad + 1):
+             for dy in [0]:  # xrange(-pad, pad + 1):
+                 for dz in xrange(-pad, pad + 1):
+-                    if dx ** 2 + dy ** 2 + dz ** 2 > (pad + 1) ** 2:
++                    if dx ** 2 + dy + 2 + dz ** 2 > (pad + 1) ** 2:
+                         continue
+                     if before:
+                         x, y, z = before
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3023 : job ID e618e0dee7b74b2491f1328816c04d89

/home/areinsch/CS362/main.py, start pos: (387, 46), end pos: (387, 48)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 8

3024 : job ID 9bf0a771269b42d2a92da7db3596932f

/home/areinsch/CS362/main.py, start pos: (387, 63), end pos: (387, 65)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 9

3025 : job ID 3e3fe90e4210421e8c78cefea31e680e

/home/areinsch/CS362/main.py, start pos: (436, 30), end pos: (436, 32)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 10

3026 : job ID f4857e11ba47461da90691ff97707970

/home/areinsch/CS362/main.py, start pos: (437, 44), end pos: (437, 46)
operator: core/ReplaceBinaryOperator_Pow_Add, occurrence: 11

3027 : job ID f85f6686471746d8bebb71a4510c00fe

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_IsNot, occurrence: 0

3028 : job ID 305569f3ac924a1591bb9c15bbe97c18

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_IsNot, occurrence: 1

3029 : job ID ceb11c6301644e8099c863397f96f054

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_IsNot, occurrence: 2

3030 : job ID bbd5940721e5404091598cae128496bb

/home/areinsch/CS362/main.py, start pos: (190, 55), end pos: (190, 56)
operator: core/ReplaceComparisonOperator_Lt_Gt, occurrence: 0

3031 : job ID 81d9af285d89453ea5f276eb30314b6c

/home/areinsch/CS362/main.py, start pos: (423, 50), end pos: (423, 51)
operator: core/ReplaceComparisonOperator_Lt_Gt, occurrence: 1

3032 : job ID ac42744a011a4b2ca901c405fa9b67f7

/home/areinsch/CS362/main.py, start pos: (642, 21), end pos: (642, 22)
operator: core/ReplaceComparisonOperator_Lt_Gt, occurrence: 2

3033 : job ID dbf166dae53a4232b093f70064db0806

/home/areinsch/CS362/main.py, start pos: (188, 55), end pos: (188, 56)
operator: core/ReplaceComparisonOperator_Gt_IsNot, occurrence: 0

3034 : job ID 90f34e5312e24a439de4c035db0b37c1

/home/areinsch/CS362/main.py, start pos: (387, 51), end pos: (387, 52)
operator: core/ReplaceComparisonOperator_Gt_IsNot, occurrence: 1

3035 : job ID 68e5fcdb318d4807bc8e12a1bb56ccb7

/home/areinsch/CS362/main.py, start pos: (44, 9), end pos: (44, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 0

3036 : job ID 6bb806267ff24d04a4d2a50cc8094602

/home/areinsch/CS362/main.py, start pos: (44, 17), end pos: (44, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 1

3037 : job ID 563f0e4428b243719a112dc700aa455a

/home/areinsch/CS362/main.py, start pos: (44, 22), end pos: (44, 23)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 2

3038 : job ID b717b6b9fe964a41a09cd4b49721e479

/home/areinsch/CS362/main.py, start pos: (44, 56), end pos: (44, 57)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 3

3039 : job ID d878f8e8bbeb44a1b1e452eafc761bb7

/home/areinsch/CS362/main.py, start pos: (45, 9), end pos: (45, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 4

3040 : job ID d3df2eeaa1f449c2aaf0228db109b65b

/home/areinsch/CS362/main.py, start pos: (45, 13), end pos: (45, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 5

3041 : job ID 68f66f5b03b94d7a99c63766c59628ff

/home/areinsch/CS362/main.py, start pos: (45, 17), end pos: (45, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 6

3042 : job ID c4fb0e2dc4ed405282ff6c6682856a02

/home/areinsch/CS362/main.py, start pos: (45, 26), end pos: (45, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 7

3043 : job ID a078db7b369f4cc0aca9d2ee1f12023b

/home/areinsch/CS362/main.py, start pos: (45, 30), end pos: (45, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 8

3044 : job ID 249be832a23e4d24a716732d7145a6bf

/home/areinsch/CS362/main.py, start pos: (45, 39), end pos: (45, 40)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 9

3045 : job ID 343aa806cb1e4f209a37db1fd8c8e12f

/home/areinsch/CS362/main.py, start pos: (45, 48), end pos: (45, 49)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 10

3046 : job ID 920f1e6101c24d63af91c90ba7b01819

/home/areinsch/CS362/main.py, start pos: (45, 52), end pos: (45, 53)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 11

3047 : job ID 459284aa882a4ed6afd1dbbda58f6595

/home/areinsch/CS362/main.py, start pos: (46, 9), end pos: (46, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 12

3048 : job ID 653120d2a65e4d07baccf08482dba6f1

/home/areinsch/CS362/main.py, start pos: (46, 13), end pos: (46, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 13

3049 : job ID f16c2c077704419f8d962644e2fda51c

/home/areinsch/CS362/main.py, start pos: (46, 17), end pos: (46, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 14

3050 : job ID 09cc8a5728e7496db922c2a39f84e45e

/home/areinsch/CS362/main.py, start pos: (46, 22), end pos: (46, 23)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 15

3051 : job ID d89402243ebe4c89b0608150a08af530

/home/areinsch/CS362/main.py, start pos: (46, 26), end pos: (46, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 16

3052 : job ID 162e1b27a0a444fe8c86444c6cfce45f

/home/areinsch/CS362/main.py, start pos: (46, 35), end pos: (46, 36)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 17

3053 : job ID 7359c28f6611403782bba3a4d0191db6

/home/areinsch/CS362/main.py, start pos: (46, 48), end pos: (46, 49)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 18

3054 : job ID feff8b3efb1d47d0a34bcb8fad4bd225

/home/areinsch/CS362/main.py, start pos: (46, 56), end pos: (46, 57)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 19

3055 : job ID 8eb6f609e46041b1ac44d540a3d14f4a

/home/areinsch/CS362/main.py, start pos: (47, 13), end pos: (47, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 20

3056 : job ID 84c19f24ce72460b9baa869eed8c9ab4

/home/areinsch/CS362/main.py, start pos: (47, 26), end pos: (47, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 21

3057 : job ID 9cd07b3c444f437094924cfa7da673d1

/home/areinsch/CS362/main.py, start pos: (47, 30), end pos: (47, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 22

3058 : job ID cac6b89c78dc4881bfd634b2f1fdc5d3

/home/areinsch/CS362/main.py, start pos: (47, 43), end pos: (47, 44)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 23

3059 : job ID fab82d1d4db34c7ba64c1f96f022ffb2

/home/areinsch/CS362/main.py, start pos: (48, 9), end pos: (48, 10)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 24

3060 : job ID 487a71b582684f87be40e25d203e8fc0

/home/areinsch/CS362/main.py, start pos: (48, 13), end pos: (48, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 25

3061 : job ID f5bd11044125414ea91174ab3966cbf9

/home/areinsch/CS362/main.py, start pos: (48, 26), end pos: (48, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 26

3062 : job ID 4f8dce0b316d40e6a1cefba451c64dbc

/home/areinsch/CS362/main.py, start pos: (48, 48), end pos: (48, 49)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 27

3063 : job ID dd86c946cce94ffebee21001250aea4f

/home/areinsch/CS362/main.py, start pos: (49, 13), end pos: (49, 14)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 28

3064 : job ID 3d35cd92053b4148ae2eed41d95607bc

/home/areinsch/CS362/main.py, start pos: (49, 17), end pos: (49, 18)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 29

3065 : job ID 8ac00b6901ca4c2aa9f0bb2b7f0ff2f1

/home/areinsch/CS362/main.py, start pos: (49, 22), end pos: (49, 23)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 30

3066 : job ID 57f68daf20c74a5a9e617a3d91c7efa4

/home/areinsch/CS362/main.py, start pos: (49, 26), end pos: (49, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 31

3067 : job ID ed6824ca10324b1ebdccad4439d87413

/home/areinsch/CS362/main.py, start pos: (49, 30), end pos: (49, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 32

3068 : job ID 9ec9e574dd394dcfa7d235295824b884

/home/areinsch/CS362/main.py, start pos: (49, 35), end pos: (49, 36)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 33

3069 : job ID a30197ea4c0d41a68d83dc6b9b545d04

/home/areinsch/CS362/main.py, start pos: (49, 43), end pos: (49, 44)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 34

3070 : job ID 4e95d07dc21543fea0d9cf5dc8b857a4

/home/areinsch/CS362/main.py, start pos: (49, 56), end pos: (49, 57)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 35

3071 : job ID 0ac0337346c543159d91a6a962c5365f

/home/areinsch/CS362/main.py, start pos: (168, 37), end pos: (168, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 36

3072 : job ID 01458be0de054bf99467149d33607ddd

/home/areinsch/CS362/main.py, start pos: (169, 37), end pos: (169, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 37

3073 : job ID bf1080f054e94ecfa355268800f8828d

/home/areinsch/CS362/main.py, start pos: (176, 14), end pos: (176, 15)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 38

3074 : job ID c47fb9c198834216933b31a6b6342cce

/home/areinsch/CS362/main.py, start pos: (186, 34), end pos: (186, 35)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 39

3075 : job ID 9fc00633be5640d6b9b043af46470324

/home/areinsch/CS362/main.py, start pos: (187, 38), end pos: (187, 39)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 40

3076 : job ID 0c8efe6cb25940d099bc07cea020e92f

/home/areinsch/CS362/main.py, start pos: (188, 30), end pos: (188, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 41

3077 : job ID 41e4093bd460420babcaba16966815e5

/home/areinsch/CS362/main.py, start pos: (188, 45), end pos: (188, 46)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 42

3078 : job ID e9e37ca51975416c8b28e1962a9332ef

/home/areinsch/CS362/main.py, start pos: (190, 30), end pos: (190, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 43

3079 : job ID edf84559915d45028804a3f56de006c6

/home/areinsch/CS362/main.py, start pos: (190, 45), end pos: (190, 46)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 44

3080 : job ID 8dfd25e65a3b47018b13ef6c110e2d75

/home/areinsch/CS362/main.py, start pos: (395, 25), end pos: (395, 26)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 45

3081 : job ID 508a912ecb7c4a8f81976f12d9bb0b49

/home/areinsch/CS362/main.py, start pos: (396, 26), end pos: (396, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 46

3082 : job ID 30bc4b0e5dc448deb8d3cd2929ccd85f

/home/areinsch/CS362/main.py, start pos: (423, 42), end pos: (423, 43)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 47

3083 : job ID 33ce3fa35b4b410f899123a9f3e4579d

/home/areinsch/CS362/main.py, start pos: (490, 32), end pos: (490, 33)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 48

3084 : job ID 6b9a74cd6956471083f52040d518cabd

/home/areinsch/CS362/main.py, start pos: (518, 37), end pos: (518, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 49

3085 : job ID 4c6046ed4d364f7c9588c086526a7f95

/home/areinsch/CS362/main.py, start pos: (519, 37), end pos: (519, 38)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 50

3086 : job ID 6e52423038224f19989a2f1f2e168aee

/home/areinsch/CS362/main.py, start pos: (641, 26), end pos: (641, 27)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 51

3087 : job ID ff197295a2f741a08b354da08e856315

/home/areinsch/CS362/main.py, start pos: (650, 31), end pos: (650, 32)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 52

3088 : job ID e8db9fe4d0e24533b183101dcc7cbb0a

/home/areinsch/CS362/main.py, start pos: (737, 28), end pos: (737, 29)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 53

3089 : job ID ddff8a17ebed4949b24fc3b49e7ca9dc

/home/areinsch/CS362/main.py, start pos: (766, 30), end pos: (766, 31)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 54

3090 : job ID 7f1f221f5d55404d8c12aa9eb51ef6f8

/home/areinsch/CS362/main.py, start pos: (773, 23), end pos: (773, 24)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 55

3091 : job ID 94962fe5fce04d56ba6efe91ab8e03e1

/home/areinsch/CS362/main.py, start pos: (773, 46), end pos: (773, 47)
operator: core/ReplaceBinaryOperator_Sub_Div, occurrence: 56

3092 : job ID ee4251b271a54f48ac9ab56bdeb03e0c

/home/areinsch/CS362/main.py, start pos: (36, 3), end pos: (36, 27)
operator: core/AddNot, occurrence: 0

3093 : job ID 80757c342b4d47b3bc607532ba76e8af

/home/areinsch/CS362/main.py, start pos: (170, 19), end pos: (170, 47)
operator: core/AddNot, occurrence: 1

3094 : job ID c17e017cd18f4e5ca8ae8f48164399c1

/home/areinsch/CS362/main.py, start pos: (188, 27), end pos: (188, 69)
operator: core/AddNot, occurrence: 2

3095 : job ID 5d73b2c3af0d4966ac25e857bfe538b0

/home/areinsch/CS362/main.py, start pos: (190, 27), end pos: (190, 63)
operator: core/AddNot, occurrence: 3

3096 : job ID e2c50abf50c2429ab6a706c0106d6564

/home/areinsch/CS362/main.py, start pos: (216, 15), end pos: (216, 52)
operator: core/AddNot, occurrence: 4

3097 : job ID 4499c5fc9c1d4ddebbc6e9b948847611

/home/areinsch/CS362/main.py, start pos: (229, 15), end pos: (229, 57)
operator: core/AddNot, occurrence: 5

3098 : job ID 983ee1e44cba4d408d998b292305ba65

/home/areinsch/CS362/main.py, start pos: (247, 11), end pos: (247, 33)
operator: core/AddNot, occurrence: 6

3099 : job ID 8e80f7210168451481df6aba6604070c

/home/areinsch/CS362/main.py, start pos: (251, 11), end pos: (251, 20)
operator: core/AddNot, occurrence: 7

3100 : job ID d2b3e38b94f944d28e82cf497dd1219d

/home/areinsch/CS362/main.py, start pos: (252, 15), end pos: (252, 37)
operator: core/AddNot, occurrence: 8

3101 : job ID 90eb86c0c4b24e599b6034a7fc543d85

/home/areinsch/CS362/main.py, start pos: (269, 11), end pos: (269, 20)
operator: core/AddNot, occurrence: 9

3102 : job ID 7f9e6f61d14446b2a847f3c52a420e9c

/home/areinsch/CS362/main.py, start pos: (270, 15), end pos: (270, 37)
operator: core/AddNot, occurrence: 10

3103 : job ID 925c5356c3c741a6bc1e3aa7d8ee98e6

/home/areinsch/CS362/main.py, start pos: (284, 15), end pos: (284, 36)
operator: core/AddNot, occurrence: 11

3104 : job ID e05431412bbe4e41921bed3d7e0f096f

/home/areinsch/CS362/main.py, start pos: (286, 15), end pos: (286, 32)
operator: core/AddNot, occurrence: 12

3105 : job ID 4079971094b74395ac79b3117e322bb4

/home/areinsch/CS362/main.py, start pos: (287, 19), end pos: (287, 40)
operator: core/AddNot, occurrence: 13

3106 : job ID f3ddaabc8ee44b7283f547ebaf61b66d

/home/areinsch/CS362/main.py, start pos: (290, 19), end pos: (290, 36)
operator: core/AddNot, occurrence: 14

3107 : job ID d6cfb55b6076420883df054bf2145e1e

/home/areinsch/CS362/main.py, start pos: (307, 11), end pos: (307, 20)
operator: core/AddNot, occurrence: 15

3108 : job ID 1e65b76183bc4f21bc3d480f55379a0c

/home/areinsch/CS362/main.py, start pos: (346, 11), end pos: (346, 20)
operator: core/AddNot, occurrence: 16

3109 : job ID b6486e6dcbf843e18381c312e17c4f7f

/home/areinsch/CS362/main.py, start pos: (363, 15), end pos: (363, 68)
operator: core/AddNot, occurrence: 17

3110 : job ID 3c0287740afb4da1b64ce846187b139f

/home/areinsch/CS362/main.py, start pos: (372, 15), end pos: (372, 37)
operator: core/AddNot, occurrence: 18

3111 : job ID 52c728a396084763a0b85c470cdebd13

/home/areinsch/CS362/main.py, start pos: (387, 23), end pos: (387, 67)
operator: core/AddNot, occurrence: 19

3112 : job ID 57333d6324894ee6b711531038118cac

/home/areinsch/CS362/main.py, start pos: (389, 23), end pos: (389, 29)
operator: core/AddNot, occurrence: 20

3113 : job ID 765d1bdbafba48f5925e2d56918b932f

/home/areinsch/CS362/main.py, start pos: (392, 23), end pos: (392, 28)
operator: core/AddNot, occurrence: 21

3114 : job ID c1f7542b032c4454b82579432a31ec45

/home/areinsch/CS362/main.py, start pos: (423, 14), end pos: (423, 71)
operator: core/AddNot, occurrence: 22

3115 : job ID 0e4d1145e67a4aa387bf04b4c3db32a2

/home/areinsch/CS362/main.py, start pos: (430, 14), end pos: (430, 24)
operator: core/AddNot, occurrence: 23

3116 : job ID 8100711eb0374778a98e07d7edbb4948

/home/areinsch/CS362/main.py, start pos: (532, 11), end pos: (532, 27)
operator: core/AddNot, occurrence: 24

3117 : job ID cf72c34839654aacab41e407c348d6d1

/home/areinsch/CS362/main.py, start pos: (537, 15), end pos: (537, 26)
operator: core/AddNot, occurrence: 25

3118 : job ID 7254e478e5c14a08a8e2753bf95b8252

/home/areinsch/CS362/main.py, start pos: (540, 19), end pos: (540, 33)
operator: core/AddNot, occurrence: 26

3119 : job ID e22bbd62c1db4d628fc3cf66759c3e6c

/home/areinsch/CS362/main.py, start pos: (544, 19), end pos: (544, 37)
operator: core/AddNot, occurrence: 27

3120 : job ID 6721ff44488849228de4652170f2011e

/home/areinsch/CS362/main.py, start pos: (573, 11), end pos: (573, 32)
operator: core/AddNot, occurrence: 28

3121 : job ID ee3c2264c0e549fc9af75c41f8b707c9

/home/areinsch/CS362/main.py, start pos: (575, 15), end pos: (575, 34)
operator: core/AddNot, occurrence: 29

3122 : job ID a20335833ba54fedbac46dfdd1206626

/home/areinsch/CS362/main.py, start pos: (594, 32), end pos: (594, 43)
operator: core/AddNot, occurrence: 30

3123 : job ID 13c876c71290435684d187f2cfd39cf2

/home/areinsch/CS362/main.py, start pos: (600, 11), end pos: (600, 26)
operator: core/AddNot, occurrence: 31

3124 : job ID 4598dea0b0d94f7eb7f483a12815d8f4

/home/areinsch/CS362/main.py, start pos: (638, 19), end pos: (638, 30)
operator: core/AddNot, occurrence: 32

3125 : job ID dbefb88666784c95b102ba5e255bf600

/home/areinsch/CS362/main.py, start pos: (642, 19), end pos: (642, 26)
operator: core/AddNot, occurrence: 33

3126 : job ID 32d351d5b1ed4f90a8ba60989b424de4

/home/areinsch/CS362/main.py, start pos: (648, 23), end pos: (648, 56)
operator: core/AddNot, occurrence: 34

3127 : job ID ccbd6622aca64aff9b146dde7d55e665

/home/areinsch/CS362/main.py, start pos: (651, 23), end pos: (651, 62)
operator: core/AddNot, occurrence: 35

3128 : job ID 3da9cef7c80c407e9a10492352841b4a

/home/areinsch/CS362/main.py, start pos: (675, 11), end pos: (675, 25)
operator: core/AddNot, occurrence: 36

3129 : job ID 0007d1cb9c254167bffbf6eabd2406d9

/home/areinsch/CS362/main.py, start pos: (678, 15), end pos: (679, 75)
operator: core/AddNot, occurrence: 37

3130 : job ID 5cd3b55c8eef44a6bebcba42ee95047a

/home/areinsch/CS362/main.py, start pos: (681, 19), end pos: (681, 27)
operator: core/AddNot, occurrence: 38

3131 : job ID 739fc9a097364971a93c66d1dc5b2979

/home/areinsch/CS362/main.py, start pos: (685, 19), end pos: (685, 35)
operator: core/AddNot, occurrence: 39

3132 : job ID 15d23198b1cc4b43a492848f950fdc8d

/home/areinsch/CS362/main.py, start pos: (702, 11), end pos: (702, 25)
operator: core/AddNot, occurrence: 40

3133 : job ID f7a95aeaebf043f7aae6f7cdaa291fc5

/home/areinsch/CS362/main.py, start pos: (721, 11), end pos: (721, 26)
operator: core/AddNot, occurrence: 41

3134 : job ID 3b8a470f0511479f814f3fd06437e2ef

/home/areinsch/CS362/main.py, start pos: (730, 15), end pos: (730, 27)
operator: core/AddNot, occurrence: 42

3135 : job ID c77dfb761521435d9b3a40b6a2530b69

/home/areinsch/CS362/main.py, start pos: (752, 11), end pos: (752, 26)
operator: core/AddNot, occurrence: 43

3136 : job ID 915584f61b7b41279a5c68c52137c17c

/home/areinsch/CS362/main.py, start pos: (768, 11), end pos: (768, 23)
operator: core/AddNot, occurrence: 44

3137 : job ID fc49771e7d3240b0a14920244ecc46eb

/home/areinsch/CS362/main.py, start pos: (827, 11), end pos: (827, 16)
operator: core/AddNot, occurrence: 45

3138 : job ID 257cf555846941349cdac3261d3694a6

/home/areinsch/CS362/main.py, start pos: (899, 3), end pos: (899, 25)
operator: core/AddNot, occurrence: 46

3139 : job ID 78d0df28148848c48145f09c87b2f805

/home/areinsch/CS362/main.py, start pos: (36, 23), end pos: (36, 25)
operator: core/ReplaceComparisonOperator_GtE_LtE, occurrence: 0

3140 : job ID c9d62f5af2734936865e6315e454da77

/home/areinsch/CS362/main.py, start pos: (10, 22), end pos: (10, 23)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 0

3141 : job ID a411696d438d4912b76757070c6129ee

/home/areinsch/CS362/main.py, start pos: (31, 25), end pos: (31, 26)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 1

3142 : job ID dd44b887c0c54d28be72c2840f476bb0

/home/areinsch/CS362/main.py, start pos: (31, 35), end pos: (31, 36)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 2

3143 : job ID 3f6fe81ae42b4cddaee4bf0d6b2e83e4

/home/areinsch/CS362/main.py, start pos: (58, 11), end pos: (58, 12)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 3

3144 : job ID d84c07addad947bf9d2f70c3e48cc66c

/home/areinsch/CS362/main.py, start pos: (59, 11), end pos: (59, 12)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 4

3145 : job ID dc1ac5c8d4bf4e7894729751636788a3

/home/areinsch/CS362/main.py, start pos: (67, 20), end pos: (67, 21)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 5

3146 : job ID 6a37cdb4935a409caa3d7c39bccb89fb

/home/areinsch/CS362/main.py, start pos: (68, 23), end pos: (68, 24)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 6

3147 : job ID a1d2434dd4cf46178b91ddb19ecb1a2c

/home/areinsch/CS362/main.py, start pos: (69, 21), end pos: (69, 22)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 7

3148 : job ID a77d11d2997044ee81efb8658ae43cf6

/home/areinsch/CS362/main.py, start pos: (73, 23), end pos: (73, 24)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 8

3149 : job ID 5c5bd81f7cac4a97a1285ffe26cb2f34

/home/areinsch/CS362/main.py, start pos: (214, 37), end pos: (214, 38)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 9

3150 : job ID 9cb0756d71b34bacb42a5c3a138020d8

/home/areinsch/CS362/main.py, start pos: (402, 29), end pos: (402, 30)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 10

3151 : job ID ffd4d805a623409e8bd69f80031b15ef

/home/areinsch/CS362/main.py, start pos: (413, 13), end pos: (413, 14)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 11

3152 : job ID 8c202f308b114f4fb03be67966308bfe

/home/areinsch/CS362/main.py, start pos: (436, 23), end pos: (436, 24)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 12

3153 : job ID b6507bfaeba54eedaf056bf7b6dbfd15

/home/areinsch/CS362/main.py, start pos: (437, 37), end pos: (437, 38)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 13

3154 : job ID 4aa05a035e944fd385973b2f047d2d05

/home/areinsch/CS362/main.py, start pos: (518, 44), end pos: (518, 45)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 14

3155 : job ID ef30501822b7407baa8e672781d3c27d

/home/areinsch/CS362/main.py, start pos: (519, 44), end pos: (519, 45)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 15

3156 : job ID bf97fbe109bb486c97fcbeba5a54607e

/home/areinsch/CS362/main.py, start pos: (534, 45), end pos: (534, 46)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 16

3157 : job ID 352009c5b8d84f84b6584b61da28fff3

/home/areinsch/CS362/main.py, start pos: (549, 39), end pos: (549, 40)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 17

3158 : job ID afc9f3bce75e4334841d7a60182109ff

/home/areinsch/CS362/main.py, start pos: (550, 39), end pos: (550, 40)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 18

3159 : job ID 0a400abb4acd4c3797509d303531a070

/home/areinsch/CS362/main.py, start pos: (595, 15), end pos: (595, 16)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 19

3160 : job ID 6871a1e14f6f44ed886c6a6e80839b2d

/home/areinsch/CS362/main.py, start pos: (598, 24), end pos: (598, 25)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 20

3161 : job ID 8ce66f40ba344433bafef079036dbd6c

/home/areinsch/CS362/main.py, start pos: (598, 32), end pos: (598, 33)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 21

3162 : job ID bdba61e3f2c541978383bf238a721d8e

/home/areinsch/CS362/main.py, start pos: (598, 40), end pos: (598, 41)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 22

3163 : job ID 39f5fc34ae274e64852fd4474f86a7a2

/home/areinsch/CS362/main.py, start pos: (604, 26), end pos: (604, 27)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 23

3164 : job ID 7b97fc96c05748adaecd4d37daff409f

/home/areinsch/CS362/main.py, start pos: (606, 26), end pos: (606, 27)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 24

3165 : job ID 56e6050ec18a48d88f8a6c6cda0b06f7

/home/areinsch/CS362/main.py, start pos: (641, 35), end pos: (641, 36)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 25

3166 : job ID 639474ebf9004921ac8953db12d323c6

/home/areinsch/CS362/main.py, start pos: (650, 38), end pos: (650, 39)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 26

3167 : job ID e0f74f4e071f4a65a97b90c67bbea4c5

/home/areinsch/CS362/main.py, start pos: (705, 26), end pos: (705, 27)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 27

3168 : job ID 40b049df1a8d429f8d2e8f850a7df587

/home/areinsch/CS362/main.py, start pos: (705, 38), end pos: (705, 39)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 28

3169 : job ID fae83fec0cb240a0a43598e4ff1cfb01

/home/areinsch/CS362/main.py, start pos: (861, 35), end pos: (861, 36)
operator: core/ReplaceBinaryOperator_Mul_BitOr, occurrence: 29

3170 : job ID ef3c90fc3923403a8556038b091bd87b

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Div, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x / 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3171 : job ID 135728fd84004adb84d1527c36ddb02a

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Pow, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x ** 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3172 : job ID f4daeec84f824d189e425d427705d38b

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_BitOr, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x | 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3173 : job ID 38f4e2c319e046e08cec70d63258bc67

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_LShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x << 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3174 : job ID 7207575d2b7b4860bbec06cda8945e20

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 12), end pos: (2, 13)
operator: core/NumberReplacer, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x + 3
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3175 : job ID a3042acb25974031b5e149c4a1f70705

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 12), end pos: (2, 13)
operator: core/NumberReplacer, occurrence: 1
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x + 1
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3176 : job ID cdb49e353a9c44c0bf26711b2190590b

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Sub, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x - 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3177 : job ID 455d299e30cb4b7e8259f719af6760db

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_RShift, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x >> 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3178 : job ID 9789b9126faf46279bace85d2d03f7a7

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Mul, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x * 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3179 : job ID 05924466136f40409c534c811ab76fa6

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_BitXor, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x ^ 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3180 : job ID c96fea587e1140c4a8aace709eb15c8a

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_Mod, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x % 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3181 : job ID c60c369523ba4f4da245c1981857c560

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_FloorDiv, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x // 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+

3182 : job ID 5c8767a06c7f42149e3a4aad5b3307bc

/home/areinsch/CS362/PyTesting/pyFunc.py, start pos: (2, 10), end pos: (2, 11)
operator: core/ReplaceBinaryOperator_Add_BitAnd, occurrence: 0
--- mutation diff ---
+--- a/home/areinsch/CS362/PyTesting/pyFunc.py
++++ b/home/areinsch/CS362/PyTesting/pyFunc.py
+@@ -1,3 +1,3 @@
+ def addTwo(x):
+-	return x + 2
++	return x & 2
+ 
Traceback (most recent call last):
+  File "/home/areinsch/.local/lib/python3.5/site-packages/cosmic_ray/testing.py", line 32, in run_tests
+    timeout=timeout,
+  File "/usr/lib/python3.5/subprocess.py", line 693, in run
+    with Popen(*popenargs, **kwargs) as process:
+  File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
+    restore_signals, start_new_session)
+  File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
+    raise child_exception_type(errno_num, err_msg)
+FileNotFoundError: [Errno 2] No such file or directory: '"/tmp/tmp8k6t_ehi/venv/bin/python3'
+