Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b47159de68f9b2b082cb855b11b78af65f3baea7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision a8d5489117fb74ecf2babedeac9793ec80335c77 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision a8d5489117fb74ecf2babedeac9793ec80335c77 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a8d5489117fb74ecf2babedeac9793ec80335c77 # timeout=10 Commit message: "Merge pull request #176 from soda480/US6232f" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7302 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision b47159de68f9b2b082cb855b11b78af65f3baea7 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b47159de68f9b2b082cb855b11b78af65f3baea7 # timeout=10 Commit message: "fix: Use correct parameter key name for MQTTSecretSend AuthMode in configurable pipeline (#358)" > git rev-list --no-walk 678d12aee65b98b12cab7ea8d7bc0b6019a8dc80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:57:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:57:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:57:58 ========================================================= 23:57:58 EdgeX Global Pipelines Version Info 23:57:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:58:00 ------------------- 23:58:00 stable info: 23:58:00 ------------------- 23:58:00 Commited By: Emilio Reyes emilio.reyes@intel.com 23:58:00 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 23:58:00 Message: update stable to v1.0.87 23:58:01 ------------------- 23:58:01 experimental info: 23:58:01 ------------------- 23:58:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:58:01 Commit SHA: 045109fa9a4f6df2e4fd24e75fafac08edbb033d 23:58:01 Message: update experimental to v1.0.87 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 23:58:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:58:03 23:58:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:58:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:58:04 latest: Pulling from edgex-devops/git-semver 23:58:04 9123ac7c32f7: Pulling fs layer 23:58:04 b8cc5d1170e3: Pulling fs layer 23:58:04 2924cbbf6a41: Pulling fs layer 23:58:04 93b08a4f1073: Pulling fs layer 23:58:04 b8cc5d1170e3: Verifying Checksum 23:58:04 b8cc5d1170e3: Download complete 23:58:04 9123ac7c32f7: Verifying Checksum 23:58:04 9123ac7c32f7: Download complete 23:58:04 93b08a4f1073: Verifying Checksum 23:58:04 93b08a4f1073: Download complete 23:58:04 2924cbbf6a41: Verifying Checksum 23:58:04 2924cbbf6a41: Download complete 23:58:04 9123ac7c32f7: Pull complete 23:58:04 b8cc5d1170e3: Pull complete 23:58:05 2924cbbf6a41: Pull complete 23:58:06 93b08a4f1073: Pull complete 23:58:06 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 23:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:58:06 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 23:58:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:58:07 $ docker top 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:58:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:58:08 [ssh-agent] Looking for ssh-agent implementation... 23:58:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:58:08 $ docker exec 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 ssh-agent 23:58:08 SSH_AUTH_SOCK=/tmp/ssh-ZFpv0LUjum61/agent.15 23:58:08 SSH_AGENT_PID=22 23:58:08 Running ssh-add (command line suppressed) 23:58:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5445389988737410684.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5445389988737410684.key) 23:58:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:58:09 + git describe --exact-match --tags HEAD 23:58:09 fatal: No names found, cannot describe anything. [Pipeline] } 23:58:10 $ docker exec --env ******** --env ******** 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 ssh-agent -k 23:58:10 unset SSH_AUTH_SOCK; 23:58:10 unset SSH_AGENT_PID; 23:58:10 echo Agent pid 22 killed; 23:58:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:58:10 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:58:10 This usually means this commit has not been tagged. [Pipeline] sshagent 23:58:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:58:10 [ssh-agent] Looking for ssh-agent implementation... 23:58:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:58:11 $ docker exec 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 ssh-agent 23:58:11 SSH_AUTH_SOCK=/tmp/ssh-RGr0ShlrYO4K/agent.56 23:58:11 SSH_AGENT_PID=63 23:58:11 Running ssh-add (command line suppressed) 23:58:12 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6085596737035082099.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6085596737035082099.key) 23:58:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:58:12 + git semver init 23:58:12 # -> Open(): unable to determine branch for HEAD 23:58:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:58:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:58:12 # $SEMVER_REMOTE_NAME = origin 23:58:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:58:12 # $SEMVER_USER_NAME = edgex-jenkins 23:58:12 # $SEMVER_BRANCH = master 23:58:12 # $SEMVER_TEMP = /tmp/semver-398389126 23:58:12 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:58:19 # '/tmp/semver-398389126' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:58:19 # -> Force: false 23:58:19 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:58:19 $ docker exec --env ******** --env ******** 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 ssh-agent -k 23:58:19 unset SSH_AUTH_SOCK; 23:58:19 unset SSH_AGENT_PID; 23:58:19 echo Agent pid 63 killed; 23:58:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:58:21 + git semver [Pipeline] } 23:58:21 $ docker stop --time=1 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 23:58:22 $ docker rm -f 9b3a179a91a0117f8e22632735801c784a7aee28e991f890e26e11ed4fa63351 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:58:26 Stashed 114 file(s) [Pipeline] echo 23:58:26 [edgeXSemver] initialized semver on version 1.0.1-dev.45 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:58:27 Running on prd-centos7-docker-4c-2g-7304 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:58:27 Running in /w/workspace/app-functions-sdk-go/54 [Pipeline] { [Pipeline] checkout 23:58:29 using credential edgex-jenkins-ssh 23:58:29 Cloning the remote Git repository 23:58:29 Cloning with configured refspecs honoured and without tags 23:58:29 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:58:29 > git init /w/workspace/app-functions-sdk-go/54 # timeout=10 23:58:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:58:30 > git --version # timeout=10 23:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:58:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:58:33 Fetching without tags 23:58:33 Checking out Revision b47159de68f9b2b082cb855b11b78af65f3baea7 (master) 23:58:33 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:58:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:58:33 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:58:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:58:33 using GIT_SSH to set credentials SSH Credentials for GitHub 23:58:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:58:33 > git config core.sparsecheckout # timeout=10 23:58:33 > git checkout -f b47159de68f9b2b082cb855b11b78af65f3baea7 # timeout=10 23:58:37 Commit message: "fix: Use correct parameter key name for MQTTSecretSend AuthMode in configurable pipeline (#358)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:58:39 ========================================================= 23:58:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:58:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:58:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 23:58:40 Sending build context to Docker daemon 36.91MB 23:58:40 Step 1/8 : ARG BASE=golang:1.13-alpine 23:58:40 Step 2/8 : FROM ${BASE} 23:58:40 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:58:40 e6b0cf9c0882: Pulling fs layer 23:58:40 2848faf0eed1: Pulling fs layer 23:58:40 0f37312ad70f: Pulling fs layer 23:58:40 5788d62ee057: Pulling fs layer 23:58:40 0e6b1d234666: Pulling fs layer 23:58:40 bf5d7aec512f: Pulling fs layer 23:58:40 34c802a77dc8: Pulling fs layer 23:58:40 9eb99e56ec68: Pulling fs layer 23:58:40 27c7a5d97fbd: Pulling fs layer 23:58:40 5c102a31e300: Pulling fs layer 23:58:40 dcfb455df0a1: Pulling fs layer 23:58:40 5788d62ee057: Waiting 23:58:40 9eb99e56ec68: Waiting 23:58:40 0e6b1d234666: Waiting 23:58:40 27c7a5d97fbd: Waiting 23:58:40 bf5d7aec512f: Waiting 23:58:40 34c802a77dc8: Waiting 23:58:40 dcfb455df0a1: Waiting 23:58:40 5c102a31e300: Waiting 23:58:40 0f37312ad70f: Verifying Checksum 23:58:40 0f37312ad70f: Download complete 23:58:40 2848faf0eed1: Verifying Checksum 23:58:40 2848faf0eed1: Download complete 23:58:40 0e6b1d234666: Verifying Checksum 23:58:40 0e6b1d234666: Download complete 23:58:40 bf5d7aec512f: Verifying Checksum 23:58:40 bf5d7aec512f: Download complete 23:58:40 e6b0cf9c0882: Verifying Checksum 23:58:41 34c802a77dc8: Verifying Checksum 23:58:41 34c802a77dc8: Download complete 23:58:41 27c7a5d97fbd: Download complete 23:58:41 5c102a31e300: Verifying Checksum 23:58:41 5c102a31e300: Download complete 23:58:41 dcfb455df0a1: Verifying Checksum 23:58:41 dcfb455df0a1: Download complete 23:58:42 Still waiting to schedule task 23:58:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:58:42 5788d62ee057: Verifying Checksum 23:58:42 5788d62ee057: Download complete 23:58:42 9eb99e56ec68: Verifying Checksum 23:58:42 9eb99e56ec68: Download complete 23:58:43 e6b0cf9c0882: Pull complete 23:58:43 2848faf0eed1: Pull complete 23:58:43 0f37312ad70f: Pull complete 23:58:49 5788d62ee057: Pull complete 23:58:49 0e6b1d234666: Pull complete 23:58:49 bf5d7aec512f: Pull complete 23:58:55 34c802a77dc8: Pull complete 23:58:58 9eb99e56ec68: Pull complete 23:58:58 27c7a5d97fbd: Pull complete 23:58:59 5c102a31e300: Pull complete 23:58:59 dcfb455df0a1: Pull complete 23:58:59 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 23:58:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:58:59 ---> 7c70fe431013 23:58:59 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:58:59 latest: Pulling from library/docker 23:58:59 cbdbe7a5bc2a: Pulling fs layer 23:58:59 6f4c731d6eb3: Pulling fs layer 23:58:59 5d79d4ac3cd0: Pulling fs layer 23:58:59 65de10866d6a: Pulling fs layer 23:58:59 ffd69ed7f17f: Pulling fs layer 23:58:59 07ba9e5a2fa6: Pulling fs layer 23:58:59 75478c283dd2: Pulling fs layer 23:58:59 65de10866d6a: Waiting 23:58:59 ffd69ed7f17f: Waiting 23:58:59 07ba9e5a2fa6: Waiting 23:58:59 75478c283dd2: Waiting 23:58:59 5d79d4ac3cd0: Verifying Checksum 23:58:59 5d79d4ac3cd0: Download complete 23:58:59 cbdbe7a5bc2a: Verifying Checksum 23:58:59 cbdbe7a5bc2a: Download complete 23:58:59 6f4c731d6eb3: Verifying Checksum 23:58:59 6f4c731d6eb3: Download complete 23:59:00 07ba9e5a2fa6: Verifying Checksum 23:59:00 07ba9e5a2fa6: Download complete 23:59:00 ffd69ed7f17f: Verifying Checksum 23:59:00 ffd69ed7f17f: Download complete 23:59:00 cbdbe7a5bc2a: Pull complete 23:59:00 75478c283dd2: Verifying Checksum 23:59:00 75478c283dd2: Download complete 23:59:00 6f4c731d6eb3: Pull complete 23:59:00 5d79d4ac3cd0: Pull complete 23:59:00 65de10866d6a: Verifying Checksum 23:59:00 65de10866d6a: Download complete 23:59:03 65de10866d6a: Pull complete 23:59:03 ffd69ed7f17f: Pull complete 23:59:03 07ba9e5a2fa6: Pull complete 23:59:03 75478c283dd2: Pull complete 23:59:03 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 23:59:03 Status: Downloaded newer image for docker:latest 23:59:05 ---> 9fbcd266d9ba 23:59:05 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:59:05 ---> Running in a18ec9fe33bd 23:59:05 Removing intermediate container a18ec9fe33bd 23:59:05 ---> 2fc4da2f1b43 23:59:05 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:59:05 ---> Running in 4c1db0d665df 23:59:06 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 23:59:07 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 23:59:08 (1/5) Installing libsodium (1.0.18-r0) 23:59:08 (2/5) Installing libzmq (4.3.2-r0) 23:59:08 (3/5) Installing pkgconf (1.6.3-r0) 23:59:08 (4/5) Installing libsodium-dev (1.0.18-r0) 23:59:08 (5/5) Installing zeromq-dev (4.3.2-r0) 23:59:08 Executing busybox-1.31.1-r8.trigger 23:59:08 OK: 145 MiB in 44 packages 23:59:09 Removing intermediate container 4c1db0d665df 23:59:09 ---> bde9b880132a 23:59:09 Step 6/8 : WORKDIR /build 23:59:09 ---> Running in 909daae60356 23:59:09 Removing intermediate container 909daae60356 23:59:09 ---> 3340aba19d5e 23:59:09 Step 7/8 : COPY go.mod . 23:59:09 ---> 8783f0a006e6 23:59:09 Step 8/8 : RUN go mod download 23:59:09 ---> Running in 266fe2608c83 23:59:11 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:59:11 go: finding github.com/BurntSushi/toml v0.3.1 23:59:11 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:59:11 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:59:11 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:59:11 go: finding github.com/bgentry/speakeasy v0.1.0 23:59:11 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:59:11 go: finding github.com/davecgh/go-spew v1.1.1 23:59:11 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:59:11 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 23:59:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 23:59:11 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:59:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 23:59:11 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 23:59:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:59:11 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:59:11 go: finding github.com/fatih/color v1.7.0 23:59:11 go: finding github.com/fsnotify/fsnotify v1.4.7 23:59:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:59:11 go: finding github.com/go-kit/kit v0.8.0 23:59:11 go: finding github.com/go-logfmt/logfmt v0.4.0 23:59:11 go: finding github.com/go-redis/redis/v7 v7.2.0 23:59:11 go: finding github.com/go-stack/stack v1.8.0 23:59:11 go: finding github.com/golang/protobuf v1.3.2 23:59:11 go: finding github.com/golang/snappy v0.0.1 23:59:11 go: finding github.com/gomodule/redigo v2.0.0+incompatible 23:59:11 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:59:11 go: finding github.com/google/go-cmp v0.4.0 23:59:11 go: finding github.com/google/uuid v1.1.1 23:59:11 go: finding github.com/gorilla/mux v1.7.4 23:59:11 go: finding github.com/hashicorp/consul/api v1.1.0 23:59:11 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:59:11 go: finding github.com/hashicorp/errwrap v1.0.0 23:59:11 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:59:11 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:59:11 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:59:11 go: finding github.com/hashicorp/go-multierror v1.0.0 23:59:11 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:59:11 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:59:11 go: finding github.com/hashicorp/go-syslog v1.0.0 23:59:11 go: finding github.com/hashicorp/go-uuid v1.0.1 23:59:11 go: finding github.com/hashicorp/go.net v0.0.1 23:59:11 go: finding github.com/hashicorp/golang-lru v0.5.0 23:59:11 go: finding github.com/hashicorp/logutils v1.0.0 23:59:11 go: finding github.com/hashicorp/mdns v1.0.0 23:59:11 go: finding github.com/hashicorp/memberlist v0.1.3 23:59:11 go: finding github.com/hashicorp/serf v0.8.2 23:59:11 go: finding github.com/hpcloud/tail v1.0.0 23:59:11 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:59:11 go: finding github.com/kr/pretty v0.1.0 23:59:11 go: finding github.com/kr/pty v1.1.1 23:59:11 go: finding github.com/kr/text v0.1.0 23:59:11 go: finding github.com/mattn/go-colorable v0.0.9 23:59:11 go: finding github.com/mattn/go-isatty v0.0.3 23:59:11 go: finding github.com/miekg/dns v1.0.14 23:59:11 go: finding github.com/mitchellh/cli v1.0.0 23:59:11 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:59:11 go: finding github.com/mitchellh/copystructure v1.0.0 23:59:11 go: finding github.com/mitchellh/go-homedir v1.0.0 23:59:11 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:59:11 go: finding github.com/mitchellh/gox v0.4.0 23:59:11 go: finding github.com/mitchellh/iochan v1.0.0 23:59:11 go: finding github.com/mitchellh/mapstructure v1.1.2 23:59:11 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:59:11 go: finding github.com/onsi/ginkgo v1.10.1 23:59:11 go: finding github.com/onsi/gomega v1.7.0 23:59:11 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:59:11 go: finding github.com/pebbe/zmq4 v1.0.0 23:59:11 go: finding github.com/pelletier/go-toml v1.2.0 23:59:11 go: finding github.com/pkg/errors v0.8.1 23:59:11 go: finding github.com/pmezard/go-difflib v1.0.0 23:59:11 go: finding github.com/posener/complete v1.1.1 23:59:11 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:59:11 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:59:11 go: finding github.com/stretchr/objx v0.2.0 23:59:11 go: finding github.com/stretchr/testify v1.5.1 23:59:11 go: finding github.com/tidwall/pretty v1.0.1 23:59:11 go: finding github.com/ugorji/go v1.1.4 23:59:11 go: finding github.com/x448/float16 v0.8.4 23:59:11 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 23:59:11 go: finding github.com/xdg/stringprep v1.0.0 23:59:11 go: finding go.mongodb.org/mongo-driver v1.1.1 23:59:11 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:59:11 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:59:11 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:59:12 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 23:59:12 go: finding golang.org/x/text v0.3.2 23:59:12 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 23:59:12 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 23:59:12 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:59:12 go: finding gopkg.in/fsnotify.v1 v1.4.7 23:59:12 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:59:12 go: finding gopkg.in/yaml.v2 v2.2.8 23:59:24 Removing intermediate container 266fe2608c83 23:59:24 ---> bfa5baf24843 23:59:24 Successfully built bfa5baf24843 23:59:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:59:25 + docker inspect -f . ci-base-image-x86_64 23:59:25 . [Pipeline] withDockerContainer 23:59:25 prd-centos7-docker-4c-2g-7304 does not seem to be running inside a container 23:59:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/54 -v /w/workspace/app-functions-sdk-go/54:/w/workspace/app-functions-sdk-go/54:rw,z -v /w/workspace/app-functions-sdk-go/54@tmp:/w/workspace/app-functions-sdk-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:59:25 $ docker top cb0ad3ee88a907ad13c32482c77835669db91c8607cb1afaf03d2ef56cf9e2d5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:59:26 + go version 23:59:26 go version go1.13.5 linux/amd64 [Pipeline] sh 23:59:26 + make test 23:59:26 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:59:28 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:59:35 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.131s coverage: 86.2% of statements 23:59:50 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.022s coverage: 49.4% of statements 23:59:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:59:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:59:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.022s coverage: 56.7% of statements 23:59:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:59:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.529s coverage: 69.1% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.523s coverage: 73.4% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.132s coverage: 100.0% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.662s coverage: 78.0% of statements 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.050s coverage: 81.1% of statements 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 9.326s coverage: 70.2% of statements 00:00:05 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 00:00:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 100.0% of statements 00:00:05 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:00:09 gofmt -l . 00:00:09 [ "`gofmt -l .`" = "" ] 00:00:09 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:00:10 Stashed 1 file(s) [Pipeline] } 00:00:10 $ docker stop --time=1 cb0ad3ee88a907ad13c32482c77835669db91c8607cb1afaf03d2ef56cf9e2d5 00:00:12 $ docker rm -f cb0ad3ee88a907ad13c32482c77835669db91c8607cb1afaf03d2ef56cf9e2d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:01:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7306 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 00:01:52 Running in /w/workspace/app-functions-sdk-go/54 [Pipeline] { [Pipeline] checkout 00:01:59 using credential edgex-jenkins-ssh 00:01:59 Cloning the remote Git repository 00:01:59 Cloning with configured refspecs honoured and without tags 00:01:59 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:01:59 > git init /w/workspace/app-functions-sdk-go/54 # timeout=10 00:01:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:01:59 > git --version # timeout=10 00:01:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:01:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:02:02 Fetching without tags 00:02:02 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:02:02 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:02:02 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:02:03 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:02:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:02:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:02:05 Checking out Revision b47159de68f9b2b082cb855b11b78af65f3baea7 (master) 00:02:05 > git config core.sparsecheckout # timeout=10 00:02:05 > git checkout -f b47159de68f9b2b082cb855b11b78af65f3baea7 # timeout=10 00:02:10 Commit message: "fix: Use correct parameter key name for MQTTSecretSend AuthMode in configurable pipeline (#358)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:02:13 ========================================================= 00:02:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:02:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:02:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 00:02:16 Sending build context to Docker daemon 36.91MB 00:02:16 Step 1/8 : ARG BASE=golang:1.13-alpine 00:02:16 Step 2/8 : FROM ${BASE} 00:02:16 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:02:16 cde5963f3b93: Pulling fs layer 00:02:16 2a23fa8c16f7: Pulling fs layer 00:02:16 777b28850792: Pulling fs layer 00:02:16 8a11ddd9e578: Pulling fs layer 00:02:16 4cf88f913ddb: Pulling fs layer 00:02:16 1df406cf5192: Pulling fs layer 00:02:16 cd6300453558: Pulling fs layer 00:02:16 b9c365052c96: Pulling fs layer 00:02:16 a2d8cc88f415: Pulling fs layer 00:02:16 ea1d1ca13537: Pulling fs layer 00:02:16 3750a50a1c5e: Pulling fs layer 00:02:16 8a11ddd9e578: Waiting 00:02:16 4cf88f913ddb: Waiting 00:02:16 1df406cf5192: Waiting 00:02:16 cd6300453558: Waiting 00:02:16 ea1d1ca13537: Waiting 00:02:16 b9c365052c96: Waiting 00:02:16 a2d8cc88f415: Waiting 00:02:16 3750a50a1c5e: Waiting 00:02:16 777b28850792: Verifying Checksum 00:02:16 777b28850792: Download complete 00:02:16 2a23fa8c16f7: Verifying Checksum 00:02:16 2a23fa8c16f7: Download complete 00:02:16 4cf88f913ddb: Verifying Checksum 00:02:16 4cf88f913ddb: Download complete 00:02:16 1df406cf5192: Verifying Checksum 00:02:16 1df406cf5192: Download complete 00:02:17 cde5963f3b93: Download complete 00:02:18 cde5963f3b93: Pull complete 00:02:18 2a23fa8c16f7: Pull complete 00:02:19 777b28850792: Pull complete 00:02:21 cd6300453558: Verifying Checksum 00:02:21 cd6300453558: Download complete 00:02:21 a2d8cc88f415: Verifying Checksum 00:02:21 a2d8cc88f415: Download complete 00:02:25 ea1d1ca13537: Verifying Checksum 00:02:25 ea1d1ca13537: Download complete 00:02:25 3750a50a1c5e: Verifying Checksum 00:02:25 3750a50a1c5e: Download complete 00:02:28 b9c365052c96: Download complete 00:02:30 8a11ddd9e578: Verifying Checksum 00:02:30 8a11ddd9e578: Download complete 00:02:43 8a11ddd9e578: Pull complete 00:02:43 4cf88f913ddb: Pull complete 00:02:43 1df406cf5192: Pull complete 00:02:47 cd6300453558: Pull complete 00:02:51 b9c365052c96: Pull complete 00:02:52 a2d8cc88f415: Pull complete 00:02:54 ea1d1ca13537: Pull complete 00:02:54 3750a50a1c5e: Pull complete 00:02:54 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 00:02:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:02:54 ---> 78745c68409d 00:02:54 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:02:55 latest: Pulling from library/docker 00:02:55 29e5d40040c1: Pulling fs layer 00:02:55 3be38edc41e1: Pulling fs layer 00:02:55 fe3afb04d599: Pulling fs layer 00:02:55 59b74c254a8a: Pulling fs layer 00:02:55 9eee44a9dabb: Pulling fs layer 00:02:55 ae4d1ef7be7c: Pulling fs layer 00:02:55 8486642a619f: Pulling fs layer 00:02:55 9eee44a9dabb: Waiting 00:02:55 ae4d1ef7be7c: Waiting 00:02:55 8486642a619f: Waiting 00:02:55 59b74c254a8a: Waiting 00:02:55 fe3afb04d599: Verifying Checksum 00:02:55 fe3afb04d599: Download complete 00:02:55 3be38edc41e1: Verifying Checksum 00:02:55 3be38edc41e1: Download complete 00:02:55 29e5d40040c1: Verifying Checksum 00:02:55 29e5d40040c1: Download complete 00:02:55 9eee44a9dabb: Verifying Checksum 00:02:55 9eee44a9dabb: Download complete 00:02:55 ae4d1ef7be7c: Verifying Checksum 00:02:55 ae4d1ef7be7c: Download complete 00:02:55 8486642a619f: Download complete 00:02:56 29e5d40040c1: Pull complete 00:02:57 3be38edc41e1: Pull complete 00:02:57 fe3afb04d599: Pull complete 00:03:01 59b74c254a8a: Verifying Checksum 00:03:01 59b74c254a8a: Download complete 00:03:05 59b74c254a8a: Pull complete 00:03:05 9eee44a9dabb: Pull complete 00:03:05 ae4d1ef7be7c: Pull complete 00:03:05 8486642a619f: Pull complete 00:03:05 Digest: sha256:8c119115801ae96e1f55b2ccb69cc84537c79eea057a00f363df0196f3d09fd4 00:03:05 Status: Downloaded newer image for docker:latest 00:03:14 ---> c27ce84c2acb 00:03:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:03:14 ---> Running in 42eeb8f21a34 00:03:14 Removing intermediate container 42eeb8f21a34 00:03:14 ---> 4aaeaeb8e45b 00:03:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:03:14 ---> Running in 5cd82f7616c4 00:03:15 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:03:15 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:03:16 (1/5) Installing libsodium (1.0.18-r0) 00:03:16 (2/5) Installing libzmq (4.3.2-r0) 00:03:16 (3/5) Installing pkgconf (1.6.3-r0) 00:03:16 (4/5) Installing libsodium-dev (1.0.18-r0) 00:03:16 (5/5) Installing zeromq-dev (4.3.2-r0) 00:03:17 Executing busybox-1.31.1-r8.trigger 00:03:17 OK: 127 MiB in 44 packages 00:03:18 Removing intermediate container 5cd82f7616c4 00:03:18 ---> d00c655628a0 00:03:18 Step 6/8 : WORKDIR /build 00:03:18 ---> Running in fc247ddc2abb 00:03:18 Removing intermediate container fc247ddc2abb 00:03:18 ---> ef88ad9168ae 00:03:18 Step 7/8 : COPY go.mod . 00:03:19 ---> eb417e40c0a2 00:03:19 Step 8/8 : RUN go mod download 00:03:19 ---> Running in 1ce7726dc26f 00:03:22 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:03:22 go: finding github.com/BurntSushi/toml v0.3.1 00:03:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:03:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:03:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:03:22 go: finding github.com/bgentry/speakeasy v0.1.0 00:03:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:03:22 go: finding github.com/davecgh/go-spew v1.1.1 00:03:22 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:03:22 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:03:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 00:03:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:03:22 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.57 00:03:22 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 00:03:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:03:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:03:22 go: finding github.com/fatih/color v1.7.0 00:03:22 go: finding github.com/fsnotify/fsnotify v1.4.7 00:03:22 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:03:22 go: finding github.com/go-kit/kit v0.8.0 00:03:22 go: finding github.com/go-logfmt/logfmt v0.4.0 00:03:22 go: finding github.com/go-redis/redis/v7 v7.2.0 00:03:22 go: finding github.com/go-stack/stack v1.8.0 00:03:22 go: finding github.com/golang/protobuf v1.3.2 00:03:22 go: finding github.com/golang/snappy v0.0.1 00:03:22 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:03:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:03:22 go: finding github.com/google/go-cmp v0.4.0 00:03:22 go: finding github.com/google/uuid v1.1.1 00:03:22 go: finding github.com/gorilla/mux v1.7.4 00:03:22 go: finding github.com/hashicorp/consul/api v1.1.0 00:03:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:03:22 go: finding github.com/hashicorp/errwrap v1.0.0 00:03:22 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:03:22 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:03:22 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:03:22 go: finding github.com/hashicorp/go-multierror v1.0.0 00:03:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:03:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:03:22 go: finding github.com/hashicorp/go-syslog v1.0.0 00:03:22 go: finding github.com/hashicorp/go-uuid v1.0.1 00:03:22 go: finding github.com/hashicorp/go.net v0.0.1 00:03:22 go: finding github.com/hashicorp/golang-lru v0.5.0 00:03:22 go: finding github.com/hashicorp/logutils v1.0.0 00:03:22 go: finding github.com/hashicorp/mdns v1.0.0 00:03:22 go: finding github.com/hashicorp/memberlist v0.1.3 00:03:22 go: finding github.com/hashicorp/serf v0.8.2 00:03:22 go: finding github.com/hpcloud/tail v1.0.0 00:03:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:03:22 go: finding github.com/kr/pretty v0.1.0 00:03:22 go: finding github.com/kr/pty v1.1.1 00:03:22 go: finding github.com/kr/text v0.1.0 00:03:22 go: finding github.com/mattn/go-colorable v0.0.9 00:03:22 go: finding github.com/mattn/go-isatty v0.0.3 00:03:22 go: finding github.com/miekg/dns v1.0.14 00:03:22 go: finding github.com/mitchellh/cli v1.0.0 00:03:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:03:22 go: finding github.com/mitchellh/copystructure v1.0.0 00:03:22 go: finding github.com/mitchellh/go-homedir v1.0.0 00:03:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:03:22 go: finding github.com/mitchellh/gox v0.4.0 00:03:22 go: finding github.com/mitchellh/iochan v1.0.0 00:03:22 go: finding github.com/mitchellh/mapstructure v1.1.2 00:03:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:03:22 go: finding github.com/onsi/ginkgo v1.10.1 00:03:22 go: finding github.com/onsi/gomega v1.7.0 00:03:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:03:22 go: finding github.com/pebbe/zmq4 v1.0.0 00:03:22 go: finding github.com/pelletier/go-toml v1.2.0 00:03:22 go: finding github.com/pkg/errors v0.8.1 00:03:22 go: finding github.com/pmezard/go-difflib v1.0.0 00:03:22 go: finding github.com/posener/complete v1.1.1 00:03:22 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:03:22 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:03:22 go: finding github.com/stretchr/objx v0.2.0 00:03:22 go: finding github.com/stretchr/testify v1.5.1 00:03:22 go: finding github.com/tidwall/pretty v1.0.1 00:03:22 go: finding github.com/ugorji/go v1.1.4 00:03:22 go: finding github.com/x448/float16 v0.8.4 00:03:22 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:03:22 go: finding github.com/xdg/stringprep v1.0.0 00:03:22 go: finding go.mongodb.org/mongo-driver v1.1.1 00:03:22 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:03:22 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:03:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:03:22 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:03:22 go: finding golang.org/x/text v0.3.2 00:03:22 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:03:22 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:03:22 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:03:22 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:03:22 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:03:22 go: finding gopkg.in/yaml.v2 v2.2.8 00:03:45 Removing intermediate container 1ce7726dc26f 00:03:45 ---> 35ca9f8cf728 00:03:45 Successfully built 35ca9f8cf728 00:03:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:03:45 + docker inspect -f . ci-base-image-arm64 00:03:46 . [Pipeline] withDockerContainer 00:03:46 prd-ubuntu18.04-docker-arm64-4c-16g-7306 does not seem to be running inside a container 00:03:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/54 -v /w/workspace/app-functions-sdk-go/54:/w/workspace/app-functions-sdk-go/54:rw,z -v /w/workspace/app-functions-sdk-go/54@tmp:/w/workspace/app-functions-sdk-go/54@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:03:48 $ docker top 424dec043352ccc92dd812da543aee4875a0dd56fdf501d902b68bd2ad47a3bc -eo pid,comm [Pipeline] { [Pipeline] sh 00:03:49 + go version 00:03:49 go version go1.13.5 linux/arm64 [Pipeline] sh 00:03:50 + make test 00:03:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:03:52 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:04:14 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.115s coverage: 86.2% of statements 00:05:01 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.065s coverage: 49.4% of statements 00:05:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:05:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:05:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.066s coverage: 56.7% of statements 00:05:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:05:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.403s coverage: 69.1% of statements 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.516s coverage: 73.4% of statements 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.021s coverage: 89.5% of statements 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.017s coverage: 100.0% of statements 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.168s coverage: 100.0% of statements 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.018s coverage: 100.0% of statements 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.021s coverage: 100.0% of statements 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.018s coverage: 96.6% of statements 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:05:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.021s coverage: 97.7% of statements 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:05:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] 00:05:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.745s coverage: 78.0% of statements 00:05:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.081s coverage: 81.1% of statements 00:05:13 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] 00:05:18 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 9.644s coverage: 70.2% of statements 00:05:18 ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] 00:05:18 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.016s coverage: 100.0% of statements 00:05:19 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:05:31 gofmt -l . 00:05:31 [ "`gofmt -l .`" = "" ] 00:05:32 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:05:32 Warning: overwriting stash ‘coverage-report’ 00:05:33 Stashed 1 file(s) [Pipeline] } 00:05:33 $ docker stop --time=1 424dec043352ccc92dd812da543aee4875a0dd56fdf501d902b68bd2ad47a3bc 00:05:35 $ docker rm -f 424dec043352ccc92dd812da543aee4875a0dd56fdf501d902b68bd2ad47a3bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:05:38 provisioning config files... 00:05:38 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2479274810276096295tmp [Pipeline] { [Pipeline] sh 00:05:39 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2479274810276096295tmp 00:05:39 + curl -s https://codecov.io/bash 00:05:39 00:05:39 _____ _ 00:05:39 / ____| | | 00:05:39 | | ___ __| | ___ ___ _____ __ 00:05:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:05:39 | |___| (_) | (_| | __/ (_| (_) \ V / 00:05:39 \_____\___/ \__,_|\___|\___\___/ \_/ 00:05:39 Bash-tbd 00:05:39 00:05:39 00:05:39 ==> Jenkins CI detected. 00:05:39 project root: . 00:05:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:05:40 ==> Running gcov in . (disable via -X gcov) 00:05:40 ==> Python coveragepy not found 00:05:40 ==> Searching for coverage reports in: 00:05:40 + . 00:05:40 -> Found 1 reports 00:05:40 ==> Detecting git/mercurial file structure 00:05:40 ==> Reading reports 00:05:40 + ./coverage.out bytes=76180 00:05:40 ==> Appending adjustments 00:05:40 http://docs.codecov.io/docs/fixing-reports 00:05:41 + Found adjustments 00:05:41 ==> Gzipping contents 00:05:41 ==> Uploading reports 00:05:41 url: https://codecov.io 00:05:41 query: branch=master&commit=b47159de68f9b2b082cb855b11b78af65f3baea7&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F54%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 00:05:41 -> Pinging Codecov 00:05:41 https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=master&commit=b47159de68f9b2b082cb855b11b78af65f3baea7&build=54&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F54%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job= 00:05:41 -> Uploading 00:05:42 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/b47159de68f9b2b082cb855b11b78af65f3baea7 [Pipeline] } 00:05:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:05:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 00:05:42 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 00:05:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 00:05:44 00:05:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] isUnix [Pipeline] sh 00:05:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 00:05:45 1.217.3: Pulling from edgex-devops/edgex-snyk-go 00:05:45 e6b0cf9c0882: Pulling fs layer 00:05:45 2848faf0eed1: Pulling fs layer 00:05:45 0f37312ad70f: Pulling fs layer 00:05:45 7d08f2745646: Pulling fs layer 00:05:45 4c9f31393084: Pulling fs layer 00:05:45 eb21ddb83652: Pulling fs layer 00:05:45 345998794f6b: Pulling fs layer 00:05:45 97a711d68925: Pulling fs layer 00:05:45 7c8476c1cb00: Pulling fs layer 00:05:45 4c9f31393084: Waiting 00:05:45 eb21ddb83652: Waiting 00:05:45 345998794f6b: Waiting 00:05:45 7c8476c1cb00: Waiting 00:05:45 7d08f2745646: Waiting 00:05:45 97a711d68925: Waiting 00:05:45 0f37312ad70f: Verifying Checksum 00:05:45 0f37312ad70f: Download complete 00:05:45 2848faf0eed1: Verifying Checksum 00:05:45 2848faf0eed1: Download complete 00:05:45 4c9f31393084: Download complete 00:05:46 eb21ddb83652: Verifying Checksum 00:05:46 eb21ddb83652: Download complete 00:05:46 e6b0cf9c0882: Verifying Checksum 00:05:46 e6b0cf9c0882: Download complete 00:05:48 e6b0cf9c0882: Pull complete 00:05:49 2848faf0eed1: Pull complete 00:05:49 345998794f6b: Verifying Checksum 00:05:49 345998794f6b: Download complete 00:05:49 0f37312ad70f: Pull complete 00:05:52 97a711d68925: Verifying Checksum 00:05:52 97a711d68925: Download complete 00:05:55 7c8476c1cb00: Verifying Checksum 00:05:55 7c8476c1cb00: Download complete 00:05:55 7d08f2745646: Verifying Checksum 00:05:55 7d08f2745646: Download complete 00:06:11 7d08f2745646: Pull complete 00:06:11 4c9f31393084: Pull complete 00:06:11 eb21ddb83652: Pull complete 00:06:11 345998794f6b: Pull complete 00:06:15 97a711d68925: Pull complete 00:06:16 7c8476c1cb00: Pull complete 00:06:16 Digest: sha256:607726e52887638313664f8405ebf6c5c0cb4d7cb27150ffbb2671548f966c96 00:06:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 [Pipeline] withDockerContainer 00:06:17 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 00:06:17 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.217.3 cat 00:06:18 $ docker top 2b94cf82c542f109912b61c46d232317720c5756081d36f7dfbb014d9d727374 -eo pid,comm [Pipeline] { [Pipeline] sh 00:06:19 + snyk monitor '--org=edgex-jenkins' 00:06:38 00:06:38 Monitoring /w/workspace/ndry_app-functions-sdk-go_master... 00:06:38 00:06:38 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/f33eea28-9ca3-4e0b-a654-8953b8f75351 00:06:38 00:06:38 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:06:38 00:06:38 [Pipeline] } 00:06:38 $ docker stop --time=1 2b94cf82c542f109912b61c46d232317720c5756081d36f7dfbb014d9d727374 00:06:40 $ docker rm -f 2b94cf82c542f109912b61c46d232317720c5756081d36f7dfbb014d9d727374 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 00:06:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:06:44 . [Pipeline] withDockerContainer 00:06:44 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 00:06:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:06:45 $ docker top e6a8ef010ee06eaeba6721e07bba7757e9b46c26db03180ca507ccea2318c0f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:06:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:06:45 [ssh-agent] Looking for ssh-agent implementation... 00:06:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:06:46 $ docker exec e6a8ef010ee06eaeba6721e07bba7757e9b46c26db03180ca507ccea2318c0f3 ssh-agent 00:06:46 SSH_AUTH_SOCK=/tmp/ssh-XQcTVpjHtWKW/agent.15 00:06:46 SSH_AGENT_PID=22 00:06:46 Running ssh-add (command line suppressed) 00:06:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8772638734998807355.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8772638734998807355.key) 00:06:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:06:47 + git semver tag 00:06:47 # -> Open(): unable to determine branch for HEAD 00:06:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 00:06:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 00:06:47 # $SEMVER_REMOTE_NAME = origin 00:06:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:06:47 # $SEMVER_USER_NAME = edgex-jenkins 00:06:47 # $SEMVER_BRANCH = master 00:06:47 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 00:06:47 # b47159de68f9b2b082cb855b11b78af65f3baea7 HEAD 00:06:47 # -> Force: false 00:06:47 # e6a67db3b6752567ffae79ab95b524f960fde834 refs/tags/v1.0.1-dev.45 [Pipeline] } 00:06:47 $ docker exec --env ******** --env ******** e6a8ef010ee06eaeba6721e07bba7757e9b46c26db03180ca507ccea2318c0f3 ssh-agent -k 00:06:48 unset SSH_AUTH_SOCK; 00:06:48 unset SSH_AGENT_PID; 00:06:48 echo Agent pid 22 killed; 00:06:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:06:48 + git semver [Pipeline] } 00:06:49 $ docker stop --time=1 e6a8ef010ee06eaeba6721e07bba7757e9b46c26db03180ca507ccea2318c0f3 00:06:51 $ docker rm -f e6a8ef010ee06eaeba6721e07bba7757e9b46c26db03180ca507ccea2318c0f3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:06:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:06:52 00:06:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:06:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:06:53 0.23.1-centos7: Pulling from edgex-lftools 00:06:53 ab5ef0e58194: Pulling fs layer 00:06:53 9712f1f96733: Pulling fs layer 00:06:53 63f879dbbcfc: Pulling fs layer 00:06:53 0d9ebad4ef96: Pulling fs layer 00:06:53 e9a5061849ea: Pulling fs layer 00:06:53 d747dcd14b5f: Pulling fs layer 00:06:53 2de7ff778b66: Pulling fs layer 00:06:53 0d9ebad4ef96: Waiting 00:06:53 e9a5061849ea: Waiting 00:06:53 d747dcd14b5f: Waiting 00:06:53 2de7ff778b66: Waiting 00:06:53 9712f1f96733: Verifying Checksum 00:06:53 9712f1f96733: Download complete 00:06:57 63f879dbbcfc: Verifying Checksum 00:06:57 63f879dbbcfc: Download complete 00:06:57 e9a5061849ea: Verifying Checksum 00:06:57 e9a5061849ea: Download complete 00:06:57 0d9ebad4ef96: Verifying Checksum 00:06:57 0d9ebad4ef96: Download complete 00:06:58 ab5ef0e58194: Verifying Checksum 00:06:58 ab5ef0e58194: Download complete 00:06:58 d747dcd14b5f: Verifying Checksum 00:06:58 d747dcd14b5f: Download complete 00:06:59 2de7ff778b66: Verifying Checksum 00:06:59 2de7ff778b66: Download complete 00:07:05 ab5ef0e58194: Pull complete 00:07:05 9712f1f96733: Pull complete 00:07:08 63f879dbbcfc: Pull complete 00:07:18 0d9ebad4ef96: Pull complete 00:07:20 e9a5061849ea: Pull complete 00:07:20 d747dcd14b5f: Pull complete 00:07:25 2de7ff778b66: Pull complete 00:07:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:07:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:07:26 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 00:07:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:07:27 $ docker top 34667b7ef0efbd97fc15e339a9f54cbc267ec3e904eebb9a4f03f4e78c781def -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:07:27 provisioning config files... 00:07:27 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3909458233639395034tmp 00:07:27 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6645902505777391079tmp 00:07:27 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config114496905120317387tmp [Pipeline] { [Pipeline] echo 00:07:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:07:28 ---> sigul-configuration.sh 00:07:28 gpg: directory `/root/.gnupg' created 00:07:28 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:07:28 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:07:28 gpg: keyring `/root/.gnupg/secring.gpg' created 00:07:28 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:07:28 gpg: CAST5 encrypted data 00:07:28 gpg: encrypted with 1 passphrase 00:07:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:07:29 + mkdir /home/jenkins 00:07:29 + mkdir /home/jenkins/sigul [Pipeline] sh 00:07:30 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 00:07:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:07:31 ---> sigul-install.sh 00:07:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:07:38 + git tag --list 00:07:38 v1.0.1-dev.45 [Pipeline] sh 00:07:39 + lftools sign git-tag v1.0.1-dev.45 00:07:40 Signing Git tag with Sigul... 00:07:40 Signing v1.0.1-dev.45 [Pipeline] echo 00:07:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:07:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:07:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:07:42 $ docker stop --time=1 34667b7ef0efbd97fc15e339a9f54cbc267ec3e904eebb9a4f03f4e78c781def 00:07:44 $ docker rm -f 34667b7ef0efbd97fc15e339a9f54cbc267ec3e904eebb9a4f03f4e78c781def [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:07:45 . [Pipeline] withDockerContainer 00:07:45 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 00:07:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:07:46 $ docker top 757649b9de7ac8dcab4085200678b14a43b755c9f7527671dfc28fcb0d466f35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:07:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:07:47 [ssh-agent] Looking for ssh-agent implementation... 00:07:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:07:47 $ docker exec 757649b9de7ac8dcab4085200678b14a43b755c9f7527671dfc28fcb0d466f35 ssh-agent 00:07:48 SSH_AUTH_SOCK=/tmp/ssh-N2uQOchW8b0c/agent.15 00:07:48 SSH_AGENT_PID=22 00:07:48 Running ssh-add (command line suppressed) 00:07:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_616478387954732840.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_616478387954732840.key) 00:07:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:07:49 + git semver bump pre 00:07:49 # -> Open(): unable to determine branch for HEAD 00:07:49 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 00:07:49 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 00:07:49 # $SEMVER_REMOTE_NAME = origin 00:07:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:07:49 # $SEMVER_USER_NAME = edgex-jenkins 00:07:49 # $SEMVER_BRANCH = master 00:07:49 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 00:07:49 1.0.1-dev.46 [Pipeline] } 00:07:49 $ docker exec --env ******** --env ******** 757649b9de7ac8dcab4085200678b14a43b755c9f7527671dfc28fcb0d466f35 ssh-agent -k 00:07:49 unset SSH_AUTH_SOCK; 00:07:49 unset SSH_AGENT_PID; 00:07:49 echo Agent pid 22 killed; 00:07:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:07:51 + git semver [Pipeline] } 00:07:51 $ docker stop --time=1 757649b9de7ac8dcab4085200678b14a43b755c9f7527671dfc28fcb0d466f35 00:07:52 $ docker rm -f 757649b9de7ac8dcab4085200678b14a43b755c9f7527671dfc28fcb0d466f35 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:07:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:07:53 . [Pipeline] withDockerContainer 00:07:54 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 00:07:54 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:07:55 $ docker top 6e092df725b81687b74a24ecd5fbdffaef269432b78cd8030610fe22ab2db1a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:07:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:07:55 [ssh-agent] Looking for ssh-agent implementation... 00:07:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:07:56 $ docker exec 6e092df725b81687b74a24ecd5fbdffaef269432b78cd8030610fe22ab2db1a3 ssh-agent 00:07:56 SSH_AUTH_SOCK=/tmp/ssh-zzpY2w8RYx12/agent.14 00:07:56 SSH_AGENT_PID=21 00:07:56 Running ssh-add (command line suppressed) 00:07:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_222087339156919349.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_222087339156919349.key) 00:07:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:07:58 + git semver push 00:07:58 # -> Open(): unable to determine branch for HEAD 00:07:58 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 00:07:58 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 00:07:58 # $SEMVER_REMOTE_NAME = origin 00:07:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:07:58 # $SEMVER_USER_NAME = edgex-jenkins 00:07:58 # $SEMVER_BRANCH = master 00:07:58 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 00:08:07 $ docker exec --env ******** --env ******** 6e092df725b81687b74a24ecd5fbdffaef269432b78cd8030610fe22ab2db1a3 ssh-agent -k 00:08:07 unset SSH_AUTH_SOCK; 00:08:07 unset SSH_AGENT_PID; 00:08:07 echo Agent pid 21 killed; 00:08:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:08:08 + git semver [Pipeline] } 00:08:08 $ docker stop --time=1 6e092df725b81687b74a24ecd5fbdffaef269432b78cd8030610fe22ab2db1a3 00:08:10 $ docker rm -f 6e092df725b81687b74a24ecd5fbdffaef269432b78cd8030610fe22ab2db1a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:08:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:08:12 ---> package-listing.sh 00:08:12 ++ facter osfamily 00:08:12 ++ tr '[:upper:]' '[:lower:]' 00:08:12 + OS_FAMILY=redhat 00:08:12 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 00:08:12 + START_PACKAGES=/tmp/packages_start.txt 00:08:12 + END_PACKAGES=/tmp/packages_end.txt 00:08:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:08:12 + PACKAGES=/tmp/packages_start.txt 00:08:12 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 00:08:12 + PACKAGES=/tmp/packages_end.txt 00:08:12 + case "${OS_FAMILY}" in 00:08:12 + sort 00:08:12 + rpm -qa 00:08:18 + '[' -f /tmp/packages_start.txt ']' 00:08:18 + '[' -f /tmp/packages_end.txt ']' 00:08:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:08:18 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 00:08:18 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 00:08:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 00:08:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:08:19 00:08:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:08:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:08:19 alpine: Pulling from edgex-lftools-log-publisher 00:08:19 c9b1b535fdd9: Pulling fs layer 00:08:19 2cc5ad85d9ab: Pulling fs layer 00:08:19 756a868c4378: Pulling fs layer 00:08:19 444b2fc9a129: Pulling fs layer 00:08:19 ea15f1150254: Pulling fs layer 00:08:19 41b27a9f41bf: Pulling fs layer 00:08:19 28c525ee5125: Pulling fs layer 00:08:19 094b1ea09ed8: Pulling fs layer 00:08:19 138eaada9080: Pulling fs layer 00:08:19 0622d0fa9048: Pulling fs layer 00:08:19 41b27a9f41bf: Waiting 00:08:19 28c525ee5125: Waiting 00:08:19 094b1ea09ed8: Waiting 00:08:19 138eaada9080: Waiting 00:08:19 0622d0fa9048: Waiting 00:08:19 444b2fc9a129: Waiting 00:08:19 ea15f1150254: Waiting 00:08:19 2cc5ad85d9ab: Download complete 00:08:19 444b2fc9a129: Verifying Checksum 00:08:19 444b2fc9a129: Download complete 00:08:19 c9b1b535fdd9: Verifying Checksum 00:08:19 c9b1b535fdd9: Download complete 00:08:19 ea15f1150254: Verifying Checksum 00:08:19 ea15f1150254: Download complete 00:08:19 28c525ee5125: Verifying Checksum 00:08:19 28c525ee5125: Download complete 00:08:20 c9b1b535fdd9: Pull complete 00:08:20 2cc5ad85d9ab: Pull complete 00:08:20 756a868c4378: Verifying Checksum 00:08:20 756a868c4378: Download complete 00:08:22 138eaada9080: Verifying Checksum 00:08:22 138eaada9080: Download complete 00:08:22 0622d0fa9048: Verifying Checksum 00:08:22 0622d0fa9048: Download complete 00:08:23 094b1ea09ed8: Verifying Checksum 00:08:23 094b1ea09ed8: Download complete 00:08:24 41b27a9f41bf: Verifying Checksum 00:08:24 41b27a9f41bf: Download complete 00:08:24 756a868c4378: Pull complete 00:08:24 444b2fc9a129: Pull complete 00:08:25 ea15f1150254: Pull complete 00:08:30 41b27a9f41bf: Pull complete 00:08:30 28c525ee5125: Pull complete 00:08:33 094b1ea09ed8: Pull complete 00:08:33 138eaada9080: Pull complete 00:08:33 0622d0fa9048: Pull complete 00:08:33 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:08:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:08:34 prd-centos7-docker-4c-2g-7302 does not seem to be running inside a container 00:08:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:08:35 $ docker top 43c5d8a5d6a100ed799e9a1fce015b8868347cc94efc59e07869e06de543180a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:08:36 provisioning config files... 00:08:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1078670111215412105tmp [Pipeline] { [Pipeline] echo 00:08:36 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:08:37 ---> create-netrc.sh [Pipeline] echo 00:08:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:08:38 ---> logs-deploy.sh 00:08:38 + ARCHIVE_ARTIFACTS= 00:08:38 + LOGS_SERVER=https://logs.edgexfoundry.org 00:08:38 + '[' https://logs.edgexfoundry.org == None ']' 00:08:38 + NEXUS_URL=https://nexus.edgexfoundry.org 00:08:38 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/54 00:08:38 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/54/ 00:08:38 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/54 /w/workspace/ndry_app-functions-sdk-go_master 00:08:40 Archives upload complete. 00:08:40 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/54 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/54/ 00:08:41 ---> uname -a: 00:08:41 Linux 43c5d8a5d6a1 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux 00:08:41 00:08:41 00:08:41 ---> lscpu: 00:08:41 Architecture: x86_64 00:08:41 CPU op-mode(s): 32-bit, 64-bit 00:08:41 Byte Order: Little Endian 00:08:41 Address sizes: 40 bits physical, 48 bits virtual 00:08:41 CPU(s): 4 00:08:41 On-line CPU(s) list: 0-3 00:08:41 Thread(s) per core: 1 00:08:41 Core(s) per socket: 1 00:08:41 Socket(s): 4 00:08:41 NUMA node(s): 1 00:08:41 Vendor ID: GenuineIntel 00:08:41 CPU family: 6 00:08:41 Model: 44 00:08:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:08:41 Stepping: 1 00:08:41 CPU MHz: 2933.438 00:08:41 BogoMIPS: 5866.87 00:08:41 Virtualization: VT-x 00:08:41 Hypervisor vendor: KVM 00:08:41 Virtualization type: full 00:08:41 L1d cache: 128 KiB 00:08:41 L1i cache: 128 KiB 00:08:41 L2 cache: 16 MiB 00:08:41 L3 cache: 64 MiB 00:08:41 NUMA node0 CPU(s): 0-3 00:08:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes 00:08:41 Vulnerability Meltdown: Mitigation; PTI 00:08:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:08:41 Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization 00:08:41 Vulnerability Spectre v2: Mitigation; Full retpoline 00:08:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:08:41 00:08:41 00:08:41 ---> nproc: 00:08:41 4 00:08:41 00:08:41