See 
<https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/115/display/redirect?page=changes>

Changes:

[dbrondsema] [#8457] prevented actions from getting duplicated when a ticket is 
on edit mode and then canceled


------------------------------------------
[...truncated 127.17 KB...]
<DummyProcess(Thread-15, started daemon 140047365940992)> running `nosetests  
--with-xunitmp --processes=4 --process-timeout=360` in ForgeUserStats

<DummyProcess(Thread-16, started daemon 140047357548288)> running `nosetests  
--with-xunitmp --processes=4 --process-timeout=360` in ForgeWiki
<DummyProcess(Thread-17, started daemon 140046871033600)> running `npm run 
lint-es6` in .



> allura@0.0.0 lint-es6 /allura
> eslint -c .eslintrc-es6  --ignore-path .eslintignore-es6 
> Allura/allura/public/**/*.es6.js || true

finished `npm run lint-es6` in .
..
----------------------------------------------------------------------
Ran 2 tests in 11.892s

OK
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeChat
..........SSSSSSSSSSSSS......
----------------------------------------------------------------------
Ran 29 tests in 18.407s

OK (SKIP=13)
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
AlluraTest
.............
----------------------------------------------------------------------
Ran 13 tests in 19.846s

OK
...........
----------------------------------------------------------------------
Ran 11 tests in 20.519s

OK
...................
----------------------------------------------------------------------
Ran 19 tests in 20.757s

OK
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeFeedback
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeShortUrl
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeLink
..............
----------------------------------------------------------------------
Ran 14 tests in 23.745s

OK
......................
----------------------------------------------------------------------
Ran 22 tests in 25.134s

OK
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeFiles
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeActivity
............
----------------------------------------------------------------------
Ran 12 tests in 33.796s

OK
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeUserStats
.......................................................S...
----------------------------------------------------------------------
Ran 59 tests in 46.769s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeBlog
....................................................................S......
----------------------------------------------------------------------
Ran 75 tests in 65.518s

OK (SKIP=1)
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeWiki
........................................................./allura/ForgeTracker/forgetracker/tests/functional/test_root.py:906:
 GuessedAtParserWarning: No parser was explicitly specified, so I'm using the 
best available HTML parser for this system ("html5lib"). This usually isn't a 
problem, but if you run this code on another system, or in a different virtual 
environment, it may use a different parser and behave differently.

The code that caused this warning is on line 906 of the file 
/allura/ForgeTracker/forgetracker/tests/functional/test_root.py. To get rid of 
this warning, pass the additional argument 'features="html5lib"' to the 
BeautifulSoup constructor.

  file_link = BeautifulSoup(form.text).findAll('a')[2]
........................................................................
----------------------------------------------------------------------
Ran 72 tests in 89.970s

OK
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeDiscussion
.............................F........../allura/ForgeTracker/forgetracker/tests/functional/test_root.py:949:
 GuessedAtParserWarning: No parser was explicitly specified, so I'm using the 
best available HTML parser for this system ("html5lib"). This usually isn't a 
problem, but if you run this code on another system, or in a different virtual 
environment, it may use a different parser and behave differently.

The code that caused this warning is on line 949 of the file 
/allura/ForgeTracker/forgetracker/tests/functional/test_root.py. To get rid of 
this warning, pass the additional argument 'features="html5lib"' to the 
BeautifulSoup constructor.

  download = self.app.get(str(BeautifulSoup(form.text).findAll('a')[2]['href']))
..../allura/ForgeTracker/forgetracker/tests/functional/test_root.py:1329: 
GuessedAtParserWarning: No parser was explicitly specified, so I'm using the 
best available HTML parser for this system ("html5lib"). This usually isn't a 
problem, but if you run this code on another system, or in a different virtual 
environment, it may use a different parser and behave differently.

The code that caused this warning is on line 1329 of the file 
/allura/ForgeTracker/forgetracker/tests/functional/test_root.py. To get rid of 
this warning, pass the additional argument 'features="html5lib"' to the 
BeautifulSoup constructor.

  error_message = BeautifulSoup(form.text).find('div', {'class': 'error'})
...........................................................................................................SSSS..SS..........S..................S.
----------------------------------------------------------------------
Ran 146 tests in 112.880s

OK (SKIP=8)
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeImporters
.........................................................................................................
======================================================================
FAIL: 
forgetracker.tests.functional.test_root.TestFunctionalController.test_move_ticket
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/allura-data/virtualenv/lib/python3.7/site-packages/nose/case.py", line 
198, in runTest
    self.test(*self.arg)
  File "/allura/Allura/allura/tests/decorators.py", line 84, in wrapped
    return func(*args, **kw)
  File "/allura/Allura/allura/tests/decorators.py", line 84, in wrapped
    return func(*args, **kw)
  File "/allura/Allura/allura/tests/decorators.py", line 84, in wrapped
    return func(*args, **kw)
  File "/allura/ForgeTracker/forgetracker/tests/functional/test_root.py", line 
2189, in test_move_ticket
    assert_equal(summary, '#1 test')
  File "/allura/AlluraTest/alluratest/tools.py", line 49, in assert_equal
    return testcase.assertEqual(*a, **kw)
AssertionError: '' != '#1 test'
+ #1 test

----------------------------------------------------------------------
Ran 206 tests in 153.304s

FAILED (failures=1)
finished `nosetests  --with-xunitmp --processes=4 --process-timeout=360` in 
ForgeTracker
..............F........................................................................
======================================================================
FAIL: forgesvn.tests.functional.test_controllers.TestRootController.test_file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/allura-data/virtualenv/lib/python3.7/site-packages/nose/case.py", line 
198, in runTest
    self.test(*self.arg)
  File "/allura/ForgeSVN/forgesvn/tests/functional/test_controllers.py", line 
183, in test_file
    assert 'README' in resp.html.find('h2', {'class': 'dark title'}).contents[4]
AssertionError

----------------------------------------------------------------------
Ran 87 tests in 214.713s

FAILED (failures=1)
finished `nosetests  --with-xunitmp ` in ForgeSVN
.......................................................................................................................................................................................................................................................................................................................................................SF.................................F............................................................................................................................................................................................................................................/allura-data/virtualenv/lib/python3.7/site-packages/bs4/__init__.py:439:
 MarkupResemblesLocatorWarning: The input looks more like a filename than 
markup. You may want to open this file and pass the filehandle into Beautiful 
Soup.
  MarkupResemblesLocatorWarning
....................SSSSSSSS.......................................................................................................................................S......................................................................................................................................./allura-data/virtualenv/lib/python3.7/site-packages/bs4/__init__.py:439:
 MarkupResemblesLocatorWarning: The input looks more like a filename than 
markup. You may want to open this file and pass the filehandle into Beautiful 
Soup.
  MarkupResemblesLocatorWarning
..................................................................................................................................................................................................................................................................................................................................
======================================================================
FAIL: allura.tests.functional.test_root.TestRootController.test_neighborhood
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/allura-data/virtualenv/lib/python3.7/site-packages/nose/case.py", line 
198, in runTest
    self.test(*self.arg)
  File "/allura/Allura/allura/tests/functional/test_root.py", line 66, in 
test_neighborhood
    0].strip(), 'All Neighborhoods')
  File "/allura/AlluraTest/alluratest/tools.py", line 49, in assert_equal
    return testcase.assertEqual(*a, **kw)
AssertionError: '' != 'All Neighborhoods'
+ All Neighborhoods

======================================================================
FAIL: allura.tests.functional.test_site_admin.TestSiteAdmin.test_stats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/allura-data/virtualenv/lib/python3.7/site-packages/nose/case.py", line 
198, in runTest
    self.test(*self.arg)
  File "/allura/Allura/allura/tests/functional/test_site_admin.py", line 58, in 
test_stats
    'h2', {'class': 'dark title'}).contents[0]
AssertionError

----------------------------------------------------------------------
Ran 1236 tests in 250.805s

FAILED (SKIP=10, failures=2)
finished `nosetests allura/tests/ --with-xunitmp --processes=4 
--process-timeout=360` in Allura
.....................................................................F.....F..................................................................................
======================================================================
FAIL: forgegit.tests.functional.test_controllers.TestRootController.test_file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/allura-data/virtualenv/lib/python3.7/site-packages/nose/case.py", line 
198, in runTest
    self.test(*self.arg)
  File "/allura/ForgeGit/forgegit/tests/functional/test_controllers.py", line 
280, in test_file
    assert 'README' in resp.html.find('h2', {'class': 'dark title'}).contents[4]
AssertionError

======================================================================
FAIL: Test that `index.*` files are viewable in code browser
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/allura-data/virtualenv/lib/python3.7/site-packages/nose/case.py", line 
198, in runTest
    self.test(*self.arg)
  File "/allura/ForgeGit/forgegit/tests/functional/test_controllers.py", line 
408, in test_index_files
    assert 'index.html' in header_bit, header_bit
AssertionError: 


----------------------------------------------------------------------
Ran 158 tests in 300.194s

FAILED (failures=2)
finished `nosetests  --with-xunitmp ` in ForgeGit

=============================================================================
Shutdown
=============================================================================
Stopping allura_web_1  ... 
Stopping allura_solr_1 ... 
Stopping allura_web_1  ... done
Stopping allura_solr_1 ... done
Removing allura_web_1                ... 
Removing allura_web_run_b2b2fcbb8b7d ... 
Removing allura_solr_1               ... 
Removing allura_mongo_1              ... 
Removing allura_solr_1               ... done
Removing allura_web_run_b2b2fcbb8b7d ... done
Removing allura_mongo_1              ... done
Removing allura_web_1                ... done
Removing network allura_default
Deleted Containers:
581dcc76991ffa3071092df5126e7922319973c2749172f609d9588c5face823
311466efd6ed73163e1c826fc9b30ee5d3a8f0956dc12f851544ffb2709b6c35

Total reclaimed space: 107.9MB
Deleted Volumes:
ac39428e80958e7ae1aa4d39c9c34c05a6a4454bb095c713585c071fd26d11aa
77ed455c1563b1fe66844824a4aa683c82a26a57d6e73d453dba3e422a6b3418
8f8a2a9986905333d29a97c5f4414d299b001cd521a3b493afe7c04474943b2a
d4af9fad5f4ced126ff972386eb3daf3aaa4123c81a3d70abdee4cb08413b54c
9e43b2662568e229b99bc09263a5df4830f25cb764859732e4a100355f8a7d81
186eea528ec6086f0e7e1419930b581e5ca7f87e69e47f0b60b9b6fccd139a2c
73e3e75cecf918a33ef2e873d9cc2f75763bc46048a76471606a1f0070cd3d72
8f4b952d0c780a318c68868ea0a0a0c92066ad69c040031f06ea46bf9162c782
8b81678b6ce95680350c5a727d14ea3d7e435a189d420f27e1ac346c420b5d2c
5f0559dc681831f8aafb6dca1131deb0628b6d3fd87f51b6ee2e34a53c0e325b
fef0e7a407b579655ec5d72bc7f4319de13c4ed9df0a3bef5abaf504704a9cf0
1f00295ca81d7f2e4987da57370032aa2367fa1047111fe1ed4cb47d88e13188
2146ec58f61fdcc93ca233863e7f00b456c243a62eebf210bf68646bfcf5a32a
b00b6d3a72d27ac5ad18b00ef03384ad4f5a185b47face0036ee1986cb524d83
e900d219a96bb7063a15716b9f21ea80cb0e995fe49ee71aac0cbdc8becbbc4f
1f6d65d20067bc8aaab9c74dba5e7443032f0c855ecbb9a98a43c04407442d72
8390150553b72acccb89022b18e8895cad44e7326624256263062e2eb1a8ef9f
8961e74f2c04c1ba55ca177d2a94390f2dc2864bdba43563248925447af188c4
79fbfc5ca1c4ce3e10286885612fd12f74d5d176d316acdf2b20eede2daa4255
56aa3142adcaadabf25105f493555a7f1485d21eba842169cf0ae78631f205ae

Total reclaimed space: 2.314GB
Build step 'Execute shell' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.
Publishing Clover coverage report...
No Clover report will be published due to a build Failure

Reply via email to