DEBUG: Executing python function do_testimage
WARNING: Test test_syslog_running (oeqa.runtime.syslog.SyslogTest) was declared as @skipUnlessPassed('test_syslog_help') but that test is either not defined or not active. Will run the test anyway.
NOTE: rootfs file: /tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/core-image-sato-qemux86-64-testimage.ext4
NOTE: Qemu log file: /tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/qemu_boot_log.20160615212804
NOTE: SSH log file: /tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/ssh_target_log.20160615212804
NOTE: Created listening socket for qemu serial console on: 127.0.0.1:50592
NOTE: Created listening socket for qemu serial console on: 127.0.0.1:50260
NOTE: runqemu started, pid is 4597
NOTE: waiting at most 60 seconds for qemu pid
NOTE: qemu started - qemu procces pid is 4667
NOTE: qemu cmdline used:
/tmp/sysroots/x86_64-linux/usr/bin/qemu-system-x86_64-kernel /tmp/deploy/images/qemux86-64/bzImage-qemux86-64.bin-netnic,model=virtio-nettap,vlan=0,ifname=tap0,script=no,downscript=no-cpucore2duo-drivefile= /tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/core-image-sato-qemux86-64-testimage.ext4,if=virtio,format=raw-show-cursor-usb-usbdevicetablet-vgavmware-no-reboot-serialtcp:127.0.0.1:50592-m256-serialtcp:127.0.0.1:50260-appendvga=0 uvesafb.mode_option=640x480-32 root=/dev/vda rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 console=tty1 console=ttyS0,115200n8 printk.time=1
NOTE: Target IP: 192.168.7.2
NOTE: Server IP: 192.168.7.1
NOTE: Starting logging thread
NOTE: Starting thread event loop
NOTE: Connection request received
NOTE: Setting connection established event
NOTE: Output from runqemu:
Please use simplified serial or kvm options instead
Continuing with the following parameters:
KERNEL: [ /tmp/deploy/images/qemux86-64/bzImage-qemux86-64.bin]
ROOTFS: [ /tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/core-image-sato-qemux86-64-testimage.ext4]
FSTYPE: [ext4]
stty: standard input: Inappropriate ioctl for device
Acquiring lockfile for tap0...
Using preconfigured tap device 'tap0'
If this is not intended, touch /tmp/qemu-tap-locks/tap0.skip to make runqemu skip tap0.
Running qemu-system-x86_64...
/tmp/sysroots/x86_64-linux/usr/bin/qemu-system-x86_64 -kernel /tmp/deploy/images/qemux86-64/bzImage-qemux86-64.bin -net nic,model=virtio -net tap,vlan=0,ifname=tap0,script=no,downscript=no -cpu core2duo -drive file= /tmp/work/qemux86_64-poky-linux/core-image-sato/1.0-r0/testimage/core-image-sato-qemux86-64-testimage.ext4,if=virtio,format=raw -show-cursor -usb -usbdevice tablet -vga vmware -no-reboot -serial tcp:127.0.0.1:50592 -m 256 -serial tcp:127.0.0.1:50260 -append "vga=0 uvesafb.mode_option=640x480-32 root=/dev/vda rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 console=tty1 console=ttyS0,115200n8 printk.time=1"
warning: TCG doesn't support requested feature: CPUID.01H:EDX.vme [bit 1]
NOTE: Waiting at most 1500 seconds for login banner
NOTE: Connection from 127.0.0.1:48837
NOTE: Reached login banner
NOTE: Logged as root in serial console
NOTE: Test modules ['oeqa.runtime.ping', 'oeqa.runtime.ssh', 'oeqa.runtime.df', 'oeqa.runtime.date', 'oeqa.runtime.scp', 'oeqa.runtime.syslog', 'oeqa.runtime.connman', 'oeqa.runtime.xorg', 'oeqa.runtime.parselogs', 'oeqa.runtime.multilib']
NOTE: Found 15 tests
test_ping (oeqa.runtime.ping.PingTest) ... ok
test_syslog_running (oeqa.runtime.syslog.SyslogTest) ... ok
test_syslog_logger (oeqa.runtime.syslog.SyslogTestConfig) ... ok
test_syslog_restart (oeqa.runtime.syslog.SyslogTestConfig) ... ok
test_syslog_startup_config (oeqa.runtime.syslog.SyslogTestConfig) ... ok
test_ssh (oeqa.runtime.ssh.SshTest) ... ok
test_df (oeqa.runtime.df.DfTest) ... ok
test_date (oeqa.runtime.date.DateTest) ... ok
test_scp_file (oeqa.runtime.scp.ScpTest) ... ok
test_connmand_help (oeqa.runtime.connman.ConnmanTest) ... ok
test_connmand_running (oeqa.runtime.connman.ConnmanTest) ... ok
test_xorg_running (oeqa.runtime.xorg.XorgTest) ... ok
test_parselogs (oeqa.runtime.parselogs.ParseLogsTest) ... ok
test_check_multilib_libc (oeqa.runtime.multilib.MultilibTest) ... FAIL
test_file_connman (oeqa.runtime.multilib.MultilibTest) ... skipped 'Testcase dependency not met: test_check_multilib_libc'
======================================================================
FAIL: test_check_multilib_libc (oeqa.runtime.multilib.MultilibTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-multilib/build/meta/lib/oeqa/utils/decorators.py", line 97, in wrapped_f
return f(*args, **kwargs)
File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-multilib/build/meta/lib/oeqa/runtime/multilib.py", line 34, in test_check_multilib_libc
self.archtest("/lib/libc.so.6", "ELF32")
File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-multilib/build/meta/lib/oeqa/runtime/multilib.py", line 19, in archtest
self.assertEqual(status, 0, "Failed to readelf %s" % binary)
AssertionError: 127 != 0 : Failed to readelf /lib/libc.so.6
----------------------------------------------------------------------
Ran 15 tests in 21.077s
FAILED (failures=1, skipped=1)
NOTE: Stopping logging thread
NOTE: Stop event received
NOTE: Tearing down logging thread
NOTE: Sending SIGTERM to runqemu
DEBUG: Python function do_testimage finished
ERROR: Function failed: core-image-sato - FAILED - check the task log and the ssh log