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 32101a865ec8ab76a9ecd4d4e55190b971edc5d6+a28a1e282162ae220bb16baae6b474c93cd0f1dd (16d86b853521f8c6eb3c07fef0805e58c92e9852) 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 ‘prd-centos7-docker-4c-2g-719’ Running on prd-centos7-docker-4c-2g-722 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 > 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 Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 Merge succeeded, producing 49cf6c699600559d18c79d4e234237d00e59285a Checking out Revision 49cf6c699600559d18c79d4e234237d00e59285a (PR-498) > git config core.sparsecheckout # timeout=10 > git checkout -f 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 # 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 49cf6c699600559d18c79d4e234237d00e59285a # timeout=10 Commit message: "Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:10:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 59d924bba760eb91ac66e59a4a5447034f0f1fa0 # timeout=10 01:10:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:10:29 ========================================================= 01:10:29 EdgeX Global Pipelines Version Info 01:10:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:10:32 ------------------- 01:10:32 stable info: 01:10:32 ------------------- 01:10:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:10:32 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 01:10:32 Message: update stable to v1.0.122 01:10:33 ------------------- 01:10:33 experimental info: 01:10:33 ------------------- 01:10:33 Commited By: **** collab-it+edgex@linuxfoundation.org 01:10:33 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 01:10:33 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:10:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 01:10:33 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 01:10:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:10:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:10:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:10:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49cf6c699600559d18c79d4e234237d00e59285a [Pipeline] echo 01:10:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49cf6c6 [Pipeline] echo 01:10:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:10:36 + git log --format=format:%s -1 49cf6c699600559d18c79d4e234237d00e59285a [Pipeline] echo 01:10:36 GIT_COMMIT: 49cf6c699600559d18c79d4e234237d00e59285a, Commit Message: Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD [Pipeline] echo 01:10:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:10:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:10:37 01:10:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:10:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:10:38 latest: Pulling from edgex-devops/git-semver 01:10:38 31603596830f: Pulling fs layer 01:10:38 2a8b12db71e7: Pulling fs layer 01:10:38 6ca5941a6612: Pulling fs layer 01:10:38 ecc8261a40a4: Pulling fs layer 01:10:38 ecc8261a40a4: Waiting 01:10:38 2a8b12db71e7: Verifying Checksum 01:10:38 2a8b12db71e7: Download complete 01:10:38 31603596830f: Verifying Checksum 01:10:38 31603596830f: Download complete 01:10:39 ecc8261a40a4: Verifying Checksum 01:10:39 ecc8261a40a4: Download complete 01:10:39 31603596830f: Pull complete 01:10:39 2a8b12db71e7: Pull complete 01:10:39 6ca5941a6612: Verifying Checksum 01:10:39 6ca5941a6612: Download complete 01:10:40 6ca5941a6612: Pull complete 01:10:40 ecc8261a40a4: Pull complete 01:10:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:10:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:10:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:10:41 prd-centos7-docker-4c-2g-722 does not seem to be running inside a container 01:10:41 $ 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 01:10:43 $ docker top 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:10:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:10:43 [ssh-agent] Looking for ssh-agent implementation... 01:10:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:10:44 $ docker exec 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent 01:10:44 SSH_AUTH_SOCK=/tmp/ssh-Zaq9juP9oBrh/agent.11 01:10:44 SSH_AGENT_PID=17 01:10:44 Running ssh-add (command line suppressed) 01:10:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_8125052099029375742.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_8125052099029375742.key) 01:10:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:10:45 + git describe --exact-match --tags HEAD 01:10:45 fatal: No names found, cannot describe anything. [Pipeline] } 01:10:45 $ docker exec --env ******** --env ******** 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent -k 01:10:45 unset SSH_AUTH_SOCK; 01:10:45 unset SSH_AGENT_PID; 01:10:45 echo Agent pid 17 killed; 01:10:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 01:10:45 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 01:10:45 This usually means this commit has not been tagged. [Pipeline] sshagent 01:10:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:10:45 [ssh-agent] Looking for ssh-agent implementation... 01:10:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:10:46 $ docker exec 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent 01:10:46 SSH_AUTH_SOCK=/tmp/ssh-wWU0WhsmYdnx/agent.46 01:10:46 SSH_AGENT_PID=52 01:10:46 Running ssh-add (command line suppressed) 01:10:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_1734675919179449475.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_1734675919179449475.key) 01:10:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:10:47 + git semver init 01:10:47 # -> Open(): unable to determine branch for HEAD 01:10:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.git 01:10:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-498 01:10:47 # $SEMVER_REMOTE_NAME = origin 01:10:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:10:47 # $SEMVER_USER_NAME = edgex-jenkins 01:10:47 # $SEMVER_BRANCH = PR-498 01:10:47 # $SEMVER_TEMP = /tmp/semver-676557667 01:10:47 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 01:10:51 # '/tmp/semver-676557667' -> '/w/workspace/ndry_app-functions-sdk-go_PR-498/.semver' 01:10:51 # -> Force: false 01:10:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.semver [Pipeline] } 01:10:51 $ docker exec --env ******** --env ******** 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 ssh-agent -k 01:10:51 unset SSH_AUTH_SOCK; 01:10:51 unset SSH_AGENT_PID; 01:10:51 echo Agent pid 52 killed; 01:10:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:10:52 + git semver [Pipeline] } 01:10:52 $ docker stop --time=1 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 01:10:53 $ docker rm -f 14313d680256adb3642b9430a1c7eb9e568d6ded20f120edb43812e986884e15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 01:10:57 Stashed 50 file(s) [Pipeline] echo 01:10:57 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 01:10:57 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 01:11:12 Still waiting to schedule task 01:11:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:11:12 Still waiting to schedule task 01:11:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-720’ is offline 01:13:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-723 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws 01:13:03 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 01:13:08 using credential edgex-jenkins-ssh 01:13:08 Cloning the remote Git repository 01:13:08 Cloning with configured refspecs honoured and without tags 01:13:08 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 01:13:09 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 01:13:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 01:13:09 > git --version # timeout=10 01:13:09 > git --version # 'git version 2.17.1' 01:13:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:09 > 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 01:13:12 Fetching without tags 01:13:12 Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 01:13:11 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 01:13:11 > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 01:13:11 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:13:11 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 01:13:12 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 01:13:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:12 > 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 01:13:12 > git config core.sparsecheckout # timeout=10 01:13:12 > git checkout -f 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 # timeout=10 01:13:12 > git remote # timeout=10 01:13:12 > git config --get remote.origin.url # timeout=10 01:13:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:12 > git merge a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 01:13:12 Merge succeeded, producing fe37f8cec13d0d3ae452d765fd1273d8447b3b22 01:13:12 Checking out Revision fe37f8cec13d0d3ae452d765fd1273d8447b3b22 (PR-498) 01:13:12 > git rev-parse HEAD^{commit} # timeout=10 01:13:12 > git config core.sparsecheckout # timeout=10 01:13:12 > git checkout -f fe37f8cec13d0d3ae452d765fd1273d8447b3b22 # timeout=10 01:13:17 Commit message: "Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD" 01:13:17 First time build. Skipping changelog. 01:13:17 > git rev-list --no-walk 59d924bba760eb91ac66e59a4a5447034f0f1fa0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:13:20 ========================================================= 01:13:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:13:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:13:21 + 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 . 01:13:22 Sending build context to Docker daemon 37.25MB 01:13:22 Step 1/8 : ARG BASE=golang:1.15-alpine 01:13:22 Step 2/8 : FROM ${BASE} 01:13:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:13:22 b538f80385f9: Pulling fs layer 01:13:22 74f711af9a0d: Pulling fs layer 01:13:22 99f96fe45779: Pulling fs layer 01:13:22 8529a6b9a6be: Pulling fs layer 01:13:22 45590311c82a: Pulling fs layer 01:13:22 69ca0ff8b7b3: Pulling fs layer 01:13:22 209524e5b208: Pulling fs layer 01:13:22 8529a6b9a6be: Waiting 01:13:22 45590311c82a: Waiting 01:13:22 69ca0ff8b7b3: Waiting 01:13:22 209524e5b208: Waiting 01:13:22 99f96fe45779: Verifying Checksum 01:13:22 99f96fe45779: Download complete 01:13:22 74f711af9a0d: Verifying Checksum 01:13:22 74f711af9a0d: Download complete 01:13:22 45590311c82a: Verifying Checksum 01:13:22 45590311c82a: Download complete 01:13:23 69ca0ff8b7b3: Download complete 01:13:23 b538f80385f9: Download complete 01:13:23 b538f80385f9: Pull complete 01:13:24 74f711af9a0d: Pull complete 01:13:24 99f96fe45779: Pull complete 01:13:26 209524e5b208: Verifying Checksum 01:13:26 209524e5b208: Download complete 01:13:26 8529a6b9a6be: Verifying Checksum 01:13:26 8529a6b9a6be: Download complete 01:13:33 Running on prd-centos7-docker-4c-2g-724 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws 01:13:33 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 01:13:36 8529a6b9a6be: Pull complete 01:13:37 45590311c82a: Pull complete 01:13:37 69ca0ff8b7b3: Pull complete 01:13:40 using credential edgex-jenkins-ssh 01:13:41 Cloning the remote Git repository 01:13:41 Cloning with configured refspecs honoured and without tags 01:13:41 209524e5b208: Pull complete 01:13:41 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:13:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:13:41 ---> 5bddaf1c2fca 01:13:41 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:13:41 latest: Pulling from library/docker 01:13:41 b538f80385f9: Already exists 01:13:41 259a493cd78d: Pulling fs layer 01:13:41 b8e66b5100f5: Pulling fs layer 01:13:41 7f8258a56ab6: Pulling fs layer 01:13:41 75a0a0ebb566: Pulling fs layer 01:13:41 4a2c62f0a2a3: Pulling fs layer 01:13:41 294320357d30: Pulling fs layer 01:13:41 75a0a0ebb566: Waiting 01:13:41 4a2c62f0a2a3: Waiting 01:13:41 b8e66b5100f5: Verifying Checksum 01:13:41 b8e66b5100f5: Download complete 01:13:41 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 01:13:41 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 01:13:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 01:13:41 > git --version # timeout=10 01:13:41 > git --version # 'git version 2.16.5' 01:13:41 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:41 > 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 01:13:42 259a493cd78d: Verifying Checksum 01:13:42 259a493cd78d: Download complete 01:13:42 75a0a0ebb566: Verifying Checksum 01:13:42 75a0a0ebb566: Download complete 01:13:42 4a2c62f0a2a3: Verifying Checksum 01:13:42 4a2c62f0a2a3: Download complete 01:13:42 294320357d30: Verifying Checksum 01:13:42 294320357d30: Download complete 01:13:42 259a493cd78d: Pull complete 01:13:43 b8e66b5100f5: Pull complete 01:13:43 7f8258a56ab6: Verifying Checksum 01:13:43 7f8258a56ab6: Download complete 01:13:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 01:13:43 > git config --add remote.origin.fetch +refs/pull/498/head:refs/remotes/origin/PR-498 # timeout=10 01:13:43 Fetching without tags 01:13:43 Merging remotes/origin/master commit a28a1e282162ae220bb16baae6b474c93cd0f1dd into PR head commit 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 01:13:44 Merge succeeded, producing fb0fec6c0ec16bf5fbcf807f1c30caba132bd645 01:13:44 Checking out Revision fb0fec6c0ec16bf5fbcf807f1c30caba132bd645 (PR-498) 01:13:43 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 01:13:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 01:13:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 01:13:43 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13: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 01:13:43 > git config core.sparsecheckout # timeout=10 01:13:44 > git checkout -f 32101a865ec8ab76a9ecd4d4e55190b971edc5d6 # timeout=10 01:13:44 > git remote # timeout=10 01:13:44 > git config --get remote.origin.url # timeout=10 01:13:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:44 > git merge a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 01:13:44 > git rev-parse HEAD^{commit} # timeout=10 01:13:44 > git config core.sparsecheckout # timeout=10 01:13:44 > git checkout -f fb0fec6c0ec16bf5fbcf807f1c30caba132bd645 # timeout=10 01:13:46 7f8258a56ab6: Pull complete 01:13:47 75a0a0ebb566: Pull complete 01:13:47 4a2c62f0a2a3: Pull complete 01:13:47 294320357d30: Pull complete 01:13:47 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 01:13:47 Status: Downloaded newer image for docker:latest 01:13:48 Commit message: "Merge commit 'a28a1e282162ae220bb16baae6b474c93cd0f1dd' into HEAD" 01:13:48 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 01:13:48 > git rev-list --no-walk 59d924bba760eb91ac66e59a4a5447034f0f1fa0 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:13:52 ========================================================= 01:13:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:13:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:13:53 + 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 . 01:13:54 Sending build context to Docker daemon 37.25MB 01:13:54 Step 1/8 : ARG BASE=golang:1.15-alpine 01:13:54 Step 2/8 : FROM ${BASE} 01:13:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:13:54 df20fa9351a1: Pulling fs layer 01:13:54 ed8968b2872e: Pulling fs layer 01:13:54 a92cc7c5fd73: Pulling fs layer 01:13:54 e871e8e8d7a9: Pulling fs layer 01:13:54 e73272ec9a57: Pulling fs layer 01:13:54 1e910a182e73: Pulling fs layer 01:13:54 4e634b169226: Pulling fs layer 01:13:54 e871e8e8d7a9: Waiting 01:13:54 e73272ec9a57: Waiting 01:13:54 1e910a182e73: Waiting 01:13:54 4e634b169226: Waiting 01:13:54 a92cc7c5fd73: Verifying Checksum 01:13:54 a92cc7c5fd73: Download complete 01:13:54 ed8968b2872e: Verifying Checksum 01:13:54 ed8968b2872e: Download complete 01:13:54 e73272ec9a57: Verifying Checksum 01:13:54 e73272ec9a57: Download complete 01:13:54 1e910a182e73: Download complete 01:13:54 ---> 7ee65a319ad1 01:13:54 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:13:54 ---> Running in a933f43fbfc0 01:13:54 Removing intermediate container a933f43fbfc0 01:13:54 ---> 29019356bafc 01:13:54 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 01:13:54 ---> Running in d5793f032cb3 01:13:54 df20fa9351a1: Verifying Checksum 01:13:54 df20fa9351a1: Download complete 01:13:55 df20fa9351a1: Pull complete 01:13:55 ed8968b2872e: Pull complete 01:13:55 a92cc7c5fd73: Pull complete 01:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:13:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:13:57 (1/5) Installing libsodium (1.0.18-r0) 01:13:57 (2/5) Installing libzmq (4.3.3-r0) 01:13:58 (3/5) Installing pkgconf (1.7.2-r0) 01:13:58 (4/5) Installing libsodium-dev (1.0.18-r0) 01:13:58 (5/5) Installing zeromq-dev (4.3.3-r0) 01:13:58 Executing busybox-1.31.1-r16.trigger 01:13:58 OK: 144 MiB in 44 packages 01:13:59 4e634b169226: Verifying Checksum 01:13:59 4e634b169226: Download complete 01:13:59 e871e8e8d7a9: Verifying Checksum 01:13:59 e871e8e8d7a9: Download complete 01:14:00 Removing intermediate container d5793f032cb3 01:14:00 ---> ea17650f93a1 01:14:00 Step 6/8 : WORKDIR /build 01:14:00 ---> Running in ffbcb869daff 01:14:00 Removing intermediate container ffbcb869daff 01:14:00 ---> 96f504b9764d 01:14:00 Step 7/8 : COPY go.mod . 01:14:01 ---> dd7f7f5f7198 01:14:01 Step 8/8 : RUN go mod download 01:14:01 ---> Running in 31d579203ac8 01:14:07 e871e8e8d7a9: Pull complete 01:14:07 e73272ec9a57: Pull complete 01:14:07 1e910a182e73: Pull complete 01:14:14 4e634b169226: Pull complete 01:14:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:14:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:14:14 ---> f7629b54cfaa 01:14:14 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 01:14:14 latest: Pulling from library/docker 01:14:14 df20fa9351a1: Already exists 01:14:14 25ad7478873d: Pulling fs layer 01:14:14 4684f6177b5d: Pulling fs layer 01:14:14 8ba584e970af: Pulling fs layer 01:14:14 3cdc74d2b06d: Pulling fs layer 01:14:14 4cf5a0d07c1f: Pulling fs layer 01:14:14 fca0ccc462d5: Pulling fs layer 01:14:14 3cdc74d2b06d: Waiting 01:14:14 4cf5a0d07c1f: Waiting 01:14:14 fca0ccc462d5: Waiting 01:14:14 4684f6177b5d: Verifying Checksum 01:14:14 4684f6177b5d: Download complete 01:14:14 25ad7478873d: Verifying Checksum 01:14:14 25ad7478873d: Download complete 01:14:14 3cdc74d2b06d: Verifying Checksum 01:14:14 3cdc74d2b06d: Download complete 01:14:15 4cf5a0d07c1f: Verifying Checksum 01:14:15 4cf5a0d07c1f: Download complete 01:14:15 25ad7478873d: Pull complete 01:14:15 fca0ccc462d5: Verifying Checksum 01:14:15 fca0ccc462d5: Download complete 01:14:15 4684f6177b5d: Pull complete 01:14:16 8ba584e970af: Verifying Checksum 01:14:16 8ba584e970af: Download complete 01:14:19 8ba584e970af: Pull complete 01:14:19 3cdc74d2b06d: Pull complete 01:14:19 4cf5a0d07c1f: Pull complete 01:14:19 fca0ccc462d5: Pull complete 01:14:19 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 01:14:19 Status: Downloaded newer image for docker:latest 01:14:22 ---> a7360596c443 01:14:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:14:22 ---> Running in 01ecd1637923 01:14:22 Removing intermediate container 01ecd1637923 01:14:22 ---> 5fcb24586f24 01:14:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 01:14:22 ---> Running in b7b0d694b4a0 01:14:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:14:24 (1/5) Installing libsodium (1.0.18-r0) 01:14:24 (2/5) Installing libzmq (4.3.3-r0) 01:14:24 (3/5) Installing pkgconf (1.7.2-r0) 01:14:24 (4/5) Installing libsodium-dev (1.0.18-r0) 01:14:24 (5/5) Installing zeromq-dev (4.3.3-r0) 01:14:24 Executing busybox-1.31.1-r16.trigger 01:14:24 OK: 167 MiB in 44 packages 01:14:25 Removing intermediate container b7b0d694b4a0 01:14:25 ---> 31288b96de83 01:14:25 Step 6/8 : WORKDIR /build 01:14:25 ---> Running in e23dd3cf4ca3 01:14:25 Removing intermediate container e23dd3cf4ca3 01:14:25 ---> cb474a969f40 01:14:25 Step 7/8 : COPY go.mod . 01:14:25 ---> 988f57720ec3 01:14:25 Step 8/8 : RUN go mod download 01:14:25 ---> Running in 2a8b28815f22 01:14:28 Removing intermediate container 31d579203ac8 01:14:28 ---> 1f48fbe0d5c1 01:14:28 Successfully built 1f48fbe0d5c1 01:14:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:14:28 + docker inspect -f . ci-base-image-arm64 01:14:28 . [Pipeline] withDockerContainer 01:14:29 prd-ubuntu18.04-docker-arm64-4c-16g-723 does not seem to be running inside a container 01:14:29 $ 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 ******** ci-base-image-arm64 cat 01:14:31 $ docker top a901089e71ac60fb3fb7edd1505897ac97202ca41eac56ef62f3aa4ac34d8a5e -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:32 + go version 01:14:32 go version go1.15.2 linux/arm64 [Pipeline] } 01:14:32 $ docker stop --time=1 a901089e71ac60fb3fb7edd1505897ac97202ca41eac56ef62f3aa4ac34d8a5e 01:14:34 $ docker rm -f a901089e71ac60fb3fb7edd1505897ac97202ca41eac56ef62f3aa4ac34d8a5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:14:35 + docker inspect -f . ci-base-image-arm64 01:14:35 . [Pipeline] withDockerContainer 01:14:35 prd-ubuntu18.04-docker-arm64-4c-16g-723 does not seem to be running inside a container 01:14:36 $ 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 ******** ci-base-image-arm64 cat 01:14:37 $ docker top 1f197f9fec5466a671633de10fbdd2cc2c8c5b7f243c4036c6113798c20a0b5b -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:39 + make test 01:14:39 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:14:40 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 01:14:52 Removing intermediate container 2a8b28815f22 01:14:52 ---> 4f5d71dd0ce1 01:14:52 Successfully built 4f5d71dd0ce1 01:14:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:14:53 + docker inspect -f . ci-base-image-x86_64 01:14:53 . [Pipeline] withDockerContainer 01:14:53 prd-centos7-docker-4c-2g-724 does not seem to be running inside a container 01:14:53 $ 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 ******** ci-base-image-x86_64 cat 01:14:54 $ docker top 317375453d54f6bc42de6e0e60443e16311b99a34e85b3e643135adda8f6953c -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:55 + go version 01:14:55 go version go1.15.2 linux/amd64 [Pipeline] } 01:14:55 $ docker stop --time=1 317375453d54f6bc42de6e0e60443e16311b99a34e85b3e643135adda8f6953c 01:14:57 $ docker rm -f 317375453d54f6bc42de6e0e60443e16311b99a34e85b3e643135adda8f6953c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:14:58 + docker inspect -f . ci-base-image-x86_64 01:14:58 . [Pipeline] withDockerContainer 01:14:58 prd-centos7-docker-4c-2g-724 does not seem to be running inside a container 01:14:58 $ 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 ******** ci-base-image-x86_64 cat 01:14:59 $ docker top 517c018adef0354796d4780afa924b9714779ad1541a417a6c77bd0910e22eac -eo pid,comm [Pipeline] { [Pipeline] sh 01:15:00 + make test 01:15:00 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:15:02 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 01:15:02 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.115s coverage: 86.2% of statements 01:15:18 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.158s coverage: 86.2% of statements 01:15:46 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.071s coverage: 55.8% of statements 01:15:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 01:15:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 01:15:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 53.5% of statements 01:15:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 01:15:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.397s coverage: 69.1% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.074s coverage: 55.8% of statements 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.061s coverage: 53.5% of statements 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.545s coverage: 69.1% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.602s coverage: 61.6% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.199s coverage: 100.0% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.014s coverage: 96.6% of statements 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 01:15:50 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 01:15:50 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements 01:15:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.246s coverage: 75.0% of statements 01:15:55 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 01:15:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.045s coverage: 89.7% of statements 01:15:55 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.029s coverage: 88.9% of statements 01:15:55 level=ERROR ts=2020-09-22T01:15:49.726847151Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" 01:15:55 level=INFO ts=2020-09-22T01:15:49.738193227Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.746175271Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.754654419Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.76382311Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.773430772Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.781132482Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:55 --- FAIL: TestConfigureAndConfigRoute (0.02s) 01:15:55 server_test.go:115: 01:15:55 Error Trace: server_test.go:115 01:15:55 Error: Not equal: 01:15:55 expected: "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" 01:15:55 actual : "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"MqttBroker\":{\"Url\":\"\",\"ClientId\":\"\",\"ConnectTimeout\":\"\",\"AutoReconnect\":false,\"KeepAlive\":0,\"QoS\":0,\"Retain\":false,\"SkipCertVerify\":false,\"SecretPath\":\"\",\"AuthMode\":\"\"},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" 01:15:55 01:15:55 Diff: 01:15:55 --- Expected 01:15:55 +++ Actual 01:15:55 @@ -1,2 +1,2 @@ 01:15:55 -{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} 01:15:55 +{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"MqttBroker":{"Url":"","ClientId":"","ConnectTimeout":"","AutoReconnect":false,"KeepAlive":0,"QoS":0,"Retain":false,"SkipCertVerify":false,"SecretPath":"","AuthMode":""},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} 01:15:55 01:15:55 Test: TestConfigureAndConfigRoute 01:15:55 level=INFO ts=2020-09-22T01:15:49.793528199Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.801579086Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.811954355Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:55 level=INFO ts=2020-09-22T01:15:49.819911108Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:55 level=ERROR ts=2020-09-22T01:15:49.82889666Z app=app_functions_sdk_go source=server.go:268 msg="'Secrets' path should not be empty" 01:15:55 level=ERROR ts=2020-09-22T01:15:49.836417882Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" 01:15:55 level=ERROR ts=2020-09-22T01:15:49.844518982Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" 01:15:55 FAIL 01:15:55 coverage: 80.5% of statements 01:15:55 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.148s 01:15:55 --- FAIL: TestGetSecrets (0.00s) 01:15:55 --- FAIL: TestGetSecrets/Auth_With_Secrets (0.00s) 01:15:55 mqttfactory_test.go:193: 01:15:55 Error Trace: mqttfactory_test.go:193 01:15:55 Error: Not equal: 01:15:55 expected: &secure.mqttSecrets{Username:"TEST_USER", Password:"TEST_PASS", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} 01:15:55 actual : &secure.mqttSecrets{Username:"", Password:"", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} 01:15:55 01:15:55 Diff: 01:15:55 --- Expected 01:15:55 +++ Actual 01:15:55 @@ -1,4 +1,4 @@ 01:15:55 (*secure.mqttSecrets)({ 01:15:55 - Username: (string) (len=9) "TEST_USER", 01:15:55 - Password: (string) (len=9) "TEST_PASS", 01:15:55 + Username: (string) "", 01:15:55 + Password: (string) "", 01:15:55 KeyPemBlock: ([]uint8) { 01:15:55 Test: TestGetSecrets/Auth_With_Secrets 01:15:55 FAIL 01:15:55 coverage: 71.7% of statements 01:15:55 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.028s 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.646s coverage: 61.6% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.252s coverage: 100.0% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.007s coverage: 100.0% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.022s coverage: 100.0% of statements 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.009s coverage: 96.6% of statements 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.7% of statements 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.028s coverage: 9.4% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.118s coverage: 75.0% of statements 01:15:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.022s coverage: 89.7% of statements 01:15:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.034s coverage: 88.9% of statements 01:15:59 level=ERROR ts=2020-09-22T01:15:53.047352856Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" 01:15:59 level=INFO ts=2020-09-22T01:15:53.124475467Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.132746938Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.140831441Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.150347872Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.175270065Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.194116537Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:59 --- FAIL: TestConfigureAndConfigRoute (0.05s) 01:15:59 server_test.go:115: 01:15:59 Error Trace: server_test.go:115 01:15:59 Error: Not equal: 01:15:59 expected: "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" 01:15:59 actual : "{\"Writable\":{\"LogLevel\":\"\",\"Pipeline\":{\"ExecutionOrder\":\"\",\"UseTargetTypeOfByteArray\":false,\"Functions\":null},\"StoreAndForward\":{\"Enabled\":false,\"RetryInterval\":\"\",\"MaxRetryCount\":0},\"InsecureSecrets\":null},\"Logging\":{\"EnableRemote\":false,\"File\":\"\"},\"Registry\":{\"Host\":\"\",\"Port\":0,\"Type\":\"\"},\"Service\":{\"BootTimeout\":\"\",\"CheckInterval\":\"\",\"Host\":\"\",\"HTTPSCert\":\"\",\"HTTPSKey\":\"\",\"ServerBindAddr\":\"\",\"Port\":0,\"Protocol\":\"\",\"StartupMsg\":\"\",\"ReadMaxLimit\":0,\"Timeout\":\"\"},\"MessageBus\":{\"PublishHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"SubscribeHost\":{\"Host\":\"\",\"Port\":0,\"Protocol\":\"\"},\"Type\":\"\",\"Optional\":null},\"MqttBroker\":{\"Url\":\"\",\"ClientId\":\"\",\"ConnectTimeout\":\"\",\"AutoReconnect\":false,\"KeepAlive\":0,\"QoS\":0,\"Retain\":false,\"SkipCertVerify\":false,\"SecretPath\":\"\",\"AuthMode\":\"\"},\"Binding\":{\"Type\":\"\",\"SubscribeTopic\":\"\",\"PublishTopic\":\"\"},\"ApplicationSettings\":null,\"Clients\":null,\"Database\":{\"Type\":\"\",\"Host\":\"\",\"Port\":0,\"Timeout\":\"\",\"Username\":\"\",\"Password\":\"\",\"MaxIdle\":0,\"BatchSize\":0},\"SecretStore\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"},\"SecretStoreExclusive\":{\"Host\":\"\",\"Port\":0,\"Path\":\"\",\"Protocol\":\"\",\"Namespace\":\"\",\"RootCaCertPath\":\"\",\"ServerName\":\"\",\"Authentication\":{\"AuthType\":\"\",\"AuthToken\":\"\"},\"AdditionalRetryAttempts\":0,\"RetryWaitPeriod\":\"\",\"TokenFile\":\"\"}}\n" 01:15:59 01:15:59 Diff: 01:15:59 --- Expected 01:15:59 +++ Actual 01:15:59 @@ -1,2 +1,2 @@ 01:15:59 -{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} 01:15:59 +{"Writable":{"LogLevel":"","Pipeline":{"ExecutionOrder":"","UseTargetTypeOfByteArray":false,"Functions":null},"StoreAndForward":{"Enabled":false,"RetryInterval":"","MaxRetryCount":0},"InsecureSecrets":null},"Logging":{"EnableRemote":false,"File":""},"Registry":{"Host":"","Port":0,"Type":""},"Service":{"BootTimeout":"","CheckInterval":"","Host":"","HTTPSCert":"","HTTPSKey":"","ServerBindAddr":"","Port":0,"Protocol":"","StartupMsg":"","ReadMaxLimit":0,"Timeout":""},"MessageBus":{"PublishHost":{"Host":"","Port":0,"Protocol":""},"SubscribeHost":{"Host":"","Port":0,"Protocol":""},"Type":"","Optional":null},"MqttBroker":{"Url":"","ClientId":"","ConnectTimeout":"","AutoReconnect":false,"KeepAlive":0,"QoS":0,"Retain":false,"SkipCertVerify":false,"SecretPath":"","AuthMode":""},"Binding":{"Type":"","SubscribeTopic":"","PublishTopic":""},"ApplicationSettings":null,"Clients":null,"Database":{"Type":"","Host":"","Port":0,"Timeout":"","Username":"","Password":"","MaxIdle":0,"BatchSize":0},"SecretStore":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""},"SecretStoreExclusive":{"Host":"","Port":0,"Path":"","Protocol":"","Namespace":"","RootCaCertPath":"","ServerName":"","Authentication":{"AuthType":"","AuthToken":""},"AdditionalRetryAttempts":0,"RetryWaitPeriod":"","TokenFile":""}} 01:15:59 01:15:59 Test: TestConfigureAndConfigRoute 01:15:59 level=INFO ts=2020-09-22T01:15:53.229581279Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.248417904Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.266717258Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 01:15:59 level=INFO ts=2020-09-22T01:15:53.280573261Z app=app_functions_sdk_go source=controller.go:63 msg="Registering standard V2 routes..." 01:15:59 level=ERROR ts=2020-09-22T01:15:53.287827407Z app=app_functions_sdk_go source=server.go:268 msg="'Secrets' path should not be empty" 01:15:59 level=ERROR ts=2020-09-22T01:15:53.30247961Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" 01:15:59 level=ERROR ts=2020-09-22T01:15:53.315455678Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" 01:15:59 FAIL 01:15:59 coverage: 80.5% of statements 01:15:59 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.329s 01:15:59 --- FAIL: TestGetSecrets (0.00s) 01:15:59 --- FAIL: TestGetSecrets/Auth_With_Secrets (0.00s) 01:15:59 mqttfactory_test.go:193: 01:15:59 Error Trace: mqttfactory_test.go:193 01:15:59 Error: Not equal: 01:15:59 expected: &secure.mqttSecrets{Username:"TEST_USER", Password:"TEST_PASS", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} 01:15:59 actual : &secure.mqttSecrets{Username:"", Password:"", KeyPemBlock:[]uint8{}, CertPemBlock:[]uint8{}, CaPemBlock:[]uint8{}} 01:15:59 01:15:59 Diff: 01:15:59 --- Expected 01:15:59 +++ Actual 01:15:59 @@ -1,4 +1,4 @@ 01:15:59 (*secure.mqttSecrets)({ 01:15:59 - Username: (string) (len=9) "TEST_USER", 01:15:59 - Password: (string) (len=9) "TEST_PASS", 01:15:59 + Username: (string) "", 01:15:59 + Password: (string) "", 01:15:59 KeyPemBlock: ([]uint8) { 01:15:59 Test: TestGetSecrets/Auth_With_Secrets 01:15:59 FAIL 01:15:59 coverage: 71.7% of statements 01:15:59 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.019s 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.07587182Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.11305796Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.119576894Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.125818515Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.131784192Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.137686556Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.143805291Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.149761048Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 01:16:17 level=DEBUG ts=2020-09-22T01:15:53.155959656Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:55.156586106Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:55.156541834Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:15:55.162496751Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 01:16:17 level=DEBUG ts=2020-09-22T01:15:55.178989825Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 01:16:17 level=DEBUG ts=2020-09-22T01:15:55.185896568Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:16:05.186674577Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:16:15.187017396Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 01:16:17 level=DEBUG ts=2020-09-22T01:16:15.271556739Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 01:16:17 level=DEBUG ts=2020-09-22T01:16:15.271717107Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 01:16:17 level=DEBUG ts=2020-09-22T01:16:15.280399767Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 01:16:17 panic: interface conversion: interface {} is nil, not [][]uint8 01:16:17 01:16:17 goroutine 8 [running]: 01:16:17 github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x400002a210, 0x400002a220, 0x4000202080, 0x4000001500, 0x400002a200) 01:16:17 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:119 +0x224 01:16:17 created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 01:16:17 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:114 +0x17c 01:16:17 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 22.235s 01:16:17 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 01:16:17 FAIL 01:16:17 make: *** [Makefile:6: test] Error 1 [Pipeline] } 01:16:17 $ docker stop --time=1 1f197f9fec5466a671633de10fbdd2cc2c8c5b7f243c4036c6113798c20a0b5b 01:16:19 $ docker rm -f 1f197f9fec5466a671633de10fbdd2cc2c8c5b7f243c4036c6113798c20a0b5b [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) 01:16:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 26.231s coverage: 70.6% of statements 01:16:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.026s coverage: 94.4% of statements 01:16:21 FAIL Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 01:16:21 make: *** [Makefile:6: test] Error 1 [Pipeline] } 01:16:21 $ docker stop --time=1 517c018adef0354796d4780afa924b9714779ad1541a417a6c77bd0910e22eac 01:16:23 $ docker rm -f 517c018adef0354796d4780afa924b9714779ad1541a417a6c77bd0910e22eac [Pipeline] // withDockerContainer [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // ws [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } 01:16:24 Failed in branch arm64 [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] } 01:16:25 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk 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 01:16:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:16:30 ---> package-listing.sh 01:16:30 ++ tr '[:upper:]' '[:lower:]' 01:16:30 ++ facter osfamily 01:16:30 + OS_FAMILY=redhat 01:16:30 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-498 01:16:30 + START_PACKAGES=/tmp/packages_start.txt 01:16:30 + END_PACKAGES=/tmp/packages_end.txt 01:16:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:16:30 + PACKAGES=/tmp/packages_start.txt 01:16:30 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' 01:16:30 + PACKAGES=/tmp/packages_end.txt 01:16:30 + case "${OS_FAMILY}" in 01:16:30 + rpm -qa 01:16:30 + sort 01:16:34 + '[' -f /tmp/packages_start.txt ']' 01:16:34 + '[' -f /tmp/packages_end.txt ']' 01:16:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:16:34 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' 01:16:34 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ 01:16:34 + 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 01:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:16:35 01:16:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:16:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:16:36 alpine: Pulling from edgex-lftools-log-publisher 01:16:36 df20fa9351a1: Pulling fs layer 01:16:36 36b3adc4ff6f: Pulling fs layer 01:16:36 8ad3a11d3b57: Pulling fs layer 01:16:36 46f8f816bc3b: Pulling fs layer 01:16:36 0dadc02b9964: Pulling fs layer 01:16:36 ce6a7cf60c04: Pulling fs layer 01:16:36 7a184a31f384: Pulling fs layer 01:16:36 0879bd2ef858: Pulling fs layer 01:16:36 46f8f816bc3b: Waiting 01:16:36 0dadc02b9964: Waiting 01:16:36 ce6a7cf60c04: Waiting 01:16:36 7a184a31f384: Waiting 01:16:36 0879bd2ef858: Waiting 01:16:36 36b3adc4ff6f: Verifying Checksum 01:16:36 36b3adc4ff6f: Download complete 01:16:36 46f8f816bc3b: Download complete 01:16:36 df20fa9351a1: Verifying Checksum 01:16:36 ce6a7cf60c04: Verifying Checksum 01:16:36 ce6a7cf60c04: Download complete 01:16:36 7a184a31f384: Verifying Checksum 01:16:36 7a184a31f384: Download complete 01:16:37 0dadc02b9964: Verifying Checksum 01:16:37 0dadc02b9964: Download complete 01:16:37 df20fa9351a1: Pull complete 01:16:37 8ad3a11d3b57: Verifying Checksum 01:16:37 8ad3a11d3b57: Download complete 01:16:37 36b3adc4ff6f: Pull complete 01:16:38 0879bd2ef858: Verifying Checksum 01:16:38 0879bd2ef858: Download complete 01:16:39 8ad3a11d3b57: Pull complete 01:16:39 46f8f816bc3b: Pull complete 01:16:39 0dadc02b9964: Pull complete 01:16:40 ce6a7cf60c04: Pull complete 01:16:40 7a184a31f384: Pull complete 01:16:46 0879bd2ef858: Pull complete 01:16:46 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 01:16:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:16:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:16:46 prd-centos7-docker-4c-2g-722 does not seem to be running inside a container 01:16:46 $ 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 01:16:53 $ docker top 97b7e69f6801b0c4da18f371c47f9f324a9dffa6db57802e039c0de4025c1026 -eo pid,comm [Pipeline] { [Pipeline] sh 01:16:53 + mkdir -p /var/log/sa [Pipeline] sh 01:16:54 + ls /var/log/sa-host 01:16:54 + sadf -c /var/log/sa-host/sa05 01:16:54 file_magic: OK 01:16:54 HZ: Using current value: 100 01:16:54 file_header: OK 01:16:54 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 01:16:54 Statistics: 01:16:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:16:54 File successfully converted to sysstat format version 12.2.1 01:16:54 + sadf -c /var/log/sa-host/sa22 01:16:54 file_magic: OK 01:16:54 HZ: Using current value: 100 01:16:54 file_header: OK 01:16:54 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 01:16:54 Statistics: 01:16:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:16:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:16:54 provisioning config files... 01:16:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config4949621007741496763tmp [Pipeline] { [Pipeline] echo 01:16:54 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:16:54 ---> create-netrc.sh [Pipeline] echo 01:16:54 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:16:54 ---> logs-deploy.sh 01:16:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-498/2 01:16:54 INFO: archiving workspace using pattern(s): 01:16:56 Archives upload complete. 01:16:56 INFO: archiving logs to Nexus 01:16:58 ---> uname -a: 01:16:58 Linux 97b7e69f6801 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 01:16:58 01:16:58 01:16:58 ---> lscpu: 01:16:58 Architecture: x86_64 01:16:58 CPU op-mode(s): 32-bit, 64-bit 01:16:58 Byte Order: Little Endian 01:16:58 Address sizes: 40 bits physical, 48 bits virtual 01:16:58 CPU(s): 4 01:16:58 On-line CPU(s) list: 0-3 01:16:58 Thread(s) per core: 1 01:16:58 Core(s) per socket: 1 01:16:58 Socket(s): 4 01:16:58 NUMA node(s): 1 01:16:58 Vendor ID: GenuineIntel 01:16:58 CPU family: 6 01:16:58 Model: 44 01:16:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:16:58 Stepping: 1 01:16:58 CPU MHz: 2933.438 01:16:58 BogoMIPS: 5866.87 01:16:58 Virtualization: VT-x 01:16:58 Hypervisor vendor: KVM 01:16:58 Virtualization type: full 01:16:58 L1d cache: 128 KiB 01:16:58 L1i cache: 128 KiB 01:16:58 L2 cache: 16 MiB 01:16:58 L3 cache: 64 MiB 01:16:58 NUMA node0 CPU(s): 0-3 01:16:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:16:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:16:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:16:58 Vulnerability Meltdown: Mitigation; PTI 01:16:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:16:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:16:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:16:58 Vulnerability Tsx async abort: Not affected 01:16:58 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 01:16:58 01:16:58 01:16:58 ---> nproc: 01:16:58 4 01:16:58 01:16:58 01:16:58 ---> df -h: 01:16:58 Filesystem Size Used Available Use% Mounted on 01:16:58 overlay 50.0G 7.0G 43.0G 14% / 01:16:58 tmpfs 64.0M 0 64.0M 0% /dev 01:16:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:16:58 shm 64.0M 0 64.0M 0% /dev/shm 01:16:58 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 01:16:58 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 01:16:58 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 01:16:58 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 01:16:58 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498 01:16:58 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp 01:16:58 01:16:58