Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-52855

PTP CI: 4.12-4.14 CI fail due to build error with incompatible /lib64/libresolv.so

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 4.19
    • Networking / ptp
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • No
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      CIs for multiple releases failed due to the following error while building ptp-operator under test:
      The fix merged worked for 4.19-4.15 but not earlier releases.

      4.14 CI on March 7 failed:
      https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.14-e2e-telco5g-ptp/1898116618542649344/artifacts/e2e-telco5g-ptp/telco5g-ptp-tests/build-log.txt

      + sed -i 's/\(CGO_ENABLED=${CGO_ENABLED}\) \(GOOS=${GOOS}\)/\1 CC="gcc -fuse-ld=gold" \2/' hack/build.sh
      + [[ 4.14 =~ 4.1[2-8]+ ]]
      + sed -i '/ENV GO111MODULE=off/ a\ENV GOMAXPROCS=20' Dockerfile
      + make docker-build
      docker build -t image-registry.openshift-image-registry.svc:5000/openshift-ptp/ptp-operator:4.14 .
      Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
      [1/2] STEP 1/6: FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder
      Trying to pull registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14...
      Getting image source signatures
      Copying blob sha256:74ed10a00da8a066c6e922340cc7d95ff060e1cd0b1bb2d9b4eb140d555458e4
      Copying blob sha256:f70d60810c69edad990aaf0977a87c6d2bcc9cd52904fa6825f08507a9b6e7bc
      Copying blob sha256:545277d800059b32cf03377a9301094e9ac8aa4bb42d809766d7355ca9aa8652
      Copying blob sha256:9e3dc9f64d98fb0cb9841e6dff3f3d487de9b44016ccdbbd84f014a48510ca21
      Copying config sha256:f637f852454917abd87b1ac7aecb5b496066f08ffba351ffd3f10339dfe87ee5
      Writing manifest to image destination
      [1/2] STEP 2/6: WORKDIR /go/src/github.com/openshift/ptp-operator
      --> 81ae4abc62ad
      [1/2] STEP 3/6: COPY . .
      --> 5fd93ed7f2e6
      [1/2] STEP 4/6: ENV GO111MODULE=off
      --> faf062243de3
      [1/2] STEP 5/6: ENV GOMAXPROCS=20
      --> 16776e668398
      [1/2] STEP 6/6: RUN make
      hack/build.sh
      Using version from git...
      Building github.com/openshift/ptp-operator/cmd/manager (32b0e82a-dirty)
      # github.com/openshift/ptp-operator
      /usr/lib/golang/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to 'res_hnok', version 'GLIBC_2.34'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to 'res_dnok', version 'GLIBC_2.34'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__res_context_hostalias', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__res_context_search', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__libc_res_queriesmatch', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__libc_res_nameinquery', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__libc_dn_expand', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__res_get_nsaddr', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__res_context_query', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__libc_ns_makecanon', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to '__libc_ns_samename', version 'GLIBC_PRIVATE'
      /usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/libresolv.so: error: undefined reference to 'dn_skipname', version 'GLIBC_2.34'
      cgo-gcc-prolog:60: error: undefined reference to '__res_search'
      cgo-gcc-prolog:86: error: undefined reference to '__res_search'
      /_/vendor/github.com/golang-fips/openssl/openssl/goopenssl.h:731: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl/openssl/goopenssl.h:273: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl/openssl/goopenssl.h:274: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl/openssl/goopenssl.h:275: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl/openssl/goopenssl.h:71: error: undefined reference to 'dlopen'
      gcc_libinit.c:100: error: undefined reference to 'pthread_create'
      gcc_libinit.c:102: error: undefined reference to 'pthread_detach'
      gcc_linux_amd64.c:46: error: undefined reference to 'pthread_attr_getstacksize'
      gcc_linux_amd64.c:69: error: undefined reference to 'pthread_sigmask'
      gcc_linux_amd64.c:72: error: undefined reference to 'pthread_attr_getstacksize'
      gcc_linux_amd64.c:77: error: undefined reference to 'pthread_sigmask'
      collect2: error: ld returned 1 exit status
      
      make: *** [Makefile:227: bin] Error 1 

      4.13 CI on March 9:

      https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.13-e2e-telco5g-ptp/1898781002210217984/artifacts/e2e-telco5g-ptp/telco5g-ptp-tests/build-log.txt

      + sed -i 's/\(CGO_ENABLED=${CGO_ENABLED}\) \(GOOS=${GOOS}\)/\1 CC="gcc -fuse-ld=gold" \2/' hack/build.sh + [[ 4.13 =~ 4.1[2-8]+ ]] + sed -i '/ENV GO111MODULE=off/ a\ENV GOMAXPROCS=20' Dockerfile + make docker-build docker build -t image-registry.openshift-image-registry.svc:5000/openshift-ptp/ptp-operator:4.13 . Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. time="2025-03-09T18:32:38Z" level=warning msg="Using cgroups-v1 which is deprecated in favor of cgroups-v2 with Podman v5 and will be removed in a future version. Set environment variable `PODMAN_IGNORE_CGROUPSV1_WARNING` to hide this warning." [1/2] STEP 1/6: FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder Trying to pull registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13... Getting image source signatures Copying blob sha256:3814e72fc39edbdab1db4360341d7c7508de07f6d3fb2a52563731667ce8cafb Copying blob sha256:f70d60810c69edad990aaf0977a87c6d2bcc9cd52904fa6825f08507a9b6e7bc Copying blob sha256:545277d800059b32cf03377a9301094e9ac8aa4bb42d809766d7355ca9aa8652 Copying blob sha256:7de6b17131d44dd36671c873087a98a9c3b18a566a7da912bbed28bf1613555c Copying config sha256:43f93398f41b973cda278860261ee4db9d2686e55b98739366be414bd91c95d8 Writing manifest to image destination [1/2] STEP 2/6: WORKDIR /go/src/github.com/openshift/ptp-operator --> 0ec62d88f162 [1/2] STEP 3/6: COPY . . --> 7a7f1a1debce [1/2] STEP 4/6: ENV GO111MODULE=off --> b6979b87604a [1/2] STEP 5/6: ENV GOMAXPROCS=20 --> a17a5eea2c4d [1/2] STEP 6/6: RUN make Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1 Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0 Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1" Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "env" "GOBIN" Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary Go compliance shim [606] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 0 hack/build.sh Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1 Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0 Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1" Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "env" "GOOS" Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary Go compliance shim [646] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 0 Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1 Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0 Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1" Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "env" "GOARCH" Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary Go compliance shim [677] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 0 Using version from git... Building github.com/openshift/ptp-operator/cmd/manager (9eff1ce9-dirty) Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1 Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0 Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1" Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: setting CGO_ENABLED=1 Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "build" "-tags" "strictfipsruntime" "-mod=vendor" "-ldflags" "-X github.com/openshift/ptp-operator/pkg/version.Raw=9eff1ce9-dirty -s -w" "-o" "build/_output/bin//ptp-operator" "github.com/openshift/ptp-operator" Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary # github.com/openshift/ptp-operator /usr/lib/golang/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:787: error: undefined reference to 'dlsym' /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:327: error: undefined reference to 'dlsym' /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:328: error: undefined reference to 'dlsym' /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:329: error: undefined reference to 'dlsym' /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:71: error: undefined reference to 'dlopen' gcc_libinit.c:100: error: undefined reference to 'pthread_create' gcc_libinit.c:102: error: undefined reference to 'pthread_detach' gcc_linux_amd64.c:46: error: undefined reference to 'pthread_attr_getstacksize' gcc_linux_amd64.c:69: error: undefined reference to 'pthread_sigmask' gcc_linux_amd64.c:72: error: undefined reference to 'pthread_attr_getstacksize' gcc_linux_amd64.c:77: error: undefined reference to 'pthread_sigmask' collect2: error: ld returned 1 exit status Go compliance shim [723] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 1 make: *** [Makefile:227: bin] Error 1
       

      4.12 CI on March 8:
      https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs/periodic-ci-openshift-release-master-nightly-4.12-e2e-telco5g-ptp/1898479055343194112/artifacts/e2e-telco5g-ptp/telco5g-ptp-tests/build-log.txt

      + sed -i 's/\(CGO_ENABLED=${CGO_ENABLED}\) \(GOOS=${GOOS}\)/\1 CC="gcc -fuse-ld=gold" \2/' hack/build.sh
      + [[ 4.12 =~ 4.1[2-8]+ ]]
      + sed -i '/ENV GO111MODULE=off/ a\ENV GOMAXPROCS=20' Dockerfile
      + make docker-build
      docker build -t image-registry.openshift-image-registry.svc:5000/openshift-ptp/ptp-operator:4.12 .
      Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
      time="2025-03-08T22:33:55Z" level=warning msg="Using cgroups-v1 which is deprecated in favor of cgroups-v2 with Podman v5 and will be removed in a future version. Set environment variable `PODMAN_IGNORE_CGROUPSV1_WARNING` to hide this warning."
      [1/2] STEP 1/6: FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder
      Trying to pull registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12...
      Getting image source signatures
      Copying blob sha256:db089aecda5f07078633465ad2f195f2b9288602957649ed2591b8f347c18c43
      Copying blob sha256:f70d60810c69edad990aaf0977a87c6d2bcc9cd52904fa6825f08507a9b6e7bc
      Copying blob sha256:545277d800059b32cf03377a9301094e9ac8aa4bb42d809766d7355ca9aa8652
      Copying blob sha256:7de6b17131d44dd36671c873087a98a9c3b18a566a7da912bbed28bf1613555c
      Copying config sha256:200553840a7dd63a2d072c9a6f7e5dce64281018b40217ca870c1d059dc260ae
      Writing manifest to image destination
      [1/2] STEP 2/6: WORKDIR /go/src/github.com/openshift/ptp-operator
      --> fe1c60ea1ecd
      [1/2] STEP 3/6: COPY . .
      --> 484b6780e56d
      [1/2] STEP 4/6: ENV GO111MODULE=off
      --> f6774aab31bd
      [1/2] STEP 5/6: ENV GOMAXPROCS=20
      --> b364f6a1c749
      [1/2] STEP 6/6: RUN make
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1"
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime
      
      
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "env" "GOBIN" 
      
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary
      Go compliance shim [598] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 0
      hack/build.sh
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1"
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime
      
      
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "env" "GOOS" 
      
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary
      Go compliance shim [638] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 0
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1"
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime
      
      
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "env" "GOARCH" 
      
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary
      Go compliance shim [670] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 0
      Using version from git...
      Building github.com/openshift/ptp-operator/cmd/manager (48b63776-dirty)
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: Forcing GOTOOLCHAIN=local
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: CGO_ENABLED=1
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: assessment: dynamic linking
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: EXEMPT: 0
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: not exempt: FORCE_CGO_ENABLED="1" FORCE_DYNAMIC="1" FORCE_OPENSSL="1" FORCE_FOD_MODE="1"
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: setting CGO_ENABLED=1
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: setting GOEXPERIMENT=strictfipsruntime
      
      
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: final command line arguments: "build" "-tags" "strictfipsruntime" "-mod=vendor" "-ldflags" "-X github.com/openshift/ptp-operator/pkg/version.Raw=48b63776-dirty -s -w" "-o" "build/_output/bin//ptp-operator" "github.com/openshift/ptp-operator" 
      
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: invoking real go binary
      # github.com/openshift/ptp-operator
      /usr/lib/golang/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
      /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:787: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:327: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:328: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:329: error: undefined reference to 'dlsym'
      /_/vendor/github.com/golang-fips/openssl-fips/openssl/goopenssl.h:71: error: undefined reference to 'dlopen'
      gcc_libinit.c:100: error: undefined reference to 'pthread_create'
      gcc_libinit.c:102: error: undefined reference to 'pthread_detach'
      gcc_linux_amd64.c:46: error: undefined reference to 'pthread_attr_getstacksize'
      gcc_linux_amd64.c:69: error: undefined reference to 'pthread_sigmask'
      gcc_linux_amd64.c:72: error: undefined reference to 'pthread_attr_getstacksize'
      gcc_linux_amd64.c:77: error: undefined reference to 'pthread_sigmask'
      collect2: error: ld returned 1 exit status
      
      Go compliance shim [715] [rhel-8-golang-1.19][openshift-golang-builder]: Exited with: 1
      make: *** [Makefile:227: bin] Error 1
      subprocess exited with status 2
      subprocess exited with status 2
      Error: building at STEP "RUN make": exit status 2 

       

              aputtur@redhat.com Aneesh Puttur
              jacding@redhat.com Jack Ding
              None
              None
              Hen Shay Hassid Hen Shay Hassid
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: