Pull request #478 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 bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d+b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 (9b311598ac17e19170b6ed4341b1631bfcde4eaf) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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-2138 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [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-478 # 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/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d Merge succeeded, producing bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d Checking out Revision bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d (PR-478) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # 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/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d # 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 b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d # timeout=10 Commit message: "build: Switch to use Go 1.15" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:02:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:02:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:02:01 ========================================================= 18:02:01 EdgeX Global Pipelines Version Info 18:02:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:02:03 ------------------- 18:02:03 stable info: 18:02:03 ------------------- 18:02:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:02:03 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 18:02:03 Message: update stable to v1.0.119 18:02:03 ------------------- 18:02:03 experimental info: 18:02:03 ------------------- 18:02:03 Commited By: **** collab-it+edgex@linuxfoundation.org 18:02:03 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 18:02:03 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:02:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:02:04 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:02:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:02:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:02:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 18:02:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 18:02:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 18:02:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d [Pipeline] echo 18:02:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbc4f3b [Pipeline] echo 18:02:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:02:08 + git log --format=format:%s -1 bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d [Pipeline] echo 18:02:08 GIT_COMMIT: bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d, Commit Message: build: Switch to use Go 1.15 [Pipeline] echo 18:02:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:02:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:02:09 18:02:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:02:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:02:09 latest: Pulling from edgex-devops/git-semver 18:02:09 31603596830f: Pulling fs layer 18:02:09 2a8b12db71e7: Pulling fs layer 18:02:09 6ca5941a6612: Pulling fs layer 18:02:09 ecc8261a40a4: Pulling fs layer 18:02:09 ecc8261a40a4: Waiting 18:02:09 2a8b12db71e7: Verifying Checksum 18:02:09 2a8b12db71e7: Download complete 18:02:10 31603596830f: Verifying Checksum 18:02:10 31603596830f: Download complete 18:02:10 ecc8261a40a4: Verifying Checksum 18:02:10 ecc8261a40a4: Download complete 18:02:10 6ca5941a6612: Verifying Checksum 18:02:10 6ca5941a6612: Download complete 18:02:10 31603596830f: Pull complete 18:02:10 2a8b12db71e7: Pull complete 18:02:11 6ca5941a6612: Pull complete 18:02:11 ecc8261a40a4: Pull complete 18:02:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:02:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:02:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:02:11 prd-centos7-docker-4c-2g-2138 does not seem to be running inside a container 18:02:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-478 -v /w/workspace/ndry_app-functions-sdk-go_PR-478:/w/workspace/ndry_app-functions-sdk-go_PR-478:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-478@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:02:14 $ docker top d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:02:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:14 [ssh-agent] Looking for ssh-agent implementation... 18:02:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:14 $ docker exec d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 ssh-agent 18:02:14 SSH_AUTH_SOCK=/tmp/ssh-h0F2DsDrDeSD/agent.11 18:02:14 SSH_AGENT_PID=16 18:02:14 Running ssh-add (command line suppressed) 18:02:15 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_5270110243309923490.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_5270110243309923490.key) 18:02:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:15 + git describe --exact-match --tags HEAD 18:02:15 fatal: No names found, cannot describe anything. [Pipeline] } 18:02:15 $ docker exec --env ******** --env ******** d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 ssh-agent -k 18:02:15 unset SSH_AUTH_SOCK; 18:02:15 unset SSH_AGENT_PID; 18:02:15 echo Agent pid 16 killed; 18:02:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:02:15 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:02:15 This usually means this commit has not been tagged. [Pipeline] sshagent 18:02:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:15 [ssh-agent] Looking for ssh-agent implementation... 18:02:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:16 $ docker exec d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 ssh-agent 18:02:16 SSH_AUTH_SOCK=/tmp/ssh-rqYkUbXqeehu/agent.44 18:02:16 SSH_AGENT_PID=49 18:02:16 Running ssh-add (command line suppressed) 18:02:16 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_5897417318888899132.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_5897417318888899132.key) 18:02:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:16 + git semver init 18:02:16 # -> Open(): unable to determine branch for HEAD 18:02:16 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.git 18:02:16 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-478 18:02:16 # $SEMVER_REMOTE_NAME = origin 18:02:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:02:16 # $SEMVER_USER_NAME = edgex-jenkins 18:02:16 # $SEMVER_BRANCH = PR-478 18:02:16 # $SEMVER_TEMP = /tmp/semver-076680674 18:02:16 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:02:20 # '/tmp/semver-076680674' -> '/w/workspace/ndry_app-functions-sdk-go_PR-478/.semver' 18:02:20 # -> Force: false 18:02:20 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.semver [Pipeline] } 18:02:20 $ docker exec --env ******** --env ******** d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 ssh-agent -k 18:02:20 unset SSH_AUTH_SOCK; 18:02:20 unset SSH_AGENT_PID; 18:02:20 echo Agent pid 49 killed; 18:02:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:02:20 + git semver [Pipeline] } 18:02:20 $ docker stop --time=1 d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 18:02:22 $ docker rm -f d49c65576964502b72bf6dba39519c127bf8e59cbbee3f269cb2e3d07a243db4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:02:24 Stashed 40 file(s) [Pipeline] echo 18:02:24 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:02:24 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 18:02:40 Still waiting to schedule task 18:02:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:02:40 Still waiting to schedule task 18:02:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:04:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2139 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 18:04:28 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 18:04:33 using credential edgex-jenkins-ssh 18:04:33 Cloning the remote Git repository 18:04:33 Cloning with configured refspecs honoured and without tags 18:04:33 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:04:33 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 18:04:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:04:33 > git --version # timeout=10 18:04:33 > git --version # 'git version 2.17.1' 18:04:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:36 Fetching without tags 18:04:37 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d 18:04:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:04:36 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 18:04:36 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:04:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:04:36 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:37 > git config core.sparsecheckout # timeout=10 18:04:37 > git checkout -f bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d # timeout=10 18:04:37 Merge succeeded, producing bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d 18:04:37 Checking out Revision bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d (PR-478) 18:04:37 > git remote # timeout=10 18:04:37 > git config --get remote.origin.url # timeout=10 18:04:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:37 > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 18:04:37 > git rev-parse HEAD^{commit} # timeout=10 18:04:37 > git config core.sparsecheckout # timeout=10 18:04:37 > git checkout -f bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d # timeout=10 18:04:42 Commit message: "build: Switch to use Go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:04:43 Running on prd-centos7-docker-4c-2g-2142 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 18:04:43 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] echo 18:04:45 ========================================================= 18:04:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:04:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:04:46 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:04:48 Sending build context to Docker daemon 37.16MB 18:04:48 Step 1/8 : ARG BASE=golang:1.15-alpine 18:04:48 Step 2/8 : FROM ${BASE} 18:04:48 using credential edgex-jenkins-ssh 18:04:48 Cloning the remote Git repository 18:04:48 Cloning with configured refspecs honoured and without tags 18:04:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:04:48 b538f80385f9: Pulling fs layer 18:04:48 74f711af9a0d: Pulling fs layer 18:04:48 99f96fe45779: Pulling fs layer 18:04:48 8529a6b9a6be: Pulling fs layer 18:04:48 45590311c82a: Pulling fs layer 18:04:48 69ca0ff8b7b3: Pulling fs layer 18:04:48 209524e5b208: Pulling fs layer 18:04:48 8529a6b9a6be: Waiting 18:04:48 45590311c82a: Waiting 18:04:48 69ca0ff8b7b3: Waiting 18:04:48 209524e5b208: Waiting 18:04:48 99f96fe45779: Verifying Checksum 18:04:48 99f96fe45779: Download complete 18:04:48 74f711af9a0d: Verifying Checksum 18:04:48 74f711af9a0d: Download complete 18:04:48 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:04:48 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 18:04:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:04:48 > git --version # timeout=10 18:04:48 > git --version # 'git version 2.16.5' 18:04:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:48 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:49 45590311c82a: Verifying Checksum 18:04:49 45590311c82a: Download complete 18:04:49 69ca0ff8b7b3: Verifying Checksum 18:04:49 69ca0ff8b7b3: Download complete 18:04:49 b538f80385f9: Download complete 18:04:49 b538f80385f9: Pull complete 18:04:50 74f711af9a0d: Pull complete 18:04:50 99f96fe45779: Pull complete 18:04:51 209524e5b208: Verifying Checksum 18:04:51 209524e5b208: Download complete 18:04:52 8529a6b9a6be: Verifying Checksum 18:04:52 8529a6b9a6be: Download complete 18:04:53 Fetching without tags 18:04:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:04:53 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 18:04:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:04:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:04:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:04:54 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d 18:04:54 Merge succeeded, producing bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d 18:04:54 Checking out Revision bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d (PR-478) 18:04:54 > git config core.sparsecheckout # timeout=10 18:04:54 > git checkout -f bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d # timeout=10 18:04:54 > git remote # timeout=10 18:04:54 > git config --get remote.origin.url # timeout=10 18:04:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:54 > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 18:04:54 > git rev-parse HEAD^{commit} # timeout=10 18:04:54 > git config core.sparsecheckout # timeout=10 18:04:54 > git checkout -f bbc4f3bdc5da56e7de5f0f10be7a61c93f5bfc2d # timeout=10 18:04:58 Commit message: "build: Switch to use Go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:04:59 ========================================================= 18:04:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:04:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:05:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:05:02 Sending build context to Docker daemon 37.16MB 18:05:02 Step 1/8 : ARG BASE=golang:1.15-alpine 18:05:02 Step 2/8 : FROM ${BASE} 18:05:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:05:02 df20fa9351a1: Pulling fs layer 18:05:02 ed8968b2872e: Pulling fs layer 18:05:02 a92cc7c5fd73: Pulling fs layer 18:05:02 e871e8e8d7a9: Pulling fs layer 18:05:02 e73272ec9a57: Pulling fs layer 18:05:02 1e910a182e73: Pulling fs layer 18:05:02 4e634b169226: Pulling fs layer 18:05:02 e73272ec9a57: Waiting 18:05:02 1e910a182e73: Waiting 18:05:02 4e634b169226: Waiting 18:05:02 e871e8e8d7a9: Waiting 18:05:02 a92cc7c5fd73: Verifying Checksum 18:05:02 a92cc7c5fd73: Download complete 18:05:02 ed8968b2872e: Verifying Checksum 18:05:02 ed8968b2872e: Download complete 18:05:02 e73272ec9a57: Verifying Checksum 18:05:02 e73272ec9a57: Download complete 18:05:02 df20fa9351a1: Verifying Checksum 18:05:02 df20fa9351a1: Download complete 18:05:02 1e910a182e73: Verifying Checksum 18:05:02 1e910a182e73: Download complete 18:05:02 df20fa9351a1: Pull complete 18:05:02 8529a6b9a6be: Pull complete 18:05:02 45590311c82a: Pull complete 18:05:03 ed8968b2872e: Pull complete 18:05:03 69ca0ff8b7b3: Pull complete 18:05:04 4e634b169226: Verifying Checksum 18:05:04 4e634b169226: Download complete 18:05:04 e871e8e8d7a9: Download complete 18:05:05 a92cc7c5fd73: Pull complete 18:05:07 209524e5b208: Pull complete 18:05:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:05:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:05:07 ---> 5bddaf1c2fca 18:05:07 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:05:07 latest: Pulling from library/docker 18:05:07 b538f80385f9: Already exists 18:05:07 259a493cd78d: Pulling fs layer 18:05:07 b8e66b5100f5: Pulling fs layer 18:05:07 39dc9c94d07c: Pulling fs layer 18:05:07 551b823b3b82: Pulling fs layer 18:05:07 3c52a74df98c: Pulling fs layer 18:05:07 6c9b121b6998: Pulling fs layer 18:05:07 551b823b3b82: Waiting 18:05:07 3c52a74df98c: Waiting 18:05:07 6c9b121b6998: Waiting 18:05:07 b8e66b5100f5: Verifying Checksum 18:05:07 b8e66b5100f5: Download complete 18:05:07 259a493cd78d: Verifying Checksum 18:05:07 259a493cd78d: Download complete 18:05:07 551b823b3b82: Verifying Checksum 18:05:07 551b823b3b82: Download complete 18:05:07 3c52a74df98c: Verifying Checksum 18:05:07 3c52a74df98c: Download complete 18:05:07 6c9b121b6998: Verifying Checksum 18:05:07 6c9b121b6998: Download complete 18:05:08 259a493cd78d: Pull complete 18:05:08 b8e66b5100f5: Pull complete 18:05:08 39dc9c94d07c: Verifying Checksum 18:05:08 39dc9c94d07c: Download complete 18:05:11 e871e8e8d7a9: Pull complete 18:05:11 e73272ec9a57: Pull complete 18:05:11 1e910a182e73: Pull complete 18:05:12 39dc9c94d07c: Pull complete 18:05:12 551b823b3b82: Pull complete 18:05:12 3c52a74df98c: Pull complete 18:05:12 6c9b121b6998: Pull complete 18:05:12 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:05:12 Status: Downloaded newer image for docker:latest 18:05:18 ---> 68241230a123 18:05:18 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:05:18 ---> Running in 96b546e4a7d1 18:05:18 Removing intermediate container 96b546e4a7d1 18:05:18 ---> 28cf5d5ee31e 18:05:18 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:05:19 ---> Running in 477189da10cd 18:05:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:21 4e634b169226: Pull complete 18:05:21 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:05:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:05:21 ---> f7629b54cfaa 18:05:21 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:05:21 latest: Pulling from library/docker 18:05:21 df20fa9351a1: Already exists 18:05:21 25ad7478873d: Pulling fs layer 18:05:21 4684f6177b5d: Pulling fs layer 18:05:21 46e300cec669: Pulling fs layer 18:05:21 63038576ad94: Pulling fs layer 18:05:21 0fdb76c4706c: Pulling fs layer 18:05:21 cb7edeffdfd5: Pulling fs layer 18:05:21 63038576ad94: Waiting 18:05:21 0fdb76c4706c: Waiting 18:05:21 cb7edeffdfd5: Waiting 18:05:21 4684f6177b5d: Verifying Checksum 18:05:21 4684f6177b5d: Download complete 18:05:21 25ad7478873d: Verifying Checksum 18:05:21 25ad7478873d: Download complete 18:05:21 63038576ad94: Verifying Checksum 18:05:21 63038576ad94: Download complete 18:05:21 0fdb76c4706c: Download complete 18:05:21 cb7edeffdfd5: Verifying Checksum 18:05:21 cb7edeffdfd5: Download complete 18:05:21 25ad7478873d: Pull complete 18:05:21 4684f6177b5d: Pull complete 18:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:21 46e300cec669: Verifying Checksum 18:05:21 46e300cec669: Download complete 18:05:22 (1/5) Installing libsodium (1.0.18-r0) 18:05:22 (2/5) Installing libzmq (4.3.3-r0) 18:05:22 (3/5) Installing pkgconf (1.7.2-r0) 18:05:22 (4/5) Installing libsodium-dev (1.0.18-r0) 18:05:22 (5/5) Installing zeromq-dev (4.3.3-r0) 18:05:22 Executing busybox-1.31.1-r16.trigger 18:05:22 OK: 144 MiB in 44 packages 18:05:24 Removing intermediate container 477189da10cd 18:05:24 ---> 709c6da037f0 18:05:24 Step 6/8 : WORKDIR /build 18:05:24 ---> Running in 815bc2ffd90c 18:05:24 Removing intermediate container 815bc2ffd90c 18:05:24 ---> 7e77f31a57ce 18:05:24 Step 7/8 : COPY go.mod . 18:05:24 46e300cec669: Pull complete 18:05:24 63038576ad94: Pull complete 18:05:24 0fdb76c4706c: Pull complete 18:05:25 cb7edeffdfd5: Pull complete 18:05:25 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:05:25 Status: Downloaded newer image for docker:latest 18:05:25 ---> e3f392bec126 18:05:25 Step 8/8 : RUN go mod download 18:05:25 ---> Running in 0a1ae70dd1a7 18:05:27 ---> 25564ea3d2cc 18:05:27 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:05:27 ---> Running in eb8c92a424c3 18:05:27 Removing intermediate container eb8c92a424c3 18:05:27 ---> 92b86595bf72 18:05:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:05:27 ---> Running in e4ee7c33afd7 18:05:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:29 (1/5) Installing libsodium (1.0.18-r0) 18:05:29 (2/5) Installing libzmq (4.3.3-r0) 18:05:29 (3/5) Installing pkgconf (1.7.2-r0) 18:05:29 (4/5) Installing libsodium-dev (1.0.18-r0) 18:05:29 (5/5) Installing zeromq-dev (4.3.3-r0) 18:05:29 Executing busybox-1.31.1-r16.trigger 18:05:29 OK: 167 MiB in 44 packages 18:05:30 Removing intermediate container e4ee7c33afd7 18:05:30 ---> 6dcd74994a87 18:05:30 Step 6/8 : WORKDIR /build 18:05:30 ---> Running in 339e7f38f35a 18:05:30 Removing intermediate container 339e7f38f35a 18:05:30 ---> 59f1295fa949 18:05:30 Step 7/8 : COPY go.mod . 18:05:30 ---> 28c43f39952d 18:05:30 Step 8/8 : RUN go mod download 18:05:30 ---> Running in 833d745e6856 18:05:57 Removing intermediate container 833d745e6856 18:05:57 ---> dd5b40296d9e 18:05:57 Successfully built dd5b40296d9e 18:05:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 18:05:57 Removing intermediate container 0a1ae70dd1a7 18:05:57 ---> 4a6377b0fad4 18:05:57 Successfully built 4a6377b0fad4 18:05:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:05:58 + docker inspect -f . ci-base-image-x86_64 18:05:58 . [Pipeline] withDockerContainer 18:05:58 prd-centos7-docker-4c-2g-2142 does not seem to be running inside a container 18:05: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 ******** ci-base-image-x86_64 cat 18:05:59 $ docker top 4794ae9f50a8a59d4a6c1f516dabda06dba649fb24d06c575ab4289bb679071d -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:06:00 + go version 18:06:00 go version go1.15.2 linux/amd64 [Pipeline] sh 18:06:00 + docker inspect -f . ci-base-image-arm64 18:06:00 . [Pipeline] withDockerContainer 18:06:00 + make test 18:06:00 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:06:00 prd-ubuntu18.04-docker-arm64-4c-16g-2139 does not seem to be running inside a container 18:06:00 $ 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 ******** ci-base-image-arm64 cat 18:06:02 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 18:06:02 $ docker top 363858d013ac31cf5bfc18b0257d9fccba7d2fa4115a23fa28d2b4e3f4039666 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:03 + go version 18:06:03 go version go1.15.2 linux/arm64 [Pipeline] sh 18:06:05 + make test 18:06:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:06:06 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 18:06:10 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.208s coverage: 86.2% of statements 18:06:25 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.062s coverage: 56.1% of statements 18:06:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 18:06:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 18:06:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.040s coverage: 53.5% of statements 18:06:25 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 18:06:25 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.364s coverage: 69.1% of statements 18:06:29 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.116s coverage: 86.2% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.479s coverage: 73.2% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.011s coverage: 89.5% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.069s coverage: 100.0% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 18:06:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.007s coverage: 9.4% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.982s coverage: 75.0% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.3% of statements 18:06:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.019s coverage: 88.9% of statements 18:06:40 level=ERROR ts=2020-09-10T18:06:28.000747346Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" 18:06:40 level=INFO ts=2020-09-10T18:06:28.014304099Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.018698685Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.023836425Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.028598449Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.033491046Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.038431518Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.043555792Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.048336262Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.054238908Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:06:40 level=INFO ts=2020-09-10T18:06:28.059289964Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:06:40 level=ERROR ts=2020-09-10T18:06:28.064693522Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 18:06:40 level=ERROR ts=2020-09-10T18:06:28.069422379Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 18:06:40 level=ERROR ts=2020-09-10T18:06:28.073765516Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" 18:06:40 level=ERROR ts=2020-09-10T18:06:28.077899643Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" 18:06:40 --- FAIL: TestPostSecretRoute (0.03s) 18:06:40 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret (0.00s) 18:06:40 server_test.go:202: 18:06:40 Error Trace: server_test.go:202 18:06:40 Error: Not equal: 18:06:40 expected: 201 18:06:40 actual : 500 18:06:40 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret 18:06:40 Messages: Expected secret doesn't match postSecret 18:06:40 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets (0.00s) 18:06:40 server_test.go:202: 18:06:40 Error Trace: server_test.go:202 18:06:40 Error: Not equal: 18:06:40 expected: 201 18:06:40 actual : 500 18:06:40 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets 18:06:40 Messages: Expected secret doesn't match postSecret 18:06:40 FAIL 18:06:40 coverage: 81.3% of statements 18:06:40 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.090s 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.131515323Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.143749025Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.150591333Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.154533472Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.158849337Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.163973101Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.16834661Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.173034324Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:06:55 level=DEBUG ts=2020-09-10T18:06:29.177754509Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:31.178966384Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:31.179057584Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:31.183663478Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 18:06:55 level=DEBUG ts=2020-09-10T18:06:31.196404392Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:06:55 level=DEBUG ts=2020-09-10T18:06:31.20017992Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:41.200653384Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.201435812Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.20926515Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.20923746Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.214031159Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.222571968Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.222695488Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:51.222748271Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.227202354Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.237227283Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.24232517Z app=app_functions_sdk_go source=compression.go:48 msg="Compression with GZIP" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.247843067Z app=app_functions_sdk_go source=compression.go:48 msg="Compression with GZIP" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.253297795Z app=app_functions_sdk_go source=compression.go:75 msg="Compression with ZLIB" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.259245952Z app=app_functions_sdk_go source=compression.go:75 msg="Compression with ZLIB" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.2638408Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.268425233Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.272780682Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.277560454Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.281774639Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.286710303Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.291403536Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.299307291Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.301807379Z app=app_functions_sdk_go source=context.go:78 msg="Marking event as pushed" 18:06:55 level=ERROR ts=2020-09-10T18:06:54.304312929Z app=app_functions_sdk_go source=coredata.go:41 msg="No EventID or EventChecksum Provided" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.306399978Z app=app_functions_sdk_go source=context.go:101 msg="Pushing to CoreData" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.318135111Z app=app_functions_sdk_go source=encryption.go:60 msg="Encrypting with AES" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.320570226Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.32292298Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.32524819Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.327774697Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.330149841Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.332418757Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.33480819Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.33733919Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.339773018Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.347013286Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.349233635Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.351601158Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.353908754Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.363769984Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.3662644Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.369037833Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.371871437Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.374552474Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.37696133Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.379510346Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.382070113Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.384727622Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 --- FAIL: TestFilterOutByValueDescriptor (0.02s) 18:06:55 filter_test.go:215: 18:06:55 Error Trace: filter_test.go:215 18:06:55 Error: Should be true 18:06:55 Test: TestFilterOutByValueDescriptor 18:06:55 Messages: Pipeline should continue 18:06:55 filter_test.go:231: 18:06:55 Error Trace: filter_test.go:231 18:06:55 Error: Should be true 18:06:55 Test: TestFilterOutByValueDescriptor 18:06:55 Messages: Pipeline should continue 18:06:55 filter_test.go:235: 18:06:55 Error Trace: filter_test.go:235 18:06:55 Error: Should be true 18:06:55 Test: TestFilterOutByValueDescriptor 18:06:55 Messages: Pipeline should continue 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.387271554Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.390026526Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.39334585Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.396493051Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.398711994Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.401479242Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.404474426Z app=app_functions_sdk_go source=http.go:105 msg="Response: 404 Not Found" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.406674916Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.40912676Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.411754686Z app=app_functions_sdk_go source=http.go:105 msg="Response: 404 Not Found" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.414286732Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.417056558Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.42014427Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.422833557Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.425307295Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.428356987Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.430963794Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:06:55 --- FAIL: TestHTTPPostWithSecrets (0.02s) 18:06:55 http_test.go:121: Unexpected header name received application/json, expected application/json 18:06:55 http_test.go:120: 18:06:55 Error Trace: http_test.go:120 18:06:55 server.go:2042 18:06:55 server.go:2843 18:06:55 server.go:1925 18:06:55 asm_amd64.s:1374 18:06:55 Error: Not equal: 18:06:55 expected: "" 18:06:55 actual : "value" 18:06:55 18:06:55 Diff: 18:06:55 --- Expected 18:06:55 +++ Actual 18:06:55 @@ -1 +1 @@ 18:06:55 - 18:06:55 +value 18:06:55 Test: TestHTTPPostWithSecrets 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.434274213Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.437000504Z app=app_functions_sdk_go source=jsonlogic.go:66 msg="Condition met: true" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.439624844Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.442060406Z app=app_functions_sdk_go source=jsonlogic.go:66 msg="Condition met: true" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.444746802Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.447114795Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.449573003Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:06:55 --- FAIL: TestMQTTValidateSecrets (0.00s) 18:06:55 --- FAIL: TestMQTTValidateSecrets/CACert_no_error (0.00s) 18:06:55 mqttsecret_test.go:154: 18:06:55 Error Trace: mqttsecret_test.go:154 18:06:55 Error: Expected nil, but got: &errors.errorString{s:"Invalid AuthMode selected"} 18:06:55 Test: TestMQTTValidateSecrets/CACert_no_error 18:06:55 Messages: Should be nil 18:06:55 --- FAIL: TestMQTTValidateSecrets/CACert_invalid_error (0.00s) 18:06:55 mqttsecret_test.go:152: 18:06:55 Error Trace: mqttsecret_test.go:152 18:06:55 Error: Not equal: 18:06:55 expected: "Error parsing CA Certificate" 18:06:55 actual : "Invalid AuthMode selected" 18:06:55 18:06:55 Diff: 18:06:55 --- Expected 18:06:55 +++ Actual 18:06:55 @@ -1 +1 @@ 18:06:55 -Error parsing CA Certificate 18:06:55 +Invalid AuthMode selected 18:06:55 Test: TestMQTTValidateSecrets/CACert_invalid_error 18:06:55 --- FAIL: TestMQTTClientGetSecrets (0.00s) 18:06:55 --- FAIL: TestMQTTClientGetSecrets/Auth_With_Secrets (0.00s) 18:06:55 mqttsecret_test.go:193: 18:06:55 Error Trace: mqttsecret_test.go:193 18:06:55 Error: Not equal: 18:06:55 expected: &transforms.mqttSecrets{username:"TEST_USER", password:"TEST_PASS", keypemblock:[]uint8(nil), certpemblock:[]uint8(nil), capemblock:[]uint8(nil)} 18:06:55 actual : &transforms.mqttSecrets{username:"TEST_USER", password:"TEST_PASS", keypemblock:[]uint8{}, certpemblock:[]uint8{}, capemblock:[]uint8{}} 18:06:55 18:06:55 Diff: 18:06:55 --- Expected 18:06:55 +++ Actual 18:06:55 @@ -3,5 +3,8 @@ 18:06:55 password: (string) (len=9) "TEST_PASS", 18:06:55 - keypemblock: ([]uint8) , 18:06:55 - certpemblock: ([]uint8) , 18:06:55 - capemblock: ([]uint8) 18:06:55 + keypemblock: ([]uint8) { 18:06:55 + }, 18:06:55 + certpemblock: ([]uint8) { 18:06:55 + }, 18:06:55 + capemblock: ([]uint8) { 18:06:55 + } 18:06:55 }) 18:06:55 Test: TestMQTTClientGetSecrets/Auth_With_Secrets 18:06:55 --- FAIL: TestSetRetryDataPersistFalse (0.00s) 18:06:55 mqttsecret_test.go:342: 18:06:55 Error Trace: mqttsecret_test.go:342 18:06:55 Error: Expected nil, but got: []byte{0x74, 0x65, 0x73, 0x74, 0x20, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65} 18:06:55 Test: TestSetRetryDataPersistFalse 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.454387666Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.456837729Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.459169964Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.461734731Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.470463076Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.47343243Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.475815619Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.475997069Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.476404357Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.476805567Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603 Tag1:Value1 Tag2:Value2]" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.476964873Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.476999953Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.477044627Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:06:55 level=DEBUG ts=2020-09-10T18:06:54.477174847Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:06:55 FAIL 18:06:55 coverage: 70.9% of statements 18:06:55 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.355s 18:06:55 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 18:06:55 FAIL 18:06:55 make: *** [Makefile:6: test] Error 1 [Pipeline] } 18:06:55 $ docker stop --time=1 4794ae9f50a8a59d4a6c1f516dabda06dba649fb24d06c575ab4289bb679071d 18:06:57 $ docker rm -f 4794ae9f50a8a59d4a6c1f516dabda06dba649fb24d06c575ab4289bb679071d [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] } 18:06:58 Failed in branch amd64 18:07:08 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.060s coverage: 56.1% of statements 18:07:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 18:07:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 18:07:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.068s coverage: 53.5% of statements 18:07:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 18:07:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.366s coverage: 69.1% of statements 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.559s coverage: 73.2% of statements 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.012s coverage: 100.0% of statements 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.113s coverage: 100.0% of statements 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 18:07:18 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 18:07:18 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 9.4% of statements 18:07:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.172s coverage: 75.0% of statements 18:07:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.039s coverage: 89.3% of statements 18:07:19 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.026s coverage: 88.9% of statements 18:07:19 level=ERROR ts=2020-09-10T18:07:14.101647962Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" 18:07:19 level=INFO ts=2020-09-10T18:07:14.115785087Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.122384056Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.129244462Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.135804437Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.142856363Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.149293105Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.157082819Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.16466178Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.173485271Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 18:07:19 level=INFO ts=2020-09-10T18:07:14.179658795Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 18:07:19 level=ERROR ts=2020-09-10T18:07:14.186678598Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 18:07:19 level=ERROR ts=2020-09-10T18:07:14.19321275Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 18:07:19 level=ERROR ts=2020-09-10T18:07:14.210401335Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" 18:07:19 level=ERROR ts=2020-09-10T18:07:14.217073021Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" 18:07:19 --- FAIL: TestPostSecretRoute (0.05s) 18:07:19 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret (0.01s) 18:07:19 server_test.go:202: 18:07:19 Error Trace: server_test.go:202 18:07:19 Error: Not equal: 18:07:19 expected: 201 18:07:19 actual : 500 18:07:19 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret 18:07:19 Messages: Expected secret doesn't match postSecret 18:07:19 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets (0.02s) 18:07:19 server_test.go:202: 18:07:19 Error Trace: server_test.go:202 18:07:19 Error: Not equal: 18:07:19 expected: 201 18:07:19 actual : 500 18:07:19 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets 18:07:19 Messages: Expected secret doesn't match postSecret 18:07:19 FAIL 18:07:19 coverage: 81.3% of statements 18:07:19 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.146s 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.707210116Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.714916241Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.720539588Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.726256405Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.732660664Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.738380342Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.744431324Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.750295956Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:07:45 level=DEBUG ts=2020-09-10T18:07:16.757169564Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:18.757665063Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:18.757697927Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:18.763220704Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 18:07:45 level=DEBUG ts=2020-09-10T18:07:18.792639787Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:07:45 level=DEBUG ts=2020-09-10T18:07:18.799026315Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:28.799794555Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.800080424Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.829283606Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.829495058Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.840162017Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.846703233Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.846975151Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:38.847325238Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.853463979Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.860992899Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.867717705Z app=app_functions_sdk_go source=compression.go:48 msg="Compression with GZIP" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.87463022Z app=app_functions_sdk_go source=compression.go:48 msg="Compression with GZIP" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.880808848Z app=app_functions_sdk_go source=compression.go:75 msg="Compression with ZLIB" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.88739614Z app=app_functions_sdk_go source=compression.go:75 msg="Compression with ZLIB" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.893706002Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.899490619Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.904395883Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.910707765Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.916356698Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.922355788Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.927911791Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.934066066Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.940098939Z app=app_functions_sdk_go source=context.go:78 msg="Marking event as pushed" 18:07:45 level=ERROR ts=2020-09-10T18:07:41.945303855Z app=app_functions_sdk_go source=coredata.go:41 msg="No EventID or EventChecksum Provided" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.950634215Z app=app_functions_sdk_go source=context.go:101 msg="Pushing to CoreData" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.962321821Z app=app_functions_sdk_go source=encryption.go:60 msg="Encrypting with AES" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.96822461Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.973931299Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.979605264Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.985655869Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.991641727Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:41.997400062Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.003430784Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.00929723Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.015148844Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.020740741Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.026571213Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.033729774Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.039100077Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.044824198Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.050382221Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.055905531Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.079552963Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.084534535Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.089767114Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.095498556Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.101122116Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.107001493Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 --- FAIL: TestFilterOutByValueDescriptor (0.06s) 18:07:45 filter_test.go:215: 18:07:45 Error Trace: filter_test.go:215 18:07:45 Error: Should be true 18:07:45 Test: TestFilterOutByValueDescriptor 18:07:45 Messages: Pipeline should continue 18:07:45 filter_test.go:231: 18:07:45 Error Trace: filter_test.go:231 18:07:45 Error: Should be true 18:07:45 Test: TestFilterOutByValueDescriptor 18:07:45 Messages: Pipeline should continue 18:07:45 filter_test.go:235: 18:07:45 Error Trace: filter_test.go:235 18:07:45 Error: Should be true 18:07:45 Test: TestFilterOutByValueDescriptor 18:07:45 Messages: Pipeline should continue 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.112588909Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.11821533Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.1245983Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.131855841Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.137307173Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.143193221Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.149329395Z app=app_functions_sdk_go source=http.go:105 msg="Response: 404 Not Found" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.156631331Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.162935293Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.169994874Z app=app_functions_sdk_go source=http.go:105 msg="Response: 404 Not Found" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.175915865Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.183534014Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.191572418Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.197279297Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.203177776Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.210394463Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.216223925Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 18:07:45 --- FAIL: TestHTTPPostWithSecrets (0.04s) 18:07:45 http_test.go:121: Unexpected header name received application/json, expected application/json 18:07:45 http_test.go:120: 18:07:45 Error Trace: http_test.go:120 18:07:45 server.go:2042 18:07:45 server.go:2843 18:07:45 server.go:1925 18:07:45 asm_arm64.s:1136 18:07:45 Error: Not equal: 18:07:45 expected: "" 18:07:45 actual : "value" 18:07:45 18:07:45 Diff: 18:07:45 --- Expected 18:07:45 +++ Actual 18:07:45 @@ -1 +1 @@ 18:07:45 - 18:07:45 +value 18:07:45 Test: TestHTTPPostWithSecrets 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.222993655Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.228724057Z app=app_functions_sdk_go source=jsonlogic.go:66 msg="Condition met: true" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.23447458Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.240346486Z app=app_functions_sdk_go source=jsonlogic.go:66 msg="Condition met: true" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.246187929Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.25181536Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.257780276Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 18:07:45 --- FAIL: TestMQTTValidateSecrets (0.00s) 18:07:45 --- FAIL: TestMQTTValidateSecrets/CACert_no_error (0.00s) 18:07:45 mqttsecret_test.go:154: 18:07:45 Error Trace: mqttsecret_test.go:154 18:07:45 Error: Expected nil, but got: &errors.errorString{s:"Invalid AuthMode selected"} 18:07:45 Test: TestMQTTValidateSecrets/CACert_no_error 18:07:45 Messages: Should be nil 18:07:45 --- FAIL: TestMQTTValidateSecrets/CACert_invalid_error (0.00s) 18:07:45 mqttsecret_test.go:152: 18:07:45 Error Trace: mqttsecret_test.go:152 18:07:45 Error: Not equal: 18:07:45 expected: "Error parsing CA Certificate" 18:07:45 actual : "Invalid AuthMode selected" 18:07:45 18:07:45 Diff: 18:07:45 --- Expected 18:07:45 +++ Actual 18:07:45 @@ -1 +1 @@ 18:07:45 -Error parsing CA Certificate 18:07:45 +Invalid AuthMode selected 18:07:45 Test: TestMQTTValidateSecrets/CACert_invalid_error 18:07:45 --- FAIL: TestMQTTClientGetSecrets (0.00s) 18:07:45 --- FAIL: TestMQTTClientGetSecrets/Auth_With_Secrets (0.00s) 18:07:45 mqttsecret_test.go:193: 18:07:45 Error Trace: mqttsecret_test.go:193 18:07:45 Error: Not equal: 18:07:45 expected: &transforms.mqttSecrets{username:"TEST_USER", password:"TEST_PASS", keypemblock:[]uint8(nil), certpemblock:[]uint8(nil), capemblock:[]uint8(nil)} 18:07:45 actual : &transforms.mqttSecrets{username:"TEST_USER", password:"TEST_PASS", keypemblock:[]uint8{}, certpemblock:[]uint8{}, capemblock:[]uint8{}} 18:07:45 18:07:45 Diff: 18:07:45 --- Expected 18:07:45 +++ Actual 18:07:45 @@ -3,5 +3,8 @@ 18:07:45 password: (string) (len=9) "TEST_PASS", 18:07:45 - keypemblock: ([]uint8) , 18:07:45 - certpemblock: ([]uint8) , 18:07:45 - capemblock: ([]uint8) 18:07:45 + keypemblock: ([]uint8) { 18:07:45 + }, 18:07:45 + certpemblock: ([]uint8) { 18:07:45 + }, 18:07:45 + capemblock: ([]uint8) { 18:07:45 + } 18:07:45 }) 18:07:45 Test: TestMQTTClientGetSecrets/Auth_With_Secrets 18:07:45 --- FAIL: TestSetRetryDataPersistFalse (0.00s) 18:07:45 mqttsecret_test.go:342: 18:07:45 Error Trace: mqttsecret_test.go:342 18:07:45 Error: Expected nil, but got: []byte{0x74, 0x65, 0x73, 0x74, 0x20, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65} 18:07:45 Test: TestSetRetryDataPersistFalse 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.276098158Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.283054538Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.289988666Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.295821168Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.301114983Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.306058562Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.312112908Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.312390167Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.312790249Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.312924303Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603 Tag1:Value1 Tag2:Value2]" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.313135695Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.313232275Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.313404223Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:07:45 level=DEBUG ts=2020-09-10T18:07:42.31366483Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 18:07:45 FAIL 18:07:45 coverage: 70.9% of statements 18:07:45 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.628s 18:07:45 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.018s coverage: 94.4% of statements 18:07:45 FAIL 18:07:45 make: *** [Makefile:6: test] Error 1 [Pipeline] } 18:07:45 $ docker stop --time=1 363858d013ac31cf5bfc18b0257d9fccba7d2fa4115a23fa28d2b4e3f4039666 18:07:47 $ docker rm -f 363858d013ac31cf5bfc18b0257d9fccba7d2fa4115a23fa28d2b4e3f4039666 [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] } 18:07:49 Failed in branch arm64 [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 18:07:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:07:53 ---> package-listing.sh 18:07:53 ++ facter osfamily 18:07:53 ++ tr '[:upper:]' '[:lower:]' 18:07:53 + OS_FAMILY=redhat 18:07:53 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-478 18:07:53 + START_PACKAGES=/tmp/packages_start.txt 18:07:53 + END_PACKAGES=/tmp/packages_end.txt 18:07:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:07:53 + PACKAGES=/tmp/packages_start.txt 18:07:53 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 18:07:53 + PACKAGES=/tmp/packages_end.txt 18:07:53 + case "${OS_FAMILY}" in 18:07:53 + rpm -qa 18:07:53 + sort 18:07:57 + '[' -f /tmp/packages_start.txt ']' 18:07:57 + '[' -f /tmp/packages_end.txt ']' 18:07:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:07:57 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 18:07:57 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ 18:07:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ [Pipeline] isUnix [Pipeline] sh 18:07:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:07:57 18:07:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:07:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:07:58 alpine: Pulling from edgex-lftools-log-publisher 18:07:58 df20fa9351a1: Pulling fs layer 18:07:58 36b3adc4ff6f: Pulling fs layer 18:07:58 8ad3a11d3b57: Pulling fs layer 18:07:58 46f8f816bc3b: Pulling fs layer 18:07:58 0dadc02b9964: Pulling fs layer 18:07:58 ce6a7cf60c04: Pulling fs layer 18:07:58 7a184a31f384: Pulling fs layer 18:07:58 0879bd2ef858: Pulling fs layer 18:07:58 ce6a7cf60c04: Waiting 18:07:58 7a184a31f384: Waiting 18:07:58 46f8f816bc3b: Waiting 18:07:58 0dadc02b9964: Waiting 18:07:58 0879bd2ef858: Waiting 18:07:58 36b3adc4ff6f: Verifying Checksum 18:07:58 36b3adc4ff6f: Download complete 18:07:58 46f8f816bc3b: Download complete 18:07:58 df20fa9351a1: Download complete 18:07:58 ce6a7cf60c04: Verifying Checksum 18:07:58 ce6a7cf60c04: Download complete 18:07:58 0dadc02b9964: Verifying Checksum 18:07:58 0dadc02b9964: Download complete 18:07:58 7a184a31f384: Verifying Checksum 18:07:58 7a184a31f384: Download complete 18:07:58 df20fa9351a1: Pull complete 18:07:58 8ad3a11d3b57: Verifying Checksum 18:07:58 8ad3a11d3b57: Download complete 18:07:59 36b3adc4ff6f: Pull complete 18:07:59 0879bd2ef858: Verifying Checksum 18:07:59 0879bd2ef858: Download complete 18:07:59 8ad3a11d3b57: Pull complete 18:07:59 46f8f816bc3b: Pull complete 18:07:59 0dadc02b9964: Pull complete 18:08:00 ce6a7cf60c04: Pull complete 18:08:00 7a184a31f384: Pull complete 18:08:02 0879bd2ef858: Pull complete 18:08:02 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:08:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:08:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:08:03 prd-centos7-docker-4c-2g-2138 does not seem to be running inside a container 18:08:03 $ 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-478 -v /w/workspace/ndry_app-functions-sdk-go_PR-478:/w/workspace/ndry_app-functions-sdk-go_PR-478:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-478@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:10003/edgex-lftools-log-publisher:alpine cat 18:08:09 $ docker top 076e745cb237f08cd23a224193ea5a9aae5468af54b2d446ce5e2c221b9dd222 -eo pid,comm [Pipeline] { [Pipeline] sh 18:08:09 + mkdir -p /var/log/sa [Pipeline] sh 18:08:10 + ls /var/log/sa-host 18:08:10 + sadf -c /var/log/sa-host/sa05 18:08:10 file_magic: OK 18:08:10 HZ: Using current value: 100 18:08:10 file_header: OK 18:08:10 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 18:08:10 Statistics: 18:08:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:08:10 File successfully converted to sysstat format version 12.2.1 18:08:10 + sadf -c /var/log/sa-host/sa10 18:08:10 file_magic: OK 18:08:10 HZ: Using current value: 100 18:08:10 file_header: OK 18:08:10 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 18:08:10 Statistics: 18:08:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:08:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:08:10 provisioning config files... 18:08:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config5638573952925265327tmp [Pipeline] { [Pipeline] echo 18:08:10 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:08:10 ---> create-netrc.sh [Pipeline] echo 18:08:10 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:08:11 ---> logs-deploy.sh 18:08:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-478/2 18:08:11 INFO: archiving workspace using pattern(s): 18:08:12 Archives upload complete. 18:08:12 INFO: archiving logs to Nexus 18:08:13 ---> uname -a: 18:08:13 Linux 076e745cb237 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:08:13 18:08:13 18:08:13 ---> lscpu: 18:08:13 Architecture: x86_64 18:08:13 CPU op-mode(s): 32-bit, 64-bit 18:08:13 Byte Order: Little Endian 18:08:13 Address sizes: 40 bits physical, 48 bits virtual 18:08:13 CPU(s): 4 18:08:13 On-line CPU(s) list: 0-3 18:08:13 Thread(s) per core: 1 18:08:13 Core(s) per socket: 1 18:08:13 Socket(s): 4 18:08:13 NUMA node(s): 1 18:08:13 Vendor ID: GenuineIntel 18:08:13 CPU family: 6 18:08:13 Model: 44 18:08:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:08:13 Stepping: 1 18:08:13 CPU MHz: 2933.438 18:08:13 BogoMIPS: 5866.87 18:08:13 Virtualization: VT-x 18:08:13 Hypervisor vendor: KVM 18:08:13 Virtualization type: full 18:08:13 L1d cache: 128 KiB 18:08:13 L1i cache: 128 KiB 18:08:13 L2 cache: 16 MiB 18:08:13 L3 cache: 64 MiB 18:08:13 NUMA node0 CPU(s): 0-3 18:08:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:08:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:08:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:08:13 Vulnerability Meltdown: Mitigation; PTI 18:08:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:08:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:08:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:08:13 Vulnerability Tsx async abort: Not affected 18:08:13 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 18:08:13 18:08:13 18:08:13 ---> nproc: 18:08:13 4 18:08:13 18:08:13 18:08:13 ---> df -h: 18:08:13 Filesystem Size Used Available Use% Mounted on 18:08:13 overlay 50.0G 7.0G 43.0G 14% / 18:08:13 tmpfs 64.0M 0 64.0M 0% /dev 18:08:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:08:13 shm 64.0M 0 64.0M 0% /dev/shm 18:08:13 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 18:08:13 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 18:08:13 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 18:08:13 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 18:08:13 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-478 18:08:13 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp 18:08:13 18:08:13 18:08:13 ---> free -m: 18:08:13 total used free shared buff/cache available 18:08:13 Mem: 1837 659 134 0 1043 1070 18:08:13 Swap: 1023 0 1023 18:08:13 18:08:13 18:08:13 ---> ip addr: 18:08:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:08:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:08:13 inet 127.0.0.1/8 scope host lo 18:08:13 valid_lft forever preferred_lft forever 18:08:13 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:08:13 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:08:13 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:08:13 valid_lft forever preferred_lft forever 18:08:13 18:08:13 18:08:13 ---> sar -b -r -n DEV: 18:08:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 18:08:13 18:08:13 18:01:03 LINUX RESTART (4 CPU) 18:08:13 18:08:13 18:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:08:13 18:03:01 30.59 12.17 18.43 0.00 4587.35 3239.83 0.00 18:08:13 18:04:01 1.28 0.00 1.28 0.00 0.00 19.14 0.00 18:08:13 18:05:01 0.40 0.00 0.40 0.00 0.00 6.36 0.00 18:08:13 18:06:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 18:08:13 18:07:01 0.17 0.00 0.17 0.00 0.00 1.82 0.00 18:08:13 18:08:01 54.17 43.58 10.58 0.00 4285.57 3001.38 0.00 18:08:13 Average: 14.48 9.30 5.18 0.00 1479.35 1045.60 0.00 18:08:13 18:08:13 18:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:08:13 18:03:01 220288 0 572408 30.42 2620 1086240 1103260 37.65 422284 1080192 20 18:08:13 18:04:01 226928 0 565764 30.07 2620 1086244 1068676 36.47 422512 1073984 8 18:08:13 18:05:01 222784 0 569900 30.29 2620 1086252 1068796 36.48 427400 1073988 8 18:08:13 18:06:01 220888 0 571796 30.39 2620 1086252 1068836 36.48 431808 1071492 8 18:08:13 18:07:01 218932 0 573748 30.49 2620 1086256 1068880 36.48 439992 1065336 12 18:08:13 18:08:01 74944 0 689128 36.63 2620 1114864 1483704 50.64 511400 1107880 61684 18:08:13 Average: 197461 0 590457 31.38 2620 1091018 1143692 39.03 442566 1078812 10290 18:08:13 18:08:13 18:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:08:13 18:03:01 eth0 358.69 287.58 767.70 362.48 0.00 0.00 0.00 0.00 18:08:13 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:03:01 docker0 107.56 92.43 8.84 303.56 0.00 0.00 0.00 0.00 18:08:13 18:04:01 eth0 1.63 0.08 0.15 0.01 0.00 0.00 0.00 0.00 18:08:13 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:05:01 eth0 3.76 1.00 1.26 0.78 0.00 0.00 0.00 0.00 18:08:13 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:06:01 eth0 3.01 1.00 1.19 0.72 0.00 0.00 0.00 0.00 18:08:13 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:07:01 eth0 2.03 0.50 0.50 0.33 0.00 0.00 0.00 0.00 18:08:13 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:08:01 eth0 84.21 71.96 734.07 17.30 0.00 0.00 0.00 0.00 18:08:13 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 Average: eth0 75.58 60.37 250.90 63.62 0.00 0.00 0.00 0.00 18:08:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:08:13 Average: docker0 17.93 15.41 1.47 50.61 0.00 0.00 0.00 0.00 18:08:13 18:08:13 18:08:13 ---> sar -P ALL: 18:08:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 18:08:13 18:08:13 18:01:03 LINUX RESTART (4 CPU) 18:08:13 18:08:13 18:02:01 CPU %user %nice %system %iowait %steal %idle 18:08:13 18:03:01 all 5.01 0.00 2.54 0.73 0.01 91.72 18:08:13 18:03:01 0 4.75 0.00 3.06 0.59 0.02 91.59 18:08:13 18:03:01 1 6.16 0.00 2.35 1.66 0.02 89.81 18:08:13 18:03:01 2 4.41 0.00 2.46 0.52 0.02 92.59 18:08:13 18:03:01 3 4.71 0.00 2.28 0.13 0.00 92.87 18:08:13 18:04:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:08:13 18:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:08:13 18:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:08:13 18:04:01 2 0.45 0.00 0.05 0.00 0.00 99.50 18:08:13 18:04:01 3 0.07 0.00 0.05 0.00 0.00 99.88 18:08:13 18:05:01 all 0.18 0.00 0.04 0.00 0.00 99.78 18:08:13 18:05:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:08:13 18:05:01 1 0.08 0.00 0.05 0.00 0.00 99.87 18:08:13 18:05:01 2 0.55 0.00 0.05 0.00 0.00 99.40 18:08:13 18:05:01 3 0.05 0.00 0.00 0.00 0.00 99.95 18:08:13 18:06:01 all 0.13 0.00 0.05 0.00 0.00 99.81 18:08:13 18:06:01 0 0.03 0.00 0.08 0.00 0.00 99.88 18:08:13 18:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 18:08:13 18:06:01 2 0.35 0.00 0.07 0.00 0.00 99.58 18:08:13 18:06:01 3 0.08 0.00 0.05 0.00 0.02 99.85 18:08:13 18:07:01 all 0.16 0.00 0.08 0.00 0.01 99.75 18:08:13 18:07:01 0 0.02 0.00 0.17 0.00 0.02 99.80 18:08:13 18:07:01 1 0.03 0.00 0.03 0.00 0.02 99.92 18:08:13 18:07:01 2 0.55 0.00 0.05 0.00 0.00 99.40 18:08:13 18:07:01 3 0.05 0.00 0.07 0.00 0.00 99.88 18:08:13 18:08:01 all 2.48 0.00 1.47 0.97 0.02 95.07 18:08:13 18:08:01 0 1.74 0.00 1.10 0.07 0.00 97.09 18:08:13 18:08:01 1 3.10 0.00 1.87 2.96 0.02 92.05 18:08:13 18:08:01 2 3.11 0.00 1.57 0.73 0.03 94.55 18:08:13 18:08:01 3 1.97 0.00 1.32 0.12 0.02 96.57 18:08:13 Average: all 1.35 0.00 0.70 0.28 0.01 97.66 18:08:13 Average: 0 1.10 0.00 0.75 0.11 0.01 98.04 18:08:13 Average: 1 1.57 0.00 0.72 0.77 0.01 96.93 18:08:13 Average: 2 1.57 0.00 0.71 0.21 0.01 97.51 18:08:13 Average: 3 1.15 0.00 0.63 0.04 0.01 98.17 18:08:13 18:08:13 18:08:13