netmanchris / PYHPEIMC

Native Python Library for HPE IMC REST Interface
http://www.hpe.com/networking/imc
Apache License 2.0
0 stars 0 forks source link

pyhpeimc #188 failed #3

Open netmanchris opened 7 years ago

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 80 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13175 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13175 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    298    73%
----------------------------------------------------------------------
Ran 476 tests in 756.758s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 58 lines...]
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_termaccess.py", line 496, in test_delete_ip_scope_doesnt_exst
    self.assertIs(type(delete_scope), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/res/access/assignedIpScope HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/res/access/assignedIpScope/5863 HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/res/access/assignedIpScope HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/res/access/assignedIpScope/5863 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     37    80%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    297    73%
----------------------------------------------------------------------
Ran 476 tests in 748.545s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 80 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13213 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13213 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    298    73%
----------------------------------------------------------------------
Ran 476 tests in 824.635s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 80 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13294 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13294 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    298    73%
----------------------------------------------------------------------
Ran 476 tests in 726.512s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 81 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13346 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13346 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    298    73%
----------------------------------------------------------------------
Ran 476 tests in 1335.116s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 140 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc@2/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     13    79%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    300    72%
----------------------------------------------------------------------
Ran 476 tests in 1473.946s

FAILED (SKIP=180, errors=1, failures=4)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@2' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 150 lines...]

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc@3/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     34    64%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    317    71%
----------------------------------------------------------------------
Ran 476 tests in 1313.418s

FAILED (SKIP=180, errors=3, failures=3)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@3' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
Report Violations is waiting for a checkpoint on pyhpeimc #194

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 116 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     16    75%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    303    72%
----------------------------------------------------------------------
Ran 476 tests in 706.260s

FAILED (SKIP=180, errors=1, failures=4)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 116 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     16    75%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    303    72%
----------------------------------------------------------------------
Ran 476 tests in 768.356s

FAILED (SKIP=180, errors=1, failures=4)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 156 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     16    75%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    303    72%
----------------------------------------------------------------------
Ran 476 tests in 785.219s

FAILED (SKIP=180, errors=1, failures=5)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 116 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     16    75%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    303    72%
----------------------------------------------------------------------
Ran 476 tests in 775.956s

FAILED (SKIP=180, errors=1, failures=4)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 116 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     16    75%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    303    72%
----------------------------------------------------------------------
Ran 476 tests in 894.059s

FAILED (SKIP=180, errors=1, failures=4)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 156 lines...]
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_get_template_id_doesnt_exist (test_pyhpeimc_plat_icc.TestGet_template_id)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_icc.py", line 83, in test_get_template_id_doesnt_exist
    self.assertIs(type(file_id), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/icc/confFile/list HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     16    75%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    303    72%
----------------------------------------------------------------------
Ran 476 tests in 819.777s

FAILED (SKIP=180, errors=1, failures=5)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 280 lines...]
======================================================================
FAIL: test_set_access_interface_pvid (test_pyhpeimc_plat_vlanm.Test_Set_access_interface_pvid_CW5_Switch)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_vlanm.py", line 1324, in test_set_access_interface_pvid
    self.assertEqual(change_pvid, 204)
AssertionError: 409 != 204
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/vlan/access?devId=10&destVlanId=10&ifIndex=9 HTTP/1.1" 409 1017
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     32    83%
pyhpeimc/plat/vlanm.py          158     25    84%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    287    74%
----------------------------------------------------------------------
Ran 476 tests in 1819.851s

FAILED (SKIP=180, errors=1, failures=10)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 222 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/vlan/hybrid?devId=350&start=1&size=500&total=false HTTP/1.1" 201 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/vlan/hybrid?devId=350&start=1&size=500&total=false HTTP/1.1" 201 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     33    82%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    293    73%
----------------------------------------------------------------------
Ran 476 tests in 1845.966s

FAILED (SKIP=180, errors=2, failures=6)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@2' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 95 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13633 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13633 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     28    82%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    296    73%
----------------------------------------------------------------------
Ran 476 tests in 1794.942s

FAILED (SKIP=180, failures=2)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@3' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
Report Violations is waiting for a checkpoint on pyhpeimc #203

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 369 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=10&ifIndex=9 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/vlan/hybrid?devId=10&start=1&size=500&total=false HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=10&ifIndex=9 HTTP/1.1" 409 1017
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    298    73%
----------------------------------------------------------------------
Ran 476 tests in 1824.137s

FAILED (SKIP=180, errors=2, failures=12)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@4' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
Report Violations is waiting for a checkpoint on pyhpeimc #204

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 81 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13689 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13689 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     37    80%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    297    73%
----------------------------------------------------------------------
Ran 476 tests in 880.095s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 199 lines...]
    self.assertIs(delete_view, 204)
AssertionError: None is not 204
-------------------- >> begin captured stdout << ---------------------
View L1 View doesn't exists

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/plat/res/view/custom?resPrivilegeFilter=false&desc=false&total=false HTTP/1.1" 404 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     39    59%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     37    80%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    321    70%
----------------------------------------------------------------------
Ran 476 tests in 636.375s

FAILED (SKIP=180, errors=3, failures=6)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 98 lines...]
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_plat_termaccess.py", line 496, in test_delete_ip_scope_doesnt_exst
    self.assertIs(type(delete_scope), str)
AssertionError: <class 'int'> is not <class 'str'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/res/access/assignedIpScope HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/res/access/assignedIpScope/6458 HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/res/access/assignedIpScope HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/res/access/assignedIpScope/6458 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     37    80%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    297    73%
----------------------------------------------------------------------
Ran 476 tests in 768.179s

FAILED (SKIP=180, failures=2)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 81 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "PUT /imcrs/plat/res/view/custom/13780 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/13780 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          94     14    85%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1085    297    73%
----------------------------------------------------------------------
Ran 476 tests in 796.308s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 205 lines...]
    self.assertEqual(delete_hybrid, 409)
AssertionError: 204 != 409
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     35    81%
pyhpeimc/plat/vlanm.py          158     28    82%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    293    73%
----------------------------------------------------------------------
Ran 477 tests in 1799.239s

FAILED (SKIP=180, errors=2, failures=6)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 326 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=10&ifIndex=9 HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/vlan/hybrid?devId=10&start=1&size=500&total=false HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=10&ifIndex=9 HTTP/1.1" 409 1017
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     12    88%
pyhpeimc/plat/icc.py             63      9    86%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      8    80%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     34    81%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    291    73%
----------------------------------------------------------------------
Ran 477 tests in 1785.393s

FAILED (SKIP=180, errors=2, failures=11)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@2' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 294 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 409 1017
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/vlan/hybrid?devId=350&start=1&size=500&total=false HTTP/1.1" 201 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 409 1017
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      8    80%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     33    82%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    295    73%
----------------------------------------------------------------------
Ran 477 tests in 1774.797s

FAILED (SKIP=180, errors=1, failures=11)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@3' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 275 lines...]
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 204 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "POST /imcrs/vlan/hybrid?devId=350&start=1&size=500&total=false HTTP/1.1" 201 0
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.20.10.10&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/vlan/hybrid?devId=350&ifIndex=9 HTTP/1.1" 409 1017
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     14    79%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     35    81%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    296    73%
----------------------------------------------------------------------
Ran 477 tests in 1769.254s

FAILED (SKIP=180, errors=1, failures=10)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc@5' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
Report Violations is waiting for a checkpoint on pyhpeimc #226
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 83 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/14458 HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/plat/res/view/custom/14458 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     14    85%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    297    73%
----------------------------------------------------------------------
Ran 477 tests in 770.846s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 83 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/15234 HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/plat/res/view/custom/15234 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     14    85%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    297    73%
----------------------------------------------------------------------
Ran 477 tests in 567.762s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 82 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/15582 HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/plat/res/view/custom/15582 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     14    85%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     34    81%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    293    73%
----------------------------------------------------------------------
Ran 477 tests in 511.643s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 82 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/15834 HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/plat/res/view/custom/15834 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     14    85%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    297    73%
----------------------------------------------------------------------
Ran 477 tests in 553.849s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 4268 lines...]

======================================================================
FAIL: test_get_client_info_all_type (test_pyhpeimc_wsm_clientinfo.Test_Get_client_info_all)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_wsm_clientinfo.py", line 16, in test_get_client_info_all_type
    self.assertIs(type(client), list)
AssertionError: <class 'NoneType'> is not <class 'list'>
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/wlan/clientInfo/queryAllClientBasicInfo HTTP/1.1" 403 1085
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     20    43%
pyhpeimc/plat/device.py         198    152    23%
pyhpeimc/plat/groups.py          96     61    36%
pyhpeimc/plat/icc.py             63     34    46%
pyhpeimc/plat/netassets.py       34     19    44%
pyhpeimc/plat/operator.py        66     51    23%
pyhpeimc/plat/perf.py            41     20    51%
pyhpeimc/plat/system.py          40     16    60%
pyhpeimc/plat/termaccess.py     183    132    28%
pyhpeimc/plat/vlanm.py          158    126    20%
pyhpeimc/plat/vrm.py             42     31    26%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      4    69%
pyhpeimc/wsm/apinfo.py           23     13    43%
pyhpeimc/wsm/clientinfo.py       22     12    45%
-------------------------------------------------
TOTAL                          1087    743    32%
----------------------------------------------------------------------
Ran 477 tests in 30.580s

FAILED (SKIP=180, errors=255, failures=38)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 82 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/16873 HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/plat/res/view/custom/16873 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     14    85%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    297    73%
----------------------------------------------------------------------
Ran 477 tests in 522.595s

FAILED (SKIP=180, failures=1)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 124 lines...]
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom/17282 HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/device?resPrivilegeFilter=false&ip=10.101.0.221&start=0&size=1000&orderBy=id&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "GET /imcrs/plat/res/view/custom?resPrivilegeFilter=false&name=L1%20View&desc=false&total=false HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.203
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.203:8080 "DELETE /imcrs/plat/res/view/custom/17282 HTTP/1.1" 204 0
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     79    60%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     11    83%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          40      8    80%
pyhpeimc/plat/termaccess.py     183     38    79%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1087    298    73%
----------------------------------------------------------------------
Ran 477 tests in 550.006s

FAILED (SKIP=180, failures=2)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build was fixed!

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 1085 lines...]
FAIL: test_get_ap_info_all_content (test_pyhpeimc_wsm_apinfo.Test_Get_ap_info)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_wsm_apinfo.py", line 70, in test_get_ap_info_all_content
    self.assertIs(len(ap), 20)
AssertionError: 19 is not 20
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfo HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfoByCondition?ipAddress=10.101.0.170 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     73    63%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     23    63%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          77     15    81%
pyhpeimc/plat/termaccess.py     183     60    67%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     11    74%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1124    331    71%
----------------------------------------------------------------------
Ran 484 tests in 244.799s

FAILED (SKIP=180, errors=46, failures=21)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
GitHub Issue Notifier: Build has started failing again, reopend GitHub issue #3

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 939 lines...]
======================================================================
FAIL: test_get_ap_info_all_content (test_pyhpeimc_wsm_apinfo.Test_Get_ap_info)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_wsm_apinfo.py", line 70, in test_get_ap_info_all_content
    self.assertIs(len(ap), 20)
AssertionError: 19 is not 20
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfo HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfoByCondition?ipAddress=10.101.0.170 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     77    61%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     23    63%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          77     15    81%
pyhpeimc/plat/termaccess.py     183     60    67%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1124    337    70%
----------------------------------------------------------------------
Ran 484 tests in 325.377s

FAILED (SKIP=180, errors=39, failures=15)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 646 lines...]
======================================================================
FAIL: test_get_ap_info_all_content (test_pyhpeimc_wsm_apinfo.Test_Get_ap_info)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_wsm_apinfo.py", line 70, in test_get_ap_info_all_content
    self.assertIs(len(ap), 20)
AssertionError: 19 is not 20
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfo HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfoByCondition?ipAddress=10.101.0.170 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     77    61%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     23    63%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          77     15    81%
pyhpeimc/plat/termaccess.py     183     60    67%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1124    337    70%
----------------------------------------------------------------------
Ran 484 tests in 463.171s

FAILED (SKIP=180, errors=27, failures=10)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 646 lines...]
======================================================================
FAIL: test_get_ap_info_all_content (test_pyhpeimc_wsm_apinfo.Test_Get_ap_info)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_wsm_apinfo.py", line 70, in test_get_ap_info_all_content
    self.assertIs(len(ap), 20)
AssertionError: 19 is not 20
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfo HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfoByCondition?ipAddress=10.101.0.170 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     77    61%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     23    63%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          77     15    81%
pyhpeimc/plat/termaccess.py     183     60    67%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1124    337    70%
----------------------------------------------------------------------
Ran 484 tests in 461.352s

FAILED (SKIP=180, errors=27, failures=10)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output

netmanchris commented 7 years ago

Build 'pyhpeimc' is failing!

Last 50 lines of build output:

[...truncated 645 lines...]
======================================================================
FAIL: test_get_ap_info_all_content (test_pyhpeimc_wsm_apinfo.Test_Get_ap_info)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/jenkins/workspace/pyhpeimc/tests/test_pyhpeimc_wsm_apinfo.py", line 70, in test_get_ap_info_all_content
    self.assertIs(len(ap), 20)
AssertionError: 19 is not 20
-------------------- >> begin captured logging << --------------------
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfo HTTP/1.1" 200 None
requests.packages.urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.101.0.204
requests.packages.urllib3.connectionpool: DEBUG: http://10.101.0.204:8080 "GET /imcrs/wlan/apInfo/queryApBasicInfoByCondition?ipAddress=10.101.0.170 HTTP/1.1" 200 None
--------------------- >> end captured logging << ---------------------

Name                          Stmts   Miss  Cover
-------------------------------------------------
pyhpeimc.py                       1      0   100%
pyhpeimc/auth.py                 70     52    26%
pyhpeimc/plat.py                  1      0   100%
pyhpeimc/plat/alarms.py          35     13    63%
pyhpeimc/plat/device.py         198     77    61%
pyhpeimc/plat/groups.py          96     15    84%
pyhpeimc/plat/icc.py             63     23    63%
pyhpeimc/plat/netassets.py       34      4    88%
pyhpeimc/plat/operator.py        66     13    80%
pyhpeimc/plat/perf.py            41      6    85%
pyhpeimc/plat/system.py          77     15    81%
pyhpeimc/plat/termaccess.py     183     60    67%
pyhpeimc/plat/vlanm.py          158     30    81%
pyhpeimc/plat/vrm.py             42     13    69%
pyhpeimc/wsm.py                   1      0   100%
pyhpeimc/wsm/acinfo.py           13      2    85%
pyhpeimc/wsm/apinfo.py           23      4    83%
pyhpeimc/wsm/clientinfo.py       22     10    55%
-------------------------------------------------
TOTAL                          1124    337    70%
----------------------------------------------------------------------
Ran 484 tests in 474.759s

FAILED (SKIP=180, errors=27, failures=10)
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - 1 test report file(s) were found with the pattern 'nosetests.xml' relative to '/var/lib/jenkins/workspace/pyhpeimc' for the testing framework 'JUnit'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - The total number of tests for this category exceeds the specified 'failure' threshold value.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.

Changes since last successful build:

View full output