Pull request #546 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 010f8fe0ef4183128e769bdaf413ed2ee167613f+529345aa9c10a5d9fc2a9250aa6cc99807adb22e (342997943e40c0d8f3b1efebb0515bd98c581638) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5937 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [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-546 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 529345aa9c10a5d9fc2a9250aa6cc99807adb22e into PR head commit 010f8fe0ef4183128e769bdaf413ed2ee167613f Merge succeeded, producing 010f8fe0ef4183128e769bdaf413ed2ee167613f Checking out Revision 010f8fe0ef4183128e769bdaf413ed2ee167613f (PR-546) > git config core.sparsecheckout # timeout=10 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # 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 529345aa9c10a5d9fc2a9250aa6cc99807adb22e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 Commit message: "Merge branch 'master' into http-put" > git rev-list --no-walk cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:55:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:55:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:55:22 ========================================================= 18:55:22 EdgeX Global Pipelines Version Info 18:55:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:55:24 ------------------- 18:55:24 stable info: 18:55:24 ------------------- 18:55:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:55:24 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 18:55:24 Message: update stable to v1.0.144 18:55:25 ------------------- 18:55:25 experimental info: 18:55:25 ------------------- 18:55:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:55:25 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 18:55:25 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:55:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:55:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:55:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:55:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:55:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:55:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:55:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-546 [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-546 [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-546 [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010f8fe0ef4183128e769bdaf413ed2ee167613f [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010f8fe [Pipeline] echo 18:55:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:55:29 + git log --format=format:%s -1 010f8fe0ef4183128e769bdaf413ed2ee167613f [Pipeline] echo 18:55:29 GIT_COMMIT: 010f8fe0ef4183128e769bdaf413ed2ee167613f, Commit Message: Merge branch 'master' into http-put [Pipeline] echo 18:55:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:55:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:30 18:55:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:55:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:30 latest: Pulling from edgex-devops/git-semver 18:55:30 31603596830f: Pulling fs layer 18:55:30 2a8b12db71e7: Pulling fs layer 18:55:30 6ca5941a6612: Pulling fs layer 18:55:30 ecc8261a40a4: Pulling fs layer 18:55:30 ecc8261a40a4: Waiting 18:55:30 2a8b12db71e7: Verifying Checksum 18:55:30 2a8b12db71e7: Download complete 18:55:30 31603596830f: Verifying Checksum 18:55:30 31603596830f: Download complete 18:55:30 ecc8261a40a4: Verifying Checksum 18:55:30 ecc8261a40a4: Download complete 18:55:30 6ca5941a6612: Verifying Checksum 18:55:30 6ca5941a6612: Download complete 18:55:31 31603596830f: Pull complete 18:55:31 2a8b12db71e7: Pull complete 18:55:32 6ca5941a6612: Pull complete 18:55:32 ecc8261a40a4: Pull complete 18:55:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:55:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:55:32 prd-centos7-docker-4c-2g-5937 does not seem to be running inside a container 18:55:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:55:34 $ docker top 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:35 [ssh-agent] Looking for ssh-agent implementation... 18:55:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:35 $ docker exec 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent 18:55:35 SSH_AUTH_SOCK=/tmp/ssh-QekcHAVynYTh/agent.13 18:55:35 SSH_AGENT_PID=18 18:55:35 Running ssh-add (command line suppressed) 18:55:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4798208568711771402.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4798208568711771402.key) 18:55:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:36 + git tag --points-at HEAD [Pipeline] } 18:55:36 $ docker exec --env ******** --env ******** 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent -k 18:55:36 unset SSH_AUTH_SOCK; 18:55:36 unset SSH_AGENT_PID; 18:55:36 echo Agent pid 18 killed; 18:55:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:55:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:36 [ssh-agent] Looking for ssh-agent implementation... 18:55:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:36 $ docker exec 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent 18:55:36 SSH_AUTH_SOCK=/tmp/ssh-yqy3riSCRnQ5/agent.47 18:55:36 SSH_AGENT_PID=53 18:55:36 Running ssh-add (command line suppressed) 18:55:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_6965488950051714318.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_6965488950051714318.key) 18:55:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:37 + git semver init 18:55:37 # -> Open(): unable to determine branch for HEAD 18:55:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.git 18:55:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-546 18:55:37 # $SEMVER_REMOTE_NAME = origin 18:55:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:55:37 # $SEMVER_USER_NAME = edgex-jenkins 18:55:37 # $SEMVER_BRANCH = PR-546 18:55:37 # $SEMVER_TEMP = /tmp/semver-706098666 18:55:37 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:55:39 # '/tmp/semver-706098666' -> '/w/workspace/ndry_app-functions-sdk-go_PR-546/.semver' 18:55:39 # -> Force: false 18:55:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.semver [Pipeline] } 18:55:39 $ docker exec --env ******** --env ******** 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent -k 18:55:39 unset SSH_AUTH_SOCK; 18:55:39 unset SSH_AGENT_PID; 18:55:39 echo Agent pid 53 killed; 18:55:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:40 + git semver [Pipeline] } 18:55:40 $ docker stop --time=1 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 18:55:41 $ docker rm -f 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 [Pipeline] // withDockerContainer [Pipeline] sh 18:55:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:55:42 Stashed 1 file(s) [Pipeline] echo 18:55:42 [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 18:55:58 Still waiting to schedule task 18:55:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:55:58 Still waiting to schedule task 18:55:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:58:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5940 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws 18:58:38 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 18:58:43 using credential edgex-jenkins-ssh 18:58:43 Cloning the remote Git repository 18:58:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:58:43 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 18:58:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:58:43 > git --version # timeout=10 18:58:43 > git --version # 'git version 2.17.1' 18:58:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:58:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:58:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:58:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:58:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:58:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:58:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:58:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:58:47 Merging remotes/origin/master commit 529345aa9c10a5d9fc2a9250aa6cc99807adb22e into PR head commit 010f8fe0ef4183128e769bdaf413ed2ee167613f 18:58:47 Merge succeeded, producing 010f8fe0ef4183128e769bdaf413ed2ee167613f 18:58:47 Checking out Revision 010f8fe0ef4183128e769bdaf413ed2ee167613f (PR-546) 18:58:47 > git config core.sparsecheckout # timeout=10 18:58:47 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 18:58:47 > git remote # timeout=10 18:58:47 > git config --get remote.origin.url # timeout=10 18:58:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:58:47 > git merge 529345aa9c10a5d9fc2a9250aa6cc99807adb22e # timeout=10 18:58:47 > git rev-parse HEAD^{commit} # timeout=10 18:58:47 > git config core.sparsecheckout # timeout=10 18:58:47 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 18:58:52 Commit message: "Merge branch 'master' into http-put" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:58:53 ========================================================= 18:58:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:58:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:58:54 + 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 . 18:58:55 Sending build context to Docker daemon 19.13MB 18:58:55 Step 1/8 : ARG BASE=golang:1.15-alpine 18:58:55 Step 2/8 : FROM ${BASE} 18:58:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:58:55 b538f80385f9: Pulling fs layer 18:58:55 74f711af9a0d: Pulling fs layer 18:58:55 99f96fe45779: Pulling fs layer 18:58:55 8529a6b9a6be: Pulling fs layer 18:58:55 45590311c82a: Pulling fs layer 18:58:55 69ca0ff8b7b3: Pulling fs layer 18:58:55 209524e5b208: Pulling fs layer 18:58:55 8529a6b9a6be: Waiting 18:58:55 45590311c82a: Waiting 18:58:55 69ca0ff8b7b3: Waiting 18:58:55 209524e5b208: Waiting 18:58:55 99f96fe45779: Verifying Checksum 18:58:55 99f96fe45779: Download complete 18:58:55 74f711af9a0d: Verifying Checksum 18:58:55 74f711af9a0d: Download complete 18:58:55 45590311c82a: Download complete 18:58:55 69ca0ff8b7b3: Download complete 18:58:55 b538f80385f9: Verifying Checksum 18:58:55 b538f80385f9: Download complete 18:58:56 b538f80385f9: Pull complete 18:58:57 74f711af9a0d: Pull complete 18:58:57 99f96fe45779: Pull complete 18:58:57 209524e5b208: Verifying Checksum 18:58:57 209524e5b208: Download complete 18:58:59 8529a6b9a6be: Verifying Checksum 18:58:59 8529a6b9a6be: Download complete 18:59:04 Running on prd-centos7-docker-4c-2g-5941 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws 18:59:04 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 18:59:07 using credential edgex-jenkins-ssh 18:59:07 Cloning the remote Git repository 18:59:07 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:59:07 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 18:59:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:59:07 > git --version # timeout=10 18:59:07 > git --version # 'git version 2.16.5' 18:59:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:59:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:59:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:59:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:59:09 Merging remotes/origin/master commit 529345aa9c10a5d9fc2a9250aa6cc99807adb22e into PR head commit 010f8fe0ef4183128e769bdaf413ed2ee167613f 18:59:09 Merge succeeded, producing 010f8fe0ef4183128e769bdaf413ed2ee167613f 18:59:09 Checking out Revision 010f8fe0ef4183128e769bdaf413ed2ee167613f (PR-546) 18:59:10 8529a6b9a6be: Pull complete 18:59:10 45590311c82a: Pull complete 18:59:09 > git config core.sparsecheckout # timeout=10 18:59:09 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 18:59:09 > git remote # timeout=10 18:59:09 > git config --get remote.origin.url # timeout=10 18:59:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:09 > git merge 529345aa9c10a5d9fc2a9250aa6cc99807adb22e # timeout=10 18:59:09 > git rev-parse HEAD^{commit} # timeout=10 18:59:09 > git config core.sparsecheckout # timeout=10 18:59:09 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 18:59:10 69ca0ff8b7b3: Pull complete 18:59:13 Commit message: "Merge branch 'master' into http-put" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:59:14 ========================================================= 18:59:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:59:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:59:14 + 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 . 18:59:15 209524e5b208: Pull complete 18:59:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:59:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:59:15 ---> 5bddaf1c2fca 18:59:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:59:15 latest: Pulling from library/docker 18:59:15 b538f80385f9: Already exists 18:59:15 259a493cd78d: Pulling fs layer 18:59:15 b8e66b5100f5: Pulling fs layer 18:59:15 7f8258a56ab6: Pulling fs layer 18:59:15 75a0a0ebb566: Pulling fs layer 18:59:15 4a2c62f0a2a3: Pulling fs layer 18:59:15 294320357d30: Pulling fs layer 18:59:15 75a0a0ebb566: Waiting 18:59:15 4a2c62f0a2a3: Waiting 18:59:15 294320357d30: Waiting 18:59:15 b8e66b5100f5: Verifying Checksum 18:59:15 b8e66b5100f5: Download complete 18:59:15 259a493cd78d: Verifying Checksum 18:59:15 259a493cd78d: Download complete 18:59:15 75a0a0ebb566: Verifying Checksum 18:59:15 75a0a0ebb566: Download complete 18:59:15 4a2c62f0a2a3: Verifying Checksum 18:59:15 4a2c62f0a2a3: Download complete 18:59:15 294320357d30: Verifying Checksum 18:59:15 294320357d30: Download complete 18:59:15 Sending build context to Docker daemon 19.13MB 18:59:15 Step 1/8 : ARG BASE=golang:1.15-alpine 18:59:15 Step 2/8 : FROM ${BASE} 18:59:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:59:15 df20fa9351a1: Pulling fs layer 18:59:15 ed8968b2872e: Pulling fs layer 18:59:15 a92cc7c5fd73: Pulling fs layer 18:59:15 e871e8e8d7a9: Pulling fs layer 18:59:15 e73272ec9a57: Pulling fs layer 18:59:15 1e910a182e73: Pulling fs layer 18:59:15 4e634b169226: Pulling fs layer 18:59:15 e73272ec9a57: Waiting 18:59:15 1e910a182e73: Waiting 18:59:15 4e634b169226: Waiting 18:59:15 e871e8e8d7a9: Waiting 18:59:15 a92cc7c5fd73: Verifying Checksum 18:59:15 a92cc7c5fd73: Download complete 18:59:15 ed8968b2872e: Download complete 18:59:15 e73272ec9a57: Verifying Checksum 18:59:15 e73272ec9a57: Download complete 18:59:15 1e910a182e73: Verifying Checksum 18:59:15 1e910a182e73: Download complete 18:59:15 df20fa9351a1: Verifying Checksum 18:59:15 df20fa9351a1: Download complete 18:59:15 259a493cd78d: Pull complete 18:59:15 df20fa9351a1: Pull complete 18:59:15 ed8968b2872e: Pull complete 18:59:16 a92cc7c5fd73: Pull complete 18:59:16 b8e66b5100f5: Pull complete 18:59:17 7f8258a56ab6: Verifying Checksum 18:59:17 7f8258a56ab6: Download complete 18:59:17 4e634b169226: Verifying Checksum 18:59:17 4e634b169226: Download complete 18:59:18 e871e8e8d7a9: Verifying Checksum 18:59:18 e871e8e8d7a9: Download complete 18:59:20 7f8258a56ab6: Pull complete 18:59:20 75a0a0ebb566: Pull complete 18:59:20 4a2c62f0a2a3: Pull complete 18:59:21 294320357d30: Pull complete 18:59:21 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 18:59:21 Status: Downloaded newer image for docker:latest 18:59:23 e871e8e8d7a9: Pull complete 18:59:23 e73272ec9a57: Pull complete 18:59:23 1e910a182e73: Pull complete 18:59:26 ---> 84ac340199a7 18:59:26 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:59:27 ---> Running in 48eec3f43a8b 18:59:27 Removing intermediate container 48eec3f43a8b 18:59:27 ---> e8883e1697b5 18:59:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:59:27 ---> Running in 9560472eeb8d 18:59:28 4e634b169226: Pull complete 18:59:28 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:59:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:59:28 ---> f7629b54cfaa 18:59:28 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:59:28 latest: Pulling from library/docker 18:59:28 df20fa9351a1: Already exists 18:59:28 25ad7478873d: Pulling fs layer 18:59:28 4684f6177b5d: Pulling fs layer 18:59:28 8ba584e970af: Pulling fs layer 18:59:28 3cdc74d2b06d: Pulling fs layer 18:59:28 4cf5a0d07c1f: Pulling fs layer 18:59:28 fca0ccc462d5: Pulling fs layer 18:59:28 3cdc74d2b06d: Waiting 18:59:28 4cf5a0d07c1f: Waiting 18:59:28 fca0ccc462d5: Waiting 18:59:28 4684f6177b5d: Verifying Checksum 18:59:28 4684f6177b5d: Download complete 18:59:28 25ad7478873d: Verifying Checksum 18:59:28 25ad7478873d: Download complete 18:59:28 3cdc74d2b06d: Verifying Checksum 18:59:28 3cdc74d2b06d: Download complete 18:59:28 4cf5a0d07c1f: Verifying Checksum 18:59:28 4cf5a0d07c1f: Download complete 18:59:28 fca0ccc462d5: Verifying Checksum 18:59:28 fca0ccc462d5: Download complete 18:59:29 25ad7478873d: Pull complete 18:59:29 4684f6177b5d: Pull complete 18:59:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:29 8ba584e970af: Verifying Checksum 18:59:29 8ba584e970af: Download complete 18:59:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:31 (1/5) Installing libsodium (1.0.18-r0) 18:59:31 (2/5) Installing libzmq (4.3.3-r0) 18:59:31 (3/5) Installing pkgconf (1.7.2-r0) 18:59:31 (4/5) Installing libsodium-dev (1.0.18-r0) 18:59:31 (5/5) Installing zeromq-dev (4.3.3-r0) 18:59:31 Executing busybox-1.31.1-r16.trigger 18:59:31 OK: 144 MiB in 44 packages 18:59:32 8ba584e970af: Pull complete 18:59:32 3cdc74d2b06d: Pull complete 18:59:32 4cf5a0d07c1f: Pull complete 18:59:32 fca0ccc462d5: Pull complete 18:59:32 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 18:59:32 Status: Downloaded newer image for docker:latest 18:59:32 Removing intermediate container 9560472eeb8d 18:59:32 ---> efde30589a37 18:59:32 Step 6/8 : WORKDIR /build 18:59:33 ---> Running in 09e8e0f1c049 18:59:33 Removing intermediate container 09e8e0f1c049 18:59:33 ---> ba5a5609bc39 18:59:33 Step 7/8 : COPY go.mod . 18:59:33 ---> bfa7995935b8 18:59:33 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:59:34 ---> Running in ac5574014097 18:59:34 Removing intermediate container ac5574014097 18:59:34 ---> e3124ae194e6 18:59:34 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:59:34 ---> b17371d792a0 18:59:34 Step 8/8 : RUN go mod download 18:59:34 ---> Running in f21268ecbfb3 18:59:34 ---> Running in 29469d341679 18:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:36 (1/5) Installing libsodium (1.0.18-r0) 18:59:36 (2/5) Installing libzmq (4.3.3-r0) 18:59:36 (3/5) Installing pkgconf (1.7.2-r0) 18:59:36 (4/5) Installing libsodium-dev (1.0.18-r0) 18:59:36 (5/5) Installing zeromq-dev (4.3.3-r0) 18:59:36 Executing busybox-1.31.1-r16.trigger 18:59:36 OK: 167 MiB in 44 packages 18:59:37 Removing intermediate container 29469d341679 18:59:37 ---> 87fbc7e6ffcb 18:59:37 Step 6/8 : WORKDIR /build 18:59:37 ---> Running in 7c29ca878254 18:59:37 Removing intermediate container 7c29ca878254 18:59:37 ---> 9a1e50549576 18:59:37 Step 7/8 : COPY go.mod . 18:59:37 ---> 98114b4fa98a 18:59:37 Step 8/8 : RUN go mod download 18:59:37 ---> Running in 77d9d17ec6b3 19:00:04 Removing intermediate container 77d9d17ec6b3 19:00:04 ---> 7a8df39d8e33 19:00:04 Successfully built 7a8df39d8e33 19:00:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:00:04 + docker inspect -f . ci-base-image-x86_64 19:00:04 . [Pipeline] withDockerContainer 19:00:04 prd-centos7-docker-4c-2g-5941 does not seem to be running inside a container 19:00:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-x86_64 cat 19:00:05 $ docker top d787692686c601534e25fd067a4f92a02d598927c679cc9824f9c8cf26ed5a11 -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:06 + go version 19:00:06 go version go1.15.2 linux/amd64 [Pipeline] } 19:00:06 $ docker stop --time=1 d787692686c601534e25fd067a4f92a02d598927c679cc9824f9c8cf26ed5a11 19:00:06 Removing intermediate container f21268ecbfb3 19:00:06 ---> b64adad55c1a 19:00:06 Successfully built b64adad55c1a 19:00:06 Successfully tagged ci-base-image-arm64:latest 19:00:07 $ docker rm -f d787692686c601534e25fd067a4f92a02d598927c679cc9824f9c8cf26ed5a11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:00:08 + docker inspect -f . ci-base-image-arm64 19:00:08 . [Pipeline] withDockerContainer 19:00:08 + docker inspect -f . ci-base-image-x86_64 19:00:08 . 19:00:08 prd-ubuntu18.04-docker-arm64-4c-16g-5940 does not seem to be running inside a container 19:00:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat 19:00:10 $ docker top 5f1bbf9e64df6be5520ff9e7fbf526a1ab30d69298d5cc98ddccd1282a0f000e -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 19:00:11 prd-centos7-docker-4c-2g-5941 does not seem to be running inside a container 19:00:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-x86_64 cat 19:00:11 $ docker top 2ae26139eab99dcd3fa5ff2580788c1ca9ea1c5f7cfc98eb40ccf0a13f50b793 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 19:00:12 + make test 19:00:12 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:00:13 + go version 19:00:13 go version go1.15.2 linux/arm64 [Pipeline] } 19:00:13 $ docker stop --time=1 5f1bbf9e64df6be5520ff9e7fbf526a1ab30d69298d5cc98ddccd1282a0f000e 19:00:14 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 19:00:15 $ docker rm -f 5f1bbf9e64df6be5520ff9e7fbf526a1ab30d69298d5cc98ddccd1282a0f000e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:00:16 + docker inspect -f . ci-base-image-arm64 19:00:16 . [Pipeline] withDockerContainer 19:00:16 prd-ubuntu18.04-docker-arm64-4c-16g-5940 does not seem to be running inside a container 19:00:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat 19:00:18 $ docker top 8bf9f4c983dcfbc8e8b728b30bffad335b379edcfd64dfc01b4aaa170c179d31 -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:19 + make test 19:00:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:00:20 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 19:00:21 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.096s coverage: 86.2% of statements 19:00:36 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.031s coverage: 51.7% of statements 19:00:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 19:00:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 19:00:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.028s coverage: 54.7% of statements 19:00:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 19:00:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.228s coverage: 69.1% of statements 19:00:43 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.085s coverage: 86.2% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.515s coverage: 61.6% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.059s coverage: 100.0% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.007s coverage: 75.0% of statements 19:00:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.7% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.098s coverage: 80.5% of statements 19:00:51 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.006s coverage: 71.7% of statements 19:01:06 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.031s coverage: 70.8% of statements 19:01:06 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements 19:01:06 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:01:09 gofmt -l . 19:01:10 [ "`gofmt -l .`" = "" ] 19:01:10 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:01:11 Stashed 1 file(s) [Pipeline] } 19:01:11 $ docker stop --time=1 2ae26139eab99dcd3fa5ff2580788c1ca9ea1c5f7cfc98eb40ccf0a13f50b793 19:01:12 $ docker rm -f 2ae26139eab99dcd3fa5ff2580788c1ca9ea1c5f7cfc98eb40ccf0a13f50b793 [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] } 19:01:22 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.068s coverage: 51.7% of statements 19:01:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 19:01:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 19:01:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.125s coverage: 54.7% of statements 19:01:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 19:01:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.317s coverage: 69.1% of statements 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.515s coverage: 61.6% of statements 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.249s coverage: 100.0% of statements 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 19:01:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 19:01:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements 19:01:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.048s coverage: 75.0% of statements 19:01:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 19:01:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.041s coverage: 89.7% of statements 19:01:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.022s coverage: 88.9% of statements 19:01:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.120s coverage: 80.5% of statements 19:01:33 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.019s coverage: 71.7% of statements 19:02:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 70.8% of statements 19:02:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 19:02:00 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:02:11 gofmt -l . 19:02:11 [ "`gofmt -l .`" = "" ] 19:02:12 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:02:12 Warning: overwriting stash ‘coverage-report’ 19:02:13 Stashed 1 file(s) [Pipeline] } 19:02:13 $ docker stop --time=1 8bf9f4c983dcfbc8e8b728b30bffad335b379edcfd64dfc01b4aaa170c179d31 19:02:15 $ docker rm -f 8bf9f4c983dcfbc8e8b728b30bffad335b379edcfd64dfc01b4aaa170c179d31 [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 19:02:18 provisioning config files... 19:02:18 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/config3260596619383780883tmp [Pipeline] { [Pipeline] sh 19:02:18 + set +x 19:02:18 + bash -s -- 19:02:18 + curl -s https://codecov.io/bash 19:02:18 19:02:18 _____ _ 19:02:18 / ____| | | 19:02:18 | | ___ __| | ___ ___ _____ __ 19:02:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:02:18 | |___| (_) | (_| | __/ (_| (_) \ V / 19:02:18 \_____\___/ \__,_|\___|\___\___/ \_/ 19:02:18 Bash-20201009-048fee3 19:02:18 19:02:18 19:02:18 ==> Jenkins CI detected. 19:02:18 project root: . 19:02:18 Fixing merge commit SHA 19:02:18 --> token set from env 19:02:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:02:18 ==> Running gcov in . (disable via -X gcov) 19:02:18 ==> Python coveragepy not found 19:02:18 ==> Searching for coverage reports in: 19:02:18 + . 19:02:18 -> Found 1 reports 19:02:18 ==> Detecting git/mercurial file structure 19:02:18 ==> Reading reports 19:02:18 + ./coverage.out bytes=90014 19:02:18 ==> Appending adjustments 19:02:18 https://docs.codecov.io/docs/fixing-reports 19:02:19 + Found adjustments 19:02:19 ==> Gzipping contents 19:02:19 ==> Uploading reports 19:02:19 url: https://codecov.io 19:02:19 query: branch=PR-546&commit=529345aa9c10a5d9fc2a9250aa6cc99807adb22e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-546%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=546&job=&cmd_args= 19:02:19 -> Pinging Codecov 19:02:19 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-546&commit=529345aa9c10a5d9fc2a9250aa6cc99807adb22e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-546%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=546&job=&cmd_args= 19:02:19 -> Uploading to 19:02:19 19:02:19 % Total % Received % Xferd Average Speed Time Time Time Current 19:02:19 Dload Upload Total Spent Left Speed 19:02:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 19:02:19 X> Failed to upload 19:02:19 ==> Uploading to Codecov 19:02:19 % Total % Received % Xferd Average Speed Time Time Time Current 19:02:19 Dload Upload Total Spent Left Speed 19:02:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15992 0 0 100 15992 0 13619 0:00:01 0:00:01 --:--:-- 13610 99 16109 0 0 100 15992 0 7489 0:00:02 0:00:02 --:--:-- 7486 100 16109 100 117 100 15992 54 7488 0:00:02 0:00:02 --:--:-- 7486 19:02:21 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/529345aa9c10a5d9fc2a9250aa6cc99807adb22e [Pipeline] } 19:02:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:02:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:02:26 ---> package-listing.sh 19:02:26 ++ facter osfamily 19:02:26 ++ tr '[:upper:]' '[:lower:]' 19:02:26 + OS_FAMILY=redhat 19:02:26 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-546 19:02:26 + START_PACKAGES=/tmp/packages_start.txt 19:02:26 + END_PACKAGES=/tmp/packages_end.txt 19:02:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:02:26 + PACKAGES=/tmp/packages_start.txt 19:02:26 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' 19:02:26 + PACKAGES=/tmp/packages_end.txt 19:02:26 + case "${OS_FAMILY}" in 19:02:26 + rpm -qa 19:02:26 + sort 19:02:30 + '[' -f /tmp/packages_start.txt ']' 19:02:30 + '[' -f /tmp/packages_end.txt ']' 19:02:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:02:30 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' 19:02:30 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ 19:02:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ [Pipeline] echo 19:02:30 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-546/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:02:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:02:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:30 19:02:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:02:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:31 alpine: Pulling from edgex-lftools-log-publisher 19:02:31 df20fa9351a1: Pulling fs layer 19:02:31 36b3adc4ff6f: Pulling fs layer 19:02:31 8ad3a11d3b57: Pulling fs layer 19:02:31 46f8f816bc3b: Pulling fs layer 19:02:31 93b61091891f: Pulling fs layer 19:02:31 93b9cdb0e59b: Pulling fs layer 19:02:31 5e14af77c1be: Pulling fs layer 19:02:31 01666e4c0597: Pulling fs layer 19:02:31 aa168da1d23b: Pulling fs layer 19:02:31 93b61091891f: Waiting 19:02:31 93b9cdb0e59b: Waiting 19:02:31 5e14af77c1be: Waiting 19:02:31 01666e4c0597: Waiting 19:02:31 aa168da1d23b: Waiting 19:02:31 46f8f816bc3b: Waiting 19:02:31 36b3adc4ff6f: Download complete 19:02:31 46f8f816bc3b: Verifying Checksum 19:02:31 46f8f816bc3b: Download complete 19:02:31 df20fa9351a1: Verifying Checksum 19:02:31 df20fa9351a1: Download complete 19:02:31 93b9cdb0e59b: Verifying Checksum 19:02:31 93b9cdb0e59b: Download complete 19:02:31 5e14af77c1be: Verifying Checksum 19:02:31 5e14af77c1be: Download complete 19:02:31 93b61091891f: Verifying Checksum 19:02:31 93b61091891f: Download complete 19:02:31 01666e4c0597: Verifying Checksum 19:02:31 01666e4c0597: Download complete 19:02:31 df20fa9351a1: Pull complete 19:02:31 36b3adc4ff6f: Pull complete 19:02:32 8ad3a11d3b57: Verifying Checksum 19:02:32 8ad3a11d3b57: Download complete 19:02:32 8ad3a11d3b57: Pull complete 19:02:32 46f8f816bc3b: Pull complete 19:02:33 93b61091891f: Pull complete 19:02:33 93b9cdb0e59b: Pull complete 19:02:33 5e14af77c1be: Pull complete 19:02:33 aa168da1d23b: Download complete 19:02:33 01666e4c0597: Pull complete 19:02:40 aa168da1d23b: Pull complete 19:02:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:02:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:02:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:02:40 prd-centos7-docker-4c-2g-5937 does not seem to be running inside a container 19:02:40 $ 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-546/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-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@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:10003/edgex-lftools-log-publisher:alpine cat 19:02:47 $ docker top 845e7d216b02e1e2db1cfff63101accb600dabe277655339fbcef2141a9542aa -eo pid,comm [Pipeline] { [Pipeline] sh 19:02:48 + touch /tmp/pre-build-complete [Pipeline] sh 19:02:48 + mkdir -p /var/log/sa [Pipeline] sh 19:02:49 + ls /var/log/sa-host 19:02:49 + sadf -c /var/log/sa-host/sa05 19:02:49 file_magic: OK 19:02:49 HZ: Using current value: 100 19:02:49 file_header: OK 19:02:49 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 19:02:49 Statistics: 19:02:49 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:02:49 File successfully converted to sysstat format version 12.2.1 19:02:49 + sadf -c /var/log/sa-host/sa16 19:02:49 file_magic: OK 19:02:49 HZ: Using current value: 100 19:02:49 file_header: OK 19:02:49 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 19:02:49 Statistics: 19:02:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:02:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:02:49 provisioning config files... 19:02:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/config7112075764970384483tmp [Pipeline] { [Pipeline] echo 19:02:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:02:49 ---> create-netrc.sh [Pipeline] } 19:02:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:02:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:02:50 ---> python-tools-install.sh [Pipeline] echo 19:02:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:02:50 ---> sudo-logs.sh 19:02:50 Archiving 'sudo' log.. [Pipeline] echo 19:02:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:02:50 ---> job-cost.sh 19:02:50 lf-activate-venv: SKIPPING 19:02:50 INFO: No Stack... 19:02:51 INFO: Retrieving Pricing Info for: v1-standard-2 19:02:52 INFO: Archiving Costs [Pipeline] echo 19:02:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:02:52 ---> logs-deploy.sh 19:02:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-546/4 19:02:52 INFO: archiving workspace using pattern(s): 19:02:54 Archives upload complete. 19:02:54 INFO: archiving logs to Nexus