Build failure triggered by update https://review.opendev.org/c/starlingx/ansible-playbooks/+/886638.

A Launchpad has been opened: https://bugs.launchpad.net/starlingx/+bug/2047040

Scott

On 2023-12-20 07:09, build.starlingx@gmail.com wrote:
See <http://yow2-wrcp2-lx:8080/job/STX_build_debian_master/236/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace <http://yow2-wrcp2-lx:8080/job/STX_build_debian_master/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_build_debian_master] $ /bin/bash -xe /tmp/jenkins11955687649743708402.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=20231220T070059Z
+ TIMESTAMP=20231220T070059Z
+ export PUBLISH_BRANCH=
+ PUBLISH_BRANCH=
+ export PUBLISH_TIMESTAMP=
+ PUBLISH_TIMESTAMP=
+ '[' master == master ']'
+ PUBLISH_BRANCH=master
+ PUBLISH_TIMESTAMP=20231220T070059Z
+ '[' -n master ']'
+ '[' -n 20231220T070059Z ']'
+ 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/20231220T070059Z
+ PUBLISH_BUILD_BASE=/export/mirror/starlingx/master/debian/monolithic/20231220T070059Z
+ export PUBLISH_LOGS_BASE=/export/mirror/starlingx/master/debian/monolithic/20231220T070059Z/logs
+ PUBLISH_LOGS_BASE=/export/mirror/starlingx/master/debian/monolithic/20231220T070059Z/logs
++ echo /export/mirror/starlingx/master/debian/monolithic/20231220T070059Z/logs
++ sed 's#^/export/##'
+ export PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20231220T070059Z/logs
+ PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20231220T070059Z/logs
+ echo PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/20231220T070059Z/logs
+ 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_build_debian_master] $ /bin/bash -xe /tmp/jenkins12783086014889960443.sh
++ date --utc +%Y%m%dT%H%M%SZ
+ TIMESTAMP=20231220T070059Z
+ EMAIL_LIST='	davlet.panech@windriver.com,     scott.little@windriver.com, 	dostoievski.albinobatista@windriver.com     
'
+ cat
Waiting for the completion of starlingx-jenkins-pipelines » monolithic
starlingx-jenkins-pipelines » monolithic #239 started.
starlingx-jenkins-pipelines » monolithic #239 completed. Result was FAILURE
Build step 'Trigger/call builds on other projects' marked build as failure