Wind River Support Network

HomeDefectsLIN1019-2871
Not to be fixed

LIN1019-2871 : ostree: gpg-agent process did not exit after build finish

Created: Oct 9, 2019    Updated: Apr 29, 2021
Resolved Date: Apr 29, 2021
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Userspace

Description

setup.sh --machines=intel-x86-64 --distros=wrlinux-cgl --dl-layers --templates feature/ostree feature/efi-secure-boot --layers wr-ostree --accept-eula=yes
. ./oe-init-build-env build
echo PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" >> conf/local.conf
bitbake wrlinux-image-glibc-std wrlinux-image-glibc-cgl ovmf

In conf/local.conf :

PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
BB_NUMBER_THREADS ?= "24"
PARALLEL_MAKE ?= "-j 24"
OSTREE_REMOTE_URL = "http://<ostree>/path"
IMAGE_ROOTFS_EXTRA_SPACE = "2048000"

On build host:
$ps aux | grep gpg
wr-taf 30710 0.0 0.0 96644 2384 ? Ss Oct09 0:00 gpg-agent --homedir  build/tmp-glibc/.gnupg --use-standard-socket --daemon
wr-taf 377846 0.0 0.0 164496 532 ? Ss Oct09 0:01  build/tmp-glibc/work/intel_x86_64-wrs-linux/wrlinux-image-glibc-std/1.0-r5/recipe-sysroot-native/usr/bin/../../usr/bin/gpg-agent --homedir  build/tmp-glibc/.gnupg --use-standard-socket --daemon
wr-taf 1096389 0.0 0.0 164496 2840 ? Ss 10:37 0:00  build/tmp-glibc/work/intel_x86_64-wrs-linux/wrlinux-image-glibc-std/1.0-r5/recipe-sysroot-native/usr/bin/../../usr/bin/gpg-agent --homedir  build/tmp-glibc/.gnupg --use-standard-socket --daemon
wr-taf 2273651 0.0 0.0 96644 2196 ? Ss Oct08 0:00 gpg-agent --homedir build/tmp-glibc/.gnupg --use-standard-socket --daemon
wr-taf 2673723 0.0 0.0 164496 568 ? Ss Oct08 0:02 /buildarea1/wrlinux-10.19/build_dir/auto/1570503364/build/tmp-glibc/work/intel_x86_64-wrs-linux/wrlinux-image-glibc-std/1.0-r5/recipe-sysroot-native/usr/bin/../../usr/bin/gpg-agent --homedir build/tmp-glibc/.gnupg --use-standard-socket --daemon
jhu2 3444883 0.0 0.0 14856 1080 pts/6 S+ 14:22 0:00 grep gpg
wr-taf 3534229 0.0 0.0 96644 2264 ? Ss Oct09 0:00 gpg-agent --homedir build/tmp-glibc/.gnupg --use-standard-socket --daemon
wr-taf 3892989 0.0 0.0 96644 3436 ? Ss 10:23 0:00 gpg-agent --homedir  build/tmp-glibc/.gnupg --use-standard-socket --daemon
wr-taf 4032955 0.0 0.0 164496 596 ? Ss Oct09 0:01 build/tmp-glibc/work/intel_x86_64-wrs-linux/wrlinux-image-glibc-std/1.0-r5/recipe-sysroot-native/usr/bin/../../usr/bin/gpg-agent --homedir /buildarea1/wrlinux-10.19/build_dir/BSP/1570600428/build/tmp-glibc/.gnupg --use-standard-socket --daemon

Steps to Reproduce

/lpg-build/cdc/fast_prod/WRLINUX_MASTER_WR/MASTER_WR_GIT/wrlinux-10/setup.sh --machines=intel-x86-64 --distros=wrlinux-cgl --dl-layers --templates feature/ostree feature/efi-secure-boot --layers wr-ostree --accept-eula=yes
. ./oe-init-build-env build
echo PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" >> conf/local.conf
bitbake  wrlinux-image-glibc-std wrlinux-image-glibc-cgl ovmf

In conf/local.conf :
#jhu2 append as below:
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
BB_NUMBER_THREADS ?= "24"
PARALLEL_MAKE ?= "-j 24"
OSTREE_REMOTE_URL = "http://128.224.162.201/wrl1018_ostree_dvd_9_26_default/"
IMAGE_ROOTFS_EXTRA_SPACE = "2048000"

Live chat
Online