Closed Bug 906766 Opened 11 years ago Closed 11 years ago

Monolith-aggregator CI builds fail on compilation error

Categories

(Cloud Services :: Operations: Marketplace, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: robhudson, Assigned: jason)

Details

https://ci.mozilla.org/job/monolith.aggregator/lastUnsuccessfulBuild/console

It looks like it fails building gevent. Could we get this fixed so we can rely on tests?
Assignee: nobody → server-ops-amo
Component: Statistics → Server Operations: AMO Operations
Product: Marketplace → mozilla.org
QA Contact: oremj
Version: 1.5 → other
Double-check that libevent-dev is installed
Assignee: server-ops-amo → jthomas
Installed libevent-devel.


(test)[jthomas@jenkins1.dmz.phx1 ~]$ pip install gevent
Downloading/unpacking gevent
  Downloading gevent-0.13.8.tar.gz (300kB): 300kB downloaded
  Running setup.py egg_info for package gevent
Downloading/unpacking greenlet (from gevent)
  Downloading greenlet-0.4.1.zip (75kB): 75kB downloaded
  Running setup.py egg_info for package greenlet
Installing collected packages: gevent, greenlet
  Running setup.py install for gevent
    building 'gevent.core' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c gevent/core.c -o build/temp.linux-x86_64-2.6/gevent/core.o
    gcc -pthread -shared build/temp.linux-x86_64-2.6/gevent/core.o -L/usr/lib64 -levent -lpython2.6 -o build/lib.linux-x86_64-2.6/gevent/core.so
    Linking /home/jthomas/test/build/gevent/build/lib.linux-x86_64-2.6/gevent/core.so to /home/jthomas/test/build/gevent/gevent/core.so
  Running setup.py install for greenlet
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -fno-tree-dominator-opts -I/usr/include/python2.6 -c /tmp/tmp51oX3O/simple.c -o /tmp/tmp51oX3O/tmp/tmp51oX3O/simple.o
    building 'greenlet' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -fno-tree-dominator-opts -I/usr/include/python2.6 -c greenlet.c -o build/temp.linux-x86_64-2.6/greenlet.o
    In file included from slp_platformselect.h:12,
                     from greenlet.c:416:
    platform/switch_amd64_unix.h:40: warning: ‘noclone’ attribute directive ignored
    platform/switch_amd64_unix.h:43: warning: ‘noclone’ attribute directive ignored
    greenlet.c: In function ‘g_switch’:
    greenlet.c:543: warning: ‘err’ may be used uninitialized in this function
    gcc -pthread -shared build/temp.linux-x86_64-2.6/greenlet.o -L/usr/lib64 -lpython2.6 -o build/lib.linux-x86_64-2.6/greenlet.so
    Linking /home/jthomas/test/build/greenlet/build/lib.linux-x86_64-2.6/greenlet.so to /home/jthomas/test/build/greenlet/greenlet.so
Successfully installed gevent greenlet
Cleaning up...
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in before you can comment on or make changes to this bug.