Project

General

Profile

Actions

Bug #24163

closed

swift fails to build with newer libevent 2.1.x

Added by Kefu Chai almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

2018-05-17T16:25:42.573 INFO:teuthology.orchestra.run.smithi032.stdout:  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-
strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-nbjU53/python2.7-2.7.15~rc1=. -fstack-protector-strong -Wformat -Werror
=format-security -fPIC -I/usr/include/python2.7 -c gevent/core.c -o build/temp.linux-x86_64-2.7/gevent/core.o
2018-05-17T16:25:42.573 INFO:teuthology.orchestra.run.smithi032.stdout:  gevent/core.c: In function '__pyx_pf_6gevent_4core_5event_5flags___get__':
2018-05-17T16:25:42.574 INFO:teuthology.orchestra.run.smithi032.stdout:  gevent/core.c:2389:89: error: 'struct event' has no member named 'ev_flags'; did you mean 'ev_fd'?
2018-05-17T16:25:42.574 INFO:teuthology.orchestra.run.smithi032.stdout:     __pyx_t_1 = PyInt_FromLong(((struct __pyx_obj_6gevent_4core_event *)__pyx_v_self)->ev.ev_flags); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 213; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
2018-05-17T16:25:42.574 INFO:teuthology.orchestra.run.smithi032.stdout:                                                                                           ^~~~~~~~
2018-05-17T16:25:42.574 INFO:teuthology.orchestra.run.smithi032.stdout:                                                                                           ev_fd
2018-05-17T16:25:42.574 INFO:teuthology.orchestra.run.smithi032.stdout:  gevent/core.c: In function '__pyx_pf_6gevent_4core_5event_9flags_str___get__':
2018-05-17T16:25:42.574 INFO:teuthology.orchestra.run.smithi032.stdout:  gevent/core.c:2457:78: error: 'struct event' has no member named 'ev_flags'; did you mean 'ev_fd'?
/a//kchai-2018-05-17_14:56:40-rados-wip-denc-kefu-distro-basic-smithi/2544194/teuthology.log

it's a bug in https://github.com/ceph/swift


Related issues 1 (0 open1 closed)

Has duplicate rgw - Bug #24184: luminous->mimic: cd /home/ubuntu/cephtest/swift && ./bootstrap failureDuplicate05/18/2018

Actions
Actions #1

Updated by Kefu Chai almost 6 years ago

  • Project changed from RADOS to rgw-testing
  • Category deleted (Tests)
Actions #2

Updated by Kefu Chai almost 6 years ago

  • Subject changed from swift fails to build with newer libevent to swift fails to build with newer libevent 2.1.x
Actions #3

Updated by Casey Bodley almost 6 years ago

opened https://github.com/ceph/swift/pull/7 to address this hopefully? are you able to reschedule a run that targets this branch of swift? that would require a qa-suite branch that adds:

--- a/qa/suites/rados/upgrade/luminous-x-singleton/8-workload/rgw-swift.yaml
+++ b/qa/suites/rados/upgrade/luminous-x-singleton/8-workload/rgw-swift.yaml
@@ -7,5 +7,6 @@ tasks:
 - print: "**** done rgw 9-workload" 
 - swift:
     client.0:
+      force-branch: wip-24163
       rgw_server: client.0
 - print: "**** done swift 9-workload" 
Actions #5

Updated by Kefu Chai almost 6 years ago

  • Has duplicate Bug #24184: luminous->mimic: cd /home/ubuntu/cephtest/swift && ./bootstrap failure added
Actions #6

Updated by Kefu Chai almost 6 years ago

  • Project changed from rgw-testing to ceph-cm-ansible
  • Status changed from New to Fix Under Review
  • Assignee set to Kefu Chai
Actions #7

Updated by Kefu Chai almost 6 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF