Advertisement
Guest User

Untitled

a guest
Oct 6th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.67 KB | None | 0 0
  1. MACHINE=platform-platformstring-qemux86-64 bitbake company-distro -c image_wic
  2. Loading cache: 100% |###############################################################################################################| Time: 0:00:00
  3. Loaded 3362 entries from dependency cache.
  4. Parsing recipes: 100% |#############################################################################################################| Time: 0:00:00
  5. Parsing of 2243 .bb files complete (2240 cached, 3 parsed). 3369 targets, 71 skipped, 0 masked, 0 errors.
  6. NOTE: Resolving any missing task queue dependencies
  7.  
  8. Build Configuration:
  9. BB_VERSION = "1.44.0"
  10. BUILD_SYS = "x86_64-linux"
  11. NATIVELSBSTRING = "universal"
  12. TARGET_SYS = "x86_64-poky-linux"
  13. MACHINE = "platform-platformstring-qemux86-64"
  14. DISTRO = "company"
  15. DISTRO_VERSION = "0.0.1"
  16. TUNE_FEATURES = "m64 core2"
  17. TARGET_FPU = ""
  18. meta
  19. meta-poky
  20. meta-yocto-bsp = "HEAD:
  21. meta-company = "company-distro-prod:
  22. meta-oe
  23. meta-python
  24. meta-networking = "HEAD:
  25.  
  26. Initialising tasks: 100% |##########################################################################################################| Time: 0:00:03
  27. Sstate summary: Wanted 166 Found 166 Missed 0 Current 1198 (100% match, 100% complete)
  28. NOTE: Executing Tasks
  29. NOTE: Setscene tasks completed
  30. ERROR: company-distro-1.0-r0 do_image_wic: Execution of '/home/user1/projects/platform/src/companydistro/poky/build/tmp/work/platform_platformstring_qemux86_64-poky-linux/company-distro/1.0-r0/temp/run.do_image_wic.9532' failed with exit code 1:
  31. INFO: Creating image(s)...
  32.  
  33. Traceback (most recent call last):
  34. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 394, in _invoke_fiemap
  35. fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1)
  36. OSError: [Errno 95] Operation not supported
  37.  
  38. During handling of the above exception, another exception occurred:
  39.  
  40. Traceback (most recent call last):
  41. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 534, in filemap
  42. return FilemapFiemap(image, log)
  43. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 368, in __init__
  44. self.block_is_mapped(0)
  45. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 415, in block_is_mapped
  46. struct_fiemap = self._invoke_fiemap(block, 1)
  47. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 402, in _invoke_fiemap
  48. raise ErrorNotSupp(errstr)
  49. wic.filemap.ErrorNotSupp: FilemapFiemap: the FIEMAP ioctl is not supported by the file-system
  50.  
  51. During handling of the above exception, another exception occurred:
  52.  
  53. Traceback (most recent call last):
  54. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 525, in <module>
  55. sys.exit(main(sys.argv[1:]))
  56. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 520, in main
  57. return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
  58. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/help.py", line 83, in invoke_subcommand
  59. subcmd[0](args, usage)
  60. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 220, in wic_create_subcommand
  61. native_sysroot, options)
  62. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/engine.py", line 189, in wic_create
  63. plugin.do_create()
  64. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 87, in do_create
  65. self.assemble()
  66. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 187, in assemble
  67. self._image.assemble()
  68. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 594, in assemble
  69. sparse_copy(source, self.path, seek=part.start * self.sector_size)
  70. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 552, in sparse_copy
  71. fmap = api(src_fname)
  72. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 536, in filemap
  73. return FilemapSeek(image, log)
  74. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 215, in __init__
  75. self._probe_seek_hole()
  76. File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 250, in _probe_seek_hole
  77. raise ErrorNotSupp("the file-system does not support "
  78. wic.filemap.ErrorNotSupp: the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
  79. WARNING: exit code 1 from a shell command.
  80.  
  81. ERROR: Logfile of failure stored in: /home/user1/projects/platform/src/companydistro/poky/build/tmp/work/platform_platformstring_qemux86_64-poky-linux/company-distro/1.0-r0/temp/log.do_image_wic.9532
  82. Log data follows:
  83. | DEBUG: Executing python function set_image_size
  84. | DEBUG: 909324.000000 = 227331 * 4.000000
  85. | DEBUG: 913420.000000 = max(909324.000000, 8192)[909324.000000] + 4096
  86. | DEBUG: 913420.000000 = int(913420.000000)
  87. | DEBUG: 913420 = aligned(913420)
  88. | DEBUG: returning 913420
  89. | DEBUG: Python function set_image_size finished
  90. | DEBUG: Executing python function extend_recipe_sysroot
  91. | NOTE: Direct dependencies are ['/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/systemd/systemd-boot_243.2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-bsp/grub/grub-efi_2.04.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-bsp/grub/grub-efi_2.04.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/binutils/binutils-cross_2.32.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/glibc/glibc_2.30.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/gcc/gcc-cross_9.2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.2.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/apt/apt-native_1.2.31.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/elfutils/elfutils_0.177.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/gettext/gettext-minimal-native_0.19.8.1.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-kernel/linux/linux-yocto_5.2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.3.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-support/libcap/libcap_2.27.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/ninja/ninja_1.9.0.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/dpkg/dpkg_1.19.7.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/glibc/cross-localedef-native_2.30.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/mtools/mtools_4.0.23.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/parted/parted_3.2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/prelink/prelink_git.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/gcc/gcc-runtime_9.2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/pigz/pigz_2.4.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/fdisk/gptfdisk_1.0.4.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-core/gettext/gettext_0.19.8.1.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/meson/meson_0.51.2.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', '/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/qemu/qemu-system-native_4.1.0.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-devtools/automake/automake_1.16.1.bb:do_populate_sysroot', 'virtual:native:/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot']
  92. | NOTE: Installed into sysroot: []
  93. | NOTE: Skipping as already exists in sysroot: ['systemd-boot', 'grub-efi-native', 'bc-native', 'grub-efi', 'ldconfig-native', 'patch-native', 'bmap-tools-native', 'syslinux-native', 'update-rc.d-native', 'autoconf-native', 'binutils-cross-x86_64', 'opkg-utils-native', 'glibc', 'libtool-cross', 'gcc-cross-x86_64', 'btrfs-tools-native', 'texinfo-dummy-native', 'dosfstools-native', 'apt-native', 'libtool-native', 'util-linux', 'cdrtools-native', 'gnu-efi', 'flex-native', 'kern-tools-native', 'elfutils-native', 'pbzip2-native', 'gettext-minimal-native', 'linux-yocto', 'makedevs-native', 'e2fsprogs-native', 'kmod-native', 'qemuwrapper-cross', 'pseudo-native', 'syslinux', 'libcap', 'squashfs-tools-native', 'quilt-native', 'ninja-native', 'lzop-native', 'dpkg-native', 'cross-localedef-native', 'mklibs-native', 'gnu-config-native', 'mtools-native', 'depmodwrapper-cross', 'parted-native', 'prelink-native', 'util-linux-native', 'gcc-runtime', 'gperf-native', 'pigz-native', 'gptfdisk-native', 'bison-native', 'intltool-native', 'gettext-native', 'meson-native', 'xz-native', 'qemu-system-native', 'python3-native', 'pkgconfig-native', 'automake-native', 'openssl-native', 'readline-native', 'python3-setuptools-native', 'python3-six-native', 'nasm-native', 'm4-native', 'zlib-native', 'systemd-systemctl-native', 'linux-libc-headers', 'libmpc-native', 'mpfr-native', 'gmp-native', 'attr-native', 'lzo-native', 'acl-native', 'shadow-native', 'bzip2-native', 'gtk-doc-native', 'qemu-native', 'e2fsprogs', 'lz4-native', 'perl-native', 'ncurses-native', 'libcap-ng-native', 'libgcc', 'popt-native', 'glib-2.0-native', 'alsa-lib-native', 'dtc-native', 'pixman-native', 'libsdl2-native', 'libtirpc-native', 'gdbm-native', 'libnsl2-native', 'sqlite3-native', 'libffi-native', 'debianutils-native', 'curl-native', 'db-native', 'ncurses', 'bash-completion', 'opkg-utils', 'zlib', 'libcap-ng', 'libxcrypt', 're2c-native', 'binutils-native', 'libxml-parser-perl-native', 'unzip-native', 'groff-native', 'attr', 'libpcre-native', 'util-macros-native', 'libpng-native', 'libxext-native', 'libx11-native', 'libxrandr-native', 'libxrender-native', 'expat-native', 'xorgproto-native', 'xtrans-native', 'libxcb-native', 'libxau-native', 'xcb-proto-native', 'libxdmcp-native', 'libpthread-stubs-native']
  94. | DEBUG: Python function extend_recipe_sysroot finished
  95. | DEBUG: Executing shell function do_image_wic
  96. | INFO: Creating image(s)...
  97. |
  98. | Traceback (most recent call last):
  99. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 394, in _invoke_fiemap
  100. | fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1)
  101. | OSError: [Errno 95] Operation not supported
  102. |
  103. | During handling of the above exception, another exception occurred:
  104. |
  105. | Traceback (most recent call last):
  106. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 534, in filemap
  107. | return FilemapFiemap(image, log)
  108. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 368, in __init__
  109. | self.block_is_mapped(0)
  110. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 415, in block_is_mapped
  111. | struct_fiemap = self._invoke_fiemap(block, 1)
  112. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 402, in _invoke_fiemap
  113. | raise ErrorNotSupp(errstr)
  114. | wic.filemap.ErrorNotSupp: FilemapFiemap: the FIEMAP ioctl is not supported by the file-system
  115. |
  116. | During handling of the above exception, another exception occurred:
  117. |
  118. | Traceback (most recent call last):
  119. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 525, in <module>
  120. | sys.exit(main(sys.argv[1:]))
  121. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 520, in main
  122. | return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
  123. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/help.py", line 83, in invoke_subcommand
  124. | subcmd[0](args, usage)
  125. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 220, in wic_create_subcommand
  126. | native_sysroot, options)
  127. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/engine.py", line 189, in wic_create
  128. | plugin.do_create()
  129. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 87, in do_create
  130. | self.assemble()
  131. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 187, in assemble
  132. | self._image.assemble()
  133. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 594, in assemble
  134. | sparse_copy(source, self.path, seek=part.start * self.sector_size)
  135. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 552, in sparse_copy
  136. | fmap = api(src_fname)
  137. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 536, in filemap
  138. | return FilemapSeek(image, log)
  139. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 215, in __init__
  140. | self._probe_seek_hole()
  141. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 250, in _probe_seek_hole
  142. | raise ErrorNotSupp("the file-system does not support "
  143. | wic.filemap.ErrorNotSupp: the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
  144. | WARNING: exit code 1 from a shell command.
  145. | ERROR: Execution of '/home/user1/projects/platform/src/companydistro/poky/build/tmp/work/platform_platformstring_qemux86_64-poky-linux/company-distro/1.0-r0/temp/run.do_image_wic.9532' failed with exit code 1:
  146. | INFO: Creating image(s)...
  147. |
  148. | Traceback (most recent call last):
  149. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 394, in _invoke_fiemap
  150. | fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1)
  151. | OSError: [Errno 95] Operation not supported
  152. |
  153. | During handling of the above exception, another exception occurred:
  154. |
  155. | Traceback (most recent call last):
  156. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 534, in filemap
  157. | return FilemapFiemap(image, log)
  158. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 368, in __init__
  159. | self.block_is_mapped(0)
  160. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 415, in block_is_mapped
  161. | struct_fiemap = self._invoke_fiemap(block, 1)
  162. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 402, in _invoke_fiemap
  163. | raise ErrorNotSupp(errstr)
  164. | wic.filemap.ErrorNotSupp: FilemapFiemap: the FIEMAP ioctl is not supported by the file-system
  165. |
  166. | During handling of the above exception, another exception occurred:
  167. |
  168. | Traceback (most recent call last):
  169. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 525, in <module>
  170. | sys.exit(main(sys.argv[1:]))
  171. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 520, in main
  172. | return hlp.invoke_subcommand(args, parser, hlp.wic_help_usage, subcommands)
  173. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/help.py", line 83, in invoke_subcommand
  174. | subcmd[0](args, usage)
  175. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/wic", line 220, in wic_create_subcommand
  176. | native_sysroot, options)
  177. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/engine.py", line 189, in wic_create
  178. | plugin.do_create()
  179. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 87, in do_create
  180. | self.assemble()
  181. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 187, in assemble
  182. | self._image.assemble()
  183. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/plugins/imager/direct.py", line 594, in assemble
  184. | sparse_copy(source, self.path, seek=part.start * self.sector_size)
  185. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 552, in sparse_copy
  186. | fmap = api(src_fname)
  187. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 536, in filemap
  188. | return FilemapSeek(image, log)
  189. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 215, in __init__
  190. | self._probe_seek_hole()
  191. | File "/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/scripts/lib/wic/filemap.py", line 250, in _probe_seek_hole
  192. | raise ErrorNotSupp("the file-system does not support "
  193. | wic.filemap.ErrorNotSupp: the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
  194. | WARNING: exit code 1 from a shell command.
  195. |
  196. ERROR: Task (/home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta-company/recipes-core/images/company-distro.bb:do_image_wic) failed with exit code '1'
  197. NOTE: Tasks Summary: Attempted 3812 tasks of which 3811 didn't need to be rerun and 1 failed.
  198. NOTE: Writing buildhistory
  199. NOTE: Writing buildhistory took: 1 seconds
  200.  
  201. Summary: 1 task failed:
  202. /home/user1/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/meta-company/recipes-core/images/company-distro.bb:do_image_wic
  203. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  204. user1@util:~/projects/platform/src/companydistro/yoctocompanydistrorepotestbblayerslocaltemplateconf/build$
  205.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement