Project

General

Profile

Actions

Bug #5052

closed

Osmocom release tarballs jenkins job fails

Added by laforge about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Target version:
-
Start date:
02/28/2021
Due date:
% Done:

100%

Spec Reference:

Actions #1

Updated by laforge about 3 years ago

  • Status changed from New to In Progress
  • Assignee changed from pespin to laforge
Actions #2

Updated by laforge about 3 years ago

+ make dist-bzip2
if test -d "osmo-trx-1.3.0"; then find "osmo-trx-1.3.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-trx-1.3.0" || { sleep 5 && rm -rf "osmo-trx-1.3.0"; }; else :; fi
test -d "osmo-trx-1.3.0" || mkdir "osmo-trx-1.3.0" 
 (cd CommonLibs && make  top_distdir=../osmo-trx-1.3.0 distdir=../osmo-trx-1.3.0/CommonLibs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/CommonLibs'
make[1]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/CommonLibs'
 (cd GSM && make  top_distdir=../osmo-trx-1.3.0 distdir=../osmo-trx-1.3.0/GSM \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/GSM'
make[1]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/GSM'
 (cd Transceiver52M && make  top_distdir=../osmo-trx-1.3.0 distdir=../osmo-trx-1.3.0/Transceiver52M \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M'
 (cd arch && make  top_distdir=../../osmo-trx-1.3.0 distdir=../../osmo-trx-1.3.0/Transceiver52M/arch \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch'
 (cd common && make  top_distdir=../../../osmo-trx-1.3.0 distdir=../../../osmo-trx-1.3.0/Transceiver52M/arch/common \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch/common'
make[3]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch/common'
 (cd arm && make  top_distdir=../../../osmo-trx-1.3.0 distdir=../../../osmo-trx-1.3.0/Transceiver52M/arch/arm \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch/arm'
make[3]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch/arm'
 (cd x86 && make  top_distdir=../../../osmo-trx-1.3.0 distdir=../../../osmo-trx-1.3.0/Transceiver52M/arch/x86 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch/x86'
make[3]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch/x86'
make[2]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/arch'
 (cd device && make  top_distdir=../../osmo-trx-1.3.0 distdir=../../osmo-trx-1.3.0/Transceiver52M/device \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/device'
 (cd common && make  top_distdir=../../../osmo-trx-1.3.0 distdir=../../../osmo-trx-1.3.0/Transceiver52M/device/common \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/device/common'
make[3]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/device/common'
 (cd ipc && make  top_distdir=../../../osmo-trx-1.3.0 distdir=../../../osmo-trx-1.3.0/Transceiver52M/device/ipc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/device/ipc'
make[3]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/device/ipc'
make[3]: *** No rule to make target 'uhddev_ipc.cpp', needed by 'distdir'.  Stop.
Makefile:525: recipe for target 'distdir' failed
make[2]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M/device'
make[2]: *** [distdir] Error 1
make[1]: *** [distdir] Error 1
Makefile:934: recipe for target 'distdir' failed
make[1]: Leaving directory '/osmo-ci/_temp/repos/osmo-trx/Transceiver52M'
make: *** [distdir] Error 1
Makefile:620: recipe for target 'distdir' failed
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 26639 killed;
[ssh-agent] Stopped.
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: FAILURE
Actions #3

Updated by laforge about 3 years ago

  • % Done changed from 0 to 50

I could reproduce this locally and the fix in https://gerrit.osmocom.org/c/osmo-trx/+/23140 works here.

Actions #4

Updated by laforge about 3 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 50 to 100

job now passes after osmo-trx 1.3.1 fixed "make dist", and osmo-ci has been updated to skip the 1.3.0 tag for the osmo-trx repository.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)