Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:lfit/releng-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22868 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/undry_app-functions-sdk-go_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" > git rev-list --no-walk a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:04:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:04:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:04:44 ========================================================= 22:04:44 EdgeX Global Pipelines Version Info 22:04:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:04:45 ------------------- 22:04:45 stable info: 22:04:45 ------------------- 22:04:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:04:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:04:45 Message: update stable to v1.0.179 22:04:46 ------------------- 22:04:46 experimental info: 22:04:46 ------------------- 22:04:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:04:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:04:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:04:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:04:46 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:04:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 22:04:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo 22:04:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eab384c [Pipeline] echo 22:04:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:04:51 + git log --format=format:%s -1 eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b [Pipeline] echo 22:04:51 GIT_COMMIT: eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b, Commit Message: fix: Upgrade to go-mod-messaging with ZMQ fix (#660) [Pipeline] echo 22:04:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:04:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:04:52 22:04:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:04:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:04:52 latest: Pulling from edgex-devops/git-semver 22:04:52 31603596830f: Pulling fs layer 22:04:52 2a8b12db71e7: Pulling fs layer 22:04:52 6ca5941a6612: Pulling fs layer 22:04:52 ecc8261a40a4: Pulling fs layer 22:04:52 ecc8261a40a4: Waiting 22:04:52 2a8b12db71e7: Download complete 22:04:53 31603596830f: Verifying Checksum 22:04:53 31603596830f: Download complete 22:04:53 6ca5941a6612: Verifying Checksum 22:04:53 6ca5941a6612: Download complete 22:04:53 ecc8261a40a4: Verifying Checksum 22:04:53 ecc8261a40a4: Download complete 22:04:53 31603596830f: Pull complete 22:04:53 2a8b12db71e7: Pull complete 22:04:54 6ca5941a6612: Pull complete 22:04:54 ecc8261a40a4: Pull complete 22:04:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:04:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:04:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:04:54 prd-centos7-docker-4c-2g-22868 does not seem to be running inside a container 22:04:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:04:56 $ docker top 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:04:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:04:57 [ssh-agent] Looking for ssh-agent implementation... 22:04:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:04:57 $ docker exec 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 ssh-agent 22:04:57 SSH_AUTH_SOCK=/tmp/ssh-aeFwQaJ9Wp7q/agent.12 22:04:57 SSH_AGENT_PID=17 22:04:57 Running ssh-add (command line suppressed) 22:04:57 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_537941126590770990.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_537941126590770990.key) 22:04:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:04:58 + git tag --points-at HEAD [Pipeline] } 22:04:58 $ docker exec --env ******** --env ******** 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 ssh-agent -k 22:04:58 unset SSH_AUTH_SOCK; 22:04:58 unset SSH_AGENT_PID; 22:04:58 echo Agent pid 17 killed; 22:04:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:04:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:04:58 [ssh-agent] Looking for ssh-agent implementation... 22:04:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:04:58 $ docker exec 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 ssh-agent 22:04:58 SSH_AUTH_SOCK=/tmp/ssh-6eXMQ7jTwjYR/agent.46 22:04:58 SSH_AGENT_PID=52 22:04:58 Running ssh-add (command line suppressed) 22:04:58 Identity added: /w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_503816569381368446.key (/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/private_key_503816569381368446.key) 22:04:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:04:59 + git semver init 22:04:59 # -> Open(): unable to determine branch for HEAD 22:04:59 # $GIT_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.git 22:04:59 # $GIT_WORK_TREE = /w/workspace/undry_app-functions-sdk-go_hanoi 22:04:59 # $SEMVER_REMOTE_NAME = origin 22:04:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:04:59 # $SEMVER_USER_NAME = edgex-jenkins 22:04:59 # $SEMVER_BRANCH = hanoi 22:04:59 # $SEMVER_TEMP = /tmp/semver-415240695 22:04:59 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:05:01 # '/tmp/semver-415240695' -> '/w/workspace/undry_app-functions-sdk-go_hanoi/.semver' 22:05:01 # -> Force: false 22:05:01 # $SEMVER_DIR = /w/workspace/undry_app-functions-sdk-go_hanoi/.semver [Pipeline] } 22:05:01 $ docker exec --env ******** --env ******** 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 ssh-agent -k 22:05:01 unset SSH_AUTH_SOCK; 22:05:01 unset SSH_AGENT_PID; 22:05:01 echo Agent pid 52 killed; 22:05:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:05:02 + git semver [Pipeline] } 22:05:02 $ docker stop --time=1 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 22:05:03 $ docker rm -f 0abd28fe16a09d178f0ca3550ea30c1c0f849c465e88b3fb29d44ecb367459c7 [Pipeline] // withDockerContainer [Pipeline] sh 22:05:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:05:05 Stashed 1 file(s) [Pipeline] echo 22:05:05 [edgeXSemver]: initialized semver on 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 22:05:20 Still waiting to schedule task 22:05:20 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:05:20 Still waiting to schedule task 22:05:20 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 22:06:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22869 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 22:07:00 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:07:04 using credential edgex-jenkins-ssh 22:07:04 Cloning the remote Git repository 22:07:04 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:07:05 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 22:07:05 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:07:05 > git --version # timeout=10 22:07:05 > git --version # 'git version 2.17.1' 22:07:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:07:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:07:08 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) 22:07:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:07:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:07:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:07:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:07:08 using GIT_SSH to set credentials SSH Credentials for GitHub 22:07:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 22:07:08 > git config core.sparsecheckout # timeout=10 22:07:08 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 22:07:13 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:07:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:07:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:07:15 + true 22:07:15 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:07:18 ========================================================= 22:07:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:07:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:07:19 + 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 . 22:07:20 Sending build context to Docker daemon 19.2MB 22:07:20 Step 1/8 : ARG BASE=golang:1.15-alpine 22:07:20 Step 2/8 : FROM ${BASE} 22:07:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:07:20 5f621e34cdf4: Pulling fs layer 22:07:20 a4357932f1b6: Pulling fs layer 22:07:20 18c013af1878: Pulling fs layer 22:07:20 00ac8860ef70: Pulling fs layer 22:07:20 63d7cb157983: Pulling fs layer 22:07:20 b116817d02f9: Pulling fs layer 22:07:20 745a02a5169b: Pulling fs layer 22:07:20 00ac8860ef70: Waiting 22:07:20 63d7cb157983: Waiting 22:07:20 b116817d02f9: Waiting 22:07:20 745a02a5169b: Waiting 22:07:20 18c013af1878: Verifying Checksum 22:07:20 18c013af1878: Download complete 22:07:20 a4357932f1b6: Verifying Checksum 22:07:20 a4357932f1b6: Download complete 22:07:20 63d7cb157983: Download complete 22:07:20 b116817d02f9: Verifying Checksum 22:07:20 b116817d02f9: Download complete 22:07:20 5f621e34cdf4: Verifying Checksum 22:07:20 5f621e34cdf4: Download complete 22:07:21 5f621e34cdf4: Pull complete 22:07:21 a4357932f1b6: Pull complete 22:07:22 18c013af1878: Pull complete 22:07:23 745a02a5169b: Verifying Checksum 22:07:23 745a02a5169b: Download complete 22:07:24 00ac8860ef70: Verifying Checksum 22:07:24 00ac8860ef70: Download complete 22:07:34 00ac8860ef70: Pull complete 22:07:34 63d7cb157983: Pull complete 22:07:34 b116817d02f9: Pull complete 22:07:38 745a02a5169b: Pull complete 22:07:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:07:38 ---> b7e6874047d6 22:07:38 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:07:38 latest: Pulling from library/docker 22:07:38 159e5727ea61: Pulling fs layer 22:07:38 687389c36290: Pulling fs layer 22:07:38 94e28978939c: Pulling fs layer 22:07:38 81bd9c9fe1b1: Pulling fs layer 22:07:38 0c5a7137269a: Pulling fs layer 22:07:38 650eeba05d50: Pulling fs layer 22:07:38 283d3dba4d5b: Pulling fs layer 22:07:38 81bd9c9fe1b1: Waiting 22:07:38 0c5a7137269a: Waiting 22:07:38 650eeba05d50: Waiting 22:07:38 283d3dba4d5b: Waiting 22:07:38 94e28978939c: Verifying Checksum 22:07:38 94e28978939c: Download complete 22:07:38 687389c36290: Verifying Checksum 22:07:38 687389c36290: Download complete 22:07:38 0c5a7137269a: Download complete 22:07:38 650eeba05d50: Verifying Checksum 22:07:38 650eeba05d50: Download complete 22:07:38 159e5727ea61: Download complete 22:07:38 283d3dba4d5b: Verifying Checksum 22:07:38 283d3dba4d5b: Download complete 22:07:39 159e5727ea61: Pull complete 22:07:40 687389c36290: Pull complete 22:07:40 81bd9c9fe1b1: Verifying Checksum 22:07:40 81bd9c9fe1b1: Download complete 22:07:40 94e28978939c: Pull complete 22:07:44 Running on prd-centos7-docker-4c-2g-22870 in /w/workspace/undry_app-functions-sdk-go_hanoi [Pipeline] { [Pipeline] ws 22:07:44 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:07:44 81bd9c9fe1b1: Pull complete 22:07:44 0c5a7137269a: Pull complete 22:07:44 650eeba05d50: Pull complete 22:07:45 283d3dba4d5b: Pull complete 22:07:45 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 22:07:45 Status: Downloaded newer image for docker:latest 22:07:46 using credential edgex-jenkins-ssh 22:07:46 Cloning the remote Git repository 22:07:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:07:46 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 22:07:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:07:46 > git --version # timeout=10 22:07:46 > git --version # 'git version 2.24.3' 22:07:46 using GIT_SSH to set credentials SSH Credentials for GitHub 22:07:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:07:48 Checking out Revision eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b (hanoi) 22:07:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:07:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:07:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:07:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:07:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:07:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 22:07:48 > git config core.sparsecheckout # timeout=10 22:07:48 > git checkout -f eab384cb48ea5ff1c4c70e4f0c6d42e5e6c3609b # timeout=10 22:07:51 ---> 00a6b0a3ee38 22:07:51 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:07:51 ---> Running in 9a2cab329beb 22:07:51 Removing intermediate container 9a2cab329beb 22:07:51 ---> 2661de390046 22:07:51 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:07:51 ---> Running in a991f4201e12 22:07:52 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix (#660)" 22:07:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:07:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:07:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:07:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:07:54 + sudo service docker restart 22:07:54 + true 22:07:54 Redirecting to /bin/systemctl restart docker.service 22:07:54 (1/5) Installing libsodium (1.0.18-r0) 22:07:54 (2/5) Installing libzmq (4.3.3-r0) 22:07:54 (3/5) Installing pkgconf (1.7.2-r0) 22:07:54 (4/5) Installing libsodium-dev (1.0.18-r0) 22:07:54 (5/5) Installing zeromq-dev (4.3.3-r0) 22:07:54 Executing busybox-1.31.1-r19.trigger 22:07:54 OK: 144 MiB in 44 packages [Pipeline] unstash [Pipeline] echo 22:07:55 ========================================================= 22:07:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:07:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:07:55 + 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 . 22:07:56 Removing intermediate container a991f4201e12 22:07:56 ---> ff9d33072632 22:07:56 Step 6/8 : WORKDIR /build 22:07:56 Sending build context to Docker daemon 19.2MB 22:07:56 Step 1/8 : ARG BASE=golang:1.15-alpine 22:07:56 Step 2/8 : FROM ${BASE} 22:07:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:07:56 188c0c94c7c5: Pulling fs layer 22:07:56 0ef7d3d256c8: Pulling fs layer 22:07:56 de9db76c5a1d: Pulling fs layer 22:07:56 bca2f99d35d6: Pulling fs layer 22:07:56 93359f2a8cfa: Pulling fs layer 22:07:56 7c6f9722023f: Pulling fs layer 22:07:56 a35cf1a2eb13: Pulling fs layer 22:07:56 93359f2a8cfa: Waiting 22:07:56 7c6f9722023f: Waiting 22:07:56 a35cf1a2eb13: Waiting 22:07:56 bca2f99d35d6: Waiting 22:07:56 de9db76c5a1d: Verifying Checksum 22:07:56 de9db76c5a1d: Download complete 22:07:56 0ef7d3d256c8: Download complete 22:07:56 93359f2a8cfa: Verifying Checksum 22:07:56 93359f2a8cfa: Download complete 22:07:56 7c6f9722023f: Verifying Checksum 22:07:56 7c6f9722023f: Download complete 22:07:56 188c0c94c7c5: Download complete 22:07:56 ---> Running in eb32b3d31529 22:07:56 Removing intermediate container eb32b3d31529 22:07:56 ---> 508b923bc195 22:07:56 Step 7/8 : COPY go.mod . 22:07:56 188c0c94c7c5: Pull complete 22:07:56 0ef7d3d256c8: Pull complete 22:07:57 de9db76c5a1d: Pull complete 22:07:57 ---> b593b4c0396b 22:07:57 Step 8/8 : RUN go mod download 22:07:57 ---> Running in e7ace7abed6e 22:07:58 a35cf1a2eb13: Verifying Checksum 22:07:58 a35cf1a2eb13: Download complete 22:07:58 bca2f99d35d6: Verifying Checksum 22:07:58 bca2f99d35d6: Download complete 22:08:03 bca2f99d35d6: Pull complete 22:08:03 93359f2a8cfa: Pull complete 22:08:03 7c6f9722023f: Pull complete 22:08:12 a35cf1a2eb13: Pull complete 22:08:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:08:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:08:12 ---> a62c8e92a672 22:08:12 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:08:12 latest: Pulling from library/docker 22:08:12 801bfaa63ef2: Pulling fs layer 22:08:12 4f7dc993c79e: Pulling fs layer 22:08:12 d39d95e4997f: Pulling fs layer 22:08:12 ae283de69b7d: Pulling fs layer 22:08:12 1962c7344fe5: Pulling fs layer 22:08:12 aa7a3367c785: Pulling fs layer 22:08:12 5e259227d438: Pulling fs layer 22:08:12 1962c7344fe5: Waiting 22:08:12 aa7a3367c785: Waiting 22:08:12 5e259227d438: Waiting 22:08:12 ae283de69b7d: Waiting 22:08:12 d39d95e4997f: Verifying Checksum 22:08:12 d39d95e4997f: Download complete 22:08:12 4f7dc993c79e: Verifying Checksum 22:08:12 4f7dc993c79e: Download complete 22:08:12 1962c7344fe5: Verifying Checksum 22:08:12 1962c7344fe5: Download complete 22:08:12 801bfaa63ef2: Verifying Checksum 22:08:12 801bfaa63ef2: Download complete 22:08:12 aa7a3367c785: Download complete 22:08:12 5e259227d438: Verifying Checksum 22:08:12 5e259227d438: Download complete 22:08:12 801bfaa63ef2: Pull complete 22:08:12 4f7dc993c79e: Pull complete 22:08:12 d39d95e4997f: Pull complete 22:08:12 ae283de69b7d: Verifying Checksum 22:08:12 ae283de69b7d: Download complete 22:08:14 ae283de69b7d: Pull complete 22:08:14 1962c7344fe5: Pull complete 22:08:14 aa7a3367c785: Pull complete 22:08:15 5e259227d438: Pull complete 22:08:15 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 22:08:15 Status: Downloaded newer image for docker:latest 22:08:16 ---> 3c4f51522d4c 22:08:16 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:08:16 ---> Running in d56a29810b7f 22:08:16 Removing intermediate container d56a29810b7f 22:08:16 ---> aa08c9b28733 22:08:16 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:08:16 ---> Running in 7b17f4068026 22:08:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:08:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:08:19 (1/5) Installing libsodium (1.0.18-r0) 22:08:19 (2/5) Installing libzmq (4.3.3-r0) 22:08:19 (3/5) Installing pkgconf (1.7.2-r0) 22:08:19 (4/5) Installing libsodium-dev (1.0.18-r0) 22:08:19 (5/5) Installing zeromq-dev (4.3.3-r0) 22:08:19 Executing busybox-1.31.1-r19.trigger 22:08:19 OK: 167 MiB in 44 packages 22:08:20 Removing intermediate container 7b17f4068026 22:08:20 ---> b763aa62da8f 22:08:20 Step 6/8 : WORKDIR /build 22:08:20 ---> Running in e71e9dc8beb5 22:08:20 Removing intermediate container e71e9dc8beb5 22:08:20 ---> 5f755a6404c8 22:08:20 Step 7/8 : COPY go.mod . 22:08:20 ---> c62ba83274fb 22:08:20 Step 8/8 : RUN go mod download 22:08:20 ---> Running in f5df0de07fd8 22:08:24 Removing intermediate container e7ace7abed6e 22:08:24 ---> cb05d4c3e209 22:08:24 Successfully built cb05d4c3e209 22:08:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:08:24 + docker inspect -f . ci-base-image-arm64 22:08:24 . [Pipeline] withDockerContainer 22:08:25 prd-ubuntu18.04-docker-arm64-4c-16g-22869 does not seem to be running inside a container 22:08:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:08:26 $ docker top 45fb8efae84c221a9fb3a32ba4d5626fe9fe32f80eeb574f0e5a4abb39a5ca69 -eo pid,comm [Pipeline] { [Pipeline] sh 22:08:27 + go version 22:08:27 go version go1.15.5 linux/arm64 [Pipeline] } 22:08:27 $ docker stop --time=1 45fb8efae84c221a9fb3a32ba4d5626fe9fe32f80eeb574f0e5a4abb39a5ca69 22:08:29 $ docker rm -f 45fb8efae84c221a9fb3a32ba4d5626fe9fe32f80eeb574f0e5a4abb39a5ca69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:08:30 + docker inspect -f . ci-base-image-arm64 22:08:30 . [Pipeline] withDockerContainer 22:08:30 prd-ubuntu18.04-docker-arm64-4c-16g-22869 does not seem to be running inside a container 22:08:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:08:32 $ docker top 285911ad81a4a4ad9d8e2d67bb7b6b4e2d7b300af1eec5603927ff8f19a71519 -eo pid,comm [Pipeline] { [Pipeline] sh 22:08:33 + make test 22:08:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:08:34 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:08:47 Removing intermediate container f5df0de07fd8 22:08:47 ---> 0879ecb0a781 22:08:47 Successfully built 0879ecb0a781 22:08:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:08:47 + docker inspect -f . ci-base-image-x86_64 22:08:47 . [Pipeline] withDockerContainer 22:08:48 prd-centos7-docker-4c-2g-22870 does not seem to be running inside a container 22:08:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:08:49 $ docker top 9c43c4d642773ee35d6b66a2e8fca4595a278f3439403855c85ef2b3a9c568b4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:08:49 + go version 22:08:49 go version go1.15.5 linux/amd64 [Pipeline] } 22:08:49 $ docker stop --time=1 9c43c4d642773ee35d6b66a2e8fca4595a278f3439403855c85ef2b3a9c568b4 22:08:51 $ docker rm -f 9c43c4d642773ee35d6b66a2e8fca4595a278f3439403855c85ef2b3a9c568b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:08:51 + docker inspect -f . ci-base-image-x86_64 22:08:51 . [Pipeline] withDockerContainer 22:08:51 prd-centos7-docker-4c-2g-22870 does not seem to be running inside a container 22:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:08:52 $ docker top e2d7be178b6fe7735f662a42533473c322915b35e5116cd1f35439a28ef6ea2a -eo pid,comm [Pipeline] { [Pipeline] sh 22:08:53 + make test 22:08:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:08:55 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:09:01 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.042s coverage: 86.2% of statements 22:09:02 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.028s coverage: 86.2% of statements 22:09:20 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.026s coverage: 52.0% of statements 22:09:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:09:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:09:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.060s coverage: 54.7% of statements 22:09:20 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:09:20 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.023s coverage: 69.1% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.426s coverage: 61.6% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.918s coverage: 75.0% of statements 22:09:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements 22:09:32 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements 22:09:40 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.061s coverage: 52.0% of statements 22:09:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:09:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:09:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.086s coverage: 54.7% of statements 22:09:40 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:09:40 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.087s coverage: 69.1% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 71.0% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.465s coverage: 61.6% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.039s coverage: 100.0% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.021s coverage: 100.0% of statements 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.014s coverage: 96.6% of statements 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:09:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:09:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 8.8% of statements 22:09:47 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.948s coverage: 75.0% of statements 22:09:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 22:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.042s coverage: 89.7% of statements 22:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements 22:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.034s coverage: 80.5% of statements 22:09:48 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements 22:09:52 gofmt -l . 22:09:52 [ "`gofmt -l .`" = "" ] 22:09:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:09:52 $ docker stop --time=1 e2d7be178b6fe7735f662a42533473c322915b35e5116cd1f35439a28ef6ea2a 22:09:54 $ docker rm -f e2d7be178b6fe7735f662a42533473c322915b35e5116cd1f35439a28ef6ea2a [Pipeline] // withDockerContainer [Pipeline] sh 22:09:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:09:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:10:10 panic: interface conversion: interface {} is nil, not [][]uint8 22:10:10 22:10:10 goroutine 15 [running]: 22:10:10 github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x400002ac20, 0x400002ac30, 0x4000158380, 0x4000188600, 0x400002ac10) 22:10:10 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:126 +0x224 22:10:10 created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 22:10:10 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:121 +0x17c 22:10:10 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 22.019s 22:10:10 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 22:10:10 FAIL 22:10:10 make: *** [Makefile:6: test] Error 1 [Pipeline] } 22:10:10 $ docker stop --time=1 285911ad81a4a4ad9d8e2d67bb7b6b4e2d7b300af1eec5603927ff8f19a71519 22:10:12 $ docker rm -f 285911ad81a4a4ad9d8e2d67bb7b6b4e2d7b300af1eec5603927ff8f19a71519 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:10:14 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 Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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 22:10:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:10:18 ---> package-listing.sh 22:10:18 ++ facter osfamily 22:10:18 ++ tr '[:upper:]' '[:lower:]' 22:10:18 + OS_FAMILY=redhat 22:10:18 + workspace=/w/workspace/undry_app-functions-sdk-go_hanoi 22:10:18 + START_PACKAGES=/tmp/packages_start.txt 22:10:18 + END_PACKAGES=/tmp/packages_end.txt 22:10:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:10:18 + PACKAGES=/tmp/packages_start.txt 22:10:18 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 22:10:18 + PACKAGES=/tmp/packages_end.txt 22:10:18 + case "${OS_FAMILY}" in 22:10:18 + rpm -qa 22:10:18 + sort 22:10:23 + '[' -f /tmp/packages_start.txt ']' 22:10:23 + '[' -f /tmp/packages_end.txt ']' 22:10:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:10:23 + '[' /w/workspace/undry_app-functions-sdk-go_hanoi ']' 22:10:23 + mkdir -p /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ 22:10:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_app-functions-sdk-go_hanoi/archives/ [Pipeline] echo 22:10:23 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:10:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:10:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:10:24 22:10:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:10:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:10:24 alpine: Pulling from edgex-lftools-log-publisher 22:10:24 df20fa9351a1: Pulling fs layer 22:10:24 36b3adc4ff6f: Pulling fs layer 22:10:24 8ad3a11d3b57: Pulling fs layer 22:10:24 46f8f816bc3b: Pulling fs layer 22:10:24 93b61091891f: Pulling fs layer 22:10:24 93b9cdb0e59b: Pulling fs layer 22:10:24 5e14af77c1be: Pulling fs layer 22:10:24 01666e4c0597: Pulling fs layer 22:10:24 aa168da1d23b: Pulling fs layer 22:10:24 93b9cdb0e59b: Waiting 22:10:24 5e14af77c1be: Waiting 22:10:24 01666e4c0597: Waiting 22:10:24 aa168da1d23b: Waiting 22:10:24 93b61091891f: Waiting 22:10:24 46f8f816bc3b: Waiting 22:10:24 36b3adc4ff6f: Verifying Checksum 22:10:24 36b3adc4ff6f: Download complete 22:10:24 46f8f816bc3b: Verifying Checksum 22:10:24 46f8f816bc3b: Download complete 22:10:24 df20fa9351a1: Verifying Checksum 22:10:24 df20fa9351a1: Download complete 22:10:24 93b61091891f: Download complete 22:10:24 93b9cdb0e59b: Verifying Checksum 22:10:24 93b9cdb0e59b: Download complete 22:10:24 5e14af77c1be: Verifying Checksum 22:10:24 5e14af77c1be: Download complete 22:10:24 01666e4c0597: Verifying Checksum 22:10:24 01666e4c0597: Download complete 22:10:25 8ad3a11d3b57: Verifying Checksum 22:10:25 8ad3a11d3b57: Download complete 22:10:25 df20fa9351a1: Pull complete 22:10:25 36b3adc4ff6f: Pull complete 22:10:26 8ad3a11d3b57: Pull complete 22:10:26 46f8f816bc3b: Pull complete 22:10:26 aa168da1d23b: Verifying Checksum 22:10:26 aa168da1d23b: Download complete 22:10:27 93b61091891f: Pull complete 22:10:27 93b9cdb0e59b: Pull complete 22:10:27 5e14af77c1be: Pull complete 22:10:27 01666e4c0597: Pull complete 22:10:34 aa168da1d23b: Pull complete 22:10:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:10:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:10:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:10:34 prd-centos7-docker-4c-2g-22868 does not seem to be running inside a container 22:10:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_app-functions-sdk-go_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_app-functions-sdk-go_hanoi -v /w/workspace/undry_app-functions-sdk-go_hanoi:/w/workspace/undry_app-functions-sdk-go_hanoi:rw,z -v /w/workspace/undry_app-functions-sdk-go_hanoi@tmp:/w/workspace/undry_app-functions-sdk-go_hanoi@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 22:10:39 $ docker top a537fd964f00a0a175c5a829b3537e99dadc992290c395c2e117a974aa25c004 -eo pid,comm [Pipeline] { [Pipeline] sh 22:10:39 + touch /tmp/pre-build-complete [Pipeline] sh 22:10:40 + mkdir -p /var/log/sa [Pipeline] sh 22:10:40 + ls /var/log/sa-host 22:10:40 + sadf -c /var/log/sa-host/sa23 22:10:40 file_magic: OK 22:10:40 HZ: Using current value: 100 22:10:40 file_header: OK 22:10:40 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 22:10:40 Statistics: 22:10:40 Hnuu...uuuununununu... 22:10:40 File successfully converted to sysstat format version 12.2.1 22:10:40 + sadf -c /var/log/sa-host/sa26 22:10:40 file_magic: OK 22:10:40 HZ: Using current value: 100 22:10:40 file_header: OK 22:10:40 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 22:10:40 Statistics: 22:10:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:10:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:10:40 provisioning config files... 22:10:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_app-functions-sdk-go_hanoi@tmp/config7069410913548441195tmp [Pipeline] { [Pipeline] echo 22:10:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:10:41 ---> create-netrc.sh [Pipeline] } 22:10:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:10:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:10:41 ---> python-tools-install.sh [Pipeline] echo 22:10:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:10:42 ---> sudo-logs.sh 22:10:42 Archiving 'sudo' log.. [Pipeline] echo 22:10:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:10:42 ---> job-cost.sh 22:10:42 lf-activate-venv: SKIPPING 22:10:42 INFO: No Stack... 22:10:43 INFO: Retrieving Pricing Info for: v1-standard-2 22:10:43 INFO: Archiving Costs [Pipeline] echo 22:10:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:10:44 ---> logs-deploy.sh 22:10:44 lf-activate-venv: SKIPPING 22:10:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/hanoi/2 22:10:44 INFO: archiving workspace using pattern(s): 22:10:45 Archives upload complete. 22:10:45 INFO: archiving logs to Nexus 22:10:46 ---> uname -a: 22:10:46 Linux prd-centos7-docker-4c-2g-22868.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:10:46 22:10:46 22:10:46 ---> lscpu: 22:10:46 Architecture: x86_64 22:10:46 CPU op-mode(s): 32-bit, 64-bit 22:10:46 Byte Order: Little Endian 22:10:46 Address sizes: 40 bits physical, 48 bits virtual 22:10:46 CPU(s): 4 22:10:46 On-line CPU(s) list: 0-3 22:10:46 Thread(s) per core: 1 22:10:46 Core(s) per socket: 1 22:10:46 Socket(s): 4 22:10:46 NUMA node(s): 1 22:10:46 Vendor ID: GenuineIntel 22:10:46 CPU family: 6 22:10:46 Model: 44 22:10:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:10:46 Stepping: 1 22:10:46 CPU MHz: 2933.442 22:10:46 BogoMIPS: 5866.88 22:10:46 Virtualization: VT-x 22:10:46 Hypervisor vendor: KVM 22:10:46 Virtualization type: full 22:10:46 L1d cache: 128 KiB 22:10:46 L1i cache: 128 KiB 22:10:46 L2 cache: 16 MiB 22:10:46 L3 cache: 64 MiB 22:10:46 NUMA node0 CPU(s): 0-3 22:10:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:10:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:10:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:10:46 Vulnerability Meltdown: Mitigation; PTI 22:10:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:10:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:10:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:10:46 Vulnerability Srbds: Not affected 22:10:46 Vulnerability Tsx async abort: Not affected 22:10:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:10:46 22:10:46 22:10:46 ---> nproc: 22:10:46 4 22:10:46 22:10:46 22:10:46 ---> df -h: 22:10:46 Filesystem Size Used Available Use% Mounted on 22:10:46 overlay 50.0G 7.3G 42.7G 15% / 22:10:46 tmpfs 64.0M 0 64.0M 0% /dev 22:10:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:10:46 shm 64.0M 0 64.0M 0% /dev/shm 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/undry_app-functions-sdk-go_hanoi 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/undry_app-functions-sdk-go_hanoi@tmp 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:10:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:10:46 22:10:46 22:10:46 ---> free -m: 22:10:46 total used free shared buff/cache available 22:10:46 Mem: 1837 689 98 0 1049 1043 22:10:46 Swap: 1023 1 1022 22:10:46 22:10:46 22:10:46 ---> ip addr: 22:10:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:10:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:10:46 inet 127.0.0.1/8 scope host lo 22:10:46 valid_lft forever preferred_lft forever 22:10:46 inet6 ::1/128 scope host 22:10:46 valid_lft forever preferred_lft forever 22:10:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:10:46 link/ether fa:16:3e:fe:fc:62 brd ff:ff:ff:ff:ff:ff 22:10:46 inet 10.30.122.134/23 brd 10.30.123.255 scope global dynamic eth0 22:10:46 valid_lft 86002sec preferred_lft 86002sec 22:10:46 inet6 fe80::f816:3eff:fefe:fc62/64 scope link 22:10:46 valid_lft forever preferred_lft forever 22:10:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:10:46 link/ether 02:42:21:a0:32:60 brd ff:ff:ff:ff:ff:ff 22:10:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:10:46 valid_lft forever preferred_lft forever 22:10:46 inet6 fe80::42:21ff:fea0:3260/64 scope link 22:10:46 valid_lft forever preferred_lft forever 22:10:46 22:10:46 22:10:46 ---> sar -b -r -n DEV: 22:10:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 22:10:46 22:10:46 22:03:58 LINUX RESTART (4 CPU) 22:10:46 22:10:46 22:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:10:46 22:06:01 10.48 4.86 5.62 0.00 282.20 1293.04 0.00 22:10:46 22:07:01 0.37 0.00 0.37 0.00 0.00 5.46 0.00 22:10:46 22:08:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 22:10:46 22:09:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 22:10:46 22:10:01 0.68 0.00 0.68 0.00 0.00 7.81 0.00 22:10:46 Average: 2.39 0.96 1.43 0.00 55.70 259.19 0.00 22:10:46 22:10:46 22:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:10:46 22:06:01 223336 0 584312 31.05 2620 1071276 1121876 38.29 395508 1064752 20 22:10:46 22:07:01 228300 0 579344 30.79 2620 1071280 1088392 37.15 394192 1062268 20 22:10:46 22:08:01 227176 0 580460 30.85 2620 1071288 1088744 37.16 404352 1052744 16 22:10:46 22:09:01 227328 0 580308 30.84 2620 1071288 1088576 37.15 407344 1050100 12 22:10:46 22:10:01 226512 0 581116 30.89 2620 1071296 1088660 37.15 408288 1049780 8 22:10:46 Average: 226530 0 581108 30.88 2620 1071286 1095250 37.38 401937 1055929 15 22:10:46 22:10:46 22:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:10:46 22:06:01 eth0 15.02 13.01 9.10 22.64 0.00 0.00 0.00 0.00 22:10:46 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:06:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:07:01 eth0 3.83 2.60 3.05 0.17 0.00 0.00 0.00 0.00 22:10:46 22:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:08:01 eth0 1.45 0.60 0.58 0.40 0.00 0.00 0.00 0.00 22:10:46 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:10:46 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:10:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 22:10:46 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 Average: eth0 4.08 3.26 2.54 4.60 0.00 0.00 0.00 0.00 22:10:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:10:46 22:10:46 22:10:46 ---> sar -P ALL: 22:10:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 22:10:46 22:10:46 22:03:58 LINUX RESTART (4 CPU) 22:10:46 22:10:46 22:05:02 CPU %user %nice %system %iowait %steal %idle 22:10:46 22:06:01 all 0.98 0.00 0.24 0.09 0.00 98.69 22:10:46 22:06:01 0 0.44 0.00 0.31 0.15 0.00 99.10 22:10:46 22:06:01 1 1.70 0.00 0.20 0.03 0.00 98.07 22:10:46 22:06:01 2 0.98 0.00 0.24 0.15 0.00 98.63 22:10:46 22:06:01 3 0.81 0.00 0.20 0.02 0.00 98.97 22:10:46 22:07:01 all 0.19 0.00 0.04 0.00 0.00 99.77 22:10:46 22:07:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:10:46 22:07:01 1 0.07 0.00 0.05 0.00 0.02 99.87 22:10:46 22:07:01 2 0.57 0.00 0.05 0.00 0.00 99.38 22:10:46 22:07:01 3 0.07 0.00 0.02 0.00 0.00 99.92 22:10:46 22:08:01 all 0.17 0.00 0.04 0.00 0.00 99.79 22:10:46 22:08:01 0 0.02 0.00 0.07 0.00 0.00 99.92 22:10:46 22:08:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:10:46 22:08:01 2 0.55 0.00 0.02 0.00 0.00 99.43 22:10:46 22:08:01 3 0.05 0.00 0.03 0.00 0.02 99.90 22:10:46 22:09:01 all 0.15 0.00 0.03 0.00 0.00 99.83 22:10:46 22:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:10:46 22:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:10:46 22:09:01 2 0.52 0.00 0.02 0.00 0.00 99.47 22:10:46 22:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:10:46 22:10:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:10:46 22:10:01 0 0.02 0.00 0.08 0.00 0.00 99.90 22:10:46 22:10:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:10:46 22:10:01 2 0.53 0.00 0.02 0.00 0.00 99.45 22:10:46 22:10:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:10:46 Average: all 0.33 0.00 0.08 0.02 0.00 99.58 22:10:46 Average: 0 0.11 0.00 0.10 0.03 0.00 99.76 22:10:46 Average: 1 0.37 0.00 0.07 0.01 0.00 99.55 22:10:46 Average: 2 0.63 0.00 0.07 0.03 0.00 99.27 22:10:46 Average: 3 0.20 0.00 0.07 0.00 0.00 99.73 22:10:46 22:10:46 22:10:46