Re: Build failed in Jenkins: STX_openstack_build_debian #94
The StarlingX Openstack build is failing on stx-neutron. I have created a launchpad... https://bugs.launchpad.net/starlingx/+bug/2052644 Scott On 2024-01-31 12:34, build.starlingx@gmail.com wrote:
See <http://yow2-wrcp2-lx:8080/job/STX_openstack_build_debian/94/display/redirect>
Changes:
------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building in workspace <http://yow2-wrcp2-lx:8080/job/STX_openstack_build_debian/ws/> Extended Email Publisher is currently disabled in project settings [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Executing and processing the following script content: export BRANCH=master export LAYER=monolithic export DISTRO=debian export PUBLISH_URL=http://mirror.starlingx.cengn.ca export TIMESTAMP=$BUILD_TIMESTAMP
export PUBLISH_BRANCH="" export PUBLISH_TIMESTAMP=""
if [ "$BRANCH" == "master" ]; then PUBLISH_BRANCH=$BRANCH PUBLISH_TIMESTAMP=$TIMESTAMP elif [[ $BRANCH == f/* ]]; then # feature branch PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^f/#feature/#') PUBLISH_TIMESTAMP=$TIMESTAMP elif [[ $BRANCH == m/[0-9][0-9][0-9][0-9][.][0-9][0-9]* ]]; then # milestone tag m/2018.10.b3 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^m/\([0-9][0-9][0-9][0-9][.][0-9][0-9]\).*#milestone/\1#') PUBLISH_TIMESTAMP=$(echo $BRANCH | sed 's#^m/\([0-9][0-9][0-9][0-9][.][0-9][0-9]\)\([.][Bb][0-9]*\)$#\1\2#') elif [[ $BRANCH == m[0-9][0-9][0-9][0-9][.][0-9][0-9]* ]]; then # milestone tag m2018.10.b3 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^m\([0-9][0-9][0-9][0-9][.][0-9][0-9]\).*#milestone/\1#') PUBLISH_TIMESTAMP=$(echo $BRANCH | sed 's#^m\([0-9][0-9][0-9][0-9][.][0-9][0-9]\)\([.][Bb][0-9]*\)$#\1\2#') elif [[ $BRANCH == [0-9][0-9][0-9][0-9][.][0-9][0-9][.][Bb][0-9]* ]]; then # milestone tag 2018.10.b3 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^\([0-9][0-9][0-9][0-9][.][0-9][0-9]\).*#milestone/\1#') PUBLISH_TIMESTAMP=$(echo $BRANCH | sed 's#^\([0-9][0-9][0-9][0-9][.][0-9][0-9]\)\([.][Bb][0-9]*\)$#\1\2#') elif [[ $BRANCH == r/stx[.]@([0-9])[.]@([0-9]) ]]; then # release candidate branch r/stx.2.0 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^r/stx[.]\([0-9]*[.][0-9]*\).*$#rc/\1#') PUBLISH_TIMESTAMP=$TIMESTAMP elif [[ $BRANCH == r/[0-9][0-9][0-9][0-9][.][0-9][0-9]* ]]; then # release branch r/2018.10.5 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^r/\([0-9][0-9][0-9][0-9][.][0-9][0-9]\).*#release/\1#') PUBLISH_TIMESTAMP=$(echo $BRANCH | sed 's#^r/\([0-9][0-9][0-9][0-9][.][0-9][0-9]\)\([.][0-9]*\)\{0,1\}$#\1\2#') elif [[ $BRANCH == r[0-9][0-9][0-9][0-9][.]* ]]; then # release branch r2018.10.5 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#^r\([0-9][0-9][0-9][0-9][.][0-9][0-9]\).*#release/\1#') PUBLISH_TIMESTAMP=$(echo $BRANCH | sed 's#^r\([0-9][0-9][0-9][0-9][.][0-9][0-9]\)\([.][0-9]*\)\{0,1\}$#\1\2#') elif [[ $BRANCH == [0-9][0-9][0-9][0-9][.][0-9][0-9] ]] || [[ $BRANCH == [0-9][0-9][0-9][0-9][.][0-9][0-9].[0-9]* ]] ; then # Release branch 2018.10.1 PUBLISH_BRANCH=$(echo $BRANCH | sed 's#\([0-9][0-9][0-9][0-9][.][0-9][0-9]\).*#release/\1#') PUBLISH_TIMESTAMP=$BRANCH fi
# Assertions, did we get a BRANCH we understand how to parse [ -n "$PUBLISH_BRANCH" ] [ -n "$PUBLISH_TIMESTAMP" ]
export PUBLISH_DISTRO_BASE=/export/mirror/starlingx/$PUBLISH_BRANCH/$DISTRO/$LAYER export PUBLISH_BUILD_BASE=$PUBLISH_DISTRO_BASE/$PUBLISH_TIMESTAMP export PUBLISH_LOGS_BASE=$PUBLISH_BUILD_BASE/logs export PUBLISH_LOGS_URL=$PUBLISH_URL/$(echo $PUBLISH_LOGS_BASE | sed 's#^/export/##')
echo PUBLISH_LOGS_URL=$PUBLISH_LOGS_URL > env.properties echo BRANCH=$BRANCH >> env.properties
[STX_openstack_build_debian] $ /bin/bash -xe /tmp/jenkins16022356213495087352.sh + export BRANCH=master + BRANCH=master + export LAYER=monolithic + LAYER=monolithic + export DISTRO=debian + DISTRO=debian + export PUBLISH_URL=http://mirror.starlingx.cengn.ca + PUBLISH_URL=http://mirror.starlingx.cengn.ca + export TIMESTAMP=20240131T170051Z + TIMESTAMP=20240131T170051Z + export PUBLISH_BRANCH= + PUBLISH_BRANCH= + export PUBLISH_TIMESTAMP= + PUBLISH_TIMESTAMP= + '[' master == master ']' + PUBLISH_BRANCH=master + PUBLISH_TIMESTAMP=20240131T170051Z + '[' -n master ']' + '[' -n 20240131T170051Z ']' + export PUBLISH_DISTRO_BASE=/export/mirror/starlingx/master/debian/monolithic + PUBLISH_DISTRO_BASE=/export/mirror/starlingx/master/debian/monolithic + export PUBLISH_BUILD_BASE=/export/mirror/starlingx/master/debian/monolithic/20240131T170051Z + PUBLISH_BUILD_BASE=/export/mirror/starlingx/master/debian/monolithic/20240131T170051Z + export PUBLISH_LOGS_BASE=/export/mirror/starlingx/master/debian/monolithic/20240131T170051Z/logs + PUBLISH_LOGS_BASE=/export/mirror/starlingx/master/debian/monolithic/20240131T170051Z/logs ++ echo /export/mirror/starlingx/master/debian/monolithic/20240131T170051Z/logs ++ sed 's#^/export/##' + export PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/2... + PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/2... + echo PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/2... + echo BRANCH=master [EnvInject] - Script executed successfully. [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties file path 'env.properties' [EnvInject] - Variables injected successfully. [STX_openstack_build_debian] $ /bin/bash -xe /tmp/jenkins9675345612799491886.sh ++ date --utc +%Y%m%dT%H%M%SZ + TIMESTAMP=20240131T170051Z + EMAIL_LIST=' davlet.panech@windriver.com, scott.little@windriver.com ' + cat Waiting for the completion of STX_openstack_build_pipelines » monolithic STX_openstack_build_pipelines » monolithic #96 started. STX_openstack_build_pipelines » monolithic #96 completed. Result was FAILURE Build step 'Trigger/call builds on other projects' marked build as failure
participants (1)
-
Scott Little