Hi there,

motivated by Frederic's recent post, I installed the patchbot 2.3.3 on my 
laptop and ran it (selfishly, only on my favourite ticket for now).  
However, I'm absolutely clueless what its output really means.  More 
precisely: what should I do?  There are several complaints about

    ImportError: libec.so.0: cannot open shared object file: No such file 
or directory

I have a complete log, I post it or send it by email if desired.  Below are 
the first few and then the final 200 lines.

Best,

Martin

martin@Martin-Laptop:~/sage-develop$ ./sage -patchbot --ticket=17818
Getting trusted author list...
WARNING: Do not use this copy of sage while the patchbot is running.
'/home/martin/sage-develop'/sage -i ccache
Found package ccache in /home/martin/sage-develop/upstream/ccache-3.1.9.spkg
Package ccache-3.1.9 is already installed.
Use 'sage -f ccache' to force a reinstallation.
git checkout patchbot/base
Zu Zweig »patchbot/base« gewechselt
git fetch git://github.com/sagemath/sage.git +develop:patchbot/base_upstream
Von git://github.com/sagemath/sage
   f0f7b3a..9d18e27  develop    -> patchbot/base_upstream
git checkout patchbot/base_upstream
Zu Zweig »patchbot/base_upstream« gewechselt
git branch -f patchbot/base patchbot/base_upstream
git checkout patchbot/base
Zu Zweig »patchbot/base« gewechselt



('==============================', 0, '==============================')
base
('score', 100)



REPORT
{'base': '6.7.beta1',
 'deps': [],
 'git_base': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'git_base_human': '6.7.beta1',
 'git_branch': 'develop',
 'git_commit': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'git_log': [],
 'git_merge': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'machine': ['Ubuntu',
             '14.04',
             'x86_64',
             '3.13.0-49-generic',
             'Martin-Laptop'],
 'patchbot_version': '2.3.3',
 'patches': [],
 'plugins': (),
 'spkgs': [],
 'status': 'Pending',
 'time': '2015-04-18 10:22:16 +0200',
 'user': 'martin'}
0 Pending
ok
2015-04-18 10:22:24 +0200
┌─┬──────┐
│░│ ⊙  ʘ │        SageMath patchbot
│░│      │
│░│ ──── │        version 2.3.3
╘═╧══════╛
git checkout patchbot/base
Bereits auf 'patchbot/base'
git branch -f patchbot/ticket_upstream patchbot/base
git branch -f patchbot/ticket_merged patchbot/base
('Apply', '--', 0, 'seconds')
REPORT
{'base': '6.7.beta1',
 'deps': [],
 'git_base': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'git_base_human': '6.7.beta1',
 'git_branch': 'develop',
 'git_commit': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'git_log': [],
 'git_merge': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'machine': ['Ubuntu',
             '14.04',
             'x86_64',
             '3.13.0-49-generic',
             'Martin-Laptop'],
 'patchbot_version': '2.3.3',
 'patches': [],
 'pending_status': 'applied',
 'plugins': (),
 'spkgs': [],
 'status': 'Pending',
 'time': '2015-04-18 10:22:25 +0200',
 'user': 'martin'}

[...]

----------------------------------------------------------------------
sage -t --long src/sage/ext/interrupt.pyx  # 1 doctest failed
sage -t --long src/sage/doctest/test.py  # 1 doctest failed
sage -t --long src/sage/misc/cachefunc.pyx  # 77 doctests failed
sage -t --long src/sage/misc/cython.py  # 18 doctests failed
sage -t --long src/sage/misc/lazy_attribute.pyx  # 3 doctests failed
sage -t --long src/sage/misc/nested_class.pyx  # 6 doctests failed
sage -t --long src/sage/misc/sagedoc.py  # 2 doctests failed
sage -t --long src/sage/misc/sageinspect.py  # 29 doctests failed
sage -t --long src/sage/misc/session.pyx  # 2 doctests failed
sage -t --long src/sage/misc/superseded.py  # 2 doctests failed
sage -t --long src/sage/parallel/decorate.py  # 2 doctests failed
sage -t --long src/sage/repl/load.py  # 2 doctests failed
sage -t --long src/sage/structure/element.pyx  # 27 doctests failed
sage -t --long src/sage/structure/factory.pyx  # 8 doctests failed
sage -t --long src/sage/structure/misc.pyx  # 4 doctests failed
sage -t --long src/sage/tests/cmdline.py  # 4 doctests failed
----------------------------------------------------------------------
Total time for all tests: 9277.0 seconds
    cpu time: 23672.3 seconds
    cumulative wall time: 27212.8 seconds
('Apply', '--', 0, 'seconds')
('Build', '--', 3953, 'seconds')
('plugins.commit_messages', '--', 9, 'seconds')
('plugins.coverage', '--', 80, 'seconds')
('plugins.non_ascii', '--', 0, 'seconds')
('plugins.doctest_continuation', '--', 0, 'seconds')
('plugins.raise_statements', '--', 0, 'seconds')
('plugins.startup_time', '--', 719, 'seconds')
('plugins.startup_modules', '--', 7, 'seconds')
('plugins.git_rev_list', '--', 0, 'seconds')
Traceback (most recent call last):
  File "/home/martin/sage-develop/local/bin/patchbot/patchbot.py", line 
799, in test_a_ticket
    test_target))
  File "/home/martin/sage-develop/local/bin/patchbot/util.py", line 141, in 
do_or_die
    raise exn_class("{} {}".format(res, cmd))
Exception: 256 $SAGE_ROOT/sage -tp 3 --all --long
2015-04-18 14:16:50 +0200
(14065, 'seconds')
Traceback (most recent call last):
  File "/home/martin/sage-develop/local/bin/patchbot/patchbot.py", line 
799, in test_a_ticket
    test_target))
  File "/home/martin/sage-develop/local/bin/patchbot/util.py", line 141, in 
do_or_die
    raise exn_class("{} {}".format(res, cmd))
Exception: 256 $SAGE_ROOT/sage -tp 3 --all --long
Reporting 0 TestsFailed
REPORT
{'base': '6.7.beta1',
 'deps': [],
 'git_base': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'git_base_human': '6.7.beta1',
 'git_branch': 'develop',
 'git_commit': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'git_log': [],
 'git_merge': '9d18e27362ed6c6ca896e6731023d1f4b954b7af',
 'machine': ['Ubuntu',
             '14.04',
             'x86_64',
             '3.13.0-49-generic',
             'Martin-Laptop'],
 'patchbot_version': '2.3.3',
 'patches': [],
 'plugins': [('plugins.commit_messages', True, None),
             ('plugins.coverage', True, None),
             ('plugins.non_ascii', True, None),
             ('plugins.doctest_continuation', True, None),
             ('plugins.raise_statements', True, None),
             ('plugins.startup_time',
              True,
              {'confidence_intervals': [],
               'loops': 5,
               'main_timings': [4.231178045272827,
                                3.6391680240631104,
                                3.5576171875,
                                3.557561159133911,
                                3.5879571437835693,
                                3.583383083343506,
                                3.626262903213501,
                                3.6512999534606934,
                                3.579318046569824,
                                3.6006460189819336,
                                3.610085964202881,
                                3.5883870124816895,
                                3.5642261505126953,
                                3.589663028717041,
                                3.869385004043579,
                                3.6263608932495117,
                                3.643346071243286,
                                3.618508815765381,
                                3.590498924255371,
                                3.6457390785217285,
                                3.627478837966919,
                                3.575733184814453,
                                3.5720951557159424,
                                3.6352109909057617,
                                3.5880441665649414,
                                3.576859951019287,
                                3.592276096343994,
                                3.5793819427490234,
                                3.596331834793091,
                                3.592381000518799,
                                3.5659420490264893,
                                3.5926921367645264,
                                3.596312999725342,
                                3.5653340816497803,
                                3.5701169967651367,
                                3.5760390758514404,
                                3.648888111114502,
                                3.679119110107422,
                                3.650949001312256,
                                3.5863521099090576,
                                3.6188879013061523,
                                3.5818240642547607,
                                3.596637010574341,
                                3.6141889095306396,
                                3.6452691555023193,
                                3.5737130641937256,
                                3.6244051456451416,
                                3.637484073638916,
                                3.6003379821777344,
                                3.6142890453338623],
               'ticket_timings': [3.609311103820801,
                                  3.5905978679656982,
                                  3.6277191638946533,
                                  3.584139108657837,
                                  3.7043721675872803,
                                  3.6322200298309326,
                                  3.5804641246795654,
                                  3.561347007751465,
                                  3.592564105987549,
                                  3.567694902420044,
                                  3.580228805541992,
                                  3.564162015914917,
                                  3.5741899013519287,
                                  3.5832431316375732,
                                  3.5460081100463867,
                                  3.575540065765381,
                                  3.6633219718933105,
                                  3.690300226211548,
                                  3.6290769577026367,
                                  3.5817630290985107,
                                  3.648167133331299,
                                  4.131258010864258,
                                  3.6299428939819336,
                                  3.5757100582122803,
                                  3.6770169734954834,
                                  3.550961971282959,
                                  3.585537910461426,
                                  3.5622780323028564,
                                  3.6130990982055664,
                                  3.639360189437866,
                                  3.576503038406372,
                                  3.572589874267578,
                                  3.5889780521392822,
                                  3.580775022506714,
                                  3.5754590034484863,
                                  3.5604569911956787,
                                  3.6123900413513184,
                                  3.556788921356201,
                                  3.597007989883423,
                                  3.558337926864624,
                                  3.563101053237915,
                                  3.563098907470703,
                                  3.585577964782715,
                                  3.6203811168670654,
                                  3.624241828918457,
                                  3.5920469760894775,
                                  3.674938201904297,
                                  3.5746021270751953,
                                  3.638417959213257,
                                  3.628525972366333],
               'total_samples': 50}),
             ('plugins.startup_modules', True, {}),
             ('plugins.git_rev_list', True, None)],
 'spkgs': [],
 'status': 'TestsFailed',
 'time': '2015-04-18 14:16:52 +0200',
 'user': 'martin'}
0 TestsFailed
ok
Done reporting 0



Current base: git://github.com/sagemath/sage.git develop
Failing tests in your base install: exiting.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to