Pull request #537 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 cb3a60d6cc152cb62d3ff67f2f412f78af34ee62+7fa6067512f69ddc1c1818832b10f56bfd793194 (2e575ce49bab1fe76b7501dc8e50de2a1e314f82) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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-5436 in /w/workspace/ndry_app-functions-sdk-go_PR-537 [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-537 # 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 Merging remotes/origin/master commit 7fa6067512f69ddc1c1818832b10f56bfd793194 into PR head commit cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 > 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/537/head:refs/remotes/origin/PR-537 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 # 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 7fa6067512f69ddc1c1818832b10f56bfd793194 # timeout=10 Merge succeeded, producing cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 Checking out Revision cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 (PR-537) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 # timeout=10 Commit message: "fix(triggers): MQTT subscribe via onConnect handler so re-subscribe on reconnects" First time build. Skipping changelog. > git rev-list --no-walk d7291151f353bece67719cdfc5e8c1c4597a4f7e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:04:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:04:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:04:12 ========================================================= 23:04:12 EdgeX Global Pipelines Version Info 23:04:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:04:15 ------------------- 23:04:15 stable info: 23:04:15 ------------------- 23:04:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:04:15 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 23:04:15 Message: update stable to v1.0.142 23:04:16 ------------------- 23:04:16 experimental info: 23:04:16 ------------------- 23:04:16 Commited By: **** collab-it+edgex@linuxfoundation.org 23:04:16 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 23:04:16 Message: update experimental to v1.0.142 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:04:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:04:16 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:04:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:04:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:04:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-537 [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-537 [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-537 [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb3a60d [Pipeline] echo 23:04:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:20 + git log --format=format:%s -1 cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 [Pipeline] echo 23:04:20 GIT_COMMIT: cb3a60d6cc152cb62d3ff67f2f412f78af34ee62, Commit Message: fix(triggers): MQTT subscribe via onConnect handler so re-subscribe on reconnects [Pipeline] echo 23:04:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:04:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:22 23:04:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:04:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:23 latest: Pulling from edgex-devops/git-semver 23:04:23 31603596830f: Pulling fs layer 23:04:23 2a8b12db71e7: Pulling fs layer 23:04:23 6ca5941a6612: Pulling fs layer 23:04:23 ecc8261a40a4: Pulling fs layer 23:04:23 ecc8261a40a4: Waiting 23:04:23 2a8b12db71e7: Verifying Checksum 23:04:23 2a8b12db71e7: Download complete 23:04:23 31603596830f: Verifying Checksum 23:04:23 31603596830f: Download complete 23:04:24 31603596830f: Pull complete 23:04:24 ecc8261a40a4: Verifying Checksum 23:04:24 ecc8261a40a4: Download complete 23:04:24 6ca5941a6612: Verifying Checksum 23:04:24 6ca5941a6612: Download complete 23:04:24 2a8b12db71e7: Pull complete 23:04:25 6ca5941a6612: Pull complete 23:04:26 ecc8261a40a4: Pull complete 23:04:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:04:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:04:26 prd-centos7-docker-4c-2g-5436 does not seem to be running inside a container 23:04:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-537 -v /w/workspace/ndry_app-functions-sdk-go_PR-537:/w/workspace/ndry_app-functions-sdk-go_PR-537:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-537@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-537@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:04:29 $ docker top 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:04:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:29 [ssh-agent] Looking for ssh-agent implementation... 23:04:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:30 $ docker exec 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 ssh-agent 23:04:30 SSH_AUTH_SOCK=/tmp/ssh-Qk4QVs90XP30/agent.12 23:04:30 SSH_AGENT_PID=17 23:04:30 Running ssh-add (command line suppressed) 23:04:30 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-537@tmp/private_key_4317088044054993374.key (/w/workspace/ndry_app-functions-sdk-go_PR-537@tmp/private_key_4317088044054993374.key) 23:04:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:31 + git tag --points-at HEAD [Pipeline] } 23:04:31 $ docker exec --env ******** --env ******** 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 ssh-agent -k 23:04:31 unset SSH_AUTH_SOCK; 23:04:31 unset SSH_AGENT_PID; 23:04:31 echo Agent pid 17 killed; 23:04:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:04:32 [ssh-agent] Looking for ssh-agent implementation... 23:04:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:04:32 $ docker exec 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 ssh-agent 23:04:33 SSH_AUTH_SOCK=/tmp/ssh-E37pgVHSS0KC/agent.45 23:04:33 SSH_AGENT_PID=50 23:04:33 Running ssh-add (command line suppressed) 23:04:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-537@tmp/private_key_5793960559280015936.key (/w/workspace/ndry_app-functions-sdk-go_PR-537@tmp/private_key_5793960559280015936.key) 23:04:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:04:33 + git semver init 23:04:33 # -> Open(): unable to determine branch for HEAD 23:04:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-537/.git 23:04:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-537 23:04:33 # $SEMVER_REMOTE_NAME = origin 23:04:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:04:33 # $SEMVER_USER_NAME = edgex-jenkins 23:04:33 # $SEMVER_BRANCH = PR-537 23:04:33 # $SEMVER_TEMP = /tmp/semver-029285859 23:04:33 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:04:38 # '/tmp/semver-029285859' -> '/w/workspace/ndry_app-functions-sdk-go_PR-537/.semver' 23:04:38 # -> Force: false 23:04:38 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-537/.semver [Pipeline] } 23:04:38 $ docker exec --env ******** --env ******** 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 ssh-agent -k 23:04:39 unset SSH_AUTH_SOCK; 23:04:39 unset SSH_AGENT_PID; 23:04:39 echo Agent pid 50 killed; 23:04:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:04:39 + git semver [Pipeline] } 23:04:40 $ docker stop --time=1 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 23:04:41 $ docker rm -f 680c4943e50923ae9cfcbbc152930307072fcfbacae1de927ab660fe5048e7c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:04:43 Stashed 1 file(s) [Pipeline] echo 23:04:43 [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:04:58 Still waiting to schedule task 23:04:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:04:58 Still waiting to schedule task 23:04:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:08:05 Running on prd-centos7-docker-4c-2g-5438 in /w/workspace/ndry_app-functions-sdk-go_PR-537 [Pipeline] { [Pipeline] ws 23:08:05 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 23:08:13 using credential edgex-jenkins-ssh 23:08:13 Cloning the remote Git repository 23:08:13 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:13 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 23:08:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:13 > git --version # timeout=10 23:08:13 > git --version # 'git version 2.16.5' 23:08:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:16 Merging remotes/origin/master commit 7fa6067512f69ddc1c1818832b10f56bfd793194 into PR head commit cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 23:08:17 Merge succeeded, producing cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 23:08:17 Checking out Revision cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 (PR-537) 23:08:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:08:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:08:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:08:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/537/head:refs/remotes/origin/PR-537 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:08:16 > git config core.sparsecheckout # timeout=10 23:08:16 > git checkout -f cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 # timeout=10 23:08:17 > git remote # timeout=10 23:08:17 > git config --get remote.origin.url # timeout=10 23:08:17 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:17 > git merge 7fa6067512f69ddc1c1818832b10f56bfd793194 # timeout=10 23:08:17 > git rev-parse HEAD^{commit} # timeout=10 23:08:17 > git config core.sparsecheckout # timeout=10 23:08:17 > git checkout -f cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 # timeout=10 23:08:21 Commit message: "fix(triggers): MQTT subscribe via onConnect handler so re-subscribe on reconnects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:08:23 ========================================================= 23:08:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:08:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:08:24 + 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:08:25 Sending build context to Docker daemon 19.12MB 23:08:25 Step 1/8 : ARG BASE=golang:1.15-alpine 23:08:25 Step 2/8 : FROM ${BASE} 23:08:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:08:25 df20fa9351a1: Pulling fs layer 23:08:25 ed8968b2872e: Pulling fs layer 23:08:25 a92cc7c5fd73: Pulling fs layer 23:08:25 e871e8e8d7a9: Pulling fs layer 23:08:25 e73272ec9a57: Pulling fs layer 23:08:25 1e910a182e73: Pulling fs layer 23:08:25 4e634b169226: Pulling fs layer 23:08:25 e871e8e8d7a9: Waiting 23:08:25 e73272ec9a57: Waiting 23:08:25 1e910a182e73: Waiting 23:08:25 4e634b169226: Waiting 23:08:25 a92cc7c5fd73: Verifying Checksum 23:08:25 a92cc7c5fd73: Download complete 23:08:25 ed8968b2872e: Verifying Checksum 23:08:25 ed8968b2872e: Download complete 23:08:25 e73272ec9a57: Verifying Checksum 23:08:25 e73272ec9a57: Download complete 23:08:25 1e910a182e73: Verifying Checksum 23:08:25 1e910a182e73: Download complete 23:08:26 df20fa9351a1: Verifying Checksum 23:08:26 df20fa9351a1: Download complete 23:08:26 df20fa9351a1: Pull complete 23:08:26 ed8968b2872e: Pull complete 23:08:27 a92cc7c5fd73: Pull complete 23:08:32 4e634b169226: Verifying Checksum 23:08:32 4e634b169226: Download complete 23:08:34 e871e8e8d7a9: Verifying Checksum 23:08:34 e871e8e8d7a9: Download complete 23:08:44 e871e8e8d7a9: Pull complete 23:08:44 e73272ec9a57: Pull complete 23:08:44 1e910a182e73: Pull complete 23:08:50 4e634b169226: Pull complete 23:08:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:08:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:08:50 ---> f7629b54cfaa 23:08:50 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:08:51 latest: Pulling from library/docker 23:08:51 df20fa9351a1: Already exists 23:08:51 25ad7478873d: Pulling fs layer 23:08:51 4684f6177b5d: Pulling fs layer 23:08:51 8ba584e970af: Pulling fs layer 23:08:51 3cdc74d2b06d: Pulling fs layer 23:08:51 4cf5a0d07c1f: Pulling fs layer 23:08:51 fca0ccc462d5: Pulling fs layer 23:08:51 3cdc74d2b06d: Waiting 23:08:51 4cf5a0d07c1f: Waiting 23:08:51 fca0ccc462d5: Waiting 23:08:51 4684f6177b5d: Download complete 23:08:51 25ad7478873d: Verifying Checksum 23:08:51 25ad7478873d: Download complete 23:08:51 3cdc74d2b06d: Verifying Checksum 23:08:51 3cdc74d2b06d: Download complete 23:08:51 4cf5a0d07c1f: Verifying Checksum 23:08:51 4cf5a0d07c1f: Download complete 23:08:52 fca0ccc462d5: Verifying Checksum 23:08:52 fca0ccc462d5: Download complete 23:08:52 25ad7478873d: Pull complete 23:08:52 4684f6177b5d: Pull complete 23:08:53 8ba584e970af: Verifying Checksum 23:08:53 8ba584e970af: Download complete 23:08:59 8ba584e970af: Pull complete 23:08:59 3cdc74d2b06d: Pull complete 23:08:59 4cf5a0d07c1f: Pull complete 23:08:59 fca0ccc462d5: Pull complete 23:08:59 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 23:08:59 Status: Downloaded newer image for docker:latest 23:09:01 ---> e97cc23fb6f8 23:09:01 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:09:01 ---> Running in 5f68815d7143 23:09:01 Removing intermediate container 5f68815d7143 23:09:01 ---> a9c3a1db58b7 23:09:01 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:09:02 ---> Running in 1ad5b4db9031 23:09:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:04 (1/5) Installing libsodium (1.0.18-r0) 23:09:04 (2/5) Installing libzmq (4.3.3-r0) 23:09:04 (3/5) Installing pkgconf (1.7.2-r0) 23:09:04 (4/5) Installing libsodium-dev (1.0.18-r0) 23:09:04 (5/5) Installing zeromq-dev (4.3.3-r0) 23:09:04 Executing busybox-1.31.1-r16.trigger 23:09:04 OK: 167 MiB in 44 packages 23:09:06 Removing intermediate container 1ad5b4db9031 23:09:06 ---> 2748945216e3 23:09:06 Step 6/8 : WORKDIR /build 23:09:06 ---> Running in ea7f55b052ba 23:09:06 Removing intermediate container ea7f55b052ba 23:09:06 ---> ae5c82a6a929 23:09:06 Step 7/8 : COPY go.mod . 23:09:06 ---> 0ac78003859c 23:09:06 Step 8/8 : RUN go mod download 23:09:06 ---> Running in 92154832fd03 23:09:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5439 in /w/workspace/ndry_app-functions-sdk-go_PR-537 [Pipeline] { [Pipeline] ws 23:09:20 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 23:09:26 using credential edgex-jenkins-ssh 23:09:26 Cloning the remote Git repository 23:09:26 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:09:26 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 23:09:26 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:09:26 > git --version # timeout=10 23:09:26 > git --version # 'git version 2.17.1' 23:09:26 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:09:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:09:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:09:30 Merging remotes/origin/master commit 7fa6067512f69ddc1c1818832b10f56bfd793194 into PR head commit cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 23:09:30 Merge succeeded, producing cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 23:09:30 Checking out Revision cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 (PR-537) 23:09:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:09:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/537/head:refs/remotes/origin/PR-537 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:09:30 > git config core.sparsecheckout # timeout=10 23:09:30 > git checkout -f cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 # timeout=10 23:09:30 > git remote # timeout=10 23:09:30 > git config --get remote.origin.url # timeout=10 23:09:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:09:30 > git merge 7fa6067512f69ddc1c1818832b10f56bfd793194 # timeout=10 23:09:30 > git rev-parse HEAD^{commit} # timeout=10 23:09:30 > git config core.sparsecheckout # timeout=10 23:09:30 > git checkout -f cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 # timeout=10 23:09:34 Commit message: "fix(triggers): MQTT subscribe via onConnect handler so re-subscribe on reconnects" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:09:35 ========================================================= 23:09:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:09:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:09:36 + 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:09:37 Sending build context to Docker daemon 19.12MB 23:09:37 Step 1/8 : ARG BASE=golang:1.15-alpine 23:09:37 Step 2/8 : FROM ${BASE} 23:09:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:09:38 b538f80385f9: Pulling fs layer 23:09:38 74f711af9a0d: Pulling fs layer 23:09:38 99f96fe45779: Pulling fs layer 23:09:38 8529a6b9a6be: Pulling fs layer 23:09:38 45590311c82a: Pulling fs layer 23:09:38 69ca0ff8b7b3: Pulling fs layer 23:09:38 209524e5b208: Pulling fs layer 23:09:38 8529a6b9a6be: Waiting 23:09:38 45590311c82a: Waiting 23:09:38 69ca0ff8b7b3: Waiting 23:09:38 209524e5b208: Waiting 23:09:38 99f96fe45779: Verifying Checksum 23:09:38 99f96fe45779: Download complete 23:09:38 74f711af9a0d: Download complete 23:09:38 45590311c82a: Verifying Checksum 23:09:38 45590311c82a: Download complete 23:09:38 69ca0ff8b7b3: Download complete 23:09:38 b538f80385f9: Verifying Checksum 23:09:38 b538f80385f9: Download complete 23:09:38 b538f80385f9: Pull complete 23:09:39 Removing intermediate container 92154832fd03 23:09:39 ---> 361741c87c23 23:09:39 Successfully built 361741c87c23 23:09:39 Successfully tagged ci-base-image-x86_64:latest 23:09:39 74f711af9a0d: Pull complete [Pipeline] isUnix [Pipeline] sh 23:09:40 + docker inspect -f . ci-base-image-x86_64 23:09:40 99f96fe45779: Pull complete 23:09:40 . [Pipeline] withDockerContainer 23:09:40 prd-centos7-docker-4c-2g-5438 does not seem to be running inside a container 23:09:41 $ 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:09:41 209524e5b208: Verifying Checksum 23:09:41 209524e5b208: Download complete 23:09:42 $ docker top 8b2e6cefae212606cfe95f5fe9c1ae54d8e563d4640e000f890c89507ba303eb -eo pid,comm 23:09:42 8529a6b9a6be: Verifying Checksum 23:09:42 8529a6b9a6be: Download complete [Pipeline] { [Pipeline] sh 23:09:42 + go version 23:09:43 go version go1.15.2 linux/amd64 [Pipeline] } 23:09:43 $ docker stop --time=1 8b2e6cefae212606cfe95f5fe9c1ae54d8e563d4640e000f890c89507ba303eb 23:09:44 $ docker rm -f 8b2e6cefae212606cfe95f5fe9c1ae54d8e563d4640e000f890c89507ba303eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:46 + docker inspect -f . ci-base-image-x86_64 23:09:46 . [Pipeline] withDockerContainer 23:09:46 prd-centos7-docker-4c-2g-5438 does not seem to be running inside a container 23:09:46 $ 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:09:48 $ docker top 9272d5abc6cbe28f7f2e64b6e5dbb2c4d34ecc8168f9e68489b6539688e74ee2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:48 + make test 23:09:48 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:09:52 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:09:52 8529a6b9a6be: Pull complete 23:09:52 45590311c82a: Pull complete 23:09:52 69ca0ff8b7b3: Pull complete 23:09:56 209524e5b208: Pull complete 23:09:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:09:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:09:56 ---> 5bddaf1c2fca 23:09:56 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:09:56 latest: Pulling from library/docker 23:09:56 b538f80385f9: Already exists 23:09:56 259a493cd78d: Pulling fs layer 23:09:56 b8e66b5100f5: Pulling fs layer 23:09:56 7f8258a56ab6: Pulling fs layer 23:09:56 75a0a0ebb566: Pulling fs layer 23:09:56 4a2c62f0a2a3: Pulling fs layer 23:09:56 294320357d30: Pulling fs layer 23:09:56 75a0a0ebb566: Waiting 23:09:56 4a2c62f0a2a3: Waiting 23:09:56 294320357d30: Waiting 23:09:57 259a493cd78d: Verifying Checksum 23:09:57 259a493cd78d: Download complete 23:09:57 b8e66b5100f5: Verifying Checksum 23:09:57 b8e66b5100f5: Download complete 23:09:57 75a0a0ebb566: Verifying Checksum 23:09:57 75a0a0ebb566: Download complete 23:09:57 4a2c62f0a2a3: Verifying Checksum 23:09:57 4a2c62f0a2a3: Download complete 23:09:57 294320357d30: Verifying Checksum 23:09:57 294320357d30: Download complete 23:09:57 259a493cd78d: Pull complete 23:09:58 b8e66b5100f5: Pull complete 23:09:58 7f8258a56ab6: Verifying Checksum 23:09:58 7f8258a56ab6: Download complete 23:10:01 7f8258a56ab6: Pull complete 23:10:02 75a0a0ebb566: Pull complete 23:10:02 4a2c62f0a2a3: Pull complete 23:10:02 294320357d30: Pull complete 23:10:02 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 23:10:02 Status: Downloaded newer image for docker:latest 23:10:05 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.226s coverage: 86.2% of statements 23:10:08 ---> 46648b2ca172 23:10:08 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:10:08 ---> Running in 833664823c41 23:10:08 Removing intermediate container 833664823c41 23:10:08 ---> b78f12cfd871 23:10:08 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:10:09 ---> Running in 4b3d0ffa122a 23:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:10:11 (1/5) Installing libsodium (1.0.18-r0) 23:10:11 (2/5) Installing libzmq (4.3.3-r0) 23:10:11 (3/5) Installing pkgconf (1.7.2-r0) 23:10:11 (4/5) Installing libsodium-dev (1.0.18-r0) 23:10:12 (5/5) Installing zeromq-dev (4.3.3-r0) 23:10:12 Executing busybox-1.31.1-r16.trigger 23:10:12 OK: 144 MiB in 44 packages 23:10:13 Removing intermediate container 4b3d0ffa122a 23:10:13 ---> 36dd5730cab3 23:10:13 Step 6/8 : WORKDIR /build 23:10:13 ---> Running in 7664bac4526a 23:10:14 Removing intermediate container 7664bac4526a 23:10:14 ---> 0ea9135a4261 23:10:14 Step 7/8 : COPY go.mod . 23:10:14 ---> a5ad85c6fc66 23:10:14 Step 8/8 : RUN go mod download 23:10:15 ---> Running in 0ef70a8ae561 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.050s coverage: 54.7% of statements 23:10:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:10:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.048s coverage: 54.7% of statements 23:10:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.518s coverage: 69.1% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.517s coverage: 61.6% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.010s coverage: 89.5% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.007s coverage: 100.0% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.088s coverage: 100.0% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.035s coverage: 100.0% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.055s coverage: 100.0% of statements 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.014s coverage: 97.7% of statements 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 9.4% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.060s coverage: 75.0% of statements 23:10:45 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.015s coverage: 89.7% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.017s coverage: 88.9% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.174s coverage: 80.5% of statements 23:10:45 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.009s coverage: 71.7% of statements 23:10:47 Removing intermediate container 0ef70a8ae561 23:10:47 ---> 9f4b349f7cda 23:10:47 Successfully built 9f4b349f7cda 23:10:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:10:47 + docker inspect -f . ci-base-image-arm64 23:10:47 . [Pipeline] withDockerContainer 23:10:48 prd-ubuntu18.04-docker-arm64-4c-16g-5439 does not seem to be running inside a container 23:10:48 $ 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:10:49 $ docker top b9fb339085d7a02c3e7a33945951d20fbfa19c2b33ee32d630857039335dd20c -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:51 + go version 23:10:51 go version go1.15.2 linux/arm64 [Pipeline] } 23:10:51 $ docker stop --time=1 b9fb339085d7a02c3e7a33945951d20fbfa19c2b33ee32d630857039335dd20c 23:10:53 $ docker rm -f b9fb339085d7a02c3e7a33945951d20fbfa19c2b33ee32d630857039335dd20c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:54 + docker inspect -f . ci-base-image-arm64 23:10:54 . [Pipeline] withDockerContainer 23:10:54 prd-ubuntu18.04-docker-arm64-4c-16g-5439 does not seem to be running inside a container 23:10:54 $ 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:10:56 $ docker top 179a4f192deed87f89c8acc95dc60f16ed841e5eabe88cf22f345cd726580bc0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:58 + make test 23:10:58 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:10:59 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:11:07 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.471s coverage: 70.6% of statements 23:11:07 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 23:11:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:11:13 gofmt -l . 23:11:13 [ "`gofmt -l .`" = "" ] 23:11:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:11:14 Stashed 1 file(s) [Pipeline] } 23:11:14 $ docker stop --time=1 9272d5abc6cbe28f7f2e64b6e5dbb2c4d34ecc8168f9e68489b6539688e74ee2 23:11:15 $ docker rm -f 9272d5abc6cbe28f7f2e64b6e5dbb2c4d34ecc8168f9e68489b6539688e74ee2 [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] } 23:11:21 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.097s coverage: 86.2% of statements 23:12:01 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.085s coverage: 54.7% of statements 23:12:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:12:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:12:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.088s coverage: 54.7% of statements 23:12:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:12:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.381s coverage: 69.1% of statements 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.572s coverage: 61.6% of statements 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.016s coverage: 89.5% of statements 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.220s coverage: 100.0% of statements 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.016s coverage: 96.6% of statements 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:12:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:12:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements 23:12:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.028s coverage: 75.0% of statements 23:12:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:12:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.043s coverage: 89.7% of statements 23:12:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.022s coverage: 88.9% of statements 23:12:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.193s coverage: 80.5% of statements 23:12:12 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements 23:12:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.702s coverage: 70.6% of statements 23:12:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 23:12:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:12:51 gofmt -l . 23:12:51 [ "`gofmt -l .`" = "" ] 23:12:51 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:12:51 Warning: overwriting stash ‘coverage-report’ 23:12:52 Stashed 1 file(s) [Pipeline] } 23:12:52 $ docker stop --time=1 179a4f192deed87f89c8acc95dc60f16ed841e5eabe88cf22f345cd726580bc0 23:12:54 $ docker rm -f 179a4f192deed87f89c8acc95dc60f16ed841e5eabe88cf22f345cd726580bc0 [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 23:12:57 provisioning config files... 23:12:57 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-537@tmp/config5999179580343328392tmp [Pipeline] { [Pipeline] sh 23:12:57 + set +x 23:12:57 + bash -s -- 23:12:57 + curl -s https://codecov.io/bash 23:12:58 23:12:58 _____ _ 23:12:58 / ____| | | 23:12:58 | | ___ __| | ___ ___ _____ __ 23:12:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:12:58 | |___| (_) | (_| | __/ (_| (_) \ V / 23:12:58 \_____\___/ \__,_|\___|\___\___/ \_/ 23:12:58 Bash-20201009-048fee3 23:12:58 23:12:58 23:12:58 ==> Jenkins CI detected. 23:12:58 project root: . 23:12:58 --> token set from env 23:12:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:12:58 ==> Running gcov in . (disable via -X gcov) 23:12:58 find: ‘./.semver’: Permission denied 23:12:58 ==> Python coveragepy not found 23:12:58 ==> Searching for coverage reports in: 23:12:58 + . 23:12:58 -> Found 1 reports 23:12:58 ==> Detecting git/mercurial file structure 23:12:58 ==> Reading reports 23:12:58 + ./coverage.out bytes=88734 23:12:58 ==> Appending adjustments 23:12:58 https://docs.codecov.io/docs/fixing-reports 23:12:59 find: ‘./.semver’: Permission denied 23:12:59 find: ‘./.semver’: Permission denied 23:12:59 find: ‘./.semver’: Permission denied 23:12:59 23:12:59 + Found adjustments 23:12:59 ==> Gzipping contents 23:12:59 ==> Uploading reports 23:12:59 url: https://codecov.io 23:12:59 query: branch=PR-537&commit=cb3a60d6cc152cb62d3ff67f2f412f78af34ee62&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-537%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=537&job=&cmd_args= 23:12:59 -> Pinging Codecov 23:12:59 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-537&commit=cb3a60d6cc152cb62d3ff67f2f412f78af34ee62&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-537%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=537&job=&cmd_args= 23:12:59 -> Uploading to 23:12:59 23:12:59 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:59 Dload Upload Total Spent Left Speed 23:12:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 23:12:59 X> Failed to upload 23:12:59 ==> Uploading to Codecov 23:12:59 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:59 Dload Upload Total Spent Left Speed 23:13:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 15928 0 0 100 15811 0 14898 0:00:01 0:00:01 --:--:-- 14901 100 15928 100 117 100 15811 110 14894 0:00:01 0:00:01 --:--:-- 14901 23:13:00 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/cb3a60d6cc152cb62d3ff67f2f412f78af34ee62 [Pipeline] } 23:13:00 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 23:13:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:13:04 ---> package-listing.sh 23:13:04 ++ facter osfamily 23:13:04 ++ tr '[:upper:]' '[:lower:]' 23:13:04 + OS_FAMILY=redhat 23:13:04 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-537 23:13:04 + START_PACKAGES=/tmp/packages_start.txt 23:13:04 + END_PACKAGES=/tmp/packages_end.txt 23:13:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:13:04 + PACKAGES=/tmp/packages_start.txt 23:13:04 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-537 ']' 23:13:04 + PACKAGES=/tmp/packages_end.txt 23:13:04 + case "${OS_FAMILY}" in 23:13:04 + rpm -qa 23:13:04 + sort 23:13:09 + '[' -f /tmp/packages_start.txt ']' 23:13:09 + '[' -f /tmp/packages_end.txt ']' 23:13:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:13:09 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-537 ']' 23:13:09 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-537/archives/ 23:13:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-537/archives/ [Pipeline] echo 23:13:09 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-537/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:13:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:13:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:10 23:13:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:13:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:10 alpine: Pulling from edgex-lftools-log-publisher 23:13:10 df20fa9351a1: Pulling fs layer 23:13:10 36b3adc4ff6f: Pulling fs layer 23:13:10 8ad3a11d3b57: Pulling fs layer 23:13:10 46f8f816bc3b: Pulling fs layer 23:13:10 93b61091891f: Pulling fs layer 23:13:10 93b9cdb0e59b: Pulling fs layer 23:13:10 5e14af77c1be: Pulling fs layer 23:13:10 01666e4c0597: Pulling fs layer 23:13:10 aa168da1d23b: Pulling fs layer 23:13:10 93b9cdb0e59b: Waiting 23:13:10 5e14af77c1be: Waiting 23:13:10 01666e4c0597: Waiting 23:13:10 aa168da1d23b: Waiting 23:13:10 46f8f816bc3b: Waiting 23:13:10 93b61091891f: Waiting 23:13:11 36b3adc4ff6f: Verifying Checksum 23:13:11 36b3adc4ff6f: Download complete 23:13:11 46f8f816bc3b: Verifying Checksum 23:13:11 46f8f816bc3b: Download complete 23:13:11 df20fa9351a1: Verifying Checksum 23:13:11 df20fa9351a1: Download complete 23:13:11 93b9cdb0e59b: Download complete 23:13:11 5e14af77c1be: Download complete 23:13:11 93b61091891f: Verifying Checksum 23:13:11 93b61091891f: Download complete 23:13:11 01666e4c0597: Verifying Checksum 23:13:11 01666e4c0597: Download complete 23:13:11 df20fa9351a1: Pull complete 23:13:12 36b3adc4ff6f: Pull complete 23:13:12 8ad3a11d3b57: Verifying Checksum 23:13:12 8ad3a11d3b57: Download complete 23:13:13 8ad3a11d3b57: Pull complete 23:13:14 46f8f816bc3b: Pull complete 23:13:14 93b61091891f: Pull complete 23:13:14 93b9cdb0e59b: Pull complete 23:13:15 5e14af77c1be: Pull complete 23:13:15 01666e4c0597: Pull complete 23:13:17 aa168da1d23b: Verifying Checksum 23:13:17 aa168da1d23b: Download complete 23:13:30 aa168da1d23b: Pull complete 23:13:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:13:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:13:30 prd-centos7-docker-4c-2g-5436 does not seem to be running inside a container 23:13:30 $ 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-537/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-537 -v /w/workspace/ndry_app-functions-sdk-go_PR-537:/w/workspace/ndry_app-functions-sdk-go_PR-537:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-537@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-537@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:13:33 $ docker top 73faee5c27fcd5097f3b2e038bf09658f9d0328bc58cb883853dd9f079456b84 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:34 + touch /tmp/pre-build-complete [Pipeline] sh 23:13:34 + mkdir -p /var/log/sa [Pipeline] sh 23:13:35 + ls /var/log/sa-host 23:13:35 + sadf -c /var/log/sa-host/sa05 23:13:35 file_magic: OK 23:13:35 HZ: Using current value: 100 23:13:35 file_header: OK 23:13:35 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:13:35 Statistics: 23:13:35 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:13:35 File successfully converted to sysstat format version 12.2.1 23:13:35 + sadf -c /var/log/sa-host/sa14 23:13:35 file_magic: OK 23:13:35 HZ: Using current value: 100 23:13:35 file_header: OK 23:13:35 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:13:35 Statistics: 23:13:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:13:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:36 provisioning config files... 23:13:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-537@tmp/config2804935386153069510tmp [Pipeline] { [Pipeline] echo 23:13:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:13:36 ---> create-netrc.sh [Pipeline] } 23:13:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:13:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:13:37 ---> python-tools-install.sh [Pipeline] echo 23:13:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:13:37 ---> sudo-logs.sh 23:13:37 Archiving 'sudo' log.. [Pipeline] echo 23:13:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:13:38 ---> job-cost.sh 23:13:38 lf-activate-venv: SKIPPING 23:13:38 INFO: No Stack... 23:13:39 INFO: Retrieving Pricing Info for: v1-standard-2 23:13:39 INFO: Archiving Costs [Pipeline] echo 23:13:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:13:40 ---> logs-deploy.sh 23:13:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-537/2 23:13:40 INFO: archiving workspace using pattern(s): 23:13:42 Archives upload complete. 23:13:42 INFO: archiving logs to Nexus