[Yocto-builds] buildbot failure in The Yocto Autobuilder on nightly-qa-systemd

Saul Wold sgw at linux.intel.com
Wed Sep 18 23:49:15 PDT 2013


I have not filed a bug on this one yet, need more info from you guys 
about what's really going on.

Sau!


On 09/18/2013 07:34 PM, yocto-builds at yoctoproject.org wrote:
>
>         Build status: FAILURE
>
> Buildslave for this Build: *ab06*
> Complete logs for all build steps:
> http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-systemd/builds/172
>
> Build Reason: Triggerable(trigger_nightly-qa-systemd)
> Build Properties:
>
>   * Contents of bblayers.conf (Note. LCONF_VERSION will not show up
>     correctly)
>     |LCONF_VERSION =
>     BBPATH = "${TOPDIR}"
>     BBFILES ?=""
>     BBLAYERS += " \
>     /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta
>     \
>     /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta-yocto
>     \
>     /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta-yocto-bsp
>     \
>     "
>
>     |
>   * DEST :
>     /srv/www/vhosts/autobuilder.yoctoproject.org/pub/releases/1.5_M5.rc4
>   * Contents of auto.conf (local.conf for autobuilders)
>     |DISTRO = "poky"
>     PACKAGE_CLASSES = "package_rpm package_deb package_ipk"
>     BB_NUMBER_THREADS = "16"
>     PARALLEL_MAKE = "-j 16"
>     SDKMACHINE ?= "i686"
>     DL_DIR = "/srv/www/vhosts/autobuilder.yoctoproject.org/current_sources"
>     SSTATE_DIR ?= "/srv/www/vhosts/sstate.yoctoproject.org//"
>     MACHINE = "qemux86-64"
>     PREMIRRORS = ""
>     BB_GENERATE_MIRROR_TARBALLS = "1"
>     ADTREPO = "http://adtrepo.yoctoproject.org//1.4+snapshot"
>     DISTRO_FEATURES_append = " systemd"
>     VIRTUAL-RUNTIME_init_manager = "systemd"
>     DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
>
>     |
>   * MACHINE : qemux86-64
>   * branch : master
>   * branch_poky : master
>   * buildername : nightly-qa-systemd
>   * buildnumber : 172
>   * commit-description : 1.5_M5.rc4
>   * commit_poky : 1.5_M5.rc4
>   * distroversion : 1.4+snapshot
>   * got_revision : 853bc53cd58a621918f0e5ce662dba263d1befb4
>   * got_revision_poky : 853bc53cd58a621918f0e5ce662dba263d1befb4
>   * layerversion_core : 3
>   * layerversion_yoctobsp : 2
>   * repository : git://git.yoctoproject.org/poky
>   * repourl_poky : git://git.yoctoproject.org/poky
>   * revision : 1.5_M5.rc4
>   * scheduler : trigger_nightly-qa-systemd
>   * slavename : ab06
>   * workdir :
>     /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd
>
> /Detailed log of last build step:/
> http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-systemd/builds/172/steps/Running
> Sanity Tests/logs/stdio
>
>
>         Last 60 lines of "Running Sanity Tests.stdio" Error log:
>
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/utils/decorators.py",
> line 48, in wrapped_f
> | return f(*args)
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/runtime/rpm.py",
> line 19, in test_rpm_help
> | self.assertEqual(status, 0, msg="status and output: %s and %s" %
> (status,output))
> | AssertionError: 255 != 0 : status and output: 255 and ssh: connect to
> host 192.168.7.2 port 22: No route to host
> |
> | ======================================================================
> | FAIL: test_smart_help (oeqa.runtime.smart.SmartBasicTest)
> | ----------------------------------------------------------------------
> | Traceback (most recent call last):
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/utils/decorators.py",
> line 48, in wrapped_f
> | return f(*args)
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/runtime/smart.py",
> line 28, in test_smart_help
> | self.smart('--help')
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/utils/decorators.py",
> line 48, in wrapped_f
> | return f(*args)
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/runtime/smart.py",
> line 20, in smart
> | self.assertEqual(status, expected, message)
> | AssertionError: 255 != 0 : smart --help
> | ssh: connect to host 192.168.7.2 port 22: No route to host
> |
> | ======================================================================
> | FAIL: test_dmesg (oeqa.runtime.dmesg.DmesgTest)
> | ----------------------------------------------------------------------
> | Traceback (most recent call last):
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/utils/decorators.py",
> line 48, in wrapped_f
> | return f(*args)
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/runtime/dmesg.py",
> line 11, in test_dmesg
> | self.assertEqual(status, 1, msg = "Error messages in dmesg log: %s" %
> output)
> | AssertionError: 255 != 1 : Error messages in dmesg log: ssh: connect
> to host 192.168.7.2 port 22: No route to host
> |
> | ======================================================================
> | FAIL: test_systemd_version (oeqa.runtime.systemd.SystemdBasicTest)
> | ----------------------------------------------------------------------
> | Traceback (most recent call last):
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/utils/decorators.py",
> line 48, in wrapped_f
> | return f(*args)
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/runtime/systemd.py",
> line 17, in test_systemd_version
> | self.assertEqual(status, 0, msg="status and output: %s and %s" %
> (status,output))
> | AssertionError: 255 != 0 : status and output: 255 and ssh: connect to
> host 192.168.7.2 port 22: No route to host
> |
> | ======================================================================
> | FAIL: test_systemd_disable (oeqa.runtime.systemd.SystemdTests)
> | ----------------------------------------------------------------------
> | Traceback (most recent call last):
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/utils/decorators.py",
> line 48, in wrapped_f
> | return f(*args)
> | File
> "/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/lib/oeqa/runtime/systemd.py",
> line 54, in test_systemd_disable
> | self.assertEqual(output, 'disabled', msg="machineid.service service
> could not be disabled. Status and output: %s and %s" % (status, output))
> | AssertionError: 'ssh: connect to host 192.168.7.2 port 22: No route to
> host' != 'disabled' : machineid.service service could not be disabled.
> Status and output: 255 and ssh: connect to host 192.168.7.2 port 22: No
> route to host
> |
> | ----------------------------------------------------------------------
> | Ran 44 tests in 420.091s
> |
> | FAILED (failures=8, errors=2, skipped=24)
> | NOTE: Sending SIGTERM to runqemu
> | DEBUG: Python function do_testimage finished
> | ERROR: Function failed: Some tests failed. You should check the task
> log and the ssh log. (ssh log is
> /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/build/tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/ssh_target_log.20130919002908
> ERROR: Task 0
> (/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-qa-systemd/build/meta/recipes-sato/images/core-image-sato.bb,
> do_testimage) failed with exit code '1'
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
>
> *-The Yocto BuildBot*
>
>
> _______________________________________________
> Yocto-builds mailing list
> Yocto-builds at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto-builds
>



More information about the yocto-builds mailing list