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 2e2e20a2afff0345c80348d55f505bd82c9da0fe+c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 (c3be2605adfb8f606c02e3b16c976d2e0bebffe8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-10’ is offline; ‘prd-centos7-docker-4c-2g-11’ is offline; ‘prd-centos7-docker-4c-2g-5’ is offline; ‘prd-centos7-docker-4c-2g-7’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13 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 c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 2e2e20a2afff0345c80348d55f505bd82c9da0fe Merge succeeded, producing 2e2e20a2afff0345c80348d55f505bd82c9da0fe Checking out Revision 2e2e20a2afff0345c80348d55f505bd82c9da0fe (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 2e2e20a2afff0345c80348d55f505bd82c9da0fe # 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 c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e2e20a2afff0345c80348d55f505bd82c9da0fe # timeout=10 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:22:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:22:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:22:47 ========================================================= 21:22:47 EdgeX Global Pipelines Version Info 21:22:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:22:48 ------------------- 21:22:48 stable info: 21:22:48 ------------------- 21:22:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:22:48 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:22:48 Message: update stable to v1.0.122 > git rev-list --no-walk 89fd32c84b345df5722f940feabe1cc679a40bc6 # timeout=10 21:22:49 ------------------- 21:22:49 experimental info: 21:22:49 ------------------- 21:22:49 Commited By: **** collab-it+edgex@linuxfoundation.org 21:22:49 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:22:49 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:22:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:22:50 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:22:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:22:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:22:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e2e20a2afff0345c80348d55f505bd82c9da0fe [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e2e20a [Pipeline] echo 21:22:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:22:54 + git log --format=format:%s -1 2e2e20a2afff0345c80348d55f505bd82c9da0fe [Pipeline] echo 21:22:54 GIT_COMMIT: 2e2e20a2afff0345c80348d55f505bd82c9da0fe, Commit Message: fix: Fixed broken unit tests now failing with Go 1.15.2 [Pipeline] echo 21:22:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:22:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:22:55 21:22:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:22:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:22:56 latest: Pulling from edgex-devops/git-semver 21:22:56 31603596830f: Pulling fs layer 21:22:56 2a8b12db71e7: Pulling fs layer 21:22:56 6ca5941a6612: Pulling fs layer 21:22:56 ecc8261a40a4: Pulling fs layer 21:22:56 ecc8261a40a4: Waiting 21:22:56 2a8b12db71e7: Verifying Checksum 21:22:56 31603596830f: Verifying Checksum 21:22:56 31603596830f: Download complete 21:22:56 ecc8261a40a4: Verifying Checksum 21:22:56 ecc8261a40a4: Download complete 21:22:56 6ca5941a6612: Verifying Checksum 21:22:56 6ca5941a6612: Download complete 21:22:56 31603596830f: Pull complete 21:22:56 2a8b12db71e7: Pull complete 21:22:57 6ca5941a6612: Pull complete 21:22:57 ecc8261a40a4: Pull complete 21:22:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:22:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:22:57 prd-centos7-docker-4c-2g-13 does not seem to be running inside a container 21:22:57 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:23:00 $ docker top 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:23:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:00 [ssh-agent] Looking for ssh-agent implementation... 21:23:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:00 $ docker exec 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 ssh-agent 21:23:00 SSH_AUTH_SOCK=/tmp/ssh-1xDrqBHsU5HV/agent.11 21:23:00 SSH_AGENT_PID=16 21:23:00 Running ssh-add (command line suppressed) 21:23:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_4907603564393557819.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_4907603564393557819.key) 21:23:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:01 + git describe --exact-match --tags HEAD 21:23:01 fatal: No names found, cannot describe anything. [Pipeline] } 21:23:01 $ docker exec --env ******** --env ******** 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 ssh-agent -k 21:23:01 unset SSH_AUTH_SOCK; 21:23:01 unset SSH_AGENT_PID; 21:23:01 echo Agent pid 16 killed; 21:23:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:23:01 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:23:01 This usually means this commit has not been tagged. [Pipeline] sshagent 21:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:01 [ssh-agent] Looking for ssh-agent implementation... 21:23:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:02 $ docker exec 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 ssh-agent 21:23:02 SSH_AUTH_SOCK=/tmp/ssh-D8OOkJYnAdbG/agent.45 21:23:02 SSH_AGENT_PID=50 21:23:02 Running ssh-add (command line suppressed) 21:23:02 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_6352614854402988669.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_6352614854402988669.key) 21:23:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:02 + git semver init 21:23:02 # -> Open(): unable to determine branch for HEAD 21:23:02 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.git 21:23:02 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-478 21:23:02 # $SEMVER_REMOTE_NAME = origin 21:23:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:23:02 # $SEMVER_USER_NAME = edgex-jenkins 21:23:02 # $SEMVER_BRANCH = PR-478 21:23:02 # $SEMVER_TEMP = /tmp/semver-238659756 21:23:02 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:23:05 # '/tmp/semver-238659756' -> '/w/workspace/ndry_app-functions-sdk-go_PR-478/.semver' 21:23:05 # -> Force: false 21:23:05 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.semver [Pipeline] } 21:23:05 $ docker exec --env ******** --env ******** 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 ssh-agent -k 21:23:05 unset SSH_AUTH_SOCK; 21:23:05 unset SSH_AGENT_PID; 21:23:05 echo Agent pid 50 killed; 21:23:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:23:05 + git semver [Pipeline] } 21:23:06 $ docker stop --time=1 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 21:23:07 $ docker rm -f 68f183fa13eb169dc4028c4d8473ee0da759fe998d8ef15a08cf70eab56a7137 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:23:09 Stashed 43 file(s) [Pipeline] echo 21:23:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 21:23:10 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 21:23:10 Running on prd-centos7-docker-4c-2g-16 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 21:23:10 Running in /w/workspace/app-functions-sdk-go/19 [Pipeline] { [Pipeline] checkout 21:23:13 using credential edgex-jenkins-ssh 21:23:13 Cloning the remote Git repository 21:23:13 Cloning with configured refspecs honoured and without tags 21:23:13 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:23:13 > git init /w/workspace/app-functions-sdk-go/19 # timeout=10 21:23:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:23:13 > git --version # timeout=10 21:23:13 > git --version # 'git version 2.16.5' 21:23:13 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:13 > 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 21:23:14 Fetching without tags 21:23:15 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 2e2e20a2afff0345c80348d55f505bd82c9da0fe 21:23:15 Merge succeeded, producing 2e2e20a2afff0345c80348d55f505bd82c9da0fe 21:23:15 Checking out Revision 2e2e20a2afff0345c80348d55f505bd82c9da0fe (PR-478) 21:23:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:23:14 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 21:23:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:23:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:23:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:14 > 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 21:23:15 > git config core.sparsecheckout # timeout=10 21:23:15 > git checkout -f 2e2e20a2afff0345c80348d55f505bd82c9da0fe # timeout=10 21:23:15 > git remote # timeout=10 21:23:15 > git config --get remote.origin.url # timeout=10 21:23:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:15 > git merge c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 21:23:15 > git rev-parse HEAD^{commit} # timeout=10 21:23:15 > git config core.sparsecheckout # timeout=10 21:23:15 > git checkout -f 2e2e20a2afff0345c80348d55f505bd82c9da0fe # timeout=10 21:23:19 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:23:21 ========================================================= 21:23:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:23:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:23:21 + 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 . 21:23:22 Sending build context to Docker daemon 37.16MB 21:23:22 Step 1/8 : ARG BASE=golang:1.15-alpine 21:23:22 Step 2/8 : FROM ${BASE} 21:23:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:23:22 df20fa9351a1: Pulling fs layer 21:23:22 ed8968b2872e: Pulling fs layer 21:23:22 a92cc7c5fd73: Pulling fs layer 21:23:22 e871e8e8d7a9: Pulling fs layer 21:23:22 e73272ec9a57: Pulling fs layer 21:23:22 1e910a182e73: Pulling fs layer 21:23:22 4e634b169226: Pulling fs layer 21:23:22 e871e8e8d7a9: Waiting 21:23:22 e73272ec9a57: Waiting 21:23:22 4e634b169226: Waiting 21:23:22 a92cc7c5fd73: Download complete 21:23:22 ed8968b2872e: Download complete 21:23:22 e73272ec9a57: Verifying Checksum 21:23:22 e73272ec9a57: Download complete 21:23:22 1e910a182e73: Verifying Checksum 21:23:22 1e910a182e73: Download complete 21:23:22 df20fa9351a1: Verifying Checksum 21:23:22 df20fa9351a1: Download complete 21:23:22 df20fa9351a1: Pull complete 21:23:23 ed8968b2872e: Pull complete 21:23:23 a92cc7c5fd73: Pull complete 21:23:25 4e634b169226: Verifying Checksum 21:23:25 4e634b169226: Download complete 21:23:25 Still waiting to schedule task 21:23:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-14’ is offline 21:23:25 e871e8e8d7a9: Verifying Checksum 21:23:25 e871e8e8d7a9: Download complete 21:23:31 e871e8e8d7a9: Pull complete 21:23:31 e73272ec9a57: Pull complete 21:23:31 1e910a182e73: Pull complete 21:23:38 4e634b169226: Pull complete 21:23:38 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:23:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:23:38 ---> f7629b54cfaa 21:23:38 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:23:38 latest: Pulling from library/docker 21:23:38 df20fa9351a1: Already exists 21:23:38 25ad7478873d: Pulling fs layer 21:23:38 4684f6177b5d: Pulling fs layer 21:23:38 46e300cec669: Pulling fs layer 21:23:38 63038576ad94: Pulling fs layer 21:23:38 0fdb76c4706c: Pulling fs layer 21:23:38 cb7edeffdfd5: Pulling fs layer 21:23:38 63038576ad94: Waiting 21:23:38 0fdb76c4706c: Waiting 21:23:38 cb7edeffdfd5: Waiting 21:23:38 4684f6177b5d: Verifying Checksum 21:23:38 4684f6177b5d: Download complete 21:23:38 25ad7478873d: Verifying Checksum 21:23:38 25ad7478873d: Download complete 21:23:38 63038576ad94: Verifying Checksum 21:23:38 63038576ad94: Download complete 21:23:38 cb7edeffdfd5: Verifying Checksum 21:23:38 cb7edeffdfd5: Download complete 21:23:38 0fdb76c4706c: Verifying Checksum 21:23:38 0fdb76c4706c: Download complete 21:23:38 25ad7478873d: Pull complete 21:23:38 4684f6177b5d: Pull complete 21:23:39 46e300cec669: Verifying Checksum 21:23:39 46e300cec669: Download complete 21:23:41 46e300cec669: Pull complete 21:23:41 63038576ad94: Pull complete 21:23:41 0fdb76c4706c: Pull complete 21:23:41 cb7edeffdfd5: Pull complete 21:23:41 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 21:23:41 Status: Downloaded newer image for docker:latest 21:23:43 ---> eb6d76338be5 21:23:43 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:23:43 ---> Running in c25f16a86cc8 21:23:43 Removing intermediate container c25f16a86cc8 21:23:43 ---> 8c62e7bac3ed 21:23:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:23:43 ---> Running in 0ebc0db4db0e 21:23:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:45 (1/5) Installing libsodium (1.0.18-r0) 21:23:45 (2/5) Installing libzmq (4.3.3-r0) 21:23:45 (3/5) Installing pkgconf (1.7.2-r0) 21:23:45 (4/5) Installing libsodium-dev (1.0.18-r0) 21:23:45 (5/5) Installing zeromq-dev (4.3.3-r0) 21:23:46 Executing busybox-1.31.1-r16.trigger 21:23:46 OK: 167 MiB in 44 packages 21:23:46 Removing intermediate container 0ebc0db4db0e 21:23:46 ---> eefa07425cb2 21:23:46 Step 6/8 : WORKDIR /build 21:23:46 ---> Running in 725e7e6f2aa2 21:23:46 Removing intermediate container 725e7e6f2aa2 21:23:46 ---> a434ebac99a7 21:23:46 Step 7/8 : COPY go.mod . 21:23:46 ---> ccf7af347101 21:23:46 Step 8/8 : RUN go mod download 21:23:46 ---> Running in 1d2cd672ea1b 21:24:13 Removing intermediate container 1d2cd672ea1b 21:24:13 ---> ae4fce5a5c51 21:24:13 Successfully built ae4fce5a5c51 21:24:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:24:14 + docker inspect -f . ci-base-image-x86_64 21:24:14 . [Pipeline] withDockerContainer 21:24:14 prd-centos7-docker-4c-2g-16 does not seem to be running inside a container 21:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/19 -v /w/workspace/app-functions-sdk-go/19:/w/workspace/app-functions-sdk-go/19:rw,z -v /w/workspace/app-functions-sdk-go/19@tmp:/w/workspace/app-functions-sdk-go/19@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 21:24:15 $ docker top d116688d0a5af40ae184fa0fe145797a3cb0c6ffa60d71bbd3fe330abb598ae6 -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:15 + go version 21:24:15 go version go1.15.2 linux/amd64 [Pipeline] } 21:24:15 $ docker stop --time=1 d116688d0a5af40ae184fa0fe145797a3cb0c6ffa60d71bbd3fe330abb598ae6 21:24:17 $ docker rm -f d116688d0a5af40ae184fa0fe145797a3cb0c6ffa60d71bbd3fe330abb598ae6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:24:17 + docker inspect -f . ci-base-image-x86_64 21:24:17 . [Pipeline] withDockerContainer 21:24:17 prd-centos7-docker-4c-2g-16 does not seem to be running inside a container 21:24:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/19 -v /w/workspace/app-functions-sdk-go/19:/w/workspace/app-functions-sdk-go/19:rw,z -v /w/workspace/app-functions-sdk-go/19@tmp:/w/workspace/app-functions-sdk-go/19@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 21:24:18 $ docker top b792974b1c867bdeaf4a26e03595dfcbe3cc06439336914725f58ae7cddf6c4a -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:19 + make test 21:24:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:24:20 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:24:27 # github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 21:24:27 internal/v2/dtos/requests/secrets.go:56:10: undefined: v2.NewErrContractInvalid 21:24:27 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.103s coverage: 86.2% of statements 21:24:37 FAIL github.com/edgexfoundry/app-functions-sdk-go/appsdk [build failed] 21:24:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:24:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:24:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 53.5% of statements 21:24:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:24:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.253s coverage: 69.1% of statements 21:24:38 # github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests [github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests.test] 21:24:38 internal/v2/dtos/requests/secrets.go:56: undefined: v2.NewErrContractInvalid 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.951s coverage: 61.6% of statements 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.004s coverage: 100.0% of statements 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.127s coverage: 100.0% of statements 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.007s coverage: 100.0% of statements 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.004s coverage: 96.6% of statements 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:24:53 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:24:53 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [build failed] 21:24:53 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.762s coverage: 75.0% of statements 21:24:53 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http [build failed] 21:24:53 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests [build failed] 21:24:53 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver [build failed] 21:25:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.434s coverage: 71.6% of statements 21:25:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 21:25:05 FAIL 21:25:05 make: *** [Makefile:6: test] Error 2 [Pipeline] } 21:25:05 $ docker stop --time=1 b792974b1c867bdeaf4a26e03595dfcbe3cc06439336914725f58ae7cddf6c4a 21:25:07 $ docker rm -f b792974b1c867bdeaf4a26e03595dfcbe3cc06439336914725f58ae7cddf6c4a [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] } 21:25:08 Failed in branch amd64 21:25:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 21:25:57 Running in /w/workspace/app-functions-sdk-go/19 [Pipeline] { [Pipeline] checkout 21:26:02 using credential edgex-jenkins-ssh 21:26:02 Cloning the remote Git repository 21:26:02 Cloning with configured refspecs honoured and without tags 21:26:02 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:26:02 > git init /w/workspace/app-functions-sdk-go/19 # timeout=10 21:26:02 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:26:02 > git --version # timeout=10 21:26:02 > git --version # 'git version 2.17.1' 21:26:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26: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 21:26:05 Fetching without tags 21:26:06 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 2e2e20a2afff0345c80348d55f505bd82c9da0fe 21:26:05 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:26:05 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 21:26:05 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:26:05 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:26:05 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:26:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26: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 21:26:06 > git config core.sparsecheckout # timeout=10 21:26:06 > git checkout -f 2e2e20a2afff0345c80348d55f505bd82c9da0fe # timeout=10 21:26:06 Merge succeeded, producing 2e2e20a2afff0345c80348d55f505bd82c9da0fe 21:26:06 Checking out Revision 2e2e20a2afff0345c80348d55f505bd82c9da0fe (PR-478) 21:26:06 > git remote # timeout=10 21:26:06 > git config --get remote.origin.url # timeout=10 21:26:06 using GIT_SSH to set credentials SSH Credentials for GitHub 21:26:06 > git merge c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 21:26:06 > git rev-parse HEAD^{commit} # timeout=10 21:26:06 > git config core.sparsecheckout # timeout=10 21:26:06 > git checkout -f 2e2e20a2afff0345c80348d55f505bd82c9da0fe # timeout=10 21:26:10 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:26:14 ========================================================= 21:26:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:26:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:26:15 + 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 . 21:26:16 Sending build context to Docker daemon 37.16MB 21:26:16 Step 1/8 : ARG BASE=golang:1.15-alpine 21:26:16 Step 2/8 : FROM ${BASE} 21:26:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:26:16 b538f80385f9: Pulling fs layer 21:26:16 74f711af9a0d: Pulling fs layer 21:26:16 99f96fe45779: Pulling fs layer 21:26:16 8529a6b9a6be: Pulling fs layer 21:26:16 45590311c82a: Pulling fs layer 21:26:16 69ca0ff8b7b3: Pulling fs layer 21:26:16 209524e5b208: Pulling fs layer 21:26:16 45590311c82a: Waiting 21:26:16 69ca0ff8b7b3: Waiting 21:26:16 209524e5b208: Waiting 21:26:16 8529a6b9a6be: Waiting 21:26:16 99f96fe45779: Download complete 21:26:16 74f711af9a0d: Verifying Checksum 21:26:16 74f711af9a0d: Download complete 21:26:16 45590311c82a: Verifying Checksum 21:26:16 45590311c82a: Download complete 21:26:16 69ca0ff8b7b3: Verifying Checksum 21:26:16 69ca0ff8b7b3: Download complete 21:26:16 b538f80385f9: Verifying Checksum 21:26:16 b538f80385f9: Download complete 21:26:17 b538f80385f9: Pull complete 21:26:18 74f711af9a0d: Pull complete 21:26:18 99f96fe45779: Pull complete 21:26:19 209524e5b208: Verifying Checksum 21:26:19 209524e5b208: Download complete 21:26:20 8529a6b9a6be: Download complete 21:26:30 8529a6b9a6be: Pull complete 21:26:31 45590311c82a: Pull complete 21:26:31 69ca0ff8b7b3: Pull complete 21:26:36 209524e5b208: Pull complete 21:26:36 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:26:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:26:36 ---> 5bddaf1c2fca 21:26:36 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:26:36 latest: Pulling from library/docker 21:26:36 b538f80385f9: Already exists 21:26:36 259a493cd78d: Pulling fs layer 21:26:36 b8e66b5100f5: Pulling fs layer 21:26:36 39dc9c94d07c: Pulling fs layer 21:26:36 551b823b3b82: Pulling fs layer 21:26:36 3c52a74df98c: Pulling fs layer 21:26:36 6c9b121b6998: Pulling fs layer 21:26:36 551b823b3b82: Waiting 21:26:36 3c52a74df98c: Waiting 21:26:36 6c9b121b6998: Waiting 21:26:36 b8e66b5100f5: Verifying Checksum 21:26:36 b8e66b5100f5: Download complete 21:26:36 259a493cd78d: Verifying Checksum 21:26:36 259a493cd78d: Download complete 21:26:36 551b823b3b82: Download complete 21:26:36 3c52a74df98c: Verifying Checksum 21:26:36 3c52a74df98c: Download complete 21:26:36 6c9b121b6998: Verifying Checksum 21:26:36 6c9b121b6998: Download complete 21:26:36 259a493cd78d: Pull complete 21:26:36 b8e66b5100f5: Pull complete 21:26:37 39dc9c94d07c: Verifying Checksum 21:26:37 39dc9c94d07c: Download complete 21:26:40 39dc9c94d07c: Pull complete 21:26:40 551b823b3b82: Pull complete 21:26:40 3c52a74df98c: Pull complete 21:26:41 6c9b121b6998: Pull complete 21:26:41 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 21:26:41 Status: Downloaded newer image for docker:latest 21:26:48 ---> 4a3764833fb1 21:26:48 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:26:48 ---> Running in 925d4bc1099a 21:26:48 Removing intermediate container 925d4bc1099a 21:26:48 ---> b1047bacd376 21:26:48 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:26:48 ---> Running in 14cbcdec6afe 21:26:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:26:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:26:51 (1/5) Installing libsodium (1.0.18-r0) 21:26:51 (2/5) Installing libzmq (4.3.3-r0) 21:26:51 (3/5) Installing pkgconf (1.7.2-r0) 21:26:51 (4/5) Installing libsodium-dev (1.0.18-r0) 21:26:51 (5/5) Installing zeromq-dev (4.3.3-r0) 21:26:51 Executing busybox-1.31.1-r16.trigger 21:26:51 OK: 144 MiB in 44 packages 21:26:53 Removing intermediate container 14cbcdec6afe 21:26:53 ---> 8ef21212678f 21:26:53 Step 6/8 : WORKDIR /build 21:26:53 ---> Running in d584f0a42bea 21:26:53 Removing intermediate container d584f0a42bea 21:26:53 ---> a59a3fd89858 21:26:53 Step 7/8 : COPY go.mod . 21:26:54 ---> a64f296e992c 21:26:54 Step 8/8 : RUN go mod download 21:26:54 ---> Running in 8a29adea057e 21:27:27 Removing intermediate container 8a29adea057e 21:27:27 ---> 3a8d34a84777 21:27:27 Successfully built 3a8d34a84777 21:27:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:27:27 + docker inspect -f . ci-base-image-arm64 21:27:27 . [Pipeline] withDockerContainer 21:27:27 prd-ubuntu18.04-docker-arm64-4c-16g-17 does not seem to be running inside a container 21:27:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/19 -v /w/workspace/app-functions-sdk-go/19:/w/workspace/app-functions-sdk-go/19:rw,z -v /w/workspace/app-functions-sdk-go/19@tmp:/w/workspace/app-functions-sdk-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:27:29 $ docker top 2d8fb0792da9ec61f290f6d7b05e117c18d1f8bc3548581bdebee8ccb11efc83 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:31 + go version 21:27:31 go version go1.15.2 linux/arm64 [Pipeline] } 21:27:31 $ docker stop --time=1 2d8fb0792da9ec61f290f6d7b05e117c18d1f8bc3548581bdebee8ccb11efc83 21:27:33 $ docker rm -f 2d8fb0792da9ec61f290f6d7b05e117c18d1f8bc3548581bdebee8ccb11efc83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:27:34 + docker inspect -f . ci-base-image-arm64 21:27:34 . [Pipeline] withDockerContainer 21:27:34 prd-ubuntu18.04-docker-arm64-4c-16g-17 does not seem to be running inside a container 21:27:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/19 -v /w/workspace/app-functions-sdk-go/19:/w/workspace/app-functions-sdk-go/19:rw,z -v /w/workspace/app-functions-sdk-go/19@tmp:/w/workspace/app-functions-sdk-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:27:36 $ docker top 3e5ca6f1d36732e02fe0383ae33d130f31e86182d64128c5b8032f01b819a479 -eo pid,comm [Pipeline] { [Pipeline] sh 21:27:38 + make test 21:27:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:27:40 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:27:55 # github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 21:27:55 internal/v2/dtos/requests/secrets.go:56:10: undefined: v2.NewErrContractInvalid 21:28:05 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.098s coverage: 86.2% of statements 21:28:32 FAIL github.com/edgexfoundry/app-functions-sdk-go/appsdk [build failed] 21:28:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:28:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:28:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.076s coverage: 53.5% of statements 21:28:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:28:33 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.385s coverage: 69.1% of statements 21:28:37 # github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests [github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests.test] 21:28:37 internal/v2/dtos/requests/secrets.go:56: undefined: v2.NewErrContractInvalid 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.709s coverage: 61.6% of statements 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.016s coverage: 89.5% of statements 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.031s coverage: 100.0% of statements 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.121s coverage: 100.0% of statements 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.021s coverage: 100.0% of statements 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:28:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:28:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:28:47 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [build failed] 21:28:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.064s coverage: 75.0% of statements 21:28:48 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http [build failed] 21:28:48 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests [build failed] 21:28:48 FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/webserver [build failed] 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.320703591Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.332159248Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.345588032Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.358578367Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.371564323Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.384822393Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.397487973Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.404237645Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 21:29:06 level=DEBUG ts=2020-09-16T21:28:41.410982647Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:43.411586467Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:43.411628508Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:43.418716666Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 21:29:06 level=DEBUG ts=2020-09-16T21:28:43.440364658Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 21:29:06 level=DEBUG ts=2020-09-16T21:28:43.447151061Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:28:53.447724413Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:29:03.448118846Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 21:29:06 level=DEBUG ts=2020-09-16T21:29:03.58280886Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 21:29:06 level=DEBUG ts=2020-09-16T21:29:03.582683797Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 21:29:06 level=DEBUG ts=2020-09-16T21:29:03.59061492Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 21:29:06 panic: interface conversion: interface {} is nil, not [][]uint8 21:29:06 21:29:06 goroutine 15 [running]: 21:29:06 github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x400002ae50, 0x400002ae60, 0x400015a900, 0x4000190600, 0x400002ae40) 21:29:06 /w/workspace/app-functions-sdk-go/19/pkg/transforms/batch_test.go:119 +0x224 21:29:06 created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 21:29:06 /w/workspace/app-functions-sdk-go/19/pkg/transforms/batch_test.go:114 +0x17c 21:29:06 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 22.299s 21:29:06 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 21:29:06 FAIL 21:29:06 make: *** [Makefile:6: test] Error 2 [Pipeline] } 21:29:06 $ docker stop --time=1 3e5ca6f1d36732e02fe0383ae33d130f31e86182d64128c5b8032f01b819a479 21:29:08 $ docker rm -f 3e5ca6f1d36732e02fe0383ae33d130f31e86182d64128c5b8032f01b819a479 [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] } 21:29:11 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 21:29:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:29:14 ---> package-listing.sh 21:29:14 ++ facter osfamily 21:29:14 ++ tr '[:upper:]' '[:lower:]' 21:29:14 + OS_FAMILY=redhat 21:29:14 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-478 21:29:14 + START_PACKAGES=/tmp/packages_start.txt 21:29:14 + END_PACKAGES=/tmp/packages_end.txt 21:29:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:29:14 + PACKAGES=/tmp/packages_start.txt 21:29:14 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 21:29:14 + PACKAGES=/tmp/packages_end.txt 21:29:14 + case "${OS_FAMILY}" in 21:29:14 + rpm -qa 21:29:14 + sort 21:29:18 + '[' -f /tmp/packages_start.txt ']' 21:29:18 + '[' -f /tmp/packages_end.txt ']' 21:29:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:29:18 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 21:29:18 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ 21:29:18 + 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 21:29:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:19 21:29:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:29:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:20 alpine: Pulling from edgex-lftools-log-publisher 21:29:20 df20fa9351a1: Pulling fs layer 21:29:20 36b3adc4ff6f: Pulling fs layer 21:29:20 8ad3a11d3b57: Pulling fs layer 21:29:20 46f8f816bc3b: Pulling fs layer 21:29:20 0dadc02b9964: Pulling fs layer 21:29:20 ce6a7cf60c04: Pulling fs layer 21:29:20 7a184a31f384: Pulling fs layer 21:29:20 0879bd2ef858: Pulling fs layer 21:29:20 46f8f816bc3b: Waiting 21:29:20 0dadc02b9964: Waiting 21:29:20 ce6a7cf60c04: Waiting 21:29:20 7a184a31f384: Waiting 21:29:20 0879bd2ef858: Waiting 21:29:20 36b3adc4ff6f: Verifying Checksum 21:29:20 36b3adc4ff6f: Download complete 21:29:20 46f8f816bc3b: Download complete 21:29:20 df20fa9351a1: Verifying Checksum 21:29:20 df20fa9351a1: Download complete 21:29:20 ce6a7cf60c04: Verifying Checksum 21:29:20 ce6a7cf60c04: Download complete 21:29:20 0dadc02b9964: Download complete 21:29:20 7a184a31f384: Verifying Checksum 21:29:20 7a184a31f384: Download complete 21:29:20 df20fa9351a1: Pull complete 21:29:20 8ad3a11d3b57: Verifying Checksum 21:29:20 8ad3a11d3b57: Download complete 21:29:20 36b3adc4ff6f: Pull complete 21:29:21 0879bd2ef858: Verifying Checksum 21:29:21 0879bd2ef858: Download complete 21:29:21 8ad3a11d3b57: Pull complete 21:29:21 46f8f816bc3b: Pull complete 21:29:21 0dadc02b9964: Pull complete 21:29:21 ce6a7cf60c04: Pull complete 21:29:22 7a184a31f384: Pull complete 21:29:24 0879bd2ef858: Pull complete 21:29:24 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:29:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:29:24 prd-centos7-docker-4c-2g-13 does not seem to be running inside a container 21:29:24 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:29:30 $ docker top b9420ea4ac4487b32607087494350be1e59a8f081c3e9d6b7821c29bc8ae1f6f -eo pid,comm [Pipeline] { [Pipeline] sh 21:29:30 + mkdir -p /var/log/sa [Pipeline] sh 21:29:31 + ls /var/log/sa-host 21:29:31 + sadf -c /var/log/sa-host/sa05 21:29:31 file_magic: OK 21:29:31 HZ: Using current value: 100 21:29:31 file_header: OK 21:29:31 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 21:29:31 Statistics: 21:29:31 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:29:31 File successfully converted to sysstat format version 12.2.1 21:29:31 + sadf -c /var/log/sa-host/sa16 21:29:31 file_magic: OK 21:29:31 HZ: Using current value: 100 21:29:31 file_header: OK 21:29:31 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 21:29:31 Statistics: 21:29:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:29:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:29:31 provisioning config files... 21:29:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config9136021205740034057tmp [Pipeline] { [Pipeline] echo 21:29:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:29:31 ---> create-netrc.sh [Pipeline] echo 21:29:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:29:32 ---> logs-deploy.sh 21:29:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-478/19 21:29:32 INFO: archiving workspace using pattern(s): 21:29:33 Archives upload complete. 21:29:33 INFO: archiving logs to Nexus