Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 29c02b22164311649ee1364f7f30e52ae3b5ad74+f281c8b713d95d8c203921f39489e26903a82368 (4bb2141469cf76274a8b8bad0fd22f1507aa5809) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26612 in /w/workspace/ndry_app-functions-sdk-go_PR-695 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-695 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 29c02b22164311649ee1364f7f30e52ae3b5ad74 Merge succeeded, producing a323cb44bc86187995c9775c57f4133423d801f0 Checking out Revision a323cb44bc86187995c9775c57f4133423d801f0 (PR-695) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/695/head:refs/remotes/origin/PR-695 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29c02b22164311649ee1364f7f30e52ae3b5ad74 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a323cb44bc86187995c9775c57f4133423d801f0 # timeout=10 Commit message: "Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD" > git rev-list --no-walk 29c02b22164311649ee1364f7f30e52ae3b5ad74 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:45:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:45:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:45:34 ========================================================= 23:45:34 EdgeX Global Pipelines Version Info 23:45:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:45:35 ------------------- 23:45:35 stable info: 23:45:35 ------------------- 23:45:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:45:35 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:45:35 Message: update stable to v1.0.179 23:45:36 ------------------- 23:45:36 experimental info: 23:45:36 ------------------- 23:45:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:45:36 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:45:36 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:45:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:45:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-695 [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-695 [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-695 [Pipeline] echo 23:45:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a323cb44bc86187995c9775c57f4133423d801f0 [Pipeline] echo 23:45:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a323cb4 [Pipeline] echo 23:45:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:45:40 + git log --format=format:%s -1 a323cb44bc86187995c9775c57f4133423d801f0 [Pipeline] echo 23:45:40 GIT_COMMIT: a323cb44bc86187995c9775c57f4133423d801f0, Commit Message: Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD [Pipeline] echo 23:45:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:45:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:42 23:45:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:45:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:42 latest: Pulling from edgex-devops/git-semver 23:45:42 31603596830f: Pulling fs layer 23:45:42 2a8b12db71e7: Pulling fs layer 23:45:42 6ca5941a6612: Pulling fs layer 23:45:42 ecc8261a40a4: Pulling fs layer 23:45:42 ecc8261a40a4: Waiting 23:45:42 2a8b12db71e7: Verifying Checksum 23:45:42 2a8b12db71e7: Download complete 23:45:42 31603596830f: Verifying Checksum 23:45:42 31603596830f: Download complete 23:45:42 ecc8261a40a4: Verifying Checksum 23:45:42 ecc8261a40a4: Download complete 23:45:42 6ca5941a6612: Verifying Checksum 23:45:42 6ca5941a6612: Download complete 23:45:43 31603596830f: Pull complete 23:45:43 2a8b12db71e7: Pull complete 23:45:43 6ca5941a6612: Pull complete 23:45:44 ecc8261a40a4: Pull complete 23:45:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:45:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:45:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:45:44 prd-centos7-docker-4c-2g-26612 does not seem to be running inside a container 23:45:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-695 -v /w/workspace/ndry_app-functions-sdk-go_PR-695:/w/workspace/ndry_app-functions-sdk-go_PR-695:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-695@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-695@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 ******** -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:45:46 $ docker top 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:45:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:45:46 [ssh-agent] Looking for ssh-agent implementation... 23:45:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:45:47 $ docker exec 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 ssh-agent 23:45:47 SSH_AUTH_SOCK=/tmp/ssh-tLPfZbgp65sv/agent.12 23:45:47 SSH_AGENT_PID=17 23:45:47 Running ssh-add (command line suppressed) 23:45:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-695@tmp/private_key_1113053262164559105.key (/w/workspace/ndry_app-functions-sdk-go_PR-695@tmp/private_key_1113053262164559105.key) 23:45:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:45:47 + git tag --points-at HEAD [Pipeline] } 23:45:47 $ docker exec --env ******** --env ******** 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 ssh-agent -k 23:45:47 unset SSH_AUTH_SOCK; 23:45:47 unset SSH_AGENT_PID; 23:45:47 echo Agent pid 17 killed; 23:45:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:45:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:45:48 [ssh-agent] Looking for ssh-agent implementation... 23:45:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:45:48 $ docker exec 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 ssh-agent 23:45:48 SSH_AUTH_SOCK=/tmp/ssh-BboIOA5SweY9/agent.45 23:45:48 SSH_AGENT_PID=50 23:45:48 Running ssh-add (command line suppressed) 23:45:48 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-695@tmp/private_key_4686895589004552295.key (/w/workspace/ndry_app-functions-sdk-go_PR-695@tmp/private_key_4686895589004552295.key) 23:45:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:45:49 + git semver init 23:45:49 # -> Open(): unable to determine branch for HEAD 23:45:49 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-695/.git 23:45:49 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-695 23:45:49 # $SEMVER_REMOTE_NAME = origin 23:45:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:45:49 # $SEMVER_USER_NAME = edgex-jenkins 23:45:49 # $SEMVER_BRANCH = PR-695 23:45:49 # $SEMVER_TEMP = /tmp/semver-432655024 23:45:49 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:45:51 # '/tmp/semver-432655024' -> '/w/workspace/ndry_app-functions-sdk-go_PR-695/.semver' 23:45:51 # -> Force: false 23:45:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-695/.semver [Pipeline] } 23:45:51 $ docker exec --env ******** --env ******** 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 ssh-agent -k 23:45:51 unset SSH_AUTH_SOCK; 23:45:51 unset SSH_AGENT_PID; 23:45:51 echo Agent pid 50 killed; 23:45:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:45:52 + git semver [Pipeline] } 23:45:52 $ docker stop --time=1 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 23:45:53 $ docker rm -f 2be619e6a6f1fa352c871085ad631ccfa75a1dc717bd47680ba16d8e55b3e801 [Pipeline] // withDockerContainer [Pipeline] sh 23:45:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:45:54 Stashed 1 file(s) [Pipeline] echo 23:45:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [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:46:10 Still waiting to schedule task 23:46:10 ‘prd-centos7-docker-4c-2g-26614’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ 23:46:10 Still waiting to schedule task 23:46:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 23:47:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26618 in /w/workspace/ndry_app-functions-sdk-go_PR-695 [Pipeline] { [Pipeline] ws 23:47:53 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 23:47:58 using credential edgex-jenkins-ssh 23:47:58 Cloning the remote Git repository 23:47:58 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:58 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 23:47:58 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:47:58 > git --version # timeout=10 23:47:58 > git --version # 'git version 2.17.1' 23:47:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:47:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:48:01 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:48:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:48:01 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:48:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:48:01 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/695/head:refs/remotes/origin/PR-695 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:48:02 Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 29c02b22164311649ee1364f7f30e52ae3b5ad74 23:48:02 Merge succeeded, producing 4275470a196170487f0141aa9dd14cbbd400199f 23:48:02 Checking out Revision 4275470a196170487f0141aa9dd14cbbd400199f (PR-695) 23:48:02 > git config core.sparsecheckout # timeout=10 23:48:02 > git checkout -f 29c02b22164311649ee1364f7f30e52ae3b5ad74 # timeout=10 23:48:02 > git remote # timeout=10 23:48:02 > git config --get remote.origin.url # timeout=10 23:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:02 > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 23:48:02 > git rev-parse HEAD^{commit} # timeout=10 23:48:02 > git config core.sparsecheckout # timeout=10 23:48:03 > git checkout -f 4275470a196170487f0141aa9dd14cbbd400199f # timeout=10 23:48:07 Commit message: "Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD" 23:48:07 > git rev-list --no-walk 29c02b22164311649ee1364f7f30e52ae3b5ad74 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:48:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:48:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:48:09 + sudo service docker restart 23:48:09 + true [Pipeline] unstash [Pipeline] echo 23:48:12 ========================================================= 23:48:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:48:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:48:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:48:13 Sending build context to Docker daemon 19.15MB 23:48:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:48:13 Step 2/8 : FROM ${BASE} 23:48:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:48:13 5f621e34cdf4: Pulling fs layer 23:48:13 a4357932f1b6: Pulling fs layer 23:48:13 18c013af1878: Pulling fs layer 23:48:13 00ac8860ef70: Pulling fs layer 23:48:13 63d7cb157983: Pulling fs layer 23:48:13 b116817d02f9: Pulling fs layer 23:48:13 745a02a5169b: Pulling fs layer 23:48:13 00ac8860ef70: Waiting 23:48:13 63d7cb157983: Waiting 23:48:13 b116817d02f9: Waiting 23:48:13 745a02a5169b: Waiting 23:48:13 18c013af1878: Verifying Checksum 23:48:13 18c013af1878: Download complete 23:48:14 a4357932f1b6: Verifying Checksum 23:48:14 a4357932f1b6: Download complete 23:48:14 63d7cb157983: Download complete 23:48:14 b116817d02f9: Verifying Checksum 23:48:14 b116817d02f9: Download complete 23:48:14 5f621e34cdf4: Verifying Checksum 23:48:14 5f621e34cdf4: Download complete 23:48:15 5f621e34cdf4: Pull complete 23:48:16 a4357932f1b6: Pull complete 23:48:16 18c013af1878: Pull complete 23:48:17 745a02a5169b: Download complete 23:48:18 00ac8860ef70: Verifying Checksum 23:48:18 00ac8860ef70: Download complete 23:48:28 00ac8860ef70: Pull complete 23:48:29 63d7cb157983: Pull complete 23:48:29 b116817d02f9: Pull complete 23:48:31 Running on prd-centos7-docker-4c-2g-26617 in /w/workspace/ndry_app-functions-sdk-go_PR-695 [Pipeline] { [Pipeline] ws 23:48:31 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 23:48:33 745a02a5169b: Pull complete 23:48:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:48:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:48:33 ---> b7e6874047d6 23:48:33 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:48:33 20.10.0: Pulling from library/docker 23:48:33 a3cc7d3b244e: Pulling fs layer 23:48:33 02a3295e0d61: Pulling fs layer 23:48:33 0f4f2e6d8100: Pulling fs layer 23:48:33 330b718f631f: Pulling fs layer 23:48:33 a93816041522: Pulling fs layer 23:48:33 bdb6da89ff94: Pulling fs layer 23:48:33 2a70c0c122f4: Pulling fs layer 23:48:33 330b718f631f: Waiting 23:48:33 bdb6da89ff94: Waiting 23:48:33 a93816041522: Waiting 23:48:33 0f4f2e6d8100: Verifying Checksum 23:48:33 0f4f2e6d8100: Download complete 23:48:33 a3cc7d3b244e: Verifying Checksum 23:48:33 02a3295e0d61: Verifying Checksum 23:48:33 02a3295e0d61: Download complete 23:48:33 a93816041522: Verifying Checksum 23:48:33 a93816041522: Download complete 23:48:33 bdb6da89ff94: Verifying Checksum 23:48:33 bdb6da89ff94: Download complete 23:48:33 2a70c0c122f4: Download complete 23:48:34 a3cc7d3b244e: Pull complete 23:48:35 02a3295e0d61: Pull complete 23:48:35 330b718f631f: Verifying Checksum 23:48:35 330b718f631f: Download complete 23:48:35 0f4f2e6d8100: Pull complete 23:48:38 330b718f631f: Pull complete 23:48:38 a93816041522: Pull complete 23:48:39 bdb6da89ff94: Pull complete 23:48:39 2a70c0c122f4: Pull complete 23:48:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:48:39 Status: Downloaded newer image for docker:20.10.0 23:48:46 using credential edgex-jenkins-ssh 23:48:46 Cloning the remote Git repository 23:48:46 ---> b0b95ef31009 23:48:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:48:46 ---> Running in 26b1e2d17d23 23:48:46 Removing intermediate container 26b1e2d17d23 23:48:46 ---> ae97b05b0486 23:48:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:48:46 ---> Running in f6b55f2406ff 23:48:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:48:46 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 23:48:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:48:46 > git --version # timeout=10 23:48:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:48:46 > git --version # 'git version 2.24.3' 23:48:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:48:51 (1/5) Installing libsodium (1.0.18-r0) 23:48:51 (2/5) Installing libzmq (4.3.3-r0) 23:48:52 (3/5) Installing pkgconf (1.7.2-r0) 23:48:52 (4/5) Installing libsodium-dev (1.0.18-r0) 23:48:52 (5/5) Installing zeromq-dev (4.3.3-r0) 23:48:52 Executing busybox-1.31.1-r19.trigger 23:48:52 OK: 144 MiB in 44 packages 23:48:54 Removing intermediate container f6b55f2406ff 23:48:54 ---> 76d13bbeafe3 23:48:54 Step 6/8 : WORKDIR /build 23:48:54 ---> Running in a8b879a1bb78 23:48:54 Removing intermediate container a8b879a1bb78 23:48:54 ---> 9755f53aabe2 23:48:54 Step 7/8 : COPY go.mod . 23:48:55 ---> b780841d8cbb 23:48:55 Step 8/8 : RUN go mod download 23:48:55 ---> Running in 1e3606b64ac4 23:48:55 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:48:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:48:55 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:48:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:48:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/695/head:refs/remotes/origin/PR-695 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:48:56 Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 29c02b22164311649ee1364f7f30e52ae3b5ad74 23:48:57 Merge succeeded, producing 687f9d76116865ef2f407d17fb268d6782767374 23:48:57 Checking out Revision 687f9d76116865ef2f407d17fb268d6782767374 (PR-695) 23:48:56 > git config core.sparsecheckout # timeout=10 23:48:56 > git checkout -f 29c02b22164311649ee1364f7f30e52ae3b5ad74 # timeout=10 23:48:57 > git remote # timeout=10 23:48:57 > git config --get remote.origin.url # timeout=10 23:48:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:57 > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 23:48:57 > git rev-parse HEAD^{commit} # timeout=10 23:48:57 > git config core.sparsecheckout # timeout=10 23:48:57 > git checkout -f 687f9d76116865ef2f407d17fb268d6782767374 # timeout=10 23:49:03 Commit message: "Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD" 23:49:03 > git rev-list --no-walk 29c02b22164311649ee1364f7f30e52ae3b5ad74 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:49:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:49:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:49:07 + true 23:49:07 + sudo service docker restart 23:49:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:49:10 ========================================================= 23:49:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:49:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:49:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:49:12 Sending build context to Docker daemon 19.15MB 23:49:12 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:49:12 Step 2/8 : FROM ${BASE} 23:49:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:49:12 188c0c94c7c5: Pulling fs layer 23:49:12 0ef7d3d256c8: Pulling fs layer 23:49:12 de9db76c5a1d: Pulling fs layer 23:49:12 bca2f99d35d6: Pulling fs layer 23:49:12 93359f2a8cfa: Pulling fs layer 23:49:12 7c6f9722023f: Pulling fs layer 23:49:12 a35cf1a2eb13: Pulling fs layer 23:49:12 93359f2a8cfa: Waiting 23:49:12 bca2f99d35d6: Waiting 23:49:12 7c6f9722023f: Waiting 23:49:12 a35cf1a2eb13: Waiting 23:49:12 de9db76c5a1d: Verifying Checksum 23:49:12 de9db76c5a1d: Download complete 23:49:12 0ef7d3d256c8: Verifying Checksum 23:49:12 0ef7d3d256c8: Download complete 23:49:12 93359f2a8cfa: Verifying Checksum 23:49:12 93359f2a8cfa: Download complete 23:49:12 7c6f9722023f: Verifying Checksum 23:49:12 7c6f9722023f: Download complete 23:49:13 188c0c94c7c5: Verifying Checksum 23:49:13 188c0c94c7c5: Download complete 23:49:14 188c0c94c7c5: Pull complete 23:49:15 0ef7d3d256c8: Pull complete 23:49:15 de9db76c5a1d: Pull complete 23:49:22 Removing intermediate container 1e3606b64ac4 23:49:22 ---> 98b4be5e7386 23:49:22 Successfully built 98b4be5e7386 23:49:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:49:22 + docker inspect -f . ci-base-image-arm64 23:49:22 . [Pipeline] withDockerContainer 23:49:22 prd-ubuntu18.04-docker-arm64-4c-16g-26618 does not seem to be running inside a container 23:49:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** -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 23:49:24 $ docker top ec2ffded1cb152e707c190746c768c8fd30ff1f4bb4b612fb376b05232bdcda3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:49:25 a35cf1a2eb13: Verifying Checksum 23:49:25 a35cf1a2eb13: Download complete 23:49:25 + go version 23:49:25 go version go1.15.5 linux/arm64 [Pipeline] } 23:49:25 $ docker stop --time=1 ec2ffded1cb152e707c190746c768c8fd30ff1f4bb4b612fb376b05232bdcda3 23:49:26 bca2f99d35d6: Verifying Checksum 23:49:26 bca2f99d35d6: Download complete 23:49:27 $ docker rm -f ec2ffded1cb152e707c190746c768c8fd30ff1f4bb4b612fb376b05232bdcda3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:49:28 + docker inspect -f . ci-base-image-arm64 23:49:28 . [Pipeline] withDockerContainer 23:49:28 prd-ubuntu18.04-docker-arm64-4c-16g-26618 does not seem to be running inside a container 23:49:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** -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 23:49:30 $ docker top d87618db2f9a0fb24576caeabde3301efa5199eb5c9a714de35218a0b9dbea58 -eo pid,comm [Pipeline] { [Pipeline] sh 23:49:31 + make test 23:49:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:49:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 23:49:37 bca2f99d35d6: Pull complete 23:49:37 93359f2a8cfa: Pull complete 23:49:38 7c6f9722023f: Pull complete 23:49:47 a35cf1a2eb13: Pull complete 23:49:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:49:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:49:47 ---> a62c8e92a672 23:49:47 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:49:47 20.10.0: Pulling from library/docker 23:49:47 05e7bc50f07f: Pulling fs layer 23:49:47 6db28d0fdbf6: Pulling fs layer 23:49:47 292df0bc6bf3: Pulling fs layer 23:49:47 2e060f4bd70b: Pulling fs layer 23:49:47 80e8d568a223: Pulling fs layer 23:49:47 8dc6ef1a942a: Pulling fs layer 23:49:47 2312dd95470a: Pulling fs layer 23:49:47 2e060f4bd70b: Waiting 23:49:47 80e8d568a223: Waiting 23:49:47 8dc6ef1a942a: Waiting 23:49:47 2312dd95470a: Waiting 23:49:47 292df0bc6bf3: Verifying Checksum 23:49:47 292df0bc6bf3: Download complete 23:49:48 6db28d0fdbf6: Verifying Checksum 23:49:48 6db28d0fdbf6: Download complete 23:49:48 80e8d568a223: Verifying Checksum 23:49:48 80e8d568a223: Download complete 23:49:48 8dc6ef1a942a: Verifying Checksum 23:49:48 8dc6ef1a942a: Download complete 23:49:48 2312dd95470a: Download complete 23:49:49 05e7bc50f07f: Verifying Checksum 23:49:49 05e7bc50f07f: Download complete 23:49:50 05e7bc50f07f: Pull complete 23:49:51 6db28d0fdbf6: Pull complete 23:49:51 292df0bc6bf3: Pull complete 23:49:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.072s coverage: 82.6% of statements 23:49:58 2e060f4bd70b: Verifying Checksum 23:49:58 2e060f4bd70b: Download complete 23:50:01 2e060f4bd70b: Pull complete 23:50:01 80e8d568a223: Pull complete 23:50:02 8dc6ef1a942a: Pull complete 23:50:02 2312dd95470a: Pull complete 23:50:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:50:02 Status: Downloaded newer image for docker:20.10.0 23:50:07 ---> 6aa3a27c4b7f 23:50:07 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:50:07 ---> Running in 2dfa4ef9520d 23:50:07 Removing intermediate container 2dfa4ef9520d 23:50:07 ---> b58f8dd75f9e 23:50:07 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:50:07 ---> Running in 38c04526936b 23:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:50:10 # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime.test] 23:50:10 internal/runtime/runtime_test.go:52:13: undefined: requests.NewAddRequest 23:50:11 (1/5) Installing libsodium (1.0.18-r0) 23:50:11 (2/5) Installing libzmq (4.3.3-r0) 23:50:11 (3/5) Installing pkgconf (1.7.2-r0) 23:50:11 (4/5) Installing libsodium-dev (1.0.18-r0) 23:50:12 (5/5) Installing zeromq-dev (4.3.3-r0) 23:50:12 Executing busybox-1.31.1-r19.trigger 23:50:12 OK: 167 MiB in 44 packages 23:50:12 # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus.test] 23:50:12 internal/trigger/messagebus/messaging_test.go:48:13: undefined: requests.NewAddRequest 23:50:13 Removing intermediate container 38c04526936b 23:50:13 ---> ef589a03a21f 23:50:13 Step 6/8 : WORKDIR /build 23:50:13 ---> Running in abbd5a05975d 23:50:13 Removing intermediate container abbd5a05975d 23:50:13 ---> 8076e57358be 23:50:13 Step 7/8 : COPY go.mod . 23:50:14 ---> 5cdaa92936df 23:50:14 Step 8/8 : RUN go mod download 23:50:14 ---> Running in 8e62bd5fc25f 23:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.080s coverage: 50.6% of statements 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.071s coverage: 61.5% of statements 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:50:17 FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [build failed] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.014s coverage: 97.0% of statements 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.051s coverage: 8.8% of statements 23:50:17 FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [build failed] 23:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.078s coverage: 87.9% of statements 23:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.073s coverage: 80.5% of statements 23:50:18 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.030s coverage: 71.7% of statements 23:50:45 panic: interface conversion: interface {} is nil, not [][]uint8 23:50:45 23:50:45 goroutine 37 [running]: 23:50:45 github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x4000300050, 0x4000300060, 0x400031c000, 0x400031a000, 0x4000300040) 23:50:45 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:126 +0x224 23:50:45 created by github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 23:50:45 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:121 +0x17c 23:50:45 FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 22.031s 23:50:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 23:50:45 FAIL 23:50:45 make: *** [Makefile:6: test] Error 2 [Pipeline] } 23:50:45 $ docker stop --time=1 d87618db2f9a0fb24576caeabde3301efa5199eb5c9a714de35218a0b9dbea58 23:50:47 $ docker rm -f d87618db2f9a0fb24576caeabde3301efa5199eb5c9a714de35218a0b9dbea58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:50:48 Failed in branch arm64 23:51:13 Removing intermediate container 8e62bd5fc25f 23:51:13 ---> 5b62235ef908 23:51:13 Successfully built 5b62235ef908 23:51:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:51:13 + docker inspect -f . ci-base-image-x86_64 23:51:14 . [Pipeline] withDockerContainer 23:51:15 prd-centos7-docker-4c-2g-26617 does not seem to be running inside a container 23:51:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** -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:51:18 $ docker top 8f143e7a906a1bf1644d1236e92df7451fe95452e98795a5e5b454dbdd10d3c3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:51:19 + go version 23:51:19 go version go1.15.5 linux/amd64 [Pipeline] } 23:51:19 $ docker stop --time=1 8f143e7a906a1bf1644d1236e92df7451fe95452e98795a5e5b454dbdd10d3c3 23:51:21 $ docker rm -f 8f143e7a906a1bf1644d1236e92df7451fe95452e98795a5e5b454dbdd10d3c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:51:23 + docker inspect -f . ci-base-image-x86_64 23:51:23 . [Pipeline] withDockerContainer 23:51:23 prd-centos7-docker-4c-2g-26617 does not seem to be running inside a container 23:51:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** -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:51:24 $ docker top de26595eb32a1cbd490dee25cf575dca40e2fe63c2a369b48ec0119ef70dd48f -eo pid,comm [Pipeline] { [Pipeline] sh 23:51:25 + make test 23:51:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:51:31 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 23:51:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.029s coverage: 82.6% of statements 23:51:54 # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime.test] 23:51:54 internal/runtime/runtime_test.go:52:13: undefined: requests.NewAddRequest 23:51:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.125s coverage: 50.6% of statements 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:51:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.062s coverage: 61.5% of statements 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:51:54 FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [build failed] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:51:54 # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus.test] 23:51:54 internal/trigger/messagebus/messaging_test.go:48:13: undefined: requests.NewAddRequest 23:51:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.009s coverage: 97.0% of statements 23:51:54 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:51:55 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.029s coverage: 8.8% of statements 23:51:55 FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [build failed] 23:51:55 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:51:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.037s coverage: 87.9% of statements 23:51:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.025s coverage: 80.5% of statements 23:51:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.016s coverage: 71.7% of statements 23:52:24 --- FAIL: TestTransformToJSON (0.00s) 23:52:24 conversion_test.go:124: 23:52:24 Error Trace: conversion_test.go:124 23:52:24 Error: Not equal: 23:52:24 expected: "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"created\":0,\"origin\":0,\"readings\":null}" 23:52:24 actual : "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"origin\":0,\"readings\":null}" 23:52:24 23:52:24 Diff: 23:52:24 --- Expected 23:52:24 +++ Actual 23:52:24 @@ -1 +1 @@ 23:52:24 -{"apiVersion":"","id":"","deviceName":"device1","profileName":"","created":0,"origin":0,"readings":null} 23:52:24 +{"apiVersion":"","id":"","deviceName":"device1","profileName":"","origin":0,"readings":null} 23:52:24 Test: TestTransformToJSON 23:52:24 --- FAIL: TestTransformToJSONMultipleParametersValid (0.00s) 23:52:24 conversion_test.go:151: 23:52:24 Error Trace: conversion_test.go:151 23:52:24 Error: Not equal: 23:52:24 expected: "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"created\":0,\"origin\":0,\"readings\":null}" 23:52:24 actual : "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"origin\":0,\"readings\":null}" 23:52:24 23:52:24 Diff: 23:52:24 --- Expected 23:52:24 +++ Actual 23:52:24 @@ -1 +1 @@ 23:52:24 -{"apiVersion":"","id":"","deviceName":"device1","profileName":"","created":0,"origin":0,"readings":null} 23:52:24 +{"apiVersion":"","id":"","deviceName":"device1","profileName":"","origin":0,"readings":null} 23:52:24 Test: TestTransformToJSONMultipleParametersValid 23:52:24 --- FAIL: TestTransformToJSONMultipleParametersTwoEvents (0.00s) 23:52:24 conversion_test.go:169: 23:52:24 Error Trace: conversion_test.go:169 23:52:24 Error: Not equal: 23:52:24 expected: "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device2\",\"profileName\":\"\",\"created\":0,\"origin\":0,\"readings\":null}" 23:52:24 actual : "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device2\",\"profileName\":\"\",\"origin\":0,\"readings\":null}" 23:52:24 23:52:24 Diff: 23:52:24 --- Expected 23:52:24 +++ Actual 23:52:24 @@ -1 +1 @@ 23:52:24 -{"apiVersion":"","id":"","deviceName":"device2","profileName":"","created":0,"origin":0,"readings":null} 23:52:24 +{"apiVersion":"","id":"","deviceName":"device2","profileName":"","origin":0,"readings":null} 23:52:24 Test: TestTransformToJSONMultipleParametersTwoEvents 23:52:24 FAIL 23:52:24 coverage: 82.9% of statements 23:52:24 FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.084s 23:52:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements 23:52:24 FAIL 23:52:24 make: *** [Makefile:6: test] Error 2 [Pipeline] } 23:52:24 $ docker stop --time=1 de26595eb32a1cbd490dee25cf575dca40e2fe63c2a369b48ec0119ef70dd48f 23:52:27 $ docker rm -f de26595eb32a1cbd490dee25cf575dca40e2fe63c2a369b48ec0119ef70dd48f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:52:29 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:52:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:52:32 ---> package-listing.sh 23:52:32 ++ facter osfamily 23:52:32 ++ tr '[:upper:]' '[:lower:]' 23:52:32 + OS_FAMILY=redhat 23:52:32 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-695 23:52:32 + START_PACKAGES=/tmp/packages_start.txt 23:52:32 + END_PACKAGES=/tmp/packages_end.txt 23:52:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:52:32 + PACKAGES=/tmp/packages_start.txt 23:52:32 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-695 ']' 23:52:32 + PACKAGES=/tmp/packages_end.txt 23:52:32 + case "${OS_FAMILY}" in 23:52:32 + rpm -qa 23:52:32 + sort 23:52:37 + '[' -f /tmp/packages_start.txt ']' 23:52:37 + '[' -f /tmp/packages_end.txt ']' 23:52:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:52:37 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-695 ']' 23:52:37 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-695/archives/ 23:52:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-695/archives/ [Pipeline] echo 23:52:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-695/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:52:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:52:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:38 23:52:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:52:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:38 alpine: Pulling from edgex-lftools-log-publisher 23:52:38 df20fa9351a1: Pulling fs layer 23:52:38 36b3adc4ff6f: Pulling fs layer 23:52:38 8ad3a11d3b57: Pulling fs layer 23:52:38 46f8f816bc3b: Pulling fs layer 23:52:38 93b61091891f: Pulling fs layer 23:52:38 93b9cdb0e59b: Pulling fs layer 23:52:38 5e14af77c1be: Pulling fs layer 23:52:38 01666e4c0597: Pulling fs layer 23:52:38 aa168da1d23b: Pulling fs layer 23:52:38 46f8f816bc3b: Waiting 23:52:38 93b61091891f: Waiting 23:52:38 01666e4c0597: Waiting 23:52:38 5e14af77c1be: Waiting 23:52:38 93b9cdb0e59b: Waiting 23:52:38 aa168da1d23b: Waiting 23:52:38 36b3adc4ff6f: Verifying Checksum 23:52:38 36b3adc4ff6f: Download complete 23:52:38 46f8f816bc3b: Verifying Checksum 23:52:38 46f8f816bc3b: Download complete 23:52:38 df20fa9351a1: Verifying Checksum 23:52:38 df20fa9351a1: Download complete 23:52:38 93b9cdb0e59b: Verifying Checksum 23:52:38 93b9cdb0e59b: Download complete 23:52:38 5e14af77c1be: Download complete 23:52:38 01666e4c0597: Verifying Checksum 23:52:38 01666e4c0597: Download complete 23:52:38 93b61091891f: Verifying Checksum 23:52:38 93b61091891f: Download complete 23:52:39 8ad3a11d3b57: Verifying Checksum 23:52:39 8ad3a11d3b57: Download complete 23:52:39 df20fa9351a1: Pull complete 23:52:39 36b3adc4ff6f: Pull complete 23:52:40 8ad3a11d3b57: Pull complete 23:52:40 46f8f816bc3b: Pull complete 23:52:40 93b61091891f: Pull complete 23:52:40 aa168da1d23b: Verifying Checksum 23:52:40 aa168da1d23b: Download complete 23:52:41 93b9cdb0e59b: Pull complete 23:52:41 5e14af77c1be: Pull complete 23:52:41 01666e4c0597: Pull complete 23:52:48 aa168da1d23b: Pull complete 23:52:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:52:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:52:48 prd-centos7-docker-4c-2g-26612 does not seem to be running inside a container 23:52:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-695/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-695 -v /w/workspace/ndry_app-functions-sdk-go_PR-695:/w/workspace/ndry_app-functions-sdk-go_PR-695:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-695@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-695@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 ******** -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 23:52:52 $ docker top b2ed2f553872d141ce8364c289d53325ae235a2c58100b7fd43a51f34ae70d62 -eo pid,comm [Pipeline] { [Pipeline] sh 23:52:52 + touch /tmp/pre-build-complete [Pipeline] sh 23:52:52 + mkdir -p /var/log/sa [Pipeline] sh 23:52:53 + ls /var/log/sa-host 23:52:53 + sadf -c /var/log/sa-host/sa16 23:52:53 file_magic: OK 23:52:53 HZ: Using current value: 100 23:52:53 file_header: OK 23:52:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:52:53 Statistics: 23:52:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:52:53 File successfully converted to sysstat format version 12.2.1 23:52:53 + sadf -c /var/log/sa-host/sa23 23:52:53 file_magic: OK 23:52:53 HZ: Using current value: 100 23:52:53 file_header: OK 23:52:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:52:53 Statistics: 23:52:53 Hnuu...uuuununununu... 23:52:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:52:53 provisioning config files... 23:52:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-695@tmp/config7584532674797431235tmp [Pipeline] { [Pipeline] echo 23:52:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:52:53 ---> create-netrc.sh [Pipeline] } 23:52:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:52:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:52:54 ---> python-tools-install.sh [Pipeline] echo 23:52:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:52:54 ---> sudo-logs.sh 23:52:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:52:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:52:54 ---> job-cost.sh 23:52:54 lf-activate-venv: SKIPPING 23:52:54 INFO: No Stack... 23:52:56 INFO: Retrieving Pricing Info for: v1-standard-2 23:52:56 INFO: Archiving Costs [Pipeline] echo 23:52:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:52:56 ---> logs-deploy.sh 23:52:56 lf-activate-venv: SKIPPING 23:52:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-695/2 23:52:56 INFO: archiving workspace using pattern(s): 23:52:58 Archives upload complete. 23:52:58 INFO: archiving logs to Nexus