Build failed in Jenkins: master-osmo-pcu » master,0,osmocom-master-debian9,lc15,True #3248

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/jenkins-notifications@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Sat Dec 5 11:03:34 UTC 2020


See <https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master-debian9,with_dsp=lc15,with_vty=True/3248/display/redirect>

Changes:


------------------------------------------
[...truncated 87.84 KB...]
checking for LIBOSMOGSM... yes
checking for LIBOSMOGB... yes
checking whether to enable direct DSP access for PDCH of sysmocom-bts... unset
checking whether to enable direct PHY access for PDCH of NuRAN Wireless Litecell 1.5 BTS... yes
checking whether to enable direct PHY access for PDCH of NuRAN Wireless OC-2G BTS... no
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking for osmotestvty.py... yes
checking whether to enable VTY tests... yes
CPPFLAGS=""
CFLAGS=" -std=gnu89"
CXXFLAGS=" -std=gnu++03"
LDFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating contrib/osmo-pcu.spec
config.status: creating Makefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j 8
Making all in include
make[1]: Entering directory '/build/include'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/include'
Making all in src
make[1]: Entering directory '/build/src'
  CC       csn1.lo
  CC       gsm_rlcmac.lo
  CXX      gprs_bssgp_pcu.lo
  CXX      gprs_rlcmac.lo
  CXX      gprs_debug.lo
  CXX      gprs_rlcmac_sched.lo
  CXX      gprs_rlcmac_ts_alloc.lo
  CXX      gprs_rlcmac_meas.lo
In file included from ./gsm_timer.h:31:0,
                 from ./gprs_rlcmac.h:27,
                 from gprs_bssgp_pcu.cpp:21:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_del(hlist_node*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:42:44: error: invalid conversion from ‘void*’ to ‘hlist_node*’ [-fpermissive]
 #define LLIST_POISON1  ((void *) 0x00100100)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:479:12: note: in expansion of macro ‘LLIST_POISON1’
  n->next = LLIST_POISON1;
            ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:43:44: error: invalid conversion from ‘void*’ to ‘hlist_node**’ [-fpermissive]
 #define LLIST_POISON2  ((void *) 0x00200200)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:480:13: note: in expansion of macro ‘LLIST_POISON2’
  n->pprev = LLIST_POISON2;
             ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: At global scope:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:582:27: error: expected ‘,’ or ‘...’ before ‘new’
        struct hlist_head *new)
                           ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_move_list(hlist_head*, hlist_head*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:584:5: error: expected type-specifier before ‘->’ token
  new->first = old->first;
     ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected type-specifier before ‘->’ token
  if (new->first)
         ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected ‘)’ before ‘->’ token
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:586:6: error: expected type-specifier before ‘->’ token
   new->first->pprev = &new->first;
      ^~
In file included from ./gsm_timer.h:31:0,
                 from ./gprs_rlcmac.h:27,
                 from gprs_rlcmac_meas.cpp:24:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_del(hlist_node*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:42:44: error: invalid conversion from ‘void*’ to ‘hlist_node*’ [-fpermissive]
 #define LLIST_POISON1  ((void *) 0x00100100)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:479:12: note: in expansion of macro ‘LLIST_POISON1’
  n->next = LLIST_POISON1;
            ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:43:44: error: invalid conversion from ‘void*’ to ‘hlist_node**’ [-fpermissive]
 #define LLIST_POISON2  ((void *) 0x00200200)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:480:13: note: in expansion of macro ‘LLIST_POISON2’
  n->pprev = LLIST_POISON2;
             ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: At global scope:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:582:27: error: expected ‘,’ or ‘...’ before ‘new’
        struct hlist_head *new)
                           ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_move_list(hlist_head*, hlist_head*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:584:5: error: expected type-specifier before ‘->’ token
  new->first = old->first;
     ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected type-specifier before ‘->’ token
  if (new->first)
         ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected ‘)’ before ‘->’ token
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:586:6: error: expected type-specifier before ‘->’ token
   new->first->pprev = &new->first;
      ^~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/msgb.h:23:0,
                 from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:8,
                 from gprs_rlcmac.cpp:23:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_del(hlist_node*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:42:44: error: invalid conversion from ‘void*’ to ‘hlist_node*’ [-fpermissive]
 #define LLIST_POISON1  ((void *) 0x00100100)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:479:12: note: in expansion of macro ‘LLIST_POISON1’
  n->next = LLIST_POISON1;
            ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:43:44: error: invalid conversion from ‘void*’ to ‘hlist_node**’ [-fpermissive]
 #define LLIST_POISON2  ((void *) 0x00200200)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:480:13: note: in expansion of macro ‘LLIST_POISON2’
  n->pprev = LLIST_POISON2;
             ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: At global scope:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:582:27: error: expected ‘,’ or ‘...’ before ‘new’
        struct hlist_head *new)
                           ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_move_list(hlist_head*, hlist_head*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:584:5: error: expected type-specifier before ‘->’ token
  new->first = old->first;
     ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected type-specifier before ‘->’ token
  if (new->first)
         ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected ‘)’ before ‘->’ token
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:586:6: error: expected type-specifier before ‘->’ token
   new->first->pprev = &new->first;
      ^~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:12:0,
                 from gprs_debug.cpp:23:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_del(hlist_node*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:42:44: error: invalid conversion from ‘void*’ to ‘hlist_node*’ [-fpermissive]
 #define LLIST_POISON1  ((void *) 0x00100100)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:479:12: note: in expansion of macro ‘LLIST_POISON1’
  n->next = LLIST_POISON1;
            ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:43:44: error: invalid conversion from ‘void*’ to ‘hlist_node**’ [-fpermissive]
 #define LLIST_POISON2  ((void *) 0x00200200)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:480:13: note: in expansion of macro ‘LLIST_POISON2’
  n->pprev = LLIST_POISON2;
             ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: At global scope:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:582:27: error: expected ‘,’ or ‘...’ before ‘new’
        struct hlist_head *new)
                           ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_move_list(hlist_head*, hlist_head*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:584:5: error: expected type-specifier before ‘->’ token
  new->first = old->first;
     ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected type-specifier before ‘->’ token
  if (new->first)
         ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected ‘)’ before ‘->’ token
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:586:6: error: expected type-specifier before ‘->’ token
   new->first->pprev = &new->first;
      ^~
Makefile:797: recipe for target 'gprs_debug.lo' failed
make[1]: *** [gprs_debug.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ./gsm_timer.h:31:0,
                 from ./gprs_rlcmac.h:27,
                 from gprs_rlcmac_ts_alloc.cpp:22:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_del(hlist_node*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:42:44: error: invalid conversion from ‘void*’ to ‘hlist_node*’ [-fpermissive]
 #define LLIST_POISON1  ((void *) 0x00100100)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:479:12: note: in expansion of macro ‘LLIST_POISON1’
  n->next = LLIST_POISON1;
            ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:43:44: error: invalid conversion from ‘void*’ to ‘hlist_node**’ [-fpermissive]
 #define LLIST_POISON2  ((void *) 0x00200200)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:480:13: note: in expansion of macro ‘LLIST_POISON2’
  n->pprev = LLIST_POISON2;
             ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: At global scope:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:582:27: error: expected ‘,’ or ‘...’ before ‘new’
        struct hlist_head *new)
                           ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_move_list(hlist_head*, hlist_head*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:584:5: error: expected type-specifier before ‘->’ token
  new->first = old->first;
     ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected type-specifier before ‘->’ token
  if (new->first)
         ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected ‘)’ before ‘->’ token
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:586:6: error: expected type-specifier before ‘->’ token
   new->first->pprev = &new->first;
      ^~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/rate_ctr.h:9:0,
                 from ./gprs_bssgp_pcu.h:27,
                 from gprs_rlcmac_sched.cpp:20:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_del(hlist_node*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:42:44: error: invalid conversion from ‘void*’ to ‘hlist_node*’ [-fpermissive]
 #define LLIST_POISON1  ((void *) 0x00100100)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:479:12: note: in expansion of macro ‘LLIST_POISON1’
  n->next = LLIST_POISON1;
            ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:43:44: error: invalid conversion from ‘void*’ to ‘hlist_node**’ [-fpermissive]
 #define LLIST_POISON2  ((void *) 0x00200200)
                                            ^
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:480:13: note: in expansion of macro ‘LLIST_POISON2’
  n->pprev = LLIST_POISON2;
             ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: At global scope:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:582:27: error: expected ‘,’ or ‘...’ before ‘new’
        struct hlist_head *new)
                           ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h: In function ‘void hlist_move_list(hlist_head*, hlist_head*)’:
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:584:5: error: expected type-specifier before ‘->’ token
  new->first = old->first;
     ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected type-specifier before ‘->’ token
  if (new->first)
         ^~
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:585:9: error: expected ‘)’ before ‘->’ token
/build/deps/install/stow/libosmocore/include/osmocom/core/linuxlist.h:586:6: error: expected type-specifier before ‘->’ token
   new->first->pprev = &new->first;
      ^~
Makefile:797: recipe for target 'gprs_rlcmac_meas.lo' failed
make[1]: *** [gprs_rlcmac_meas.lo] Error 1
Makefile:797: recipe for target 'gprs_bssgp_pcu.lo' failed
make[1]: *** [gprs_bssgp_pcu.lo] Error 1
make[1]: *** [gprs_rlcmac.lo] Error 1
Makefile:797: recipe for target 'gprs_rlcmac.lo' failed
Makefile:797: recipe for target 'gprs_rlcmac_sched.lo' failed
make[1]: *** [gprs_rlcmac_sched.lo] Error 1
Makefile:797: recipe for target 'gprs_rlcmac_ts_alloc.lo' failed
make[1]: *** [gprs_rlcmac_ts_alloc.lo] Error 1
make[1]: Leaving directory '/build/src'
make: *** [all-recursive] Error 1
Makefile:417: recipe for target 'all-recursive' failed
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE



More information about the jenkins-notifications mailing list