The openstack build of the kernel-6.6 feature branch is failing on
the stx-nova and stx-neutron containers.

https://bugs.launchpad.net/starlingx/+bug/2068031



-------- Forwarded Message --------
Subject: Build failed in Jenkins: STX_f_kernel_6.6_openstack_build_debian #45
Date: Mon, 3 Jun 2024 06:52:40 -0400
From: build.starlingx@gmail.com
To: scott.little@windriver.com, davlet.panech@windriver.com


See <http://yow2-wrcp2-lx:8080/job/STX_f_kernel_6.6_openstack_build_debian/45/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace <http://yow2-wrcp2-lx:8080/job/STX_f_kernel_6.6_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=f/kernel-6.6
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" == "f/kernel-6.6" ]; 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_f_kernel_6.6_openstack_build_debian] $ /bin/bash -xe /tmp/jenkins17312832131260111762.sh
+ export BRANCH=f/kernel-6.6
+ BRANCH=f/kernel-6.6
+ 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=20240603T030000Z
+ TIMESTAMP=20240603T030000Z
+ export PUBLISH_BRANCH=
+ PUBLISH_BRANCH=
+ export PUBLISH_TIMESTAMP=
+ PUBLISH_TIMESTAMP=
+ '[' f/kernel-6.6 == f/kernel-6.6 ']'
+ PUBLISH_BRANCH=f/kernel-6.6
+ PUBLISH_TIMESTAMP=20240603T030000Z
+ '[' -n f/kernel-6.6 ']'
+ '[' -n 20240603T030000Z ']'
+ export PUBLISH_DISTRO_BASE=/export/mirror/starlingx/f/kernel-6.6/debian/monolithic
+ PUBLISH_DISTRO_BASE=/export/mirror/starlingx/f/kernel-6.6/debian/monolithic
+ export PUBLISH_BUILD_BASE=/export/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z
+ PUBLISH_BUILD_BASE=/export/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z
+ export PUBLISH_LOGS_BASE=/export/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z/logs
+ PUBLISH_LOGS_BASE=/export/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z/logs
++ echo /export/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z/logs
++ sed 's#^/export/##'
+ export PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z/logs
+ PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z/logs
+ echo PUBLISH_LOGS_URL=http://mirror.starlingx.cengn.ca/mirror/starlingx/f/kernel-6.6/debian/monolithic/20240603T030000Z/logs
+ echo BRANCH=f/kernel-6.6
[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_f_kernel_6.6_openstack_build_debian] $ /bin/bash -xe /tmp/jenkins6823433033852894289.sh
++ date --utc +%Y%m%dT%H%M%SZ
+ TIMESTAMP=20240603T030000Z
+ EMAIL_LIST=' davlet.panech@windriver.com, scott.little@windriver.com, Dostoievski.AlbinoBatista@windriver.com, thaleselero.cervi@windriver.com, Li.Zhou@windriver.com, vefa.bicakci@windriver.com '
+ cat
Waiting for the completion of STX_f_kernel_6.6_openstack_build_pipelines » monolithic
STX_f_kernel_6.6_openstack_build_pipelines » monolithic #45 started.
STX_f_kernel_6.6_openstack_build_pipelines » monolithic #45 completed. Result was FAILURE
Build step 'Trigger/call builds on other projects' marked build as failure