Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-1837 next branch towards YP 2.6 (thud)
  3. SPEC-1840

[-next] submodule fetcher issues in agl-service-* and apps

XMLWordPrintable

      Symptom:

      ERROR: agl-service-gps-1.0+gitAUTOINC+812efb838d-r0 do_unpack: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export PATH="/home/scratch/user/git/AGL/build-next/build-q64/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot-native/usr/bin/tar-native:/home/scratch/user/git/AGL/build-next/poky/scripts:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot-native/usr/bin/x86_64-agl-linux:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot/usr/bin/crossscripts:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot-native/usr/sbin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot-native/usr/bin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot-native/sbin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/recipe-sysroot-native/bin:/home/scratch/user/git/AGL/build-next/poky/bitbake/bin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/hosttools"; export HOME="/home/dl9pf"; git -c core.fsyncobjectfiles=0 submodule update --recursive --no-fetch failed with exit code 1, output:
      fatal: reference is not a tree: 0f25ab2fa35a36c8d9b4675522f1ecb9ec74d884
      Unable to checkout '0f25ab2fa35a36c8d9b4675522f1ecb9ec74d884' in submodule path 'conf.d/app-templates'ERROR: agl-service-gps-1.0+gitAUTOINC+812efb838d-r0 do_unpack: Function failed: base_do_unpack
      ERROR: Logfile of failure stored in: /home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-gps/1.0+gitAUTOINC+812efb838d-r0/temp/log.do_unpack.17548
      ERROR: Task (/home/scratch/user/git/AGL/build-next/meta-agl/meta-agl-profile-core/recipes-apis/agl-service-gps/agl-service-gps_git.bb:do_unpack) failed with exit code '1'
       

       reproduce:

      mkdir build-next ; cd build-next
      repo init -b next -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
      source meta-agl/scripts/aglsetup.sh -m qemux86-64 -b build-systemd agl-demo agl-devel
      
      # as example: build agl-service-gps
      bitbake agl-service-gps

       

      Even worse with multiple submodules (but can be related to that first error):

      ERROR: agl-service-audio-4a-0.1+gitAUTOINC+0ee73bc586-r0 do_unpack: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export PATH="/home/scratch/user/git/AGL/build-next/build-q64/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot-native/usr/bin/tar-native:/home/scratch/user/git/AGL/build-next/poky/scripts:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot-native/usr/bin/x86_64-agl-linux:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot/usr/bin/crossscripts:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot-native/usr/sbin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot-native/usr/bin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot-native/sbin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/recipe-sysroot-native/bin:/home/scratch/user/git/AGL/build-next/poky/bitbake/bin:/home/scratch/user/git/AGL/build-next/build-q64/tmp/hosttools"; export HOME="/home/dl9pf"; git -c core.fsyncobjectfiles=0 submodule update --recursive --no-fetch failed with exit code 1, output:
      Submodule path 'afb-utilities': checked out 'f0ce5b665dd33b285d723720c16ac0542cde4e6e'fatal: reference is not a tree: d6c7b9663f735fc29e68bfb7a55b2025a6a650ad
      fatal: reference is not a tree: ce075383309a30bb7084309014c7f1c2f699bf01
      Unable to checkout 'd6c7b9663f735fc29e68bfb7a55b2025a6a650ad' in submodule path 'conf.d/app-templates'
      Unable to checkout 'ce075383309a30bb7084309014c7f1c2f699bf01' in submodule path 'controller'ERROR: agl-service-audio-4a-0.1+gitAUTOINC+0ee73bc586-r0 do_unpack: Function failed: base_do_unpack
      ERROR: Logfile of failure stored in: /home/scratch/user/git/AGL/build-next/build-q64/tmp/work/corei7-64-agl-linux/agl-service-audio-4a/0.1+gitAUTOINC+0ee73bc586-r0/temp/log.do_unpack.15446
      ERROR: Task (/home/scratch/user/git/AGL/build-next/meta-agl-devel/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb:do_unpack) failed with exit code '1'
       

       

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

            scottm Scott Murray
            jsmoeller Jan-Simon Moeller
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: