Pull request #498 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 f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0+a28a1e282162ae220bb16baae6b474c93cd0f1dd (6a15d32c58fd398e93e702d78f391010888e8aab) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-889 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-498 # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 Merge succeeded, producing f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 Checking out Revision f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 (PR-498) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 # 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 a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 # timeout=10 Commit message: "feat(triggers): Add MQTT Trigger with secure connection options" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 5885ac0b8c329b3e7e63d654a9cb85185cb22530 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:32:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:32:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:32:57 ========================================================= 17:32:57 EdgeX Global Pipelines Version Info 17:32:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:32:59 ------------------- 17:32:59 stable info: 17:32:59 ------------------- 17:32:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:32:59 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 17:32:59 Message: update stable to v1.0.122 17:33:00 ------------------- 17:33:00 experimental info: 17:33:00 ------------------- 17:33:00 Commited By: **** collab-it+edgex@linuxfoundation.org 17:33:00 Commit SHA: 4cadb88800041bcc4665ba3be4ccb25d089af403 17:33:00 Message: update experimental to v1.0.126 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:33:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:33:00 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:33:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:33:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:33:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:33:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo 17:33:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo 17:33:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo 17:33:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 [Pipeline] echo 17:33:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1c5bfe [Pipeline] echo 17:33:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:04 + git log --format=format:%s -1 f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 [Pipeline] echo 17:33:04 GIT_COMMIT: f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0, Commit Message: feat(triggers): Add MQTT Trigger with secure connection options [Pipeline] echo 17:33:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:33:05 17:33:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:33:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:33:05 latest: Pulling from edgex-devops/git-semver 17:33:05 31603596830f: Pulling fs layer 17:33:05 2a8b12db71e7: Pulling fs layer 17:33:05 6ca5941a6612: Pulling fs layer 17:33:05 ecc8261a40a4: Pulling fs layer 17:33:05 ecc8261a40a4: Waiting 17:33:05 2a8b12db71e7: Verifying Checksum 17:33:05 2a8b12db71e7: Download complete 17:33:05 31603596830f: Verifying Checksum 17:33:05 31603596830f: Download complete 17:33:05 ecc8261a40a4: Verifying Checksum 17:33:05 ecc8261a40a4: Download complete 17:33:05 6ca5941a6612: Verifying Checksum 17:33:05 6ca5941a6612: Download complete 17:33:05 31603596830f: Pull complete 17:33:05 2a8b12db71e7: Pull complete 17:33:06 6ca5941a6612: Pull complete 17:33:06 ecc8261a40a4: Pull complete 17:33:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:33:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:33:07 prd-centos7-docker-4c-2g-889 does not seem to be running inside a container 17:33:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:33:09 $ docker top 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:33:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:33:09 [ssh-agent] Looking for ssh-agent implementation... 17:33:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:33:09 $ docker exec 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 ssh-agent 17:33:09 SSH_AUTH_SOCK=/tmp/ssh-zbE9j6DwHvJ7/agent.11 17:33:09 SSH_AGENT_PID=17 17:33:09 Running ssh-add (command line suppressed) 17:33:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_4267495049533403915.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_4267495049533403915.key) 17:33:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:33:10 + git describe --exact-match --tags HEAD 17:33:10 fatal: No names found, cannot describe anything. [Pipeline] } 17:33:10 $ docker exec --env ******** --env ******** 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 ssh-agent -k 17:33:10 unset SSH_AUTH_SOCK; 17:33:10 unset SSH_AGENT_PID; 17:33:10 echo Agent pid 17 killed; 17:33:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:33:10 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:33:10 This usually means this commit has not been tagged. [Pipeline] sshagent 17:33:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:33:10 [ssh-agent] Looking for ssh-agent implementation... 17:33:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:33:11 $ docker exec 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 ssh-agent 17:33:11 SSH_AUTH_SOCK=/tmp/ssh-aRNpdIta1OGM/agent.46 17:33:11 SSH_AGENT_PID=51 17:33:11 Running ssh-add (command line suppressed) 17:33:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_8009396103821775294.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_8009396103821775294.key) 17:33:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:33:11 + git semver init 17:33:11 # -> Open(): unable to determine branch for HEAD 17:33:11 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.git 17:33:11 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-498 17:33:11 # $SEMVER_REMOTE_NAME = origin 17:33:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:33:11 # $SEMVER_USER_NAME = edgex-jenkins 17:33:11 # $SEMVER_BRANCH = PR-498 17:33:11 # $SEMVER_TEMP = /tmp/semver-354733046 17:33:11 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:33:14 # '/tmp/semver-354733046' -> '/w/workspace/ndry_app-functions-sdk-go_PR-498/.semver' 17:33:14 # -> Force: false 17:33:14 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.semver [Pipeline] } 17:33:14 $ docker exec --env ******** --env ******** 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 ssh-agent -k 17:33:14 unset SSH_AUTH_SOCK; 17:33:14 unset SSH_AGENT_PID; 17:33:14 echo Agent pid 51 killed; 17:33:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:33:15 + git semver [Pipeline] } 17:33:15 $ docker stop --time=1 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 17:33:16 $ docker rm -f 75971f5e909198a7ea8ab1a6c57624890653120c9f468c2185a711ea87bdc9c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:33:19 Stashed 50 file(s) [Pipeline] echo 17:33:19 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 17:33:19 Archived original 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 17:33:34 Still waiting to schedule task 17:33:34 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-889’ 17:33:34 Still waiting to schedule task 17:33:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:35:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-890 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws 17:35:37 Running in /w/workspace/app-functions-sdk-go/9 [Pipeline] { [Pipeline] checkout 17:35:42 using credential edgex-jenkins-ssh 17:35:42 Cloning the remote Git repository 17:35:42 Cloning with configured refspecs honoured and without tags 17:35:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:43 > git init /w/workspace/app-functions-sdk-go/9 # timeout=10 17:35:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:43 > git --version # timeout=10 17:35:43 > git --version # 'git version 2.17.1' 17:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:44 Running on prd-centos7-docker-4c-2g-891 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws 17:35:44 Running in /w/workspace/app-functions-sdk-go/9 [Pipeline] { [Pipeline] checkout 17:35:46 Fetching without tags 17:35:46 Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 17:35:46 Merge succeeded, producing f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 17:35:46 Checking out Revision f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 (PR-498) 17:35:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:45 > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 17:35:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:46 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:46 > git config core.sparsecheckout # timeout=10 17:35:46 > git checkout -f f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 # timeout=10 17:35:46 > git remote # timeout=10 17:35:46 > git config --get remote.origin.url # timeout=10 17:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:46 > git merge a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 17:35:46 > git rev-parse HEAD^{commit} # timeout=10 17:35:46 > git config core.sparsecheckout # timeout=10 17:35:46 > git checkout -f f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 # timeout=10 17:35:47 using credential edgex-jenkins-ssh 17:35:47 Cloning the remote Git repository 17:35:47 Cloning with configured refspecs honoured and without tags 17:35:47 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:47 > git init /w/workspace/app-functions-sdk-go/9 # timeout=10 17:35:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:48 > git --version # timeout=10 17:35:48 > git --version # 'git version 2.16.5' 17:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:49 Fetching without tags 17:35:50 Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 17:35:50 Merge succeeded, producing f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 17:35:50 Checking out Revision f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 (PR-498) 17:35:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:49 > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 17:35:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:35:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:35:49 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:35:50 > git config core.sparsecheckout # timeout=10 17:35:50 > git checkout -f f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 # timeout=10 17:35:50 > git remote # timeout=10 17:35:50 > git config --get remote.origin.url # timeout=10 17:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:35:50 > git merge a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 17:35:50 > git rev-parse HEAD^{commit} # timeout=10 17:35:50 > git config core.sparsecheckout # timeout=10 17:35:50 > git checkout -f f1c5bfe43fe41c9d4796a1f5f5bf96947fa74ad0 # timeout=10 17:35:51 Commit message: "feat(triggers): Add MQTT Trigger with secure connection options" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:35:54 Commit message: "feat(triggers): Add MQTT Trigger with secure connection options" [Pipeline] echo 17:35:54 ========================================================= 17:35:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:35:54 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:35:55 + 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 . [Pipeline] echo 17:35:56 ========================================================= 17:35:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:35:56 ========================================================= 17:35:56 Sending build context to Docker daemon 37.24MB [Pipeline] isUnix [Pipeline] sh 17:35:56 Step 1/8 : ARG BASE=golang:1.15-alpine 17:35:56 Step 2/8 : FROM ${BASE} 17:35:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:35:56 b538f80385f9: Pulling fs layer 17:35:56 74f711af9a0d: Pulling fs layer 17:35:56 99f96fe45779: Pulling fs layer 17:35:56 8529a6b9a6be: Pulling fs layer 17:35:56 45590311c82a: Pulling fs layer 17:35:56 69ca0ff8b7b3: Pulling fs layer 17:35:56 209524e5b208: Pulling fs layer 17:35:56 8529a6b9a6be: Waiting 17:35:56 45590311c82a: Waiting 17:35:56 69ca0ff8b7b3: Waiting 17:35:56 209524e5b208: Waiting 17:35:56 99f96fe45779: Download complete 17:35:56 74f711af9a0d: Verifying Checksum 17:35:56 74f711af9a0d: Download complete 17:35:56 45590311c82a: Download complete 17:35:56 69ca0ff8b7b3: Verifying Checksum 17:35:56 69ca0ff8b7b3: Download complete 17:35:57 + 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 . 17:35:57 Sending build context to Docker daemon 37.24MB 17:35:57 Step 1/8 : ARG BASE=golang:1.15-alpine 17:35:57 Step 2/8 : FROM ${BASE} 17:35:57 b538f80385f9: Verifying Checksum 17:35:57 b538f80385f9: Download complete 17:35:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:35:58 df20fa9351a1: Pulling fs layer 17:35:58 ed8968b2872e: Pulling fs layer 17:35:58 a92cc7c5fd73: Pulling fs layer 17:35:58 e871e8e8d7a9: Pulling fs layer 17:35:58 e73272ec9a57: Pulling fs layer 17:35:58 1e910a182e73: Pulling fs layer 17:35:58 4e634b169226: Pulling fs layer 17:35:58 e73272ec9a57: Waiting 17:35:58 4e634b169226: Waiting 17:35:58 1e910a182e73: Waiting 17:35:58 e871e8e8d7a9: Waiting 17:35:58 a92cc7c5fd73: Verifying Checksum 17:35:58 a92cc7c5fd73: Download complete 17:35:58 ed8968b2872e: Download complete 17:35:58 e73272ec9a57: Download complete 17:35:58 1e910a182e73: Verifying Checksum 17:35:58 1e910a182e73: Download complete 17:35:58 b538f80385f9: Pull complete 17:35:58 df20fa9351a1: Verifying Checksum 17:35:58 df20fa9351a1: Download complete 17:35:58 df20fa9351a1: Pull complete 17:35:59 ed8968b2872e: Pull complete 17:35:59 74f711af9a0d: Pull complete 17:35:59 a92cc7c5fd73: Pull complete 17:35:59 99f96fe45779: Pull complete 17:36:01 209524e5b208: Verifying Checksum 17:36:01 209524e5b208: Download complete 17:36:01 4e634b169226: Verifying Checksum 17:36:01 4e634b169226: Download complete 17:36:02 8529a6b9a6be: Verifying Checksum 17:36:02 8529a6b9a6be: Download complete 17:36:02 e871e8e8d7a9: Verifying Checksum 17:36:02 e871e8e8d7a9: Download complete 17:36:08 e871e8e8d7a9: Pull complete 17:36:08 e73272ec9a57: Pull complete 17:36:08 1e910a182e73: Pull complete 17:36:14 4e634b169226: Pull complete 17:36:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:36:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:36:14 ---> f7629b54cfaa 17:36:14 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:36:14 latest: Pulling from library/docker 17:36:14 df20fa9351a1: Already exists 17:36:14 25ad7478873d: Pulling fs layer 17:36:14 4684f6177b5d: Pulling fs layer 17:36:14 8ba584e970af: Pulling fs layer 17:36:14 3cdc74d2b06d: Pulling fs layer 17:36:14 4cf5a0d07c1f: Pulling fs layer 17:36:14 fca0ccc462d5: Pulling fs layer 17:36:14 3cdc74d2b06d: Waiting 17:36:14 4cf5a0d07c1f: Waiting 17:36:14 fca0ccc462d5: Waiting 17:36:14 4684f6177b5d: Verifying Checksum 17:36:14 4684f6177b5d: Download complete 17:36:14 25ad7478873d: Download complete 17:36:14 3cdc74d2b06d: Verifying Checksum 17:36:14 3cdc74d2b06d: Download complete 17:36:14 4cf5a0d07c1f: Verifying Checksum 17:36:14 4cf5a0d07c1f: Download complete 17:36:14 fca0ccc462d5: Verifying Checksum 17:36:14 fca0ccc462d5: Download complete 17:36:15 25ad7478873d: Pull complete 17:36:15 4684f6177b5d: Pull complete 17:36:15 8529a6b9a6be: Pull complete 17:36:15 45590311c82a: Pull complete 17:36:15 69ca0ff8b7b3: Pull complete 17:36:15 8ba584e970af: Verifying Checksum 17:36:15 8ba584e970af: Download complete 17:36:17 8ba584e970af: Pull complete 17:36:17 3cdc74d2b06d: Pull complete 17:36:17 4cf5a0d07c1f: Pull complete 17:36:17 fca0ccc462d5: Pull complete 17:36:17 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:36:17 Status: Downloaded newer image for docker:latest 17:36:17 209524e5b208: Pull complete 17:36:17 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:36:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:36:17 ---> 5bddaf1c2fca 17:36:17 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:36:17 latest: Pulling from library/docker 17:36:18 b538f80385f9: Already exists 17:36:18 259a493cd78d: Pulling fs layer 17:36:18 b8e66b5100f5: Pulling fs layer 17:36:18 7f8258a56ab6: Pulling fs layer 17:36:18 75a0a0ebb566: Pulling fs layer 17:36:18 4a2c62f0a2a3: Pulling fs layer 17:36:18 294320357d30: Pulling fs layer 17:36:18 4a2c62f0a2a3: Waiting 17:36:18 75a0a0ebb566: Waiting 17:36:18 294320357d30: Waiting 17:36:18 b8e66b5100f5: Verifying Checksum 17:36:18 b8e66b5100f5: Download complete 17:36:18 259a493cd78d: Download complete 17:36:18 4a2c62f0a2a3: Download complete 17:36:18 75a0a0ebb566: Download complete 17:36:18 294320357d30: Verifying Checksum 17:36:18 294320357d30: Download complete 17:36:19 259a493cd78d: Pull complete 17:36:19 b8e66b5100f5: Pull complete 17:36:19 ---> 3f8370524a70 17:36:19 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:36:19 ---> Running in a5229a088c4a 17:36:19 7f8258a56ab6: Verifying Checksum 17:36:19 7f8258a56ab6: Download complete 17:36:20 Removing intermediate container a5229a088c4a 17:36:20 ---> ee4a06453c35 17:36:20 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:36:20 ---> Running in c5539d5de065 17:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:22 (1/5) Installing libsodium (1.0.18-r0) 17:36:22 (2/5) Installing libzmq (4.3.3-r0) 17:36:22 (3/5) Installing pkgconf (1.7.2-r0) 17:36:22 (4/5) Installing libsodium-dev (1.0.18-r0) 17:36:22 (5/5) Installing zeromq-dev (4.3.3-r0) 17:36:22 Executing busybox-1.31.1-r16.trigger 17:36:22 OK: 167 MiB in 44 packages 17:36:23 Removing intermediate container c5539d5de065 17:36:23 ---> 90e98d384e79 17:36:23 Step 6/8 : WORKDIR /build 17:36:23 ---> Running in 657ff9484f96 17:36:23 Removing intermediate container 657ff9484f96 17:36:23 ---> 4761ce0d2bd0 17:36:23 Step 7/8 : COPY go.mod . 17:36:23 7f8258a56ab6: Pull complete 17:36:23 75a0a0ebb566: Pull complete 17:36:23 ---> 1a0064b6246d 17:36:23 Step 8/8 : RUN go mod download 17:36:23 ---> Running in e733f0efe738 17:36:23 4a2c62f0a2a3: Pull complete 17:36:24 294320357d30: Pull complete 17:36:24 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:36:24 Status: Downloaded newer image for docker:latest 17:36:30 ---> f96e81e6f7eb 17:36:30 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:36:30 ---> Running in 00a07ffea5f2 17:36:30 Removing intermediate container 00a07ffea5f2 17:36:30 ---> 72e91fc445b8 17:36:30 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:36:30 ---> Running in c03d01aae3f5 17:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:36:33 (1/5) Installing libsodium (1.0.18-r0) 17:36:33 (2/5) Installing libzmq (4.3.3-r0) 17:36:33 (3/5) Installing pkgconf (1.7.2-r0) 17:36:33 (4/5) Installing libsodium-dev (1.0.18-r0) 17:36:33 (5/5) Installing zeromq-dev (4.3.3-r0) 17:36:33 Executing busybox-1.31.1-r16.trigger 17:36:34 OK: 144 MiB in 44 packages 17:36:35 Removing intermediate container c03d01aae3f5 17:36:35 ---> 1a31b4f29bef 17:36:35 Step 6/8 : WORKDIR /build 17:36:35 ---> Running in bd3e0213595f 17:36:35 Removing intermediate container bd3e0213595f 17:36:35 ---> df18e18dbcfb 17:36:35 Step 7/8 : COPY go.mod . 17:36:36 ---> 64247da3661c 17:36:36 Step 8/8 : RUN go mod download 17:36:36 ---> Running in b1d6f47c85dc 17:36:50 Removing intermediate container e733f0efe738 17:36:50 ---> 07a327a5d5ee 17:36:50 Successfully built 07a327a5d5ee 17:36:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:36:50 + docker inspect -f . ci-base-image-x86_64 17:36:50 . [Pipeline] withDockerContainer 17:36:50 prd-centos7-docker-4c-2g-891 does not seem to be running inside a container 17:36:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** ci-base-image-x86_64 cat 17:36:51 $ docker top 4b404766e9bc222cd7e850355b596ef9e17349a7ed1918fb2407699736c29229 -eo pid,comm [Pipeline] { [Pipeline] sh 17:36:52 + go version 17:36:52 go version go1.15.2 linux/amd64 [Pipeline] } 17:36:52 $ docker stop --time=1 4b404766e9bc222cd7e850355b596ef9e17349a7ed1918fb2407699736c29229 17:36:53 $ docker rm -f 4b404766e9bc222cd7e850355b596ef9e17349a7ed1918fb2407699736c29229 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:36:54 + docker inspect -f . ci-base-image-x86_64 17:36:54 . [Pipeline] withDockerContainer 17:36:54 prd-centos7-docker-4c-2g-891 does not seem to be running inside a container 17:36:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** ci-base-image-x86_64 cat 17:36:55 $ docker top 664198ff38ba313d1b38386041906f3310334e1b13bb7789ac1ca91644b061d4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:36:55 + make test 17:36:55 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:36:57 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:37:04 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.065s coverage: 86.2% of statements 17:37:09 Removing intermediate container b1d6f47c85dc 17:37:09 ---> 892142e6bcba 17:37:09 Successfully built 892142e6bcba 17:37:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:37:09 + docker inspect -f . ci-base-image-arm64 17:37:09 . [Pipeline] withDockerContainer 17:37:09 prd-ubuntu18.04-docker-arm64-4c-16g-890 does not seem to be running inside a container 17:37:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** ci-base-image-arm64 cat 17:37:11 $ docker top 97679a0193037f10ce6c864b93617cbda8bca044fe9a3e361569b0af25d28bc4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:13 + go version 17:37:13 go version go1.15.2 linux/arm64 [Pipeline] } 17:37:13 $ docker stop --time=1 97679a0193037f10ce6c864b93617cbda8bca044fe9a3e361569b0af25d28bc4 17:37:15 $ docker rm -f 97679a0193037f10ce6c864b93617cbda8bca044fe9a3e361569b0af25d28bc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:16 + docker inspect -f . ci-base-image-arm64 17:37:16 . [Pipeline] withDockerContainer 17:37:16 prd-ubuntu18.04-docker-arm64-4c-16g-890 does not seem to be running inside a container 17:37:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** ci-base-image-arm64 cat 17:37:18 $ docker top a867a67797cb477e02be3f4e45da1cc7efe88d20b49a79e120e17633f26c96c6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:19 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.060s coverage: 55.6% of statements 17:37:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:37:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:37:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.023s coverage: 53.5% of statements 17:37:19 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:37:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.290s coverage: 69.1% of statements 17:37:20 + make test 17:37:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:37:22 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 16.323s coverage: 61.6% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.078s coverage: 100.0% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 17:37:34 level=INFO ts=2020-09-22T17:37:20.133411202Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 17:37:34 level=INFO ts=2020-09-22T17:37:20.161189569Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: 'events' @ tcp://localhost:5563" 17:37:34 level=INFO ts=2020-09-22T17:37:20.171813863Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: 'publish' @ tcp://*:5563" 17:37:34 level=INFO ts=2020-09-22T17:37:20.178740406Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'aaaa'" 17:37:34 level=INFO ts=2020-09-22T17:37:20.187164531Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 17:37:34 level=INFO ts=2020-09-22T17:37:20.211560476Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: '' @ tcp://localhost:5564" 17:37:34 level=INFO ts=2020-09-22T17:37:20.218298907Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: '' @ tcp://*:5566" 17:37:34 --- FAIL: TestInitializeAndProcessEventWithNoOutput (3.34s) 17:37:34 messaging_test.go:174: 17:37:34 Error Trace: messaging_test.go:174 17:37:34 Error: Should be true 17:37:34 Test: TestInitializeAndProcessEventWithNoOutput 17:37:34 Messages: Transform never called 17:37:34 level=INFO ts=2020-09-22T17:37:23.52653267Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 17:37:34 level=INFO ts=2020-09-22T17:37:23.533056868Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: 'SubscribeTopic' @ tcp://localhost:5584" 17:37:34 level=INFO ts=2020-09-22T17:37:23.539918863Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: 'PublishTopic' @ tcp://*:5586" 17:37:34 level=DEBUG ts=2020-09-22T17:37:23.846761851Z app=app_functions_sdk_go source=runtime.go:59 msg="Processing message: 1 Transforms" 17:37:34 level=INFO ts=2020-09-22T17:37:26.847043121Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 17:37:34 level=INFO ts=2020-09-22T17:37:26.853978505Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: 'SubscribeTopic' @ tcp://localhost:5590" 17:37:34 level=INFO ts=2020-09-22T17:37:26.860448799Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: 'PublishTopic' @ tcp://*:5588" 17:37:34 FAIL 17:37:34 coverage: 75.0% of statements 17:37:34 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.044s 17:37:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.108s coverage: 80.5% of statements 17:37:34 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements 17:37:44 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.097s coverage: 86.2% of statements 17:37:49 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.348s coverage: 70.6% of statements 17:37:49 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements 17:37:49 FAIL 17:37:49 make: *** [Makefile:6: test] Error 1 [Pipeline] } 17:37:49 $ docker stop --time=1 664198ff38ba313d1b38386041906f3310334e1b13bb7789ac1ca91644b061d4 17:37:51 $ docker rm -f 664198ff38ba313d1b38386041906f3310334e1b13bb7789ac1ca91644b061d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:37:53 Failed in branch amd64 17:38:23 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.070s coverage: 55.6% of statements 17:38:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:38:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:38:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.100s coverage: 53.5% of statements 17:38:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:38:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.387s coverage: 69.1% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.526s coverage: 61.6% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.024s coverage: 89.5% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.118s coverage: 100.0% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.010s coverage: 100.0% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.016s coverage: 100.0% of statements 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.034s coverage: 9.4% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.056s coverage: 75.0% of statements 17:38:33 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.026s coverage: 88.9% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.140s coverage: 80.5% of statements 17:38:33 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 17:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.912s coverage: 70.6% of statements 17:39:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 17:39:00 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:39:13 gofmt -l . 17:39:13 [ "`gofmt -l .`" = "" ] 17:39:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:39:14 Stashed 1 file(s) [Pipeline] } 17:39:14 $ docker stop --time=1 a867a67797cb477e02be3f4e45da1cc7efe88d20b49a79e120e17633f26c96c6 17:39:16 $ docker rm -f a867a67797cb477e02be3f4e45da1cc7efe88d20b49a79e120e17633f26c96c6 [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:39:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:39:21 ---> package-listing.sh 17:39:21 ++ facter osfamily 17:39:21 ++ tr '[:upper:]' '[:lower:]' 17:39:21 + OS_FAMILY=redhat 17:39:21 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-498 17:39:21 + START_PACKAGES=/tmp/packages_start.txt 17:39:21 + END_PACKAGES=/tmp/packages_end.txt 17:39:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:39:21 + PACKAGES=/tmp/packages_start.txt 17:39:21 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' 17:39:21 + PACKAGES=/tmp/packages_end.txt 17:39:21 + case "${OS_FAMILY}" in 17:39:21 + rpm -qa 17:39:21 + sort 17:39:25 + '[' -f /tmp/packages_start.txt ']' 17:39:25 + '[' -f /tmp/packages_end.txt ']' 17:39:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:39:25 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' 17:39:25 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ 17:39:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ [Pipeline] isUnix [Pipeline] sh 17:39:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:39:26 17:39:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:39:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:39:26 alpine: Pulling from edgex-lftools-log-publisher 17:39:26 df20fa9351a1: Pulling fs layer 17:39:26 36b3adc4ff6f: Pulling fs layer 17:39:26 8ad3a11d3b57: Pulling fs layer 17:39:26 46f8f816bc3b: Pulling fs layer 17:39:26 0dadc02b9964: Pulling fs layer 17:39:26 ce6a7cf60c04: Pulling fs layer 17:39:26 7a184a31f384: Pulling fs layer 17:39:26 0879bd2ef858: Pulling fs layer 17:39:26 0dadc02b9964: Waiting 17:39:26 0879bd2ef858: Waiting 17:39:26 ce6a7cf60c04: Waiting 17:39:26 7a184a31f384: Waiting 17:39:26 46f8f816bc3b: Waiting 17:39:26 36b3adc4ff6f: Verifying Checksum 17:39:26 36b3adc4ff6f: Download complete 17:39:26 46f8f816bc3b: Verifying Checksum 17:39:26 46f8f816bc3b: Download complete 17:39:26 df20fa9351a1: Verifying Checksum 17:39:26 ce6a7cf60c04: Verifying Checksum 17:39:26 ce6a7cf60c04: Download complete 17:39:27 7a184a31f384: Download complete 17:39:27 0dadc02b9964: Verifying Checksum 17:39:27 0dadc02b9964: Download complete 17:39:27 8ad3a11d3b57: Verifying Checksum 17:39:27 8ad3a11d3b57: Download complete 17:39:27 df20fa9351a1: Pull complete 17:39:27 0879bd2ef858: Verifying Checksum 17:39:27 0879bd2ef858: Download complete 17:39:27 36b3adc4ff6f: Pull complete 17:39:28 8ad3a11d3b57: Pull complete 17:39:28 46f8f816bc3b: Pull complete 17:39:28 0dadc02b9964: Pull complete 17:39:28 ce6a7cf60c04: Pull complete 17:39:28 7a184a31f384: Pull complete 17:39:32 0879bd2ef858: Pull complete 17:39:32 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 17:39:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:39:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:39:32 prd-centos7-docker-4c-2g-889 does not seem to be running inside a container 17:39:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:39:36 $ docker top d35d3836fe1322ecc0aca9a1ca224c9ec5fb980e872ccc843a7c7d70d7bd03cb -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:36 + mkdir -p /var/log/sa [Pipeline] sh 17:39:37 + ls /var/log/sa-host 17:39:37 + sadf -c /var/log/sa-host/sa05 17:39:37 file_magic: OK 17:39:37 HZ: Using current value: 100 17:39:37 file_header: OK 17:39:37 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 17:39:37 Statistics: 17:39:37 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:39:37 File successfully converted to sysstat format version 12.2.1 17:39:37 + sadf -c /var/log/sa-host/sa22 17:39:37 file_magic: OK 17:39:37 HZ: Using current value: 100 17:39:37 file_header: OK 17:39:37 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 17:39:37 Statistics: 17:39:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:39:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:39:37 provisioning config files... 17:39:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config7901045924098015029tmp [Pipeline] { [Pipeline] echo 17:39:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:39:37 ---> create-netrc.sh [Pipeline] echo 17:39:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:39:38 ---> logs-deploy.sh 17:39:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-498/9 17:39:38 INFO: archiving workspace using pattern(s): 17:39:39 Archives upload complete. 17:39:39 INFO: archiving logs to Nexus 17:39:40 ---> uname -a: 17:39:40 Linux d35d3836fe13 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:39:40 17:39:40 17:39:40 ---> lscpu: 17:39:40 Architecture: x86_64 17:39:40 CPU op-mode(s): 32-bit, 64-bit 17:39:40 Byte Order: Little Endian 17:39:40 Address sizes: 40 bits physical, 48 bits virtual 17:39:40 CPU(s): 4 17:39:40 On-line CPU(s) list: 0-3 17:39:40 Thread(s) per core: 1 17:39:40 Core(s) per socket: 1 17:39:40 Socket(s): 4 17:39:40 NUMA node(s): 1 17:39:40 Vendor ID: GenuineIntel 17:39:40 CPU family: 6 17:39:40 Model: 44 17:39:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:39:40 Stepping: 1 17:39:40 CPU MHz: 2933.438 17:39:40 BogoMIPS: 5866.87 17:39:40 Virtualization: VT-x 17:39:40 Hypervisor vendor: KVM 17:39:40 Virtualization type: full 17:39:40 L1d cache: 128 KiB 17:39:40 L1i cache: 128 KiB 17:39:40 L2 cache: 16 MiB 17:39:40 L3 cache: 64 MiB 17:39:40 NUMA node0 CPU(s): 0-3 17:39:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:39:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:39:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:39:40 Vulnerability Meltdown: Mitigation; PTI 17:39:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:39:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:39:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:39:40 Vulnerability Tsx async abort: Not affected 17:39:40 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:39:40 17:39:40 17:39:40 ---> nproc: 17:39:40 4 17:39:40 17:39:40 17:39:40 ---> df -h: 17:39:40 Filesystem Size Used Available Use% Mounted on 17:39:40 overlay 50.0G 7.0G 43.0G 14% / 17:39:40 tmpfs 64.0M 0 64.0M 0% /dev 17:39:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:39:40 shm 64.0M 0 64.0M 0% /dev/shm 17:39:40 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 17:39:40 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 17:39:40 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 17:39:40 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 17:39:40 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498 17:39:40 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp 17:39:40 17:39:40 17:39:40 ---> free -m: 17:39:40 total used free shared buff/cache available 17:39:40 Mem: 1837 661 122 0 1052 1067 17:39:40 Swap: 1023 0 1023 17:39:40 17:39:40 17:39:40 ---> ip addr: 17:39:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:39:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:39:40 inet 127.0.0.1/8 scope host lo 17:39:40 valid_lft forever preferred_lft forever 17:39:40 6: eth0@if7: mtu 1458 qdisc noqueue state UP 17:39:40 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 17:39:40 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 17:39:40 valid_lft forever preferred_lft forever 17:39:40 17:39:40 17:39:40 ---> sar -b -r -n DEV: 17:39:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/22/20 _x86_64_ (4 CPU) 17:39:40 17:39:40 17:32:05 LINUX RESTART (4 CPU) 17:39:40 17:39:40 17:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:39:40 17:34:01 29.67 10.71 18.95 0.00 4512.17 3380.76 0.00 17:39:40 17:35:01 1.53 0.00 1.53 0.00 0.00 24.86 0.00 17:39:40 17:36:01 0.27 0.00 0.27 0.00 0.00 2.85 0.00 17:39:40 17:37:01 0.37 0.00 0.37 0.00 0.00 5.30 0.00 17:39:40 17:38:01 0.22 0.00 0.22 0.00 0.00 3.50 0.00 17:39:40 17:39:01 0.32 0.02 0.30 0.00 0.13 3.70 0.00 17:39:40 Average: 5.33 1.76 3.57 0.00 742.09 562.71 0.00 17:39:40 17:39:40 17:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:39:40 17:34:01 199872 0 581308 30.90 2620 1097756 1111400 37.93 442308 1080656 16 17:39:40 17:35:01 203880 0 577232 30.68 2620 1097824 1083276 36.97 442308 1076980 8 17:39:40 17:36:01 202820 0 578284 30.73 2620 1097832 1083516 36.98 444220 1076324 8 17:39:40 17:37:01 202540 0 578564 30.75 2620 1097832 1083276 36.97 445104 1075796 20 17:39:40 17:38:01 202096 0 579004 30.77 2620 1097836 1083372 36.97 452208 1069296 16 17:39:40 17:39:01 202212 0 578876 30.77 2620 1097848 1083324 36.97 451856 1069288 12 17:39:40 Average: 202237 0 578878 30.77 2620 1097821 1088027 37.13 446334 1074723 13 17:39:40 17:39:40 17:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:39:40 17:34:01 eth0 236.86 196.19 667.62 357.75 0.00 0.00 0.00 0.00 17:39:40 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:34:01 docker0 76.07 57.66 7.31 306.00 0.00 0.00 0.00 0.00 17:39:40 17:35:01 eth0 0.85 0.08 0.07 0.01 0.00 0.00 0.00 0.00 17:39:40 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:36:01 eth0 1.28 0.63 0.58 0.40 0.00 0.00 0.00 0.00 17:39:40 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:37:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:39:40 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:38:01 eth0 0.15 0.10 0.08 0.06 0.00 0.00 0.00 0.00 17:39:40 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:39:01 eth0 0.22 0.20 0.07 0.02 0.00 0.00 0.00 0.00 17:39:40 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 Average: eth0 39.38 32.45 109.93 58.92 0.00 0.00 0.00 0.00 17:39:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:40 Average: docker0 12.51 9.48 1.20 50.32 0.00 0.00 0.00 0.00 17:39:40 17:39:40 17:39:40 ---> sar -P ALL: 17:39:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/22/20 _x86_64_ (4 CPU) 17:39:40 17:39:40 17:32:05 LINUX RESTART (4 CPU) 17:39:40 17:39:40 17:33:02 CPU %user %nice %system %iowait %steal %idle 17:39:40 17:34:01 all 4.59 0.00 1.97 0.64 0.03 92.77 17:39:40 17:34:01 0 3.37 0.00 2.08 0.03 0.03 94.48 17:39:40 17:34:01 1 3.68 0.00 1.63 0.24 0.03 94.41 17:39:40 17:34:01 2 3.11 0.00 1.89 1.79 0.03 93.18 17:39:40 17:34:01 3 8.19 0.00 2.26 0.51 0.02 89.02 17:39:40 17:35:01 all 0.15 0.00 0.04 0.00 0.00 99.82 17:39:40 17:35:01 0 0.05 0.00 0.02 0.00 0.00 99.93 17:39:40 17:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:39:40 17:35:01 2 0.45 0.00 0.05 0.00 0.00 99.50 17:39:40 17:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:39:40 17:36:01 all 0.15 0.00 0.04 0.00 0.00 99.81 17:39:40 17:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:39:40 17:36:01 1 0.07 0.00 0.07 0.00 0.00 99.87 17:39:40 17:36:01 2 0.48 0.00 0.02 0.00 0.00 99.50 17:39:40 17:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:39:40 17:37:01 all 0.14 0.00 0.05 0.00 0.00 99.81 17:39:40 17:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:39:40 17:37:01 1 0.28 0.00 0.08 0.00 0.00 99.63 17:39:40 17:37:01 2 0.23 0.00 0.05 0.00 0.00 99.72 17:39:40 17:37:01 3 0.03 0.00 0.03 0.00 0.02 99.92 17:39:40 17:38:01 all 0.16 0.00 0.04 0.00 0.00 99.80 17:39:40 17:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:39:40 17:38:01 1 0.55 0.00 0.03 0.00 0.00 99.42 17:39:40 17:38:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:39:40 17:38:01 3 0.03 0.00 0.07 0.00 0.00 99.90 17:39:40 17:39:01 all 0.07 0.00 0.07 0.00 0.00 99.86 17:39:40 17:39:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:39:40 17:39:01 1 0.22 0.00 0.08 0.00 0.00 99.70 17:39:40 17:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:39:40 17:39:01 3 0.03 0.00 0.13 0.00 0.00 99.83 17:39:40 Average: all 0.86 0.00 0.36 0.11 0.01 98.67 17:39:40 Average: 0 0.57 0.00 0.36 0.01 0.01 99.06 17:39:40 Average: 1 0.80 0.00 0.32 0.04 0.01 98.84 17:39:40 Average: 2 0.72 0.00 0.34 0.29 0.01 98.64 17:39:40 Average: 3 1.37 0.00 0.42 0.08 0.01 98.12 17:39:40 17:39:40 17:39:40