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 bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b+b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 (ca51adbaab9d901ecb1b58ab7ca182c9a88f6eb4) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2266 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 bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b Merge succeeded, producing bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b Checking out Revision bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b (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 bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b # 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 bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b # timeout=10 Commit message: "build: Switch to use Go 1.15" First time build. Skipping changelog. > git rev-list --no-walk 8dd39d4d515973c1552fac904a5be3429c579a0e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:51:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:51:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:51:11 ========================================================= 16:51:11 EdgeX Global Pipelines Version Info 16:51:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:51:13 ------------------- 16:51:13 stable info: 16:51:13 ------------------- 16:51:13 Commited By: Emilio Reyes emilio.reyes@intel.com 16:51:13 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 16:51:13 Message: update stable to v1.0.119 16:51:14 ------------------- 16:51:14 experimental info: 16:51:14 ------------------- 16:51:14 Commited By: **** collab-it+edgex@linuxfoundation.org 16:51:14 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 16:51:14 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:51:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:51:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:51:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:51:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:51:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:51:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:51:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 16:51:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 16:51:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b [Pipeline] echo 16:51:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbd7b90 [Pipeline] echo 16:51:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:51:18 + git log --format=format:%s -1 bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b [Pipeline] echo 16:51:19 GIT_COMMIT: bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b, Commit Message: build: Switch to use Go 1.15 [Pipeline] echo 16:51:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:51:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:20 16:51:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:51:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:21 latest: Pulling from edgex-devops/git-semver 16:51:21 31603596830f: Pulling fs layer 16:51:21 2a8b12db71e7: Pulling fs layer 16:51:21 6ca5941a6612: Pulling fs layer 16:51:21 ecc8261a40a4: Pulling fs layer 16:51:21 ecc8261a40a4: Waiting 16:51:21 2a8b12db71e7: Verifying Checksum 16:51:21 2a8b12db71e7: Download complete 16:51:21 31603596830f: Verifying Checksum 16:51:21 31603596830f: Download complete 16:51:21 ecc8261a40a4: Verifying Checksum 16:51:21 ecc8261a40a4: Download complete 16:51:21 6ca5941a6612: Verifying Checksum 16:51:21 6ca5941a6612: Download complete 16:51:21 31603596830f: Pull complete 16:51:21 2a8b12db71e7: Pull complete 16:51:23 6ca5941a6612: Pull complete 16:51:24 ecc8261a40a4: Pull complete 16:51:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:51:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:51:24 prd-centos7-docker-4c-2g-2266 does not seem to be running inside a container 16:51:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:51:26 $ docker top 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:51:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:51:27 [ssh-agent] Looking for ssh-agent implementation... 16:51:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:51:27 $ docker exec 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f ssh-agent 16:51:27 SSH_AUTH_SOCK=/tmp/ssh-A7Inx39V09Qx/agent.12 16:51:27 SSH_AGENT_PID=17 16:51:28 Running ssh-add (command line suppressed) 16:51:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_6001807541390953296.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_6001807541390953296.key) 16:51:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:51:28 + git describe --exact-match --tags HEAD 16:51:28 fatal: No names found, cannot describe anything. [Pipeline] } 16:51:28 $ docker exec --env ******** --env ******** 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f ssh-agent -k 16:51:28 unset SSH_AUTH_SOCK; 16:51:28 unset SSH_AGENT_PID; 16:51:28 echo Agent pid 17 killed; 16:51:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:51:29 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:51:29 This usually means this commit has not been tagged. [Pipeline] sshagent 16:51:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:51:29 [ssh-agent] Looking for ssh-agent implementation... 16:51:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:51:29 $ docker exec 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f ssh-agent 16:51:30 SSH_AUTH_SOCK=/tmp/ssh-0ZNEbB6P5quK/agent.46 16:51:30 SSH_AGENT_PID=51 16:51:30 Running ssh-add (command line suppressed) 16:51:30 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_943686981562121503.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_943686981562121503.key) 16:51:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:51:30 + git semver init 16:51:30 # -> Open(): unable to determine branch for HEAD 16:51:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.git 16:51:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-478 16:51:30 # $SEMVER_REMOTE_NAME = origin 16:51:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:51:30 # $SEMVER_USER_NAME = edgex-jenkins 16:51:30 # $SEMVER_BRANCH = PR-478 16:51:30 # $SEMVER_TEMP = /tmp/semver-477119307 16:51:30 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:51:35 # '/tmp/semver-477119307' -> '/w/workspace/ndry_app-functions-sdk-go_PR-478/.semver' 16:51:35 # -> Force: false 16:51:35 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.semver [Pipeline] } 16:51:35 $ docker exec --env ******** --env ******** 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f ssh-agent -k 16:51:35 unset SSH_AUTH_SOCK; 16:51:35 unset SSH_AGENT_PID; 16:51:35 echo Agent pid 51 killed; 16:51:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:51:36 + git semver [Pipeline] } 16:51:36 $ docker stop --time=1 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f 16:51:38 $ docker rm -f 2184c5d2f1abe53da8b953270ae94fd312cebae37345119bbdd0e2724e40597f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:51:42 Stashed 41 file(s) [Pipeline] echo 16:51:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 16:51:42 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 16:51:58 Still waiting to schedule task 16:51:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:51:58 Still waiting to schedule task 16:51:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:53:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2267 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 16:53:54 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 16:53:58 using credential edgex-jenkins-ssh 16:53:58 Cloning the remote Git repository 16:53:58 Cloning with configured refspecs honoured and without tags 16:53:58 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:53:58 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 16:53:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:53:59 > git --version # timeout=10 16:53:59 > git --version # 'git version 2.17.1' 16:53:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:59 > 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 16:54:01 Fetching without tags 16:54:02 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b 16:54:03 Merge succeeded, producing bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b 16:54:03 Checking out Revision bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b (PR-478) 16:54:01 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:54:01 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 16:54:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:54:01 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:54:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:54:01 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:01 > 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 16:54:02 > git config core.sparsecheckout # timeout=10 16:54:02 > git checkout -f bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b # timeout=10 16:54:02 > git remote # timeout=10 16:54:02 > git config --get remote.origin.url # timeout=10 16:54:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:03 > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 16:54:03 > git rev-parse HEAD^{commit} # timeout=10 16:54:03 > git config core.sparsecheckout # timeout=10 16:54:03 > git checkout -f bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b # timeout=10 16:54:07 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 16:54:10 ========================================================= 16:54:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:54:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:54:11 + 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 . 16:54:13 Sending build context to Docker daemon 37.17MB 16:54:13 Step 1/8 : ARG BASE=golang:1.15-alpine 16:54:13 Step 2/8 : FROM ${BASE} 16:54:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:54:13 b538f80385f9: Pulling fs layer 16:54:13 74f711af9a0d: Pulling fs layer 16:54:13 99f96fe45779: Pulling fs layer 16:54:13 8529a6b9a6be: Pulling fs layer 16:54:13 45590311c82a: Pulling fs layer 16:54:13 69ca0ff8b7b3: Pulling fs layer 16:54:13 209524e5b208: Pulling fs layer 16:54:13 8529a6b9a6be: Waiting 16:54:13 45590311c82a: Waiting 16:54:13 69ca0ff8b7b3: Waiting 16:54:13 209524e5b208: Waiting 16:54:13 99f96fe45779: Download complete 16:54:13 74f711af9a0d: Verifying Checksum 16:54:13 74f711af9a0d: Download complete 16:54:13 45590311c82a: Verifying Checksum 16:54:13 45590311c82a: Download complete 16:54:14 69ca0ff8b7b3: Verifying Checksum 16:54:14 69ca0ff8b7b3: Download complete 16:54:14 b538f80385f9: Verifying Checksum 16:54:14 b538f80385f9: Download complete 16:54:14 b538f80385f9: Pull complete 16:54:15 74f711af9a0d: Pull complete 16:54:15 99f96fe45779: Pull complete 16:54:17 209524e5b208: Verifying Checksum 16:54:17 8529a6b9a6be: Verifying Checksum 16:54:17 8529a6b9a6be: Download complete 16:54:27 8529a6b9a6be: Pull complete 16:54:27 45590311c82a: Pull complete 16:54:28 69ca0ff8b7b3: Pull complete 16:54:32 209524e5b208: Pull complete 16:54:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:54:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:54:32 ---> 5bddaf1c2fca 16:54:32 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:54:32 latest: Pulling from library/docker 16:54:32 b538f80385f9: Already exists 16:54:32 259a493cd78d: Pulling fs layer 16:54:32 b8e66b5100f5: Pulling fs layer 16:54:32 39dc9c94d07c: Pulling fs layer 16:54:32 551b823b3b82: Pulling fs layer 16:54:32 3c52a74df98c: Pulling fs layer 16:54:32 6c9b121b6998: Pulling fs layer 16:54:32 3c52a74df98c: Waiting 16:54:32 551b823b3b82: Waiting 16:54:32 6c9b121b6998: Waiting 16:54:32 b8e66b5100f5: Verifying Checksum 16:54:32 b8e66b5100f5: Download complete 16:54:32 259a493cd78d: Verifying Checksum 16:54:32 259a493cd78d: Download complete 16:54:32 3c52a74df98c: Verifying Checksum 16:54:32 3c52a74df98c: Download complete 16:54:32 6c9b121b6998: Verifying Checksum 16:54:32 6c9b121b6998: Download complete 16:54:33 259a493cd78d: Pull complete 16:54:33 551b823b3b82: Verifying Checksum 16:54:33 551b823b3b82: Download complete 16:54:33 b8e66b5100f5: Pull complete 16:54:33 39dc9c94d07c: Verifying Checksum 16:54:33 39dc9c94d07c: Download complete 16:54:36 39dc9c94d07c: Pull complete 16:54:37 551b823b3b82: Pull complete 16:54:37 3c52a74df98c: Pull complete 16:54:38 6c9b121b6998: Pull complete 16:54:38 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:54:38 Status: Downloaded newer image for docker:latest 16:54:44 ---> 845b791c07ff 16:54:44 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:54:44 ---> Running in 4c0348590fe9 16:54:44 Removing intermediate container 4c0348590fe9 16:54:44 ---> 9a0500b130f1 16:54:44 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:54:44 ---> Running in 9199f5dbb25b 16:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:47 (1/5) Installing libsodium (1.0.18-r0) 16:54:47 (2/5) Installing libzmq (4.3.3-r0) 16:54:48 (3/5) Installing pkgconf (1.7.2-r0) 16:54:48 (4/5) Installing libsodium-dev (1.0.18-r0) 16:54:48 (5/5) Installing zeromq-dev (4.3.3-r0) 16:54:48 Executing busybox-1.31.1-r16.trigger 16:54:48 OK: 144 MiB in 44 packages 16:54:49 Removing intermediate container 9199f5dbb25b 16:54:49 ---> 0e8b46e5aefd 16:54:49 Step 6/8 : WORKDIR /build 16:54:49 ---> Running in 1c9bf1586dcf 16:54:50 Removing intermediate container 1c9bf1586dcf 16:54:50 ---> 2ed7019dc14b 16:54:50 Step 7/8 : COPY go.mod . 16:54:50 ---> 96522d3432ea 16:54:50 Step 8/8 : RUN go mod download 16:54:50 ---> Running in af3e715dd4a9 16:54:54 Running on prd-centos7-docker-4c-2g-2268 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 16:54:54 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 16:55:02 using credential edgex-jenkins-ssh 16:55:02 Cloning the remote Git repository 16:55:02 Cloning with configured refspecs honoured and without tags 16:55:02 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:55:02 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 16:55:02 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:55:02 > git --version # timeout=10 16:55:02 > git --version # 'git version 2.16.5' 16:55:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:02 > 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 16:55:05 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:55:05 Fetching without tags 16:55:06 Merging remotes/origin/master commit b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 into PR head commit bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b 16:55:06 Merge succeeded, producing bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b 16:55:06 Checking out Revision bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b (PR-478) 16:55:05 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 16:55:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:05 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:55:05 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:55:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:05 > 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 16:55:06 > git config core.sparsecheckout # timeout=10 16:55:06 > git checkout -f bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b # timeout=10 16:55:06 > git remote # timeout=10 16:55:06 > git config --get remote.origin.url # timeout=10 16:55:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:06 > git merge b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 16:55:06 > git rev-parse HEAD^{commit} # timeout=10 16:55:06 > git config core.sparsecheckout # timeout=10 16:55:06 > git checkout -f bbd7b90e3502b9d8e77c6a90a93ae744ff1c719b # timeout=10 16:55:10 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 16:55:13 ========================================================= 16:55:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:55:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:55:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:55:16 Sending build context to Docker daemon 37.17MB 16:55:16 Step 1/8 : ARG BASE=golang:1.15-alpine 16:55:16 Step 2/8 : FROM ${BASE} 16:55:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:55:16 df20fa9351a1: Pulling fs layer 16:55:16 ed8968b2872e: Pulling fs layer 16:55:16 a92cc7c5fd73: Pulling fs layer 16:55:16 e871e8e8d7a9: Pulling fs layer 16:55:16 e73272ec9a57: Pulling fs layer 16:55:16 1e910a182e73: Pulling fs layer 16:55:16 4e634b169226: Pulling fs layer 16:55:16 1e910a182e73: Waiting 16:55:16 e871e8e8d7a9: Waiting 16:55:16 4e634b169226: Waiting 16:55:16 e73272ec9a57: Waiting 16:55:16 a92cc7c5fd73: Verifying Checksum 16:55:16 a92cc7c5fd73: Download complete 16:55:16 ed8968b2872e: Verifying Checksum 16:55:16 ed8968b2872e: Download complete 16:55:16 e73272ec9a57: Verifying Checksum 16:55:16 e73272ec9a57: Download complete 16:55:16 1e910a182e73: Verifying Checksum 16:55:16 1e910a182e73: Download complete 16:55:16 df20fa9351a1: Verifying Checksum 16:55:16 df20fa9351a1: Download complete 16:55:17 df20fa9351a1: Pull complete 16:55:17 ed8968b2872e: Pull complete 16:55:17 a92cc7c5fd73: Pull complete 16:55:20 4e634b169226: Verifying Checksum 16:55:20 4e634b169226: Download complete 16:55:21 e871e8e8d7a9: Verifying Checksum 16:55:21 e871e8e8d7a9: Download complete 16:55:23 Removing intermediate container af3e715dd4a9 16:55:23 ---> 44f51260e679 16:55:23 Successfully built 44f51260e679 16:55:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:24 + docker inspect -f . ci-base-image-arm64 16:55:24 . [Pipeline] withDockerContainer 16:55:24 prd-ubuntu18.04-docker-arm64-4c-16g-2267 does not seem to be running inside a container 16:55:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:55:26 $ docker top 48d558f65be296f65b9cfac8b41d9eb707e20a2d9a793395844ed3a521750b04 -eo pid,comm [Pipeline] { [Pipeline] sh 16:55:27 + go version 16:55:27 go version go1.15.2 linux/arm64 [Pipeline] sh 16:55:28 + make test 16:55:28 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:55:30 e871e8e8d7a9: Pull complete 16:55:30 e73272ec9a57: Pull complete 16:55:30 1e910a182e73: Pull complete 16:55:30 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:55:37 4e634b169226: Pull complete 16:55:37 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:55:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:55:37 ---> f7629b54cfaa 16:55:37 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:55:37 latest: Pulling from library/docker 16:55:37 df20fa9351a1: Already exists 16:55:37 25ad7478873d: Pulling fs layer 16:55:37 4684f6177b5d: Pulling fs layer 16:55:37 46e300cec669: Pulling fs layer 16:55:37 63038576ad94: Pulling fs layer 16:55:37 0fdb76c4706c: Pulling fs layer 16:55:37 cb7edeffdfd5: Pulling fs layer 16:55:37 0fdb76c4706c: Waiting 16:55:37 cb7edeffdfd5: Waiting 16:55:37 63038576ad94: Waiting 16:55:37 4684f6177b5d: Download complete 16:55:37 25ad7478873d: Download complete 16:55:37 63038576ad94: Verifying Checksum 16:55:37 63038576ad94: Download complete 16:55:37 0fdb76c4706c: Verifying Checksum 16:55:37 0fdb76c4706c: Download complete 16:55:38 25ad7478873d: Pull complete 16:55:38 cb7edeffdfd5: Verifying Checksum 16:55:38 cb7edeffdfd5: Download complete 16:55:38 4684f6177b5d: Pull complete 16:55:39 46e300cec669: Verifying Checksum 16:55:39 46e300cec669: Download complete 16:55:42 46e300cec669: Pull complete 16:55:42 63038576ad94: Pull complete 16:55:42 0fdb76c4706c: Pull complete 16:55:42 cb7edeffdfd5: Pull complete 16:55:42 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 16:55:42 Status: Downloaded newer image for docker:latest 16:55:45 ---> 9d0638770bd5 16:55:45 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:55:45 ---> Running in 15634cc94a0f 16:55:45 Removing intermediate container 15634cc94a0f 16:55:45 ---> 457fa7df2c61 16:55:45 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:55:45 ---> Running in 0fd7477fbd78 16:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:47 (1/5) Installing libsodium (1.0.18-r0) 16:55:47 (2/5) Installing libzmq (4.3.3-r0) 16:55:47 (3/5) Installing pkgconf (1.7.2-r0) 16:55:47 (4/5) Installing libsodium-dev (1.0.18-r0) 16:55:47 (5/5) Installing zeromq-dev (4.3.3-r0) 16:55:47 Executing busybox-1.31.1-r16.trigger 16:55:47 OK: 167 MiB in 44 packages 16:55:48 Removing intermediate container 0fd7477fbd78 16:55:48 ---> ec1d1f4eaf4b 16:55:48 Step 6/8 : WORKDIR /build 16:55:48 ---> Running in ac572d76d17a 16:55:48 Removing intermediate container ac572d76d17a 16:55:48 ---> 0b7848242cfa 16:55:48 Step 7/8 : COPY go.mod . 16:55:49 ---> 6ccd2c0ac8ad 16:55:49 Step 8/8 : RUN go mod download 16:55:49 ---> Running in 3d538c6d4d43 16:55:53 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.156s coverage: 86.2% of statements 16:56:21 Removing intermediate container 3d538c6d4d43 16:56:21 ---> 7dad6e9b8550 16:56:21 Successfully built 7dad6e9b8550 16:56:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:22 + docker inspect -f . ci-base-image-x86_64 16:56:22 . [Pipeline] withDockerContainer 16:56:22 prd-centos7-docker-4c-2g-2268 does not seem to be running inside a container 16:56:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:56:23 $ docker top a8a7889f0ddba5af3100d0c343d36e19b114be5d92f445294d2e8c387b432d6e -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:24 + go version 16:56:24 go version go1.15.2 linux/amd64 [Pipeline] sh 16:56:24 + make test 16:56:24 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:56:26 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:56:32 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.067s coverage: 56.1% of statements 16:56:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:56:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:56:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.081s coverage: 53.5% of statements 16:56:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:56:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.258s coverage: 69.1% of statements 16:56:39 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.095s coverage: 86.2% of statements 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.509s coverage: 73.2% of statements 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.027s coverage: 89.5% of statements 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.023s coverage: 100.0% of statements 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.093s coverage: 100.0% of statements 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 9.4% of statements 16:56:43 level=INFO ts=2020-09-11T16:56:35.631830827Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 16:56:43 level=INFO ts=2020-09-11T16:56:35.642814688Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: 'events' @ tcp://localhost:5563" 16:56:43 level=INFO ts=2020-09-11T16:56:35.650617773Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: 'publish' @ tcp://*:5563" 16:56:43 level=INFO ts=2020-09-11T16:56:35.65751207Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'aaaa'" 16:56:43 level=INFO ts=2020-09-11T16:56:35.665075298Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 16:56:43 level=INFO ts=2020-09-11T16:56:35.670565683Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: '' @ tcp://localhost:5564" 16:56:43 level=INFO ts=2020-09-11T16:56:35.676655727Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: '' @ tcp://*:5566" 16:56:43 --- FAIL: TestInitializeAndProcessEventWithNoOutput (3.32s) 16:56:43 messaging_test.go:174: 16:56:43 Error Trace: messaging_test.go:174 16:56:43 Error: Should be true 16:56:43 Test: TestInitializeAndProcessEventWithNoOutput 16:56:43 Messages: Transform never called 16:56:43 level=INFO ts=2020-09-11T16:56:38.986639055Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 16:56:43 level=INFO ts=2020-09-11T16:56:38.996751699Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: 'SubscribeTopic' @ tcp://localhost:5584" 16:56:43 level=INFO ts=2020-09-11T16:56:39.00378292Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: 'PublishTopic' @ tcp://*:5586" 16:56:43 level=DEBUG ts=2020-09-11T16:56:39.313013689Z app=app_functions_sdk_go source=runtime.go:59 msg="Processing message: 1 Transforms" 16:56:43 level=INFO ts=2020-09-11T16:56:42.313353623Z app=app_functions_sdk_go source=messaging.go:47 msg="Initializing Message Bus Trigger for 'zero'" 16:56:43 level=INFO ts=2020-09-11T16:56:42.428438705Z app=app_functions_sdk_go source=messaging.go:61 msg="Subscribing to topic: 'SubscribeTopic' @ tcp://localhost:5590" 16:56:43 level=INFO ts=2020-09-11T16:56:42.436500286Z app=app_functions_sdk_go source=messaging.go:71 msg="Publishing to topic: 'PublishTopic' @ tcp://*:5588" 16:56:43 FAIL 16:56:43 coverage: 75.0% of statements 16:56:43 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.138s 16:56:43 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.033s coverage: 89.3% of statements 16:56:43 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.030s coverage: 88.9% of statements 16:56:43 level=ERROR ts=2020-09-11T16:56:38.261703735Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" 16:56:43 level=INFO ts=2020-09-11T16:56:38.285106398Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.292002495Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.298842381Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.305668246Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.312377438Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.318997777Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.327186973Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.333858993Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.342430271Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:56:43 level=INFO ts=2020-09-11T16:56:38.349458842Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:56:43 level=ERROR ts=2020-09-11T16:56:38.357073591Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 16:56:43 level=ERROR ts=2020-09-11T16:56:38.364427442Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 16:56:43 level=ERROR ts=2020-09-11T16:56:38.37134697Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" 16:56:43 level=ERROR ts=2020-09-11T16:56:38.379468374Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" 16:56:43 --- FAIL: TestPostSecretRoute (0.04s) 16:56:43 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret (0.01s) 16:56:43 server_test.go:202: 16:56:43 Error Trace: server_test.go:202 16:56:43 Error: Not equal: 16:56:43 expected: 201 16:56:43 actual : 500 16:56:43 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret 16:56:43 Messages: Expected secret doesn't match postSecret 16:56:43 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets (0.01s) 16:56:43 server_test.go:202: 16:56:43 Error Trace: server_test.go:202 16:56:43 Error: Not equal: 16:56:43 expected: 201 16:56:43 actual : 500 16:56:43 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets 16:56:43 Messages: Expected secret doesn't match postSecret 16:56:43 FAIL 16:56:43 coverage: 81.3% of statements 16:56:43 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.166s 16:57:02 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.069s coverage: 56.1% of statements 16:57:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:57:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:57:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.049s coverage: 53.5% of statements 16:57:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:57:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.510s coverage: 69.1% of statements 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.686578663Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.696887962Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.703454809Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.709705307Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.715556203Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.72144475Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.728241074Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.734078569Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:05 level=DEBUG ts=2020-09-11T16:56:40.740408509Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:42.740989049Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:42.741057841Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:42.746638638Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 16:57:05 level=DEBUG ts=2020-09-11T16:56:42.768177284Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:05 level=DEBUG ts=2020-09-11T16:56:42.775608587Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:56:52.776539999Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:57:02.776858264Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:05 level=DEBUG ts=2020-09-11T16:57:02.800225008Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 16:57:05 level=DEBUG ts=2020-09-11T16:57:02.80028624Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:05 level=DEBUG ts=2020-09-11T16:57:02.806393861Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:05 panic: interface conversion: interface {} is nil, not [][]uint8 16:57:05 16:57:05 goroutine 38 [running]: 16:57:05 github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x400020a0f0, 0x400020a100, 0x4000226080, 0x4000200180, 0x400020a0e0) 16:57:05 /w/workspace/app-functions-sdk-go/4/pkg/transforms/batch_test.go:119 +0x224 16:57:05 created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 16:57:05 /w/workspace/app-functions-sdk-go/4/pkg/transforms/batch_test.go:114 +0x17c 16:57:05 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 22.148s 16:57:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 16:57:05 FAIL 16:57:05 make: *** [Makefile:6: test] Error 1 [Pipeline] } 16:57:05 $ docker stop --time=1 48d558f65be296f65b9cfac8b41d9eb707e20a2d9a793395844ed3a521750b04 16:57:07 $ docker rm -f 48d558f65be296f65b9cfac8b41d9eb707e20a2d9a793395844ed3a521750b04 [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] } 16:57:09 Failed in branch arm64 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.615s coverage: 73.2% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.031s coverage: 89.5% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.038s coverage: 100.0% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.079s coverage: 100.0% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.010s coverage: 100.0% of statements 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.009s coverage: 97.7% of statements 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:57:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.014s coverage: 9.4% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.046s coverage: 75.0% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.035s coverage: 89.3% of statements 16:57:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.018s coverage: 88.9% of statements 16:57:14 level=ERROR ts=2020-09-11T16:57:06.548952866Z app=app_functions_sdk_go source=server.go:122 msg="Error encoding the data: json: unsupported value: +Inf" 16:57:14 level=INFO ts=2020-09-11T16:57:06.561524451Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.569714929Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.576877714Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.596877658Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.603482906Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.609789434Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.616599378Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.622699451Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.629371032Z app=app_functions_sdk_go source=server.go:284 msg="Registering standard routes..." 16:57:14 level=INFO ts=2020-09-11T16:57:06.635405015Z app=app_functions_sdk_go source=controller.go:62 msg="Registering standard V2 routes..." 16:57:14 level=ERROR ts=2020-09-11T16:57:06.640916186Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 16:57:14 level=ERROR ts=2020-09-11T16:57:06.646159443Z app=app_functions_sdk_go source=server.go:268 msg="Storing secret failed: can't store secret(s) 'SecretProvider' is not properly initialized" 16:57:14 level=ERROR ts=2020-09-11T16:57:06.651625787Z app=app_functions_sdk_go source=server.go:268 msg="Missing required field 'Secrets'" 16:57:14 level=ERROR ts=2020-09-11T16:57:06.656765491Z app=app_functions_sdk_go source=server.go:268 msg="Failed to parse json payload: invalid character '<' looking for beginning of value" 16:57:14 --- FAIL: TestPostSecretRoute (0.03s) 16:57:14 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret (0.01s) 16:57:14 server_test.go:202: 16:57:14 Error Trace: server_test.go:202 16:57:14 Error: Not equal: 16:57:14 expected: 201 16:57:14 actual : 500 16:57:14 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_one_secret 16:57:14 Messages: Expected secret doesn't match postSecret 16:57:14 --- FAIL: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets (0.01s) 16:57:14 server_test.go:202: 16:57:14 Error Trace: server_test.go:202 16:57:14 Error: Not equal: 16:57:14 expected: 201 16:57:14 actual : 500 16:57:14 Test: TestPostSecretRoute/PostSecretRoute:_Good_case_with_two_secrets 16:57:14 Messages: Expected secret doesn't match postSecret 16:57:14 FAIL 16:57:14 coverage: 81.3% of statements 16:57:14 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.124s 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.57031683Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.578892709Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.584113007Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.588257415Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.593173025Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.598027108Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.603121822Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.60746405Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:36 level=DEBUG ts=2020-09-11T16:57:08.611849355Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:10.612414054Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:10.612894931Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:10.647938631Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 16:57:36 level=DEBUG ts=2020-09-11T16:57:10.772738294Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:36 level=DEBUG ts=2020-09-11T16:57:10.781452045Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:20.781980453Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.782675974Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.793577625Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.793805447Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.803843927Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.808991861Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.80905061Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:30.809112724Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.813631749Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.823975488Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.829027158Z app=app_functions_sdk_go source=compression.go:48 msg="Compression with GZIP" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.834917345Z app=app_functions_sdk_go source=compression.go:48 msg="Compression with GZIP" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.842249985Z app=app_functions_sdk_go source=compression.go:75 msg="Compression with ZLIB" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.848156084Z app=app_functions_sdk_go source=compression.go:75 msg="Compression with ZLIB" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.854363124Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.859962368Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.864837164Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.869936002Z app=app_functions_sdk_go source=conversion.go:43 msg="Transforming to XML" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.888921737Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.895028196Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.89988409Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.917293813Z app=app_functions_sdk_go source=conversion.go:60 msg="Transforming to JSON" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.919723194Z app=app_functions_sdk_go source=context.go:78 msg="Marking event as pushed" 16:57:36 level=ERROR ts=2020-09-11T16:57:33.922927288Z app=app_functions_sdk_go source=coredata.go:41 msg="No EventID or EventChecksum Provided" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.925761266Z app=app_functions_sdk_go source=context.go:101 msg="Pushing to CoreData" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.945565713Z app=app_functions_sdk_go source=encryption.go:60 msg="Encrypting with AES" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.948451603Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.951606956Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.953669823Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.955530335Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.957410714Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.959482864Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.961569761Z app=app_functions_sdk_go source=filter.go:44 msg="Filtering by DeviceID" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.963576793Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:33.96760324Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.062243272Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.065269554Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.069648477Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.072354614Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.074501335Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.07649067Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.078566349Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.080650753Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.083648816Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.085769832Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.088721549Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.091903025Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.094955519Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 --- FAIL: TestFilterOutByValueDescriptor (0.02s) 16:57:36 filter_test.go:215: 16:57:36 Error Trace: filter_test.go:215 16:57:36 Error: Should be true 16:57:36 Test: TestFilterOutByValueDescriptor 16:57:36 Messages: Pipeline should continue 16:57:36 filter_test.go:231: 16:57:36 Error Trace: filter_test.go:231 16:57:36 Error: Should be true 16:57:36 Test: TestFilterOutByValueDescriptor 16:57:36 Messages: Pipeline should continue 16:57:36 filter_test.go:235: 16:57:36 Error Trace: filter_test.go:235 16:57:36 Error: Should be true 16:57:36 Test: TestFilterOutByValueDescriptor 16:57:36 Messages: Pipeline should continue 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.098303051Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.101195334Z app=app_functions_sdk_go source=filter.go:86 msg="Filtering by ValueDescriptor" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.105990127Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.11325156Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.115947433Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.118164897Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.121521316Z app=app_functions_sdk_go source=http.go:105 msg="Response: 404 Not Found" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.124982967Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.128034526Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.131149419Z app=app_functions_sdk_go source=http.go:105 msg="Response: 404 Not Found" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.133723093Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.137389462Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.140671409Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.145121529Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.147655506Z app=app_functions_sdk_go source=http.go:98 msg="POSTing data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.150927845Z app=app_functions_sdk_go source=http.go:105 msg="Response: 200 OK" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.163861222Z app=app_functions_sdk_go source=http.go:106 msg="Sent data: test message" 16:57:36 --- FAIL: TestHTTPPostWithSecrets (0.04s) 16:57:36 http_test.go:121: Unexpected header name received application/json, expected application/json 16:57:36 http_test.go:120: 16:57:36 Error Trace: http_test.go:120 16:57:36 server.go:2042 16:57:36 server.go:2843 16:57:36 server.go:1925 16:57:36 asm_amd64.s:1374 16:57:36 Error: Not equal: 16:57:36 expected: "" 16:57:36 actual : "value" 16:57:36 16:57:36 Diff: 16:57:36 --- Expected 16:57:36 +++ Actual 16:57:36 @@ -1 +1 @@ 16:57:36 - 16:57:36 +value 16:57:36 Test: TestHTTPPostWithSecrets 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.175045627Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.178166457Z app=app_functions_sdk_go source=jsonlogic.go:66 msg="Condition met: true" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.180515585Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.185930812Z app=app_functions_sdk_go source=jsonlogic.go:66 msg="Condition met: true" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.194910665Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.197526134Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.201448798Z app=app_functions_sdk_go source=jsonlogic.go:58 msg="Applying JSONLogic Rule" 16:57:36 --- FAIL: TestMQTTValidateSecrets (0.00s) 16:57:36 --- FAIL: TestMQTTValidateSecrets/CACert_no_error (0.00s) 16:57:36 mqttsecret_test.go:154: 16:57:36 Error Trace: mqttsecret_test.go:154 16:57:36 Error: Expected nil, but got: &errors.errorString{s:"Invalid AuthMode selected"} 16:57:36 Test: TestMQTTValidateSecrets/CACert_no_error 16:57:36 Messages: Should be nil 16:57:36 --- FAIL: TestMQTTValidateSecrets/CACert_invalid_error (0.00s) 16:57:36 mqttsecret_test.go:152: 16:57:36 Error Trace: mqttsecret_test.go:152 16:57:36 Error: Not equal: 16:57:36 expected: "Error parsing CA Certificate" 16:57:36 actual : "Invalid AuthMode selected" 16:57:36 16:57:36 Diff: 16:57:36 --- Expected 16:57:36 +++ Actual 16:57:36 @@ -1 +1 @@ 16:57:36 -Error parsing CA Certificate 16:57:36 +Invalid AuthMode selected 16:57:36 Test: TestMQTTValidateSecrets/CACert_invalid_error 16:57:36 --- FAIL: TestMQTTClientGetSecrets (0.00s) 16:57:36 --- FAIL: TestMQTTClientGetSecrets/Auth_With_Secrets (0.00s) 16:57:36 mqttsecret_test.go:193: 16:57:36 Error Trace: mqttsecret_test.go:193 16:57:36 Error: Not equal: 16:57:36 expected: &transforms.mqttSecrets{username:"TEST_USER", password:"TEST_PASS", keypemblock:[]uint8(nil), certpemblock:[]uint8(nil), capemblock:[]uint8(nil)} 16:57:36 actual : &transforms.mqttSecrets{username:"TEST_USER", password:"TEST_PASS", keypemblock:[]uint8{}, certpemblock:[]uint8{}, capemblock:[]uint8{}} 16:57:36 16:57:36 Diff: 16:57:36 --- Expected 16:57:36 +++ Actual 16:57:36 @@ -3,5 +3,8 @@ 16:57:36 password: (string) (len=9) "TEST_PASS", 16:57:36 - keypemblock: ([]uint8) , 16:57:36 - certpemblock: ([]uint8) , 16:57:36 - capemblock: ([]uint8) 16:57:36 + keypemblock: ([]uint8) { 16:57:36 + }, 16:57:36 + certpemblock: ([]uint8) { 16:57:36 + }, 16:57:36 + capemblock: ([]uint8) { 16:57:36 + } 16:57:36 }) 16:57:36 Test: TestMQTTClientGetSecrets/Auth_With_Secrets 16:57:36 --- FAIL: TestSetRetryDataPersistFalse (0.00s) 16:57:36 mqttsecret_test.go:342: 16:57:36 Error Trace: mqttsecret_test.go:342 16:57:36 Error: Expected nil, but got: []byte{0x74, 0x65, 0x73, 0x74, 0x20, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65} 16:57:36 Test: TestSetRetryDataPersistFalse 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.211558101Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.214311071Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.216529655Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.218768929Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.222181382Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.224744348Z app=app_functions_sdk_go source=outputdata.go:38 msg="Setting output data" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.226950806Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227034761Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227212424Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227271641Z 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]" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227367046Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227424883Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227499801Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:57:36 level=DEBUG ts=2020-09-11T16:57:34.227578036Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 16:57:36 FAIL 16:57:36 coverage: 70.9% of statements 16:57:36 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.672s 16:57:36 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.026s coverage: 94.4% of statements 16:57:36 FAIL 16:57:36 make: *** [Makefile:6: test] Error 1 [Pipeline] } 16:57:36 $ docker stop --time=1 a8a7889f0ddba5af3100d0c343d36e19b114be5d92f445294d2e8c387b432d6e 16:57:38 $ docker rm -f a8a7889f0ddba5af3100d0c343d36e19b114be5d92f445294d2e8c387b432d6e [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] } 16:57:40 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:57:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:57:44 ---> package-listing.sh 16:57:44 ++ facter osfamily 16:57:44 ++ tr '[:upper:]' '[:lower:]' 16:57:44 + OS_FAMILY=redhat 16:57:44 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-478 16:57:44 + START_PACKAGES=/tmp/packages_start.txt 16:57:44 + END_PACKAGES=/tmp/packages_end.txt 16:57:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:57:44 + PACKAGES=/tmp/packages_start.txt 16:57:44 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 16:57:44 + PACKAGES=/tmp/packages_end.txt 16:57:44 + case "${OS_FAMILY}" in 16:57:44 + rpm -qa 16:57:44 + sort 16:57:48 + '[' -f /tmp/packages_start.txt ']' 16:57:48 + '[' -f /tmp/packages_end.txt ']' 16:57:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:57:48 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 16:57:48 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ 16:57:48 + 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 16:57:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:50 16:57:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:57:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:50 alpine: Pulling from edgex-lftools-log-publisher 16:57:50 df20fa9351a1: Pulling fs layer 16:57:50 36b3adc4ff6f: Pulling fs layer 16:57:50 8ad3a11d3b57: Pulling fs layer 16:57:50 46f8f816bc3b: Pulling fs layer 16:57:50 0dadc02b9964: Pulling fs layer 16:57:50 ce6a7cf60c04: Pulling fs layer 16:57:50 7a184a31f384: Pulling fs layer 16:57:50 0879bd2ef858: Pulling fs layer 16:57:50 46f8f816bc3b: Waiting 16:57:50 0dadc02b9964: Waiting 16:57:50 ce6a7cf60c04: Waiting 16:57:50 7a184a31f384: Waiting 16:57:50 0879bd2ef858: Waiting 16:57:51 36b3adc4ff6f: Verifying Checksum 16:57:51 36b3adc4ff6f: Download complete 16:57:51 46f8f816bc3b: Verifying Checksum 16:57:51 46f8f816bc3b: Download complete 16:57:51 df20fa9351a1: Verifying Checksum 16:57:51 ce6a7cf60c04: Verifying Checksum 16:57:51 ce6a7cf60c04: Download complete 16:57:51 7a184a31f384: Download complete 16:57:51 0dadc02b9964: Verifying Checksum 16:57:51 0dadc02b9964: Download complete 16:57:52 8ad3a11d3b57: Verifying Checksum 16:57:52 8ad3a11d3b57: Download complete 16:57:52 df20fa9351a1: Pull complete 16:57:52 36b3adc4ff6f: Pull complete 16:57:53 0879bd2ef858: Verifying Checksum 16:57:53 0879bd2ef858: Download complete 16:57:53 8ad3a11d3b57: Pull complete 16:57:53 46f8f816bc3b: Pull complete 16:57:54 0dadc02b9964: Pull complete 16:57:54 ce6a7cf60c04: Pull complete 16:57:54 7a184a31f384: Pull complete 16:57:58 0879bd2ef858: Pull complete 16:57:58 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:57:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:57:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:57:58 prd-centos7-docker-4c-2g-2266 does not seem to be running inside a container 16:57:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:58:04 $ docker top 57079f0ea19b41f017295f0a4d4bc5ba59d892333aeb474de588f56a4560bab7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:04 + mkdir -p /var/log/sa [Pipeline] sh 16:58:05 + ls /var/log/sa-host 16:58:05 + sadf -c /var/log/sa-host/sa05 16:58:05 file_magic: OK 16:58:05 HZ: Using current value: 100 16:58:05 file_header: OK 16:58:05 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 16:58:05 Statistics: 16:58:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:58:05 File successfully converted to sysstat format version 12.2.1 16:58:05 + sadf -c /var/log/sa-host/sa11 16:58:05 file_magic: OK 16:58:05 HZ: Using current value: 100 16:58:05 file_header: OK 16:58:05 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 16:58:05 Statistics: 16:58:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:58:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:58:05 provisioning config files... 16:58:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config5647648866428922322tmp [Pipeline] { [Pipeline] echo 16:58:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:58:05 ---> create-netrc.sh [Pipeline] echo 16:58:05 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:58:05 ---> logs-deploy.sh 16:58:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-478/4 16:58:05 INFO: archiving workspace using pattern(s): 16:58:07 Archives upload complete. 16:58:08 INFO: archiving logs to Nexus