[dss-merge-requests] Build failed in Jenkins: yocto #2016

dS Jenkins jenkins at dev.digitalstrom.org
Wed Nov 14 10:38:10 CET 2018


See <http://dsjenkins.cloudapp.net/jenkins/job/yocto/2016/display/redirect>

------------------------------------------
Started by upstream project "dSA" build number 511
originally caused by:
 Started by upstream project "dsm-api" build number 314
 originally caused by:
  Started by an SCM change
Started by upstream project "vdsm" build number 254
originally caused by:
 Started by upstream project "dsm-api" build number 314
 originally caused by:
  Started by an SCM change
Legacy code started this job.  No cause information is available
[EnvInject] - Loading node environment variables.
Building remotely on linux-slave-i5 (build_cluster) in workspace <http://dsjenkins.cloudapp.net/jenkins/job/yocto/ws/>
 > /opt/bitnami/git/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /opt/bitnami/git/bin/git config remote.origin.url https://git.digitalstrom.org/dss-oe/dss-oe.git # timeout=10
Fetching upstream changes from https://git.digitalstrom.org/dss-oe/dss-oe.git
 > /opt/bitnami/git/bin/git --version # timeout=10
using GIT_SSH to set credentials 
 > /opt/bitnami/git/bin/git fetch --tags --progress https://git.digitalstrom.org/dss-oe/dss-oe.git +refs/heads/*:refs/remotes/origin/*
 > /opt/bitnami/git/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /opt/bitnami/git/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ab5d148719f7a4632a9c3e66ab936f36ff254a72 (refs/remotes/origin/master)
 > /opt/bitnami/git/bin/git config core.sparsecheckout # timeout=10
 > /opt/bitnami/git/bin/git checkout -f ab5d148719f7a4632a9c3e66ab936f36ff254a72
Commit message: "Merge branch 'MR_delete-old-artifacts' into 'master'"
 > /opt/bitnami/git/bin/git rev-list --no-walk ab5d148719f7a4632a9c3e66ab936f36ff254a72 # timeout=10
[yocto] $ /bin/bash -xe /tmp/****6339581348140362499.sh
+ find ./ -name Packages.stamps -exec rm '{}' ';'
+ cp /home/****/****-devel.x509.pem /home/****/****-devel.priv.pem ./
+ git submodule update --init
+ echo /tmp/****6339581348140362499.sh
/tmp/****6339581348140362499.sh
+ echo yocto chroot build environment
yocto chroot build environment
+ echo

+ echo 'ERROR_QA_remove="version-going-backwards"'
+ dir=yocto/dS/meta-digitalstrom-devel/
+ EXTRA_CMDS='echo "No extra cmds!"'
+ projects=($sonos $dss_mainline $linux_astralix $libdsuid $dsm_fw_upgrade $dsf_fw_upgrade $dss_websrc_mainline $netatmo_vdc $ds485_client $thanos $vdsm $dss11_usb_upgrade $upnp $heating_controller_logger $motion_detector $ds_doku $event_checker $event_push_notification $event_twitterer $remote_connectivity $hue_ui $ds_assistant_config $dss11_websetup $sdcard_overlay $dss11_utils $ds_assistant $ds485_core $ds485p $sunxi_bin_archive $timed_events $dss11e_u_boot $netatmo_ui $huecontrol2 $dsdata $led_wizard $ds485d $power_metering $libcommchannel $event_mailer $presence_simulator $mcp $dsid_tools $hle_edit $fsl_otp_tool $ds_assistant_configtuner $dss_addon_framework $dss_oe $scene_responder $user_defined_states $shower $auto_off $ds485_netlib $home_connect_ui $dsm_api $device_energy_collector $heating_controller $ds_assistant_ui $rescue_system)
+ which docker
+ true
++ git rev-parse --show-toplevel
+ DSS_OE_DIR=/home/****/workspace/yocto
++ id -un
+ USER=****
++ id -G
++ cut '-d ' -f2-
+ GIDS='4 24 27 30 46 113 128 131'
++ echo 4 24 27 30 46 113 128 131
++ tr ' ' ,
+ GIDSCOMMA=4,24,27,30,46,113,128,131
++ id -g
++ id -gn
++ id -u
+ docker build --rm -t yocto --build-arg gid=1000 --build-arg 'gids=4 24 27 30 46 113 128 131' --build-arg gidsComma=4,24,27,30,46,113,128,131 --build-arg group=**** --build-arg uid=1000 --build-arg user=**** /home/****/workspace/yocto/yocto-env/
Sending build context to Docker daemon  9.216kB
Step 1/30 : FROM centos:7
 ---> e934aafc2206
Step 2/30 : RUN yum makecache && yum install -y epel-release
 ---> Using cache
 ---> 40d869c6b983
Step 3/30 : ENV CENTOS_MISSING="file"
 ---> Using cache
 ---> 2df8792c21d9
Step 4/30 : RUN yum makecache &&     yum install -y gawk make wget tar bzip2 gzip python unzip perl patch     diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat     perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue     SDL-devel xterm $CENTOS_MISSING
 ---> Using cache
 ---> 27a0b69699b1
Step 5/30 : RUN wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.0/buildtools/poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-2.0.sh &&   sh poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-2.0.sh -y &&   rm poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-2.0.sh
 ---> Using cache
 ---> 6f6d354a9181
Step 6/30 : RUN yum makecache && yum install -y libstdc++-devel.i686 glibc-devel.i686
 ---> Using cache
 ---> 168c4dbba474
Step 7/30 : RUN yum makecache && yum install -y ncurses-devel lzop
 ---> Using cache
 ---> c30a1e924ee0
Step 8/30 : RUN yum makecache && yum install -y python-polib
 ---> Using cache
 ---> 0d5bceaa59e2
Step 9/30 : RUN wget https://bootstrap.pypa.io/get-pip.py &&     python get-pip.py &&     pip install --ignore-installed --install-option="--prefix=/opt/poky/2.0/sysroots/x86_64-pokysdk-linux/" polib &&     rm get-pip.py
 ---> Using cache
 ---> 44e170d582f3
Step 10/30 : RUN yum makecache && yum install -y npm
 ---> Using cache
 ---> a88693ca38f0
Step 11/30 : RUN yum makecache && yum install -y which net-tools
 ---> Using cache
 ---> c4b3eeacb58e
Step 12/30 : RUN yum makecache && yum install -y file zip
 ---> Using cache
 ---> f49de11a0698
Step 13/30 : RUN yum makecache && yum install -y gnupg2-smime
 ---> Using cache
 ---> 462716aefbf0
Step 14/30 : RUN yum makecache && yum install -y openssl
 ---> Using cache
 ---> d4edaa318f15
Step 15/30 : RUN yum makecache && yum install -y python which
 ---> Using cache
 ---> 2e1ed1d20554
Step 16/30 : RUN wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/buildtools/x86_64-buildtools-nativesdk-standalone-2.5.1.sh &&   chmod +x ./x86_64-buildtools-nativesdk-standalone-2.5.1.sh &&   sh ./x86_64-buildtools-nativesdk-standalone-2.5.1.sh -y &&   rm ./x86_64-buildtools-nativesdk-standalone-2.5.1.sh
 ---> Using cache
 ---> 0b7ae19a932f
Step 17/30 : RUN source /opt/poky/2.5.1/environment-setup-x86_64-pokysdk-linux &&     wget https://bootstrap.pypa.io/get-pip.py &&     python3 get-pip.py &&     pip install --ignore-installed --install-option="--prefix=/opt/poky/2.5.1/sysroots/x86_64-pokysdk-linux/" polib &&     rm get-pip.py
 ---> Using cache
 ---> 6ea9afe653c5
Step 18/30 : RUN yum makecache && yum install -y perl-ExtUtils-MakeMaker
 ---> Using cache
 ---> 7c0d47df688b
Step 19/30 : ARG user
 ---> Using cache
 ---> 8809340ea0a5
Step 20/30 : ARG uid
 ---> Using cache
 ---> 54debab74ee2
Step 21/30 : ARG group
 ---> Using cache
 ---> 99e9bcde0490
Step 22/30 : ARG gid
 ---> Using cache
 ---> 8ad607ca60d7
Step 23/30 : ARG gids
 ---> Using cache
 ---> e3521819bdf4
Step 24/30 : ARG gidsComma
 ---> Using cache
 ---> 8a7bc7cfe2c2
Step 25/30 : RUN groupadd -g ${gid} ${group}
 ---> Using cache
 ---> a77de2cc28f3
Step 26/30 : RUN for x in $gids; do groupadd -g $x $x || true; done
 ---> Using cache
 ---> 74b63c840b43
Step 27/30 : RUN useradd -N -g ${gid} -G ${gidsComma} -u ${uid} ${user}
 ---> Using cache
 ---> 996c56411871
Step 28/30 : USER ${user}
 ---> Using cache
 ---> b140976563a1
Step 29/30 : ENV LANG="en_US.UTF-8"
 ---> Using cache
 ---> 0e07685f7adb
Step 30/30 : RUN git config --global user.name "${user}-yocto" && git config --global user.email "${user}-yocto at example.com"
 ---> Using cache
 ---> bfa0f7eaa269
Successfully built bfa0f7eaa269
Successfully tagged yocto:latest
+ set +x
+ cd /home/****/workspace/yocto
+ mkdir -p /home/****/.ssh/
+ set +x
+ echo -e 'host git.digitalstrom.org\n   HostName git.digitalstrom.org\n  IdentityFile ~/.ssh/id_rsa\n   User ****\n   LogLevel DEBUG3\n   StrictHostKeyChecking no'
+ chmod 600 /home/****/.ssh/id_rsa
+ chmod 700 /home/****/.ssh
+ ssh-keygen -y -f /home/****/.ssh/id_rsa
+ git clone -vvv ssh://git@git.digitalstrom.org:16022/virtual-devices/hekatron-ui.git /tmp/hek
Cloning into '/tmp/hek'...
debug2: resolving "git.digitalstrom.org" port 16022
ssh: Could not resolve hostname git.digitalstrom.org: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
+ ./buildyoctofeed -b devel
Configured feed: "devel"

Building bootstrap packages

NOTE: Started PRServer with DBfile: /home/****/workspace/yocto/poky-devel-nopkg-build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 40235, PID: 35
Loading cache...done.
Loaded 11 entries from dependency cache.
Parsing recipes...WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo/vdc-ui-netatmo_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/siemens/vdc-ui-siemens_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo/vdc-ui-netatmo_git.bb: Error during finalise of /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo/vdc-ui-netatmo_git.bb
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/siemens/vdc-ui-siemens_git.bb: Error during finalise of /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/siemens/vdc-ui-siemens_git.bb
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo/vdc-netatmo_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo/vdc-netatmo_git.bb: Error during finalise of /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo/vdc-netatmo_git.bb
ERROR: ExpansionError during parsing /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/siemens/vdc-ui-siemens_git.bb
Traceback (most recent call last):
bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export GIT_SSL_CAINFO="/opt/poky/2.5.1/sysroots/x86_64-pokysdk-linux/etc/ssl/certs/ca-certificates.crt"; export PATH="/home/****/workspace/yocto/yocto/feedconfig/devel/poky/scripts:/home/****/workspace/yocto/poky-devel-nopkg-build/build/work/all-poky-linux/vdc-ui-siemens/git-r2/recipe-sysroot-native/usr/bin/allarch-poky-linux:/home/****/workspace/yocto/poky-devel-nopkg-build/build/work/all-poky-linux/vdc-ui-siemens/git-r2/recipe-sysroot/usr/bin/crossscripts:/home/****/workspace/yocto/poky-devel-nopkg-build/build/work/all-poky-linux/vdc-ui-siemens/git-r2/recipe-sysroot-native/usr/sbin:/home/****/workspace/yocto/poky-devel-nopkg-build/build/work/all-poky-linux/vdc-ui-siemens/git-r2/recipe-sysroot-native/usr/bin:/home/****/workspace/yocto/poky-devel-nopkg-build/build/work/all-poky-linux/vdc-ui-siemens/git-r2/recipe-sysroot-native/sbin:/home/****/workspace/yocto/poky-devel-nopkg-build/build/work/all-poky-linux/vdc-ui-siemens/git-r2/recipe-sysroot-native/bin:/home/****/workspace/yocto/yocto/feedconfig/devel/poky/bitbake/bin:/home/****/workspace/yocto/poky-devel-nopkg-build/build/hosttools"; export HOME="/home/****"; git -c core.fsyncobjectfiles=0 ls-remote https://git.digitalstrom.org/virtual-devices/home-connect-ui.git  failed with exit code 128, output:
fatal: unable to access 'https://git.digitalstrom.org/virtual-devices/home-connect-ui.git/': Could not resolve host: git.digitalstrom.org


WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo-developer-edition/vdc-ui-netatmo-developer-edition_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo-developer-edition/vdc-ui-netatmo-developer-edition_git.bb: Error during finalise of /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo-developer-edition/vdc-ui-netatmo-developer-edition_git.bb
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo-developer-edition/vdc-netatmo-developer-edition_git.bb: Exception during build_dependencies for AUTOREV
WARNING: /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo-developer-edition/vdc-netatmo-developer-edition_git.bb: Error during finalise of /home/****/workspace/yocto/yocto/dS/meta-digitalstrom-devel/recipes-virtual-devices/netatmo-developer-edition/vdc-netatmo-developer-edition_git.bb

Summary: There were 10 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Building boostrap packages failed, fix manually

+ ./utilities/import-keys.sh -f devel -k ****-devel.priv.pem ****-devel.x509.pem
gnupg 2.0.22 is broken, please install at least version 2.2.x
+ ./utilities/prepare-builder-conf.sh --no-rescue devel
+ echo 'No extra cmds!'
+ ./buildyoctofeed -w -m dss20 devel
No extra cmds!
[INFO] Selected machines: dss20
[INFO] no images pending to be signed
find: ���poky-devel-nopkg-build/build/deploy/ipk���: No such file or directory
Building images for devel feed
Configured feed: "devel"

Building configuration for targets/devel/dss20-yocto-rescue

[INFO] PACKAGES: rescue-initramfs rescue-swuimage update-info-file rescue-usbimage
NOTE: Started PRServer with DBfile: /home/****/workspace/yocto/poky-rescue-devel-build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41561, PID: 182
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Fetcher failure for URL: 'https://www.example.com/'. URL https://www.example.com/ doesn't work.
    Please ensure your host's network is configured correctly,
    or set BB_NO_NETWORK = "1" to disable network access if
    all required sources are on local disk.


Summary: There was 1 ERROR message shown, returning a non-zero exit code.

bitbake returned 1, manual interaction required!

Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jin at developer.digitalstrom.org
Not sending mail to unregistered user Krzysztof.Michonski at digitalstrom.com
Not sending mail to unregistered user andreas.fenkart at dev.digitalstrom.org


More information about the dSS-merge-requests mailing list