Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-4900

[HTML5-CEF] raspberrypi4 and qemux86_64 images broken due to missing xz dependency

XMLWordPrintable

    • Intel Upsquare, Raspberry Pi 4

      Log is from raspberrypi4-64 cef image, same error occurs for qemux86_64 :

      DEBUG: Executing python function extend_recipe_sysroot
      NOTE: Direct dependencies are ['/builds/aglmasterhtml5cef/build/meta-agl-demo/recipes-wam/depot_tools/depot-tools-wam-native_git.bb:do_populate_sysroot']
      NOTE: Installed into sysroot: ['depot-tools-wam-native']
      NOTE: Skipping as already exists in sysroot: []
      DEBUG: Python function extend_recipe_sysroot finished
      DEBUG: Executing python function do_sync
      ERROR: Error executing a python function in exec_func_python() autogenerated:The stack trace of python calls that resulted in this exception/failure was:
      File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
           0001:
       *** 0002:do_sync(d)
           0003:
      File: '/builds/aglmasterhtml5cef/build/meta-agl-demo/recipes-wam/cef/cef_git.bb', lineno: 152, function: do_sync
           0148:    cef_run("gclient sync --reset --nohooks --jobs 16", d.expand("${CHROMIUM_DIR}"))
           0149:    cef_apply_runhooks_patch()
           0150:    cef_run("gclient runhooks --jobs 16", d.expand("${CHROMIUM_DIR}"))
           0151:
       *** 0152:  cef_do_sync()
           0153:}
           0154:addtask do_sync after do_gclient_config before do_configure
           0155:
           0156:# gn defaults from CEF wiki, except for use_sysroot
      File: '/builds/aglmasterhtml5cef/build/meta-agl-demo/recipes-wam/cef/cef_git.bb', lineno: 150, function: cef_do_sync
           0146:  def cef_do_sync():
           0147:    cef_apply_deps_patch()
           0148:    cef_run("gclient sync --reset --nohooks --jobs 16", d.expand("${CHROMIUM_DIR}"))
           0149:    cef_apply_runhooks_patch()
       *** 0150:    cef_run("gclient runhooks --jobs 16", d.expand("${CHROMIUM_DIR}"))
           0151:
           0152:  cef_do_sync()
           0153:}
           0154:addtask do_sync after do_gclient_config before do_configure
      File: '/builds/aglmasterhtml5cef/build/meta-agl-demo/recipes-wam/cef/cef_git.bb', lineno: 115, function: cef_run
           0111:    env['PATH'] = d.expand("${DEPOT_TOOLS_DIR}") + os.pathsep + env['PATH']
           0112:    env['DEPOT_TOOLS_UPDATE'] = "0"
           0113:    env['GCLIENT_PY3'] = "1"
           0114:
       *** 0115:    subprocess.check_output(command_line.split(),
           0116:                            cwd=working_dir,
           0117:                            env=env,
           0118:                            shell=False,
           0119:                            stderr=subprocess.STDOUT)
      File: '/usr/lib/python3.9/subprocess.py', lineno: 424, function: check_output
           0420:        else:
           0421:            empty = b''
           0422:        kwargs['input'] = empty
           0423:
       *** 0424:    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           0425:               **kwargs).stdout
           0426:
           0427:
           0428:class CompletedProcess(object):
      File: '/usr/lib/python3.9/subprocess.py', lineno: 528, function: run
           0524:            # We don't call process.wait() as .__exit__ does that for us.
           0525:            raise
           0526:        retcode = process.poll()
           0527:        if check and retcode:
       *** 0528:            raise CalledProcessError(retcode, process.args,
           0529:                                     output=stdout, stderr=stderr)
           0530:    return CompletedProcess(process.args, retcode, stdout, stderr)
           0531:
           0532:
      Exception: subprocess.CalledProcessError: Command '['gclient', 'runhooks', '--jobs', '16']' returned non-zero exit status 2.Subprocess output:
      ________ running 'vpython3 -vpython-spec src/.vpython3 -vpython-tool install' in '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium'
      ________ running 'python3 src/build/landmines.py' in '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium'
      ________ running 'python3 src/third_party/depot_tools/update_depot_tools_toggle.py --disable' in '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium'
      ________ running 'python3 src/tools/remove_stale_pyc_files.py src/android_webview/tools src/build/android src/gpu/gles2_conform_support src/infra src/ppapi src/printing src/third_party/blink/renderer/build/scripts src/third_party/blink/tools src/third_party/catapult src/third_party/mako src/tools' in '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium'
      ________ running 'python3 src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' in '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium'
      INFO: --Syncing arm_trusted to revision 4--
      INFO: Downloading package archive: emulator_arm_trusted_precise.tgz (1/1)
      INFO: --Syncing nacl_arm_glibc to revision 053185d68ed3b96640f15c4ae457b1ff373c6cac--
      INFO: Downloading package archive: binutils_arm_x86_64_linux.tgz (1/6)
      INFO: Downloading package archive: gcc_arm_x86_64_linux.tgz (2/6)
      INFO: Downloading package archive: gcc_libs_arm.tgz (3/6)
      INFO: Downloading package archive: gdb_x86_64_linux.tgz (4/6)
      INFO: Downloading package archive: glibc_arm.tgz (5/6)
      INFO: Downloading package archive: sdk_libs_arm.tgz (6/6)
      INFO: --Syncing nacl_x86_glibc to revision 73e5a44d837e54d335b4c618e1dd5d2028947a67--
      INFO: Downloading package archive: core_sdk.tar.bz2 (1/3)
      INFO: Downloading package archive: gdb_i686_linux.tgz (2/3)
      INFO: Downloading package archive: toolchain.tar.bz2 (3/3)
      INFO: --Syncing nacl_x86_newlib to revision 11953a35fcd4f999b097a343bc49d89f94af21a8--
      INFO: Downloading package archive: core_sdk.tgz (1/3)
      INFO: Downloading package archive: gdb_i686_linux.tgz (2/3)
      INFO: Downloading package archive: naclsdk.tgz (3/3)
      INFO: --Syncing pnacl_newlib to revision c996bec93273927b54f7528651237128c31060df--
      INFO: Downloading package archive: binutils_x86_64_linux.tgz (1/51)
      INFO: Downloading package archive: binutils_x86_x86_64_linux.tgz (2/51)
      INFO: Downloading package archive: compiler_rt_bc_arm_bc.tgz (3/51)
      INFO: Downloading package archive: compiler_rt_bc_i686_bc.tgz (4/51)
      INFO: Downloading package archive: compiler_rt_bc_le32.tgz (5/51)
      INFO: Downloading package archive: compiler_rt_bc_x86_64_bc.tgz (6/51)
      INFO: Downloading package archive: core_sdk_libs_arm.tgz (7/51)
      INFO: Downloading package archive: core_sdk_libs_i686.tgz (8/51)
      INFO: Downloading package archive: core_sdk_libs_le32.tgz (9/51)
      INFO: Downloading package archive: core_sdk_libs_mipsel.tgz (10/51)
      INFO: Downloading package archive: core_sdk_libs_x86_64.tgz (11/51)
      INFO: Downloading package archive: driver_x86_64_linux.tgz (12/51)
      INFO: Downloading package archive: libcxx_arm.tgz (13/51)
      INFO: Downloading package archive: libcxx_arm_bc.tgz (14/51)
      INFO: Downloading package archive: libcxx_i686.tgz (15/51)
      INFO: Downloading package archive: libcxx_i686_bc.tgz (16/51)
      INFO: Downloading package archive: libcxx_le32.tgz (17/51)
      INFO: Downloading package archive: libcxx_mipsel.tgz (18/51)
      INFO: Downloading package archive: libcxx_x86_64.tgz (19/51)
      INFO: Downloading package archive: libcxx_x86_64_bc.tgz (20/51)
      INFO: Downloading package archive: libgcc_eh_arm.tgz (21/51)
      INFO: Downloading package archive: libgcc_eh_mips32.tgz (22/51)
      INFO: Downloading package archive: libgcc_eh_x86_32.tgz (23/51)
      INFO: Downloading package archive: libgcc_eh_x86_64.tgz (24/51)
      INFO: Downloading package archive: libs_support_arm.tgz (25/51)
      INFO: Downloading package archive: libs_support_arm_bc.tgz (26/51)
      INFO: Downloading package archive: libs_support_i686.tgz (27/51)
      INFO: Downloading package archive: libs_support_i686_bc.tgz (28/51)
      INFO: Downloading package archive: libs_support_le32.tgz (29/51)
      INFO: Downloading package archive: libs_support_mipsel.tgz (30/51)
      INFO: Downloading package archive: libs_support_translator_arm.tgz (31/51)
      INFO: Downloading package archive: libs_support_translator_arm_nonsfi.tgz (32/51)
      INFO: Downloading package archive: libs_support_translator_mips32.tgz (33/51)
      INFO: Downloading package archive: libs_support_translator_x86_32.tgz (34/51)
      INFO: Downloading package archive: libs_support_translator_x86_32_nonsfi.tgz (35/51)
      INFO: Downloading package archive: libs_support_translator_x86_64.tgz (36/51)
      INFO: Downloading package archive: libs_support_x86_64.tgz (37/51)
      INFO: Downloading package archive: libs_support_x86_64_bc.tgz (38/51)
      INFO: Downloading package archive: llvm_x86_64_linux.tgz (39/51)
      INFO: Downloading package archive: metadata.tgz (40/51)
      INFO: Downloading package archive: newlib_arm.tgz (41/51)
      INFO: Downloading package archive: newlib_arm_bc.tgz (42/51)
      INFO: Downloading package archive: newlib_i686.tgz (43/51)
      INFO: Downloading package archive: newlib_i686_bc.tgz (44/51)
      INFO: Downloading package archive: newlib_le32.tgz (45/51)
      INFO: Downloading package archive: newlib_mipsel.tgz (46/51)
      INFO: Downloading package archive: newlib_x86_64.tgz (47/51)
      INFO: Downloading package archive: newlib_x86_64_bc.tgz (48/51)
      INFO: Downloading package archive: unsandboxed_runtime_arm_linux.tgz (49/51)
      INFO: Downloading package archive: unsandboxed_runtime_x86_32_linux.tgz (50/51)
      INFO: Downloading package archive: unsandboxed_runtime_x86_64_linux.tgz (51/51)
      INFO: --Syncing pnacl_translator to revision c996bec93273927b54f7528651237128c31060df--
      INFO: Downloading package archive: sandboxed_translators.tgz (1/1)
      INFO: --Syncing saigo_newlib to revision 14415090af6c1fa199537b1c7e62cc2623f165cd--
      INFO: Downloading package archive: binutils_x86_64_linux.tgz (1/18)
      INFO: Downloading package archive: binutils_x86_x86_64_linux.tgz (2/18)
      INFO: Downloading package archive: core_sdk_libs_saigo_arm.tgz (3/18)
      INFO: Downloading package archive: core_sdk_libs_saigo_i686.tgz (4/18)
      INFO: Downloading package archive: core_sdk_libs_saigo_x86_64.tgz (5/18)
      INFO: Downloading package archive: libcxx_saigo_arm.tgz (6/18)
      INFO: Downloading package archive: libcxx_saigo_i686.tgz (7/18)
      INFO: Downloading package archive: libcxx_saigo_x86_64.tgz (8/18)
      INFO: Downloading package archive: libgcc_eh_saigo_arm.tgz (9/18)
      INFO: Downloading package archive: libgcc_eh_saigo_x86_32.tgz (10/18)
      INFO: Downloading package archive: libgcc_eh_saigo_x86_64.tgz (11/18)
      INFO: Downloading package archive: libs_support_saigo_arm.tgz (12/18)
      INFO: Downloading package archive: libs_support_saigo_i686.tgz (13/18)
      INFO: Downloading package archive: libs_support_saigo_x86_64.tgz (14/18)
      INFO: Downloading package archive: llvm_saigo_x86_64_linux.tgz (15/18)
      INFO: Downloading package archive: newlib_saigo_arm.tgz (16/18)
      INFO: Downloading package archive: newlib_saigo_i686.tgz (17/18)
      INFO: Downloading package archive: newlib_saigo_x86_64.tgz (18/18)
      INFO: Extracting package (arm_trusted) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/arm_trusted
      INFO: Extracting emulator_arm_trusted_precise.tgz (1/1)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting package (nacl_arm_glibc) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/nacl_arm_glibc
      INFO: Extracting binutils_arm_x86_64_linux.tgz (1/6)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting gcc_arm_x86_64_linux.tgz (2/6)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting gcc_libs_arm.tgz (3/6)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting gdb_x86_64_linux.tgz (4/6)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting glibc_arm.tgz (5/6)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting sdk_libs_arm.tgz (6/6)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting package (nacl_x86_glibc) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/nacl_x86_glibc
      INFO: Extracting core_sdk.tar.bz2 (1/3)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting gdb_i686_linux.tgz (2/3)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting toolchain.tar.bz2 (3/3)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting package (nacl_x86_newlib) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/nacl_x86_newlib
      INFO: Extracting core_sdk.tgz (1/3)
      |------------------------------------------------|
      ...............................................
      INFO: Extracting gdb_i686_linux.tgz (2/3)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting naclsdk.tgz (3/3)
      |------------------------------------------------|
      .................................................
      INFO: Extracting package (pnacl_newlib) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/pnacl_newlib
      INFO: Extracting binutils_x86_64_linux.tgz (1/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting binutils_x86_x86_64_linux.tgz (2/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting compiler_rt_bc_arm_bc.tgz (3/51)
      |------------------------------------------------|
      ...............................................
      INFO: Extracting compiler_rt_bc_i686_bc.tgz (4/51)
      |------------------------------------------------|
      ...............................................
      INFO: Extracting compiler_rt_bc_le32.tgz (5/51)
      |------------------------------------------------|
      ...............................................
      INFO: Extracting compiler_rt_bc_x86_64_bc.tgz (6/51)
      |------------------------------------------------|
      ...............................................
      INFO: Extracting core_sdk_libs_arm.tgz (7/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_i686.tgz (8/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_le32.tgz (9/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_mipsel.tgz (10/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_x86_64.tgz (11/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting driver_x86_64_linux.tgz (12/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting libcxx_arm.tgz (13/51)
      |------------------------------------------------|
      .......
      INFO: Extracting libcxx_arm_bc.tgz (14/51)
      |------------------------------------------------|
      ....
      INFO: Extracting libcxx_i686.tgz (15/51)
      |------------------------------------------------|INFO: Extracting libcxx_i686_bc.tgz (16/51)
      |------------------------------------------------|
      ....
      INFO: Extracting libcxx_le32.tgz (17/51)
      |------------------------------------------------|
      ......
      INFO: Extracting libcxx_mipsel.tgz (18/51)
      |------------------------------------------------|
      .......
      INFO: Extracting libcxx_x86_64.tgz (19/51)
      |------------------------------------------------|
      .......
      INFO: Extracting libcxx_x86_64_bc.tgz (20/51)
      |------------------------------------------------|
      ....
      INFO: Extracting libgcc_eh_arm.tgz (21/51)
      |------------------------------------------------|
      .......
      INFO: Extracting libgcc_eh_mips32.tgz (22/51)
      |------------------------------------------------|
      .......
      INFO: Extracting libgcc_eh_x86_32.tgz (23/51)
      |------------------------------------------------|
      .........
      INFO: Extracting libgcc_eh_x86_64.tgz (24/51)
      |------------------------------------------------|
      ........
      INFO: Extracting libs_support_arm.tgz (25/51)
      |------------------------------------------------|
      ...............
      INFO: Extracting libs_support_arm_bc.tgz (26/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting libs_support_i686.tgz (27/51)
      |------------------------------------------------|
      .................
      INFO: Extracting libs_support_i686_bc.tgz (28/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting libs_support_le32.tgz (29/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting libs_support_mipsel.tgz (30/51)
      |------------------------------------------------|
      .................
      INFO: Extracting libs_support_translator_arm.tgz (31/51)
      |------------------------------------------------|
      .........................................
      INFO: Extracting libs_support_translator_arm_nonsfi.tgz (32/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting libs_support_translator_mips32.tgz (33/51)
      |------------------------------------------------|
      ........................................
      INFO: Extracting libs_support_translator_x86_32.tgz (34/51)
      |------------------------------------------------|
      ...........................................
      INFO: Extracting libs_support_translator_x86_32_nonsfi.tgz (35/51)
      |------------------------------------------------|
      .............................................
      INFO: Extracting libs_support_translator_x86_64.tgz (36/51)
      |------------------------------------------------|
      ......................................
      INFO: Extracting libs_support_x86_64.tgz (37/51)
      |------------------------------------------------|
      .................
      INFO: Extracting libs_support_x86_64_bc.tgz (38/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting llvm_x86_64_linux.tgz (39/51)
      |------------------------------------------------|
      ................................
      INFO: Extracting metadata.tgz (40/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting newlib_arm.tgz (41/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_arm_bc.tgz (42/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_i686.tgz (43/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_i686_bc.tgz (44/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_le32.tgz (45/51)
      |------------------------------------------------|
      ............................................
      INFO: Extracting newlib_mipsel.tgz (46/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_x86_64.tgz (47/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_x86_64_bc.tgz (48/51)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting unsandboxed_runtime_arm_linux.tgz (49/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting unsandboxed_runtime_x86_32_linux.tgz (50/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting unsandboxed_runtime_x86_64_linux.tgz (51/51)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting package (pnacl_translator) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/pnacl_translator
      INFO: Extracting sandboxed_translators.tgz (1/1)
      |------------------------------------------------|
      .................................................
      INFO: Extracting package (saigo_newlib) to directory: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/native_client/toolchain/linux_x86/saigo_newlib
      INFO: Extracting binutils_x86_64_linux.tgz (1/18)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting binutils_x86_x86_64_linux.tgz (2/18)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_saigo_arm.tgz (3/18)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_saigo_i686.tgz (4/18)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting core_sdk_libs_saigo_x86_64.tgz (5/18)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting libcxx_saigo_arm.tgz (6/18)
      |------------------------------------------------|
      .................................................
      INFO: Extracting libcxx_saigo_i686.tgz (7/18)
      |------------------------------------------------|
      .................................................
      INFO: Extracting libcxx_saigo_x86_64.tgz (8/18)
      |------------------------------------------------|
      .................................................
      INFO: Extracting libgcc_eh_saigo_arm.tgz (9/18)
      |------------------------------------------------|
      ........
      INFO: Extracting libgcc_eh_saigo_x86_32.tgz (10/18)
      |------------------------------------------------|
      .........
      INFO: Extracting libgcc_eh_saigo_x86_64.tgz (11/18)
      |------------------------------------------------|
      ........
      INFO: Extracting libs_support_saigo_arm.tgz (12/18)
      |------------------------------------------------|
      .................
      INFO: Extracting libs_support_saigo_i686.tgz (13/18)
      |------------------------------------------------|
      ..................
      INFO: Extracting libs_support_saigo_x86_64.tgz (14/18)
      |------------------------------------------------|
      .................
      INFO: Extracting llvm_saigo_x86_64_linux.tgz (15/18)
      |------------------------------------------------|
      ..................................................
      INFO: Extracting newlib_saigo_arm.tgz (16/18)
      |------------------------------------------------|
      ..........................................
      INFO: Extracting newlib_saigo_i686.tgz (17/18)
      |------------------------------------------------|
      .........................................
      INFO: Extracting newlib_saigo_x86_64.tgz (18/18)
      |------------------------------------------------|
      ..........................................
      Hook 'python3 src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' took 92.94 secs
      ________ running 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=x86' in '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium'
      Installing Debian bullseye i386 root image: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/debian_bullseye_i386-sysroot
      Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/bb5c9d52f69a97fc934f2b269375dcba0c7db8dc/debian_bullseye_i386_sysroot.tar.xz
      tar (child): xz: Cannot exec: No such file or directory
      tar (child): Error is not recoverable: exiting now
      tar: Child returned status 2
      tar: Error is not recoverable: exiting now
      Traceback (most recent call last):
        File "/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/sysroot_scripts/install-sysroot.py", line 168, in <module>
          sys.exit(main(sys.argv[1:]))
        File "/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/sysroot_scripts/install-sysroot.py", line 94, in main
          InstallSysroot(DEFAULT_TARGET_PLATFORM,
        File "/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/sysroot_scripts/install-sysroot.py", line 159, in InstallSysroot
          subprocess.check_call(['tar', 'mxf', tarball, '-C', sysroot])
        File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['tar', 'mxf', '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/debian_bullseye_i386-sysroot/debian_bullseye_i386_sysroot.tar.xz', '-C', '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/debian_bullseye_i386-sysroot']' returned non-zero exit status 2.
      Error: Command 'python3 src/build/linux/sysroot_scripts/install-sysroot.py --arch=x86' returned non-zero exit status 1 in /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium
      Installing Debian bullseye i386 root image: /builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/debian_bullseye_i386-sysroot
      Downloading https://commondatastorage.googleapis.com/chrome-linux-sysroot/toolchain/bb5c9d52f69a97fc934f2b269375dcba0c7db8dc/debian_bullseye_i386_sysroot.tar.xz
      tar (child): xz: Cannot exec: No such file or directory
      tar (child): Error is not recoverable: exiting now
      tar: Child returned status 2
      tar: Error is not recoverable: exiting now
      Traceback (most recent call last):
        File "/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/sysroot_scripts/install-sysroot.py", line 168, in <module>
          sys.exit(main(sys.argv[1:]))
        File "/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/sysroot_scripts/install-sysroot.py", line 94, in main
          InstallSysroot(DEFAULT_TARGET_PLATFORM,
        File "/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/sysroot_scripts/install-sysroot.py", line 159, in InstallSysroot
          subprocess.check_call(['tar', 'mxf', tarball, '-C', sysroot])
        File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['tar', 'mxf', '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/debian_bullseye_i386-sysroot/debian_bullseye_i386_sysroot.tar.xz', '-C', '/builds/aglmasterhtml5cef/build/build-raspberrypi4/tmp/work/aarch64-agl-linux/cef/108.0.5359.125.5359+git-r0/git/chromium/src/build/linux/debian_bullseye_i386-sysroot']' returned non-zero exit status 2.
      DEBUG: Python function do_sync finished

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            rzanoni Roger Zanoni
            edi.feschiyan Edi Feschiyan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: