See <https://jenkins.osmocom.org/jenkins/job/master-osmo-opencm3-projects/a1=def…>
Changes:
------------------------------------------
[...truncated 25.33 KiB...]
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_sam3n.a
BUILD lib/sam/3s
CC gpio_common_all.c
CC gpio_common_3n3s.c
CC pmc.c
CC usart_common_all.c
CC usart_common_3.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_sam3s.a
BUILD lib/sam/3u
CC gpio_common_all.c
CC gpio_common_3a3u3x.c
CC pmc.c
CC usart_common_all.c
CC usart_common_3.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_sam3u.a
BUILD lib/sam/3x
CC gpio_common_all.c
CC gpio_common_3a3u3x.c
CC pmc.c
CC usart_common_all.c
CC usart_common_3.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_sam3x.a
BUILD lib/sam/4l
CC adcife.c
CC gpio.c
CC pm.c
CC scif.c
CC usart_common_all.c
CC usart.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_sam4l.a
BUILD lib/sam/d
CC port.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_samd.a
BUILD lib/vf6xx
CC ccm.c
CC gpio.c
CC iomuxc.c
CC uart.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_vf6xx.a
BUILD lib/swm050
CC clk.c
CC flash.c
CC gpio.c
CC pwr.c
CC syscon.c
CC timer.c
CC wdt.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_swm050.a
BUILD lib/pac55xx
CC can.c
CC ccs.c
CC gpio.c
CC memctl.c
CC usart.c
CC vector.c
CC systick.c
CC scb.c
CC nvic.c
CC assert.c
CC sync.c
CC dwt.c
AR libopencm3_pac55xx.a
=============== libopencm3 START ==============
BUILD lib/stm32/f0
BUILD lib/stm32/f1
BUILD lib/stm32/f2
BUILD lib/stm32/f3
BUILD lib/stm32/f4
BUILD lib/stm32/f7
BUILD lib/stm32/l0
BUILD lib/stm32/l1
BUILD lib/stm32/l4
BUILD lib/stm32/g0
BUILD lib/stm32/g4
BUILD lib/stm32/h7
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
BUILD lib/gd32/f1x0
BUILD lib/lpc13xx
BUILD lib/lpc17xx
make[2]: Nothing to be done for 'all'.
BUILD lib/lpc43xx/m4
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
BUILD lib/lpc43xx/m0
make[2]: Nothing to be done for 'all'.
BUILD lib/lm3s
make[2]: Nothing to be done for 'all'.
BUILD lib/lm4f
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
BUILD lib/msp432/e4
make[2]: Nothing to be done for 'all'.
BUILD lib/efm32/tg
BUILD lib/efm32/g
BUILD lib/efm32/lg
make[2]: Nothing to be done for 'all'.
BUILD lib/efm32/gg
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
BUILD lib/efm32/hg
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
BUILD lib/efm32/wg
BUILD lib/efm32/ezr32wg
BUILD lib/sam/3a
make[2]: Nothing to be done for 'all'.
BUILD lib/sam/3s
BUILD lib/sam/3n
BUILD lib/sam/3u
BUILD lib/sam/3x
BUILD lib/sam/4l
make[2]: Nothing to be done for 'all'.
BUILD lib/sam/d
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
BUILD lib/vf6xx
BUILD lib/pac55xx
BUILD lib/swm050
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
=============== libopencm3 DONE ==============
=============== relay-driver START ==============
CLEAN
CC console.c
CC console_stm32.c
CC watchdog.c
CC fault.c
CC iob_stm32_nonblocking.c
CC kill.c
CC bitops.c
CC fibre.c
CC fibre_default.c
CC list.c
CC messageq.c
CC regdump.c
CC ringbuf.c
CC time_libopencm3.c
CC util.c
CC i2c_ctx.c
CC relay-driver.c
relay-driver.c: In function 'main':
relay-driver.c:525:9: warning: 'rcc_clock_setup_in_hse_8mhz_out_72mhz' is deprecated: use rcc_clock_setup_pll(&rcc_hse_configs[RCC_CLOCK_HSE8_72MHZ]) [-Wdeprecated-declarations]
525 | rcc_clock_setup_in_hse_8mhz_out_72mhz();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libopencm3//include/libopencm3/stm32/rcc.h:26,
from relay-driver.c:31:
../../libopencm3//include/libopencm3/stm32/f1/rcc.h:780:6: note: declared here
780 | void rcc_clock_setup_in_hse_8mhz_out_72mhz(void) LIBOPENCM3_DEPRECATED("use rcc_clock_setup_pll(&rcc_hse_configs[RCC_CLOCK_HSE8_72MHZ])");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LD relay-driver-0.1.0-12-g11f0d5e.elf
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: fault.o: in function `hard_fault_handler_c':
/build/projects/relay-driver/../../libcommon/src/fault.c:48:(.text.hard_fault_handler_c+0x3c): undefined reference to `stderr'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: fault.o: in function `nmi_handler':
/build/projects/relay-driver/../../libcommon/src/fault.c:61:(.text.nmi_handler+0x10): undefined reference to `stderr'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: regdump.o: in function `regdump':
/build/projects/relay-driver/../../librfn/librfn/regdump.c:52:(.text.regdump+0xc): undefined reference to `stdout'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: relay-driver.o: in function `main':
/build/projects/relay-driver/relay-driver.c:550:(.text.startup.main+0xf4): undefined reference to `stdout'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: /usr/lib/picolibc/arm-none-eabi/lib/thumb/v7-m/nofp/libc.a(libc_stdlib_abort.c.o): in function `abort':
./arm-none-eabi/../../../newlib/libc/stdlib/abort.c:63:(.text.unlikely.abort+0xa): undefined reference to `_exit'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: (_exit): Unknown destination type (ARM/Thumb) in /usr/lib/picolibc/arm-none-eabi/lib/thumb/v7-m/nofp/libc.a(libc_stdlib_abort.c.o)
./arm-none-eabi/../../../newlib/libc/stdlib/abort.c:63:(.text.unlikely.abort+0xa): dangerous relocation: unsupported relocation
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: /usr/lib/picolibc/arm-none-eabi/lib/thumb/v7-m/nofp/libc.a(libc_stdlib_assert_func.c.o): in function `__assert_func':
./arm-none-eabi/../../../newlib/libc/stdlib/assert_func.c:62:(.text.__assert_func+0x28): undefined reference to `stderr'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: /usr/lib/picolibc/arm-none-eabi/lib/thumb/v7-m/nofp/libc.a(libc_tinystdio_puts.c.o): in function `puts':
./arm-none-eabi/../../../newlib/libc/tinystdio/puts.c:63:(.text.puts+0x3c): undefined reference to `stdout'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: /usr/lib/picolibc/arm-none-eabi/lib/thumb/v7-m/nofp/libc.a(libc_signal_signal.c.o): in function `raise':
./arm-none-eabi/../../../newlib/libc/signal/signal.c:146:(.text.raise+0x32): undefined reference to `_exit'
/usr/lib/gcc/arm-none-eabi/14.2.1/../../../arm-none-eabi/bin/ld: (_exit): Unknown destination type (ARM/Thumb) in /usr/lib/picolibc/arm-none-eabi/lib/thumb/v7-m/nofp/libc.a(libc_signal_signal.c.o)
./arm-none-eabi/../../../newlib/libc/signal/signal.c:146:(.text.raise+0x32): dangerous relocation: unsupported relocation
collect2: error: ld returned 1 exit status
make: *** [../../mk/libopencm3.mk:224: relay-driver-0.1.0-12-g11f0d5e.map] Error 1
../../mk/libopencm3.mk:224: warning: pattern recipe did not update peer target 'relay-driver-0.1.0-12-g11f0d5e.elf'.
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2516419 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-libusrp/a1=default,a2=defaul…>
Changes:
------------------------------------------
[...truncated 17.54 KiB...]
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/fpga'
make[2]: Leaving directory '/build/fpga'
Making all in doc
make[2]: Entering directory '/build/doc'
make all-recursive
make[3]: Entering directory '/build/doc'
Making all in other
make[4]: Entering directory '/build/doc/other'
make all-am
make[5]: Entering directory '/build/doc/other'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/doc/other'
make[4]: Leaving directory '/build/doc/other'
make[4]: Entering directory '/build/doc'
/usr/bin/mkdir -p html
/usr/bin/doxygen Doxyfile
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 556 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 611 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 843 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 849 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1008 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1020 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 1130 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument '@enable_html_docs@' for option GENERATE_HTML is not a valid boolean value
Using the default: YES!
warning: argument '@enable_latex_docs@' for option GENERATE_LATEX is not a valid boolean value
Using the default: YES!
warning: argument '@enable_xml_docs@' for option GENERATE_XML is not a valid boolean value
Using the default: NO!
warning: argument '@HAVE_DOT@' for option HAVE_DOT is not a valid boolean value
Using the default: YES!
warning: tag INPUT: input source '../usrp/host' does not exist
warning: tag INPUT: input source '../usrp/doc/other' does not exist
warning: source '../usrp/host' is not a readable file or directory... skipping.
warning: source '../usrp/doc/other' is not a readable file or directory... skipping.
warning: No files to be processed, please check your settings, in particular INPUT, FILE_PATTERNS, and RECURSIVE
Doxygen version used: 1.9.8
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Reading and parsing tag files
Parsing files
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Associating documentation with modules...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Computing module relations...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating page documentation...
Generating group documentation...
Generating class documentation...
Generating concept documentation...
Generating module documentation...
Generating namespace documentation...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating topic index...
Generating module index...
Generating module member index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating graphical class hierarchy...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
Running dot...
Running dot for graph 1/1
type lookup cache used 0/65536 hits=0 misses=0
symbol lookup cache used 0/65536 hits=0 misses=0
finished...
make[4]: Leaving directory '/build/doc'
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
Making all in firmware
make[2]: Entering directory '/build/firmware'
Making all in include
make[3]: Entering directory '/build/firmware/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/firmware/include'
Making all in lib
make[3]: Entering directory '/build/firmware/lib'
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c delay.c -o delay.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c fx2utils.c -o fx2utils.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c i2c.c -o i2c.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c isr.c -o isr.rel
isr.c:73: warning 94: comparison is always false due to limited range of data type
isr.c:100: warning 94: comparison is always false due to limited range of data type
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c timer.c -o timer.rel
timer.c:45: warning 158: overflow in implicit constant conversion
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c usb_common.c -o usb_common.rel
usb_common.c:65: warning 196: pointer target lost const qualifier
usb_common.c:66: warning 196: pointer target lost const qualifier
usb_common.c:67: warning 196: pointer target lost const qualifier
usb_common.c:68: warning 196: pointer target lost const qualifier
usb_common.c:71: warning 196: pointer target lost const qualifier
usb_common.c:72: warning 196: pointer target lost const qualifier
usb_common.c:73: warning 196: pointer target lost const qualifier
usb_common.c:74: warning 196: pointer target lost const qualifier
usb_common.c:140: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:143: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:148: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:150: warning 154: converting integral to pointer without a cast
from type 'int fixed'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:216: warning 126: unreachable code
usb_common.c:217: warning 126: unreachable code
usb_common.c:225: warning 126: unreachable code
usb_common.c:226: warning 126: unreachable code
usb_common.c:184: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
usb_common.c:315: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
rm -f libfx2.lib
touch libfx2.lib
for obj in delay.rel fx2utils.rel i2c.rel isr.rel timer.rel usb_common.rel; do basename $obj .rel >> libfx2.lib ; done
make[3]: Leaving directory '/build/firmware/lib'
Making all in src
make[3]: Entering directory '/build/firmware/src'
Making all in common
make[4]: Entering directory '/build/firmware/src/common'
srcdir=. ./edit-gpif ./gpif.c usrp_gpif.c usrp_gpif_inline.h
make[4]: Leaving directory '/build/firmware/src/common'
Making all in usrp2
make[4]: Entering directory '/build/firmware/src/usrp2'
test -f `basename 'eeprom_boot.a51'` || ln -s 'eeprom_boot.a51' .
test -f ../common/`basename 'eeprom_boot.a51'` -o \
\! -f `dirname 'eeprom_boot.a51'`/../common/`basename 'eeprom_boot.a51'` \
|| ln -s `dirname 'eeprom_boot.a51'`/../common/`basename 'eeprom_boot.a51'` ../common/`basename 'eeprom_boot.a51'`
sdas8051 -plosgff `basename 'eeprom_boot.a51'`
sdcc -mmcs51 --no-xinit-opt -I../../../firmware/include -I../../../firmware/src/usrp2 -I../../../firmware/src/common -I../../../firmware/src/common -DHAVE_USRP2 \
-c -o eeprom_init.rel `test -f 'eeprom_init.c' || echo './'`eeprom_init.c
test -f `basename '_startup.a51'` || ln -s '_startup.a51' .
test -f ../common/`basename '_startup.a51'` -o \
\! -f `dirname '_startup.a51'`/../common/`basename '_startup.a51'` \
|| ln -s `dirname '_startup.a51'`/../common/`basename '_startup.a51'` ../common/`basename '_startup.a51'`
sdas8051 -plosgff `basename '_startup.a51'`
sdcc -mmcs51 --no-xinit-opt --code-loc 0x0000 --code-size 0x1800 --xram-loc 0x1800 --xram-size 0x0800 -Wl '-b USBDESCSEG = 0xE000' -L ../../lib libfx2.lib -o eeprom_boot.ihx eeprom_boot.rel eeprom_init.rel _startup.rel
./../common/build_eeprom.py -p/usr/local -r2 eeprom_boot.ihx > burn-usrp2-eeprom
chmod +x burn-usrp2-eeprom
./../common/build_eeprom.py -p/usr/local -r4 eeprom_boot.ihx > burn-usrp4-eeprom
chmod +x burn-usrp4-eeprom
test -f `basename 'vectors.a51'` || ln -s 'vectors.a51' .
test -f ../common/`basename 'vectors.a51'` -o \
\! -f `dirname 'vectors.a51'`/../common/`basename 'vectors.a51'` \
|| ln -s `dirname 'vectors.a51'`/../common/`basename 'vectors.a51'` ../common/`basename 'vectors.a51'`
sdas8051 -plosgff `basename 'vectors.a51'`
srcdir=. ./edit-gpif ./gpif.c usrp_gpif.c usrp_gpif_inline.h
sdcc -mmcs51 --no-xinit-opt -I../../../firmware/include -I../../../firmware/src/usrp2 -I../../../firmware/src/common -I../../../firmware/src/common -DHAVE_USRP2 \
-c -o usrp_main.rel `test -f 'usrp_main.c' || echo './'`usrp_main.c
usrp_main.asm:1389: Error: <a> Branching Range Exceeded.
removing usrp_main.rel
make[4]: *** [Makefile:666: usrp_main.rel] Error 1
make[4]: Leaving directory '/build/firmware/src/usrp2'
make[3]: *** [Makefile:410: all-recursive] Error 1
make[3]: Leaving directory '/build/firmware/src'
make[2]: *** [Makefile:410: all-recursive] Error 1
make[2]: Leaving directory '/build/firmware'
make[1]: *** [Makefile:638: all-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:559: all] Error 2
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1634788 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-el2tpd/a1=default,a2=de…>
Changes:
------------------------------------------
[...truncated 68.18 KiB...]
Generate 'cs3' test vector
Generate 'cs2_np' test vector
Generate 'cs3_np' test vector
Generate 'tch_afs_12_2' test vector
Generate 'tch_afs_10_2' test vector
Generate 'tch_afs_7_95' test vector
Generate 'tch_afs_7_4' test vector
Generate 'tch_afs_6_7' test vector
Generate 'tch_afs_5_9' test vector
Generate 'tch_afs_5_15' test vector
Generate 'tch_afs_4_75' test vector
Generate 'tch_fr' test vector
Generate 'tch_hr' test vector
Generate 'tch_ahs_7_95' test vector
Generate 'tch_ahs_7_4' test vector
Generate 'tch_ahs_6_7' test vector
Generate 'tch_ahs_5_9' test vector
Generate 'tch_ahs_5_15' test vector
Generate 'tch_ahs_4_75' test vector
Generate 'tch_axs_sid_update' test vector
Generate 'mcs1_dl_hdr' test vector
Generate 'mcs1_ul_hdr' test vector
Generate 'mcs1' test vector
Generate 'mcs2' test vector
Generate 'mcs3' test vector
Generate 'mcs4' test vector
Generate 'mcs5_dl_hdr' test vector
Generate 'mcs5_ul_hdr' test vector
Generate 'mcs5' test vector
Generate 'mcs6' test vector
Generate 'mcs7_dl_hdr' test vector
Generate 'mcs7_ul_hdr' test vector
Generate 'mcs7' test vector
Generate 'mcs8' test vector
Generate 'mcs9' test vector
Generation complete.
make install-recursive
make[3]: Entering directory '/build/deps/libosmocore/tests'
Making install in .
make[4]: Entering directory '/build/deps/libosmocore/tests'
make[5]: Entering directory '/build/deps/libosmocore/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/libosmocore/tests'
make[4]: Leaving directory '/build/deps/libosmocore/tests'
Making install in osmo-config-merge
make[4]: Entering directory '/build/deps/libosmocore/tests/osmo-config-merge'
make[5]: Entering directory '/build/deps/libosmocore/tests/osmo-config-merge'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/libosmocore/tests/osmo-config-merge'
make[4]: Leaving directory '/build/deps/libosmocore/tests/osmo-config-merge'
make[3]: Leaving directory '/build/deps/libosmocore/tests'
make[2]: Leaving directory '/build/deps/libosmocore/tests'
make[2]: Entering directory '/build/deps/libosmocore'
make[3]: Entering directory '/build/deps/libosmocore'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/bin'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/share/aclocal'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/lib/pkgconfig'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmocore/include'
/usr/bin/install -c -m 644 m4/osmo_ac_code_coverage.m4 m4/osmo_ax_code_coverage.m4 '/build/deps/install/stow/libosmocore/share/aclocal'
/usr/bin/install -c -m 644 libosmocore.pc libosmocodec.pc libosmovty.pc libosmogsm.pc libosmogb.pc libosmoctrl.pc libosmocoding.pc libosmosim.pc libosmousb.pc libosmoisdn.pc '/build/deps/install/stow/libosmocore/lib/pkgconfig'
/usr/bin/install -c osmo-release.sh '/build/deps/install/stow/libosmocore/bin'
/usr/bin/install -c -m 644 osmo-release.mk '/build/deps/install/stow/libosmocore/include'
make install-data-hook
make[4]: Entering directory '/build/deps/libosmocore'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmocore'
make[3]: Leaving directory '/build/deps/libosmocore'
make[2]: Leaving directory '/build/deps/libosmocore'
make[1]: Leaving directory '/build/deps/libosmocore'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmocore
=============================== osmo-el2tpd =============================
+ export PKG_CONFIG_PATH=/build/deps/install/lib/pkgconfig:/build/deps/install/lib/pkgconfig:
+ export LD_LIBRARY_PATH=/build/deps/install/lib
+ set +x
+ cd /build
+ autoreconf --install --force
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:40: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:40: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:40: the top level
configure.ac:94: warning: AC_OUTPUT should be used without arguments.
configure.ac:94: You should run autoupdate.
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
src/Makefile.am: installing './depcomp'
+ ./configure --enable-sanitize --enable-external-tests --enable-werror
configure: WARNING: unrecognized options: --enable-external-tests
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for libosmocore >= 1.0.0... yes
checking for libcrypto... yes
checking for egrep... (cached) /usr/bin/grep -E
CFLAGS="-g -std=gnu11 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing libtool commands
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-external-tests
+ make -j 12
echo UNKNOWN > .version-t && mv .version-t .version
make all-recursive
make[1]: Entering directory '/build'
Making all in src
make[2]: Entering directory '/build/src'
CC test_connect.o
CC l2tpd.o
CC l2tpd_fsm.o
CC l2tpd_data.o
CC l2tpd_packet.o
CC l2tpd_lapd.o
CC l2tpd_socket.o
CC l2tpd_logging.o
CC crc32.o
In file included from l2tpd_lapd.c:31:
l2tp_protocol.h:28:25: error: expected identifier before numeric constant
28 | #define IPPROTO_L2TP 115
| ^~~
make[2]: *** [Makefile:471: l2tpd_lapd.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from l2tpd_fsm.c:28:
l2tp_protocol.h:28:25: error: expected identifier before numeric constant
28 | #define IPPROTO_L2TP 115
| ^~~
make[2]: *** [Makefile:470: l2tpd_fsm.o] Error 1
l2tpd_logging.c: In function 'l2tpd_log_init':
l2tpd_logging.c:47:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
47 | osmo_init_logging(&l2tpd_log_info);
| ^~~~~~~~~~~~~~~~~
In file included from l2tpd_logging.c:24:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
17 | int osmo_init_logging(const struct log_info *)
| ^~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/build/src'
make[1]: *** [Makefile:400: all-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:347: all] Error 2
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 4100292 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--with-sse,WI…>
Changes:
------------------------------------------
[...truncated 93.40 KiB...]
make[4]: Entering directory '/build/deps/libusrp/doc'
/usr/bin/mkdir -p html
/usr/bin/doxygen Doxyfile
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 556 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 611 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 843 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 849 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1008 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1020 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 1130 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument '@enable_html_docs@' for option GENERATE_HTML is not a valid boolean value
Using the default: YES!
warning: argument '@enable_latex_docs@' for option GENERATE_LATEX is not a valid boolean value
Using the default: YES!
warning: argument '@enable_xml_docs@' for option GENERATE_XML is not a valid boolean value
Using the default: NO!
warning: argument '@HAVE_DOT@' for option HAVE_DOT is not a valid boolean value
Using the default: YES!
warning: tag INPUT: input source '../usrp/host' does not exist
warning: tag INPUT: input source '../usrp/doc/other' does not exist
warning: source '../usrp/host' is not a readable file or directory... skipping.
warning: source '../usrp/doc/other' is not a readable file or directory... skipping.
warning: No files to be processed, please check your settings, in particular INPUT, FILE_PATTERNS, and RECURSIVE
Doxygen version used: 1.9.8
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Reading and parsing tag files
Parsing files
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Associating documentation with modules...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Computing module relations...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating page documentation...
Generating group documentation...
Generating class documentation...
Generating concept documentation...
Generating module documentation...
Generating namespace documentation...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating topic index...
Generating module index...
Generating module member index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating graphical class hierarchy...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
Running dot...
Running dot for graph 1/1
type lookup cache used 0/65536 hits=0 misses=0
symbol lookup cache used 0/65536 hits=0 misses=0
finished...
make[5]: Entering directory '/build/deps/libusrp/doc'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /build/deps/install/stow/libusrp/share/doc/usrp-/html
cp -r html /build/deps/install/stow/libusrp/share/doc/usrp-
/usr/bin/mkdir -p '/build/deps/install/stow/libusrp/share/doc/usrp-'
/usr/bin/install -c -m 644 ../README '/build/deps/install/stow/libusrp/share/doc/usrp-'
make[5]: Leaving directory '/build/deps/libusrp/doc'
make[4]: Leaving directory '/build/deps/libusrp/doc'
make[3]: Leaving directory '/build/deps/libusrp/doc'
make[2]: Leaving directory '/build/deps/libusrp/doc'
Making install in firmware
make[2]: Entering directory '/build/deps/libusrp/firmware'
Making install in include
make[3]: Entering directory '/build/deps/libusrp/firmware/include'
make[4]: Entering directory '/build/deps/libusrp/firmware/include'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libusrp/include/usrp'
/usr/bin/install -c -m 644 usrp_i2c_addr.h usrp_spi_defs.h fpga_regs_common.h fpga_regs_standard.h '/build/deps/install/stow/libusrp/include/usrp'
make[4]: Leaving directory '/build/deps/libusrp/firmware/include'
make[3]: Leaving directory '/build/deps/libusrp/firmware/include'
Making install in lib
make[3]: Entering directory '/build/deps/libusrp/firmware/lib'
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c delay.c -o delay.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c fx2utils.c -o fx2utils.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c i2c.c -o i2c.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c isr.c -o isr.rel
isr.c:73: warning 94: comparison is always false due to limited range of data type
isr.c:100: warning 94: comparison is always false due to limited range of data type
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c timer.c -o timer.rel
timer.c:45: warning 158: overflow in implicit constant conversion
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c usb_common.c -o usb_common.rel
usb_common.c:65: warning 196: pointer target lost const qualifier
usb_common.c:66: warning 196: pointer target lost const qualifier
usb_common.c:67: warning 196: pointer target lost const qualifier
usb_common.c:68: warning 196: pointer target lost const qualifier
usb_common.c:71: warning 196: pointer target lost const qualifier
usb_common.c:72: warning 196: pointer target lost const qualifier
usb_common.c:73: warning 196: pointer target lost const qualifier
usb_common.c:74: warning 196: pointer target lost const qualifier
usb_common.c:140: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:143: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:148: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:150: warning 154: converting integral to pointer without a cast
from type 'int fixed'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:216: warning 126: unreachable code
usb_common.c:217: warning 126: unreachable code
usb_common.c:225: warning 126: unreachable code
usb_common.c:226: warning 126: unreachable code
usb_common.c:184: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
usb_common.c:315: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
rm -f libfx2.lib
touch libfx2.lib
for obj in delay.rel fx2utils.rel i2c.rel isr.rel timer.rel usb_common.rel; do basename $obj .rel >> libfx2.lib ; done
make[3]: Leaving directory '/build/deps/libusrp/firmware/lib'
Making install in src
make[3]: Entering directory '/build/deps/libusrp/firmware/src'
Making install in common
make[4]: Entering directory '/build/deps/libusrp/firmware/src/common'
make[5]: Entering directory '/build/deps/libusrp/firmware/src/common'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/libusrp/firmware/src/common'
make[4]: Leaving directory '/build/deps/libusrp/firmware/src/common'
Making install in usrp2
make[4]: Entering directory '/build/deps/libusrp/firmware/src/usrp2'
test -f `basename 'eeprom_boot.a51'` || ln -s 'eeprom_boot.a51' .
test -f ../common/`basename 'eeprom_boot.a51'` -o \
\! -f `dirname 'eeprom_boot.a51'`/../common/`basename 'eeprom_boot.a51'` \
|| ln -s `dirname 'eeprom_boot.a51'`/../common/`basename 'eeprom_boot.a51'` ../common/`basename 'eeprom_boot.a51'`
sdas8051 -plosgff `basename 'eeprom_boot.a51'`
sdcc -mmcs51 --no-xinit-opt -I../../../firmware/include -I../../../firmware/src/usrp2 -I../../../firmware/src/common -I../../../firmware/src/common -DHAVE_USRP2 \
-c -o eeprom_init.rel `test -f 'eeprom_init.c' || echo './'`eeprom_init.c
test -f `basename '_startup.a51'` || ln -s '_startup.a51' .
test -f ../common/`basename '_startup.a51'` -o \
\! -f `dirname '_startup.a51'`/../common/`basename '_startup.a51'` \
|| ln -s `dirname '_startup.a51'`/../common/`basename '_startup.a51'` ../common/`basename '_startup.a51'`
sdas8051 -plosgff `basename '_startup.a51'`
sdcc -mmcs51 --no-xinit-opt --code-loc 0x0000 --code-size 0x1800 --xram-loc 0x1800 --xram-size 0x0800 -Wl '-b USBDESCSEG = 0xE000' -L ../../lib libfx2.lib -o eeprom_boot.ihx eeprom_boot.rel eeprom_init.rel _startup.rel
./../common/build_eeprom.py -p/build/deps/install/stow/libusrp -r2 eeprom_boot.ihx > burn-usrp2-eeprom
chmod +x burn-usrp2-eeprom
./../common/build_eeprom.py -p/build/deps/install/stow/libusrp -r4 eeprom_boot.ihx > burn-usrp4-eeprom
chmod +x burn-usrp4-eeprom
test -f `basename 'vectors.a51'` || ln -s 'vectors.a51' .
test -f ../common/`basename 'vectors.a51'` -o \
\! -f `dirname 'vectors.a51'`/../common/`basename 'vectors.a51'` \
|| ln -s `dirname 'vectors.a51'`/../common/`basename 'vectors.a51'` ../common/`basename 'vectors.a51'`
sdas8051 -plosgff `basename 'vectors.a51'`
srcdir=. ./edit-gpif ./gpif.c usrp_gpif.c usrp_gpif_inline.h
sdcc -mmcs51 --no-xinit-opt -I../../../firmware/include -I../../../firmware/src/usrp2 -I../../../firmware/src/common -I../../../firmware/src/common -DHAVE_USRP2 \
-c -o usrp_main.rel `test -f 'usrp_main.c' || echo './'`usrp_main.c
usrp_main.asm:1389: Error: <a> Branching Range Exceeded.
removing usrp_main.rel
make[4]: *** [Makefile:666: usrp_main.rel] Error 1
make[4]: Leaving directory '/build/deps/libusrp/firmware/src/usrp2'
make[3]: Leaving directory '/build/deps/libusrp/firmware/src'
make[3]: *** [Makefile:410: install-recursive] Error 1
make[2]: Leaving directory '/build/deps/libusrp/firmware'
make[2]: *** [Makefile:410: install-recursive] Error 1
make[1]: *** [Makefile:638: install-recursive] Error 1
make[1]: Leaving directory '/build/deps/libusrp'
make: *** [Makefile:946: install] Error 2
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2355512 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--without-sse…>
Changes:
------------------------------------------
[...truncated 93.42 KiB...]
make[4]: Entering directory '/build/deps/libusrp/doc'
/usr/bin/mkdir -p html
/usr/bin/doxygen Doxyfile
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 556 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 611 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 843 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 849 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1008 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1020 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 1130 of file 'Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument '@enable_html_docs@' for option GENERATE_HTML is not a valid boolean value
Using the default: YES!
warning: argument '@enable_latex_docs@' for option GENERATE_LATEX is not a valid boolean value
Using the default: YES!
warning: argument '@enable_xml_docs@' for option GENERATE_XML is not a valid boolean value
Using the default: NO!
warning: argument '@HAVE_DOT@' for option HAVE_DOT is not a valid boolean value
Using the default: YES!
warning: tag INPUT: input source '../usrp/host' does not exist
warning: tag INPUT: input source '../usrp/doc/other' does not exist
warning: source '../usrp/host' is not a readable file or directory... skipping.
warning: source '../usrp/doc/other' is not a readable file or directory... skipping.
warning: No files to be processed, please check your settings, in particular INPUT, FILE_PATTERNS, and RECURSIVE
Doxygen version used: 1.9.8
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Reading and parsing tag files
Parsing files
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Associating documentation with modules...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Computing module relations...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating page documentation...
Generating group documentation...
Generating class documentation...
Generating concept documentation...
Generating module documentation...
Generating namespace documentation...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating topic index...
Generating module index...
Generating module member index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating graphical class hierarchy...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
Running dot...
Running dot for graph 1/1
type lookup cache used 0/65536 hits=0 misses=0
symbol lookup cache used 0/65536 hits=0 misses=0
finished...
make[5]: Entering directory '/build/deps/libusrp/doc'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /build/deps/install/stow/libusrp/share/doc/usrp-/html
cp -r html /build/deps/install/stow/libusrp/share/doc/usrp-
/usr/bin/mkdir -p '/build/deps/install/stow/libusrp/share/doc/usrp-'
/usr/bin/install -c -m 644 ../README '/build/deps/install/stow/libusrp/share/doc/usrp-'
make[5]: Leaving directory '/build/deps/libusrp/doc'
make[4]: Leaving directory '/build/deps/libusrp/doc'
make[3]: Leaving directory '/build/deps/libusrp/doc'
make[2]: Leaving directory '/build/deps/libusrp/doc'
Making install in firmware
make[2]: Entering directory '/build/deps/libusrp/firmware'
Making install in include
make[3]: Entering directory '/build/deps/libusrp/firmware/include'
make[4]: Entering directory '/build/deps/libusrp/firmware/include'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libusrp/include/usrp'
/usr/bin/install -c -m 644 usrp_i2c_addr.h usrp_spi_defs.h fpga_regs_common.h fpga_regs_standard.h '/build/deps/install/stow/libusrp/include/usrp'
make[4]: Leaving directory '/build/deps/libusrp/firmware/include'
make[3]: Leaving directory '/build/deps/libusrp/firmware/include'
Making install in lib
make[3]: Entering directory '/build/deps/libusrp/firmware/lib'
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c delay.c -o delay.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c fx2utils.c -o fx2utils.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c i2c.c -o i2c.rel
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c isr.c -o isr.rel
isr.c:73: warning 94: comparison is always false due to limited range of data type
isr.c:100: warning 94: comparison is always false due to limited range of data type
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c timer.c -o timer.rel
timer.c:45: warning 158: overflow in implicit constant conversion
sdcc -mmcs51 --no-xinit-opt -I../../firmware/include -c usb_common.c -o usb_common.rel
usb_common.c:65: warning 196: pointer target lost const qualifier
usb_common.c:66: warning 196: pointer target lost const qualifier
usb_common.c:67: warning 196: pointer target lost const qualifier
usb_common.c:68: warning 196: pointer target lost const qualifier
usb_common.c:71: warning 196: pointer target lost const qualifier
usb_common.c:72: warning 196: pointer target lost const qualifier
usb_common.c:73: warning 196: pointer target lost const qualifier
usb_common.c:74: warning 196: pointer target lost const qualifier
usb_common.c:140: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:143: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:148: warning 154: converting integral to pointer without a cast
from type 'volatile-unsigned-char __xdata'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:150: warning 154: converting integral to pointer without a cast
from type 'int fixed'
to type 'volatile-unsigned-char __xdata* fixed'
usb_common.c:216: warning 126: unreachable code
usb_common.c:217: warning 126: unreachable code
usb_common.c:225: warning 126: unreachable code
usb_common.c:226: warning 126: unreachable code
usb_common.c:184: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
usb_common.c:315: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
rm -f libfx2.lib
touch libfx2.lib
for obj in delay.rel fx2utils.rel i2c.rel isr.rel timer.rel usb_common.rel; do basename $obj .rel >> libfx2.lib ; done
make[3]: Leaving directory '/build/deps/libusrp/firmware/lib'
Making install in src
make[3]: Entering directory '/build/deps/libusrp/firmware/src'
Making install in common
make[4]: Entering directory '/build/deps/libusrp/firmware/src/common'
make[5]: Entering directory '/build/deps/libusrp/firmware/src/common'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/libusrp/firmware/src/common'
make[4]: Leaving directory '/build/deps/libusrp/firmware/src/common'
Making install in usrp2
make[4]: Entering directory '/build/deps/libusrp/firmware/src/usrp2'
test -f `basename 'eeprom_boot.a51'` || ln -s 'eeprom_boot.a51' .
test -f ../common/`basename 'eeprom_boot.a51'` -o \
\! -f `dirname 'eeprom_boot.a51'`/../common/`basename 'eeprom_boot.a51'` \
|| ln -s `dirname 'eeprom_boot.a51'`/../common/`basename 'eeprom_boot.a51'` ../common/`basename 'eeprom_boot.a51'`
sdas8051 -plosgff `basename 'eeprom_boot.a51'`
sdcc -mmcs51 --no-xinit-opt -I../../../firmware/include -I../../../firmware/src/usrp2 -I../../../firmware/src/common -I../../../firmware/src/common -DHAVE_USRP2 \
-c -o eeprom_init.rel `test -f 'eeprom_init.c' || echo './'`eeprom_init.c
test -f `basename '_startup.a51'` || ln -s '_startup.a51' .
test -f ../common/`basename '_startup.a51'` -o \
\! -f `dirname '_startup.a51'`/../common/`basename '_startup.a51'` \
|| ln -s `dirname '_startup.a51'`/../common/`basename '_startup.a51'` ../common/`basename '_startup.a51'`
sdas8051 -plosgff `basename '_startup.a51'`
sdcc -mmcs51 --no-xinit-opt --code-loc 0x0000 --code-size 0x1800 --xram-loc 0x1800 --xram-size 0x0800 -Wl '-b USBDESCSEG = 0xE000' -L ../../lib libfx2.lib -o eeprom_boot.ihx eeprom_boot.rel eeprom_init.rel _startup.rel
./../common/build_eeprom.py -p/build/deps/install/stow/libusrp -r2 eeprom_boot.ihx > burn-usrp2-eeprom
chmod +x burn-usrp2-eeprom
./../common/build_eeprom.py -p/build/deps/install/stow/libusrp -r4 eeprom_boot.ihx > burn-usrp4-eeprom
chmod +x burn-usrp4-eeprom
test -f `basename 'vectors.a51'` || ln -s 'vectors.a51' .
test -f ../common/`basename 'vectors.a51'` -o \
\! -f `dirname 'vectors.a51'`/../common/`basename 'vectors.a51'` \
|| ln -s `dirname 'vectors.a51'`/../common/`basename 'vectors.a51'` ../common/`basename 'vectors.a51'`
sdas8051 -plosgff `basename 'vectors.a51'`
srcdir=. ./edit-gpif ./gpif.c usrp_gpif.c usrp_gpif_inline.h
sdcc -mmcs51 --no-xinit-opt -I../../../firmware/include -I../../../firmware/src/usrp2 -I../../../firmware/src/common -I../../../firmware/src/common -DHAVE_USRP2 \
-c -o usrp_main.rel `test -f 'usrp_main.c' || echo './'`usrp_main.c
usrp_main.asm:1389: Error: <a> Branching Range Exceeded.
removing usrp_main.rel
make[4]: *** [Makefile:666: usrp_main.rel] Error 1
make[4]: Leaving directory '/build/deps/libusrp/firmware/src/usrp2'
make[3]: *** [Makefile:410: install-recursive] Error 1
make[3]: Leaving directory '/build/deps/libusrp/firmware/src'
make[2]: *** [Makefile:410: install-recursive] Error 1
make[2]: Leaving directory '/build/deps/libusrp/firmware'
make[1]: *** [Makefile:638: install-recursive] Error 1
make[1]: Leaving directory '/build/deps/libusrp'
make: *** [Makefile:946: install] Error 2
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2388082 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmocom-bb/a1=default,a2=def…>
Changes:
------------------------------------------
[...truncated 366.17 KiB...]
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibility.
src/gsm/Makefile.am:15: warning: source file 'milenage/aes-internal.c' is in a subdirectory,
src/gsm/Makefile.am:15: but option 'subdir-objects' is disabled
src/gsm/Makefile.am:15: warning: source file 'milenage/aes-internal-enc.c' is in a subdirectory,
src/gsm/Makefile.am:15: but option 'subdir-objects' is disabled
src/gsm/Makefile.am:15: warning: source file 'milenage/milenage.c' is in a subdirectory,
src/gsm/Makefile.am:15: but option 'subdir-objects' is disabled
src/vty/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
tests/Makefile.am:12: warning: source file 'a5/a5_test.c' is in a subdirectory,
tests/Makefile.am:12: but option 'subdir-objects' is disabled
tests/Makefile.am:15: warning: source file 'auth/milenage_test.c' is in a subdirectory,
tests/Makefile.am:15: but option 'subdir-objects' is disabled
tests/Makefile.am:18: warning: source file 'bits/bitrev_test.c' is in a subdirectory,
tests/Makefile.am:18: but option 'subdir-objects' is disabled
tests/Makefile.am:21: warning: source file 'conv/conv_test.c' is in a subdirectory,
tests/Makefile.am:21: but option 'subdir-objects' is disabled
tests/Makefile.am:48: warning: source file 'gb/bssgp_fc_test.c' is in a subdirectory,
tests/Makefile.am:48: but option 'subdir-objects' is disabled
tests/Makefile.am:27: warning: source file 'gsm0408/gsm0408_test.c' is in a subdirectory,
tests/Makefile.am:27: but option 'subdir-objects' is disabled
tests/Makefile.am:24: warning: source file 'gsm0808/gsm0808_test.c' is in a subdirectory,
tests/Makefile.am:24: but option 'subdir-objects' is disabled
tests/Makefile.am:30: warning: source file 'lapd/lapd_test.c' is in a subdirectory,
tests/Makefile.am:30: but option 'subdir-objects' is disabled
tests/Makefile.am:51: warning: source file 'logging/logging_test.c' is in a subdirectory,
tests/Makefile.am:51: but option 'subdir-objects' is disabled
tests/Makefile.am:33: warning: source file 'msgfile/msgfile_test.c' is in a subdirectory,
tests/Makefile.am:33: but option 'subdir-objects' is disabled
tests/Makefile.am:39: warning: source file 'sms/sms_test.c' is in a subdirectory,
tests/Makefile.am:39: but option 'subdir-objects' is disabled
tests/Makefile.am:36: warning: source file 'smscb/smscb_test.c' is in a subdirectory,
tests/Makefile.am:36: but option 'subdir-objects' is disabled
tests/Makefile.am:42: warning: source file 'timer/timer_test.c' is in a subdirectory,
tests/Makefile.am:42: but option 'subdir-objects' is disabled
tests/Makefile.am:45: warning: source file 'ussd/ussd_test.c' is in a subdirectory,
tests/Makefile.am:45: but option 'subdir-objects' is disabled
utils/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
mkdir shared/libosmocore/build-target
cd shared/libosmocore/build-target && ../configure \
--host=arm-none-eabi --enable-embedded --disable-shared \
--disable-tests ac_cv_header_sys_select_h=no \
--disable-tests ac_cv_header_sys_socket_h=no \
CFLAGS="-Os -ffunction-sections -I/build/src/target/firmware/include -nostartfiles -nodefaultlibs"
configure: WARNING: unrecognized options: --disable-tests, --disable-tests
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for arm-none-eabi-strip... arm-none-eabi-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for arm-none-eabi-gcc... arm-none-eabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether arm-none-eabi-gcc accepts -g... yes
checking for arm-none-eabi-gcc option to enable C11 features... none needed
checking whether arm-none-eabi-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of arm-none-eabi-gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-none-eabi
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by arm-none-eabi-gcc... /usr/lib/arm-none-eabi/bin/ld
checking if the linker (/usr/lib/arm-none-eabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/arm-none-eabi-nm -B
checking the name lister (/usr/bin/arm-none-eabi-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-none-eabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/lib/arm-none-eabi/bin/ld option to reload object files... -r
checking for file... file
checking for arm-none-eabi-objdump... arm-none-eabi-objdump
checking how to recognize dependent libraries... unknown
checking for arm-none-eabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-none-eabi-ranlib... arm-none-eabi-ranlib
checking for arm-none-eabi-ar... arm-none-eabi-ar
checking for archiver @FILE support... @
checking for arm-none-eabi-strip... (cached) arm-none-eabi-strip
checking command to parse /usr/bin/arm-none-eabi-nm -B output from arm-none-eabi-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for arm-none-eabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if arm-none-eabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-none-eabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-none-eabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-none-eabi-gcc static flag -static works... yes
checking if arm-none-eabi-gcc supports -c -o file.o... yes
checking if arm-none-eabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-none-eabi-gcc linker (/usr/lib/arm-none-eabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... no
checking for sys/select.h... (cached) no
checking for sys/socket.h... (cached) no
checking for syslog.h... no
checking for ctype.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for library containing dlopen... no
checking for doxygen... /usr/bin/doxygen
checking if arm-none-eabi-gcc supports -fvisibility=hidden... yes
checking whether struct tm has tm_gmtoff member... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmocore.pc
config.status: creating libosmocodec.pc
config.status: creating libosmovty.pc
config.status: creating libosmogsm.pc
config.status: creating libosmogb.pc
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/vty/Makefile
config.status: creating src/codec/Makefile
config.status: creating src/gsm/Makefile
config.status: creating src/gb/Makefile
config.status: creating tests/Makefile
config.status: creating utils/Makefile
config.status: creating Doxyfile.core
config.status: creating Doxyfile.gsm
config.status: creating Doxyfile.vty
config.status: creating Doxyfile.codec
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-tests, --disable-tests
cd shared/libosmocore/build-target && make
make[1]: Entering directory '/build/src/shared/libosmocore/build-target'
echo 0.2.0.24-37e2 > ../.version-t && mv ../.version-t ../.version
make all-recursive
make[2]: Entering directory '/build/src/shared/libosmocore/build-target'
Making all in include
make[3]: Entering directory '/build/src/shared/libosmocore/build-target/include'
GEN osmocom/core/crc16gen.h
GEN osmocom/core/crc16gen.h
GEN osmocom/core/crc32gen.h
GEN osmocom/core/crc32gen.h
GEN osmocom/core/crc64gen.h
GEN osmocom/core/crc64gen.h
GEN osmocom/core/crc8gen.h
GEN osmocom/core/crc8gen.h
make[3]: Leaving directory '/build/src/shared/libosmocore/build-target/include'
Making all in src
make[3]: Entering directory '/build/src/shared/libosmocore/build-target/src'
GEN crc8gen.c
GEN crc16gen.c
GEN crc32gen.c
GEN crc64gen.c
make all-am
make[4]: Entering directory '/build/src/shared/libosmocore/build-target/src'
CC timer.lo
CC select.lo
CC signal.lo
CC msgb.lo
In file included from ../../include/osmocom/core/msgb.h:21,
from ../../src/msgb.c:28:
../../include/osmocom/core/msgb.h: In function 'msgb_alloc_headroom':
../../include/osmocom/core/utils.h:40:51: warning: typedef 'dummyheadroom_bigger' locally defined but not used [-Wunused-local-typedefs]
40 | #define osmo_static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1];
| ^~~~~
../../include/osmocom/core/msgb.h:382:9: note: in expansion of macro 'osmo_static_assert'
382 | osmo_static_assert(size > headroom, headroom_bigger);
| ^~~~~~~~~~~~~~~~~~
CC bits.lo
CC bitvec.lo
CC statistics.lo
CC write_queue.lo
In file included from ../../include/osmocom/core/msgb.h:21,
from ../../include/osmocom/core/write_queue.h:30,
from ../../src/write_queue.c:20:
../../include/osmocom/core/msgb.h: In function 'msgb_alloc_headroom':
../../include/osmocom/core/utils.h:40:51: warning: typedef 'dummyheadroom_bigger' locally defined but not used [-Wunused-local-typedefs]
40 | #define osmo_static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1];
| ^~~~~
../../include/osmocom/core/msgb.h:382:9: note: in expansion of macro 'osmo_static_assert'
382 | osmo_static_assert(size > headroom, headroom_bigger);
| ^~~~~~~~~~~~~~~~~~
CC utils.lo
../../src/utils.c: In function 'get_value_string':
../../src/utils.c:33:56: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=]
33 | snprintf(namebuf, sizeof(namebuf), "unknown 0x%x", val);
| ~^ ~~~
| | |
| | uint32_t {aka long unsigned int}
| unsigned int
| %lx
../../src/utils.c: In function 'get_string_value':
../../src/utils.c:49:22: error: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration]
49 | if (!strcasecmp(vs[i].str, str))
| ^~~~~~~~~~
make[4]: Leaving directory '/build/src/shared/libosmocore/build-target/src'
make[4]: *** [Makefile:511: utils.lo] Error 1
make[3]: Leaving directory '/build/src/shared/libosmocore/build-target/src'
make[3]: *** [Makefile:385: all] Error 2
make[2]: *** [Makefile:514: all-recursive] Error 1
make[2]: Leaving directory '/build/src/shared/libosmocore/build-target'
make[1]: *** [Makefile:386: all] Error 2
make[1]: Leaving directory '/build/src/shared/libosmocore/build-target'
make: *** [Makefile:34: shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 136431 killed;
[ssh-agent] Stopped.
Archiving artifacts