Pull request #545 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c41e718a963d81f1e061c9734cd04b215175a4bc+fd3e27ff7598c67d92b9788f6f8fff41460255d0 (a98a9ce55e95e798944f09adef20066513ff076c) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5604 in /w/workspace/ndry_app-functions-sdk-go_PR-545 [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/ndry_app-functions-sdk-go_PR-545 # 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 --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/545/head:refs/remotes/origin/PR-545 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fd3e27ff7598c67d92b9788f6f8fff41460255d0 into PR head commit c41e718a963d81f1e061c9734cd04b215175a4bc Merge succeeded, producing c41e718a963d81f1e061c9734cd04b215175a4bc Checking out Revision c41e718a963d81f1e061c9734cd04b215175a4bc (PR-545) > git config core.sparsecheckout # timeout=10 > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # 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 fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 684a2b995f5be7eeb5934a71b37fd886ded218a1 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:03:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:03:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:03:50 ========================================================= 15:03:50 EdgeX Global Pipelines Version Info 15:03:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:03:52 ------------------- 15:03:52 stable info: 15:03:52 ------------------- 15:03:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:03:52 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 15:03:52 Message: update stable to v1.0.142 15:03:53 ------------------- 15:03:53 experimental info: 15:03:53 ------------------- 15:03:53 Commited By: **** collab-it+edgex@linuxfoundation.org 15:03:53 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 15:03:53 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:03:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:03:53 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:03:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:03:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:03:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:03:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-545 [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-545 [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-545 [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c41e718a963d81f1e061c9734cd04b215175a4bc [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c41e718 [Pipeline] echo 15:03:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:03:57 + git log --format=format:%s -1 c41e718a963d81f1e061c9734cd04b215175a4bc [Pipeline] echo 15:03:57 GIT_COMMIT: c41e718a963d81f1e061c9734cd04b215175a4bc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 15:03:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:03:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:03:58 15:03:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:03:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:03:58 latest: Pulling from edgex-devops/git-semver 15:03:58 31603596830f: Pulling fs layer 15:03:58 2a8b12db71e7: Pulling fs layer 15:03:58 6ca5941a6612: Pulling fs layer 15:03:58 ecc8261a40a4: Pulling fs layer 15:03:58 ecc8261a40a4: Waiting 15:03:58 2a8b12db71e7: Verifying Checksum 15:03:58 2a8b12db71e7: Download complete 15:03:58 31603596830f: Verifying Checksum 15:03:58 31603596830f: Download complete 15:03:58 ecc8261a40a4: Verifying Checksum 15:03:58 ecc8261a40a4: Download complete 15:03:58 6ca5941a6612: Verifying Checksum 15:03:58 6ca5941a6612: Download complete 15:03:59 31603596830f: Pull complete 15:03:59 2a8b12db71e7: Pull complete 15:04:00 6ca5941a6612: Pull complete 15:04:00 ecc8261a40a4: Pull complete 15:04:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:04:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:04:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:04:00 prd-centos7-docker-4c-2g-5604 does not seem to be running inside a container 15:04:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-545 -v /w/workspace/ndry_app-functions-sdk-go_PR-545:/w/workspace/ndry_app-functions-sdk-go_PR-545:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-545@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-545@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:04:02 $ docker top 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:04:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:04:02 [ssh-agent] Looking for ssh-agent implementation... 15:04:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:04:02 $ docker exec 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent 15:04:03 SSH_AUTH_SOCK=/tmp/ssh-bPQaqJCRtIPP/agent.13 15:04:03 SSH_AGENT_PID=18 15:04:03 Running ssh-add (command line suppressed) 15:04:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-545@tmp/private_key_5758883730677791812.key (/w/workspace/ndry_app-functions-sdk-go_PR-545@tmp/private_key_5758883730677791812.key) 15:04:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:04:03 + git tag --points-at HEAD [Pipeline] } 15:04:03 $ docker exec --env ******** --env ******** 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent -k 15:04:03 unset SSH_AUTH_SOCK; 15:04:03 unset SSH_AGENT_PID; 15:04:03 echo Agent pid 18 killed; 15:04:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:04:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:04:03 [ssh-agent] Looking for ssh-agent implementation... 15:04:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:04:04 $ docker exec 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent 15:04:04 SSH_AUTH_SOCK=/tmp/ssh-pDxaZVcy567C/agent.46 15:04:04 SSH_AGENT_PID=52 15:04:04 Running ssh-add (command line suppressed) 15:04:04 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-545@tmp/private_key_6747311091932018419.key (/w/workspace/ndry_app-functions-sdk-go_PR-545@tmp/private_key_6747311091932018419.key) 15:04:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:04:04 + git semver init 15:04:04 # -> Open(): unable to determine branch for HEAD 15:04:04 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-545/.git 15:04:04 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-545 15:04:04 # $SEMVER_REMOTE_NAME = origin 15:04:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:04:04 # $SEMVER_USER_NAME = edgex-jenkins 15:04:04 # $SEMVER_BRANCH = PR-545 15:04:04 # $SEMVER_TEMP = /tmp/semver-314699563 15:04:04 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:04:07 # '/tmp/semver-314699563' -> '/w/workspace/ndry_app-functions-sdk-go_PR-545/.semver' 15:04:07 # -> Force: false 15:04:07 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-545/.semver [Pipeline] } 15:04:07 $ docker exec --env ******** --env ******** 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent -k 15:04:07 unset SSH_AUTH_SOCK; 15:04:07 unset SSH_AGENT_PID; 15:04:07 echo Agent pid 52 killed; 15:04:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:04:08 + git semver [Pipeline] } 15:04:08 $ docker stop --time=1 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 15:04:09 $ docker rm -f 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:04:10 Stashed 1 file(s) [Pipeline] echo 15:04:10 [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 15:04:25 Still waiting to schedule task 15:04:25 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5601’ is offline; ‘prd-centos7-docker-4c-2g-5605’ is offline; ‘prd-centos7-docker-4c-2g-5606’ is offline; ‘prd-centos7-docker-4c-2g-5608’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 15:04:25 Still waiting to schedule task 15:04:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:04:30 Running on prd-centos7-docker-4c-2g-5606 in /w/workspace/ndry_app-functions-sdk-go_PR-545 [Pipeline] { [Pipeline] ws 15:04:31 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 15:04:39 using credential edgex-jenkins-ssh 15:04:39 Cloning the remote Git repository 15:04:39 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:04:39 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 15:04:39 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:04:39 > git --version # timeout=10 15:04:39 > git --version # 'git version 2.16.5' 15:04:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:04:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:04:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:04:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:04:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/545/head:refs/remotes/origin/PR-545 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:04:42 Merging remotes/origin/master commit fd3e27ff7598c67d92b9788f6f8fff41460255d0 into PR head commit c41e718a963d81f1e061c9734cd04b215175a4bc 15:04:42 Merge succeeded, producing c41e718a963d81f1e061c9734cd04b215175a4bc 15:04:42 Checking out Revision c41e718a963d81f1e061c9734cd04b215175a4bc (PR-545) 15:04:42 > git config core.sparsecheckout # timeout=10 15:04:42 > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 15:04:42 > git remote # timeout=10 15:04:42 > git config --get remote.origin.url # timeout=10 15:04:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:04:42 > git merge fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 15:04:42 > git rev-parse HEAD^{commit} # timeout=10 15:04:42 > git config core.sparsecheckout # timeout=10 15:04:42 > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 15:04:46 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:04:47 ========================================================= 15:04:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:04:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:04:49 + 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 . 15:04:50 Sending build context to Docker daemon 19.1MB 15:04:50 Step 1/8 : ARG BASE=golang:1.15-alpine 15:04:50 Step 2/8 : FROM ${BASE} 15:04:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:04:50 df20fa9351a1: Pulling fs layer 15:04:50 ed8968b2872e: Pulling fs layer 15:04:50 a92cc7c5fd73: Pulling fs layer 15:04:50 e871e8e8d7a9: Pulling fs layer 15:04:50 e73272ec9a57: Pulling fs layer 15:04:50 1e910a182e73: Pulling fs layer 15:04:50 4e634b169226: Pulling fs layer 15:04:50 e871e8e8d7a9: Waiting 15:04:50 1e910a182e73: Waiting 15:04:50 4e634b169226: Waiting 15:04:50 e73272ec9a57: Waiting 15:04:50 a92cc7c5fd73: Verifying Checksum 15:04:50 a92cc7c5fd73: Download complete 15:04:50 ed8968b2872e: Verifying Checksum 15:04:50 ed8968b2872e: Download complete 15:04:51 e73272ec9a57: Verifying Checksum 15:04:51 e73272ec9a57: Download complete 15:04:51 1e910a182e73: Verifying Checksum 15:04:51 1e910a182e73: Download complete 15:04:51 df20fa9351a1: Verifying Checksum 15:04:51 df20fa9351a1: Download complete 15:04:53 df20fa9351a1: Pull complete 15:04:54 ed8968b2872e: Pull complete 15:04:54 a92cc7c5fd73: Pull complete 15:04:58 4e634b169226: Verifying Checksum 15:04:58 4e634b169226: Download complete 15:05:01 e871e8e8d7a9: Verifying Checksum 15:05:01 e871e8e8d7a9: Download complete 15:05:11 e871e8e8d7a9: Pull complete 15:05:11 e73272ec9a57: Pull complete 15:05:11 1e910a182e73: Pull complete 15:05:15 4e634b169226: Pull complete 15:05:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:05:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:05:15 ---> f7629b54cfaa 15:05:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:05:16 latest: Pulling from library/docker 15:05:16 df20fa9351a1: Already exists 15:05:16 25ad7478873d: Pulling fs layer 15:05:16 4684f6177b5d: Pulling fs layer 15:05:16 8ba584e970af: Pulling fs layer 15:05:16 3cdc74d2b06d: Pulling fs layer 15:05:16 4cf5a0d07c1f: Pulling fs layer 15:05:16 fca0ccc462d5: Pulling fs layer 15:05:16 3cdc74d2b06d: Waiting 15:05:16 4cf5a0d07c1f: Waiting 15:05:16 fca0ccc462d5: Waiting 15:05:16 4684f6177b5d: Verifying Checksum 15:05:16 4684f6177b5d: Download complete 15:05:17 3cdc74d2b06d: Verifying Checksum 15:05:17 3cdc74d2b06d: Download complete 15:05:17 25ad7478873d: Verifying Checksum 15:05:17 25ad7478873d: Download complete 15:05:17 fca0ccc462d5: Verifying Checksum 15:05:17 fca0ccc462d5: Download complete 15:05:17 4cf5a0d07c1f: Verifying Checksum 15:05:17 4cf5a0d07c1f: Download complete 15:05:17 25ad7478873d: Pull complete 15:05:17 4684f6177b5d: Pull complete 15:05:19 8ba584e970af: Verifying Checksum 15:05:19 8ba584e970af: Download complete 15:05:24 8ba584e970af: Pull complete 15:05:24 3cdc74d2b06d: Pull complete 15:05:25 4cf5a0d07c1f: Pull complete 15:05:25 fca0ccc462d5: Pull complete 15:05:25 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 15:05:25 Status: Downloaded newer image for docker:latest 15:05:27 ---> 928c037f682d 15:05:27 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:05:27 ---> Running in 64b204ad6667 15:05:27 Removing intermediate container 64b204ad6667 15:05:27 ---> 6fffcf3e39f2 15:05:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:05:27 ---> Running in 9a200b4b6a3a 15:05:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:05:31 (1/5) Installing libsodium (1.0.18-r0) 15:05:31 (2/5) Installing libzmq (4.3.3-r0) 15:05:31 (3/5) Installing pkgconf (1.7.2-r0) 15:05:31 (4/5) Installing libsodium-dev (1.0.18-r0) 15:05:31 (5/5) Installing zeromq-dev (4.3.3-r0) 15:05:31 Executing busybox-1.31.1-r16.trigger 15:05:31 OK: 167 MiB in 44 packages 15:05:32 Removing intermediate container 9a200b4b6a3a 15:05:32 ---> ef4c12d8f4bd 15:05:32 Step 6/8 : WORKDIR /build 15:05:32 ---> Running in 4861209fa182 15:05:32 Removing intermediate container 4861209fa182 15:05:32 ---> 3c27b83fd954 15:05:32 Step 7/8 : COPY go.mod . 15:05:32 ---> da7d87750dd4 15:05:32 Step 8/8 : RUN go mod download 15:05:32 ---> Running in 3e9d7bd8ce35 15:05:59 Removing intermediate container 3e9d7bd8ce35 15:05:59 ---> 0e1d5d301e38 15:05:59 Successfully built 0e1d5d301e38 15:05:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:06:00 + docker inspect -f . ci-base-image-x86_64 15:06:00 . [Pipeline] withDockerContainer 15:06:01 prd-centos7-docker-4c-2g-5606 does not seem to be running inside a container 15:06:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:06:03 $ docker top ddcbf5b793c808900ddea6c1c9393c8cf85c4adcc552091750a5a01c68ef917a -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:03 + go version 15:06:03 go version go1.15.2 linux/amd64 [Pipeline] } 15:06:03 $ docker stop --time=1 ddcbf5b793c808900ddea6c1c9393c8cf85c4adcc552091750a5a01c68ef917a 15:06:05 $ docker rm -f ddcbf5b793c808900ddea6c1c9393c8cf85c4adcc552091750a5a01c68ef917a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:06:06 + docker inspect -f . ci-base-image-x86_64 15:06:06 . [Pipeline] withDockerContainer 15:06:06 prd-centos7-docker-4c-2g-5606 does not seem to be running inside a container 15:06:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:06:07 $ docker top 10b53e6980bed3f25faf52f69df2acaf22f6de57fd5486d3e39c4760104ef8c7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:06:08 + make test 15:06:08 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:06:11 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:06:22 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.181s coverage: 86.2% of statements 15:06:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5610 in /w/workspace/ndry_app-functions-sdk-go_PR-545 [Pipeline] { [Pipeline] ws 15:06:39 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 15:06:44 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.057s coverage: 54.7% of statements 15:06:44 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:06:44 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:06:44 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.050s coverage: 54.7% of statements 15:06:44 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:06:44 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.510s coverage: 69.1% of statements 15:06:45 using credential edgex-jenkins-ssh 15:06:45 Cloning the remote Git repository 15:06:45 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:06:45 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 15:06:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:06:45 > git --version # timeout=10 15:06:45 > git --version # 'git version 2.17.1' 15:06:45 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:06:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:06:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:06:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:06:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/545/head:refs/remotes/origin/PR-545 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:06:49 Merging remotes/origin/master commit fd3e27ff7598c67d92b9788f6f8fff41460255d0 into PR head commit c41e718a963d81f1e061c9734cd04b215175a4bc 15:06:49 Merge succeeded, producing c41e718a963d81f1e061c9734cd04b215175a4bc 15:06:49 Checking out Revision c41e718a963d81f1e061c9734cd04b215175a4bc (PR-545) 15:06:49 > git config core.sparsecheckout # timeout=10 15:06:49 > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 15:06:49 > git remote # timeout=10 15:06:49 > git config --get remote.origin.url # timeout=10 15:06:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:06:49 > git merge fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 15:06:49 > git rev-parse HEAD^{commit} # timeout=10 15:06:49 > git config core.sparsecheckout # timeout=10 15:06:49 > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 15:06:53 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:06:54 ========================================================= 15:06:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:06:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:06:56 + 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 . 15:06:57 Sending build context to Docker daemon 19.1MB 15:06:57 Step 1/8 : ARG BASE=golang:1.15-alpine 15:06:57 Step 2/8 : FROM ${BASE} 15:06:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:06:57 b538f80385f9: Pulling fs layer 15:06:57 74f711af9a0d: Pulling fs layer 15:06:57 99f96fe45779: Pulling fs layer 15:06:57 8529a6b9a6be: Pulling fs layer 15:06:57 45590311c82a: Pulling fs layer 15:06:57 69ca0ff8b7b3: Pulling fs layer 15:06:57 209524e5b208: Pulling fs layer 15:06:57 8529a6b9a6be: Waiting 15:06:57 45590311c82a: Waiting 15:06:57 69ca0ff8b7b3: Waiting 15:06:57 209524e5b208: Waiting 15:06:57 99f96fe45779: Download complete 15:06:57 74f711af9a0d: Download complete 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.580s coverage: 61.6% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.009s coverage: 89.5% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.248s coverage: 100.0% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.007s coverage: 100.0% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.042s coverage: 100.0% of statements 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.017s coverage: 97.7% of statements 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 9.4% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.512s coverage: 75.0% of statements 15:06:57 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.149s coverage: 89.7% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.114s coverage: 88.9% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.537s coverage: 80.5% of statements 15:06:57 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.055s coverage: 71.7% of statements 15:06:58 45590311c82a: Download complete 15:06:58 69ca0ff8b7b3: Verifying Checksum 15:06:58 69ca0ff8b7b3: Download complete 15:06:58 b538f80385f9: Download complete 15:06:59 b538f80385f9: Pull complete 15:06:59 74f711af9a0d: Pull complete 15:07:00 99f96fe45779: Pull complete 15:07:02 209524e5b208: Verifying Checksum 15:07:02 209524e5b208: Download complete 15:07:03 8529a6b9a6be: Verifying Checksum 15:07:03 8529a6b9a6be: Download complete 15:07:13 8529a6b9a6be: Pull complete 15:07:14 45590311c82a: Pull complete 15:07:14 69ca0ff8b7b3: Pull complete 15:07:18 209524e5b208: Pull complete 15:07:18 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:07:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:07:18 ---> 5bddaf1c2fca 15:07:18 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:07:18 latest: Pulling from library/docker 15:07:18 b538f80385f9: Already exists 15:07:18 259a493cd78d: Pulling fs layer 15:07:18 b8e66b5100f5: Pulling fs layer 15:07:18 7f8258a56ab6: Pulling fs layer 15:07:18 75a0a0ebb566: Pulling fs layer 15:07:18 4a2c62f0a2a3: Pulling fs layer 15:07:18 294320357d30: Pulling fs layer 15:07:18 4a2c62f0a2a3: Waiting 15:07:18 75a0a0ebb566: Waiting 15:07:18 294320357d30: Waiting 15:07:18 b8e66b5100f5: Verifying Checksum 15:07:18 b8e66b5100f5: Download complete 15:07:18 259a493cd78d: Verifying Checksum 15:07:18 259a493cd78d: Download complete 15:07:18 75a0a0ebb566: Verifying Checksum 15:07:18 75a0a0ebb566: Download complete 15:07:18 4a2c62f0a2a3: Verifying Checksum 15:07:18 4a2c62f0a2a3: Download complete 15:07:19 294320357d30: Verifying Checksum 15:07:19 294320357d30: Download complete 15:07:19 259a493cd78d: Pull complete 15:07:20 b8e66b5100f5: Pull complete 15:07:20 7f8258a56ab6: Verifying Checksum 15:07:20 7f8258a56ab6: Download complete 15:07:23 7f8258a56ab6: Pull complete 15:07:24 75a0a0ebb566: Pull complete 15:07:24 4a2c62f0a2a3: Pull complete 15:07:24 294320357d30: Pull complete 15:07:24 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 15:07:24 Status: Downloaded newer image for docker:latest 15:07:27 level=DEBUG ts=2020-10-15T15:07:00.778626699Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:00.810447335Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:00.816734185Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:00.822693319Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 15:07:27 level=DEBUG ts=2020-10-15T15:07:00.841413596Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:00.861661838Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:01.008359343Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:01.049783675Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 15:07:27 level=DEBUG ts=2020-10-15T15:07:01.291537289Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:03.306954171Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:03.308261046Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 15:07:27 level=DEBUG ts=2020-10-15T15:07:03.309955516Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:03.362769481Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 15:07:27 level=DEBUG ts=2020-10-15T15:07:05.3893982Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" 15:07:27 level=DEBUG ts=2020-10-15T15:07:05.430544408Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 15:07:27 --- FAIL: TestBatchInTimeAndCountMode_TimeElapsed (4.19s) 15:07:27 batch_test.go:66: 15:07:27 Error Trace: batch_test.go:66 15:07:27 asm_amd64.s:1374 15:07:27 Error: Not equal: 15:07:27 expected: 3 15:07:27 actual : 2 15:07:27 Test: TestBatchInTimeAndCountMode_TimeElapsed 15:07:27 batch_test.go:79: 15:07:27 Error Trace: batch_test.go:79 15:07:27 asm_amd64.s:1374 15:07:27 Error: Should be false 15:07:27 Test: TestBatchInTimeAndCountMode_TimeElapsed 15:07:27 level=DEBUG ts=2020-10-15T15:07:05.480922201Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:15.490013541Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:25.493654234Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" 15:07:27 level=DEBUG ts=2020-10-15T15:07:25.519285951Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" 15:07:27 level=DEBUG ts=2020-10-15T15:07:25.517931299Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 15:07:27 level=DEBUG ts=2020-10-15T15:07:25.532459052Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." 15:07:27 panic: interface conversion: interface {} is nil, not [][]uint8 15:07:27 15:07:27 goroutine 22 [running]: 15:07:27 github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0xc00008e1b0, 0xc00008e1c0, 0xc0000ac100, 0xc000082480, 0xc00008e1a0) 15:07:27 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:119 +0x296 15:07:27 created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet 15:07:27 /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:114 +0x1b9 15:07:27 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 24.853s 15:07:27 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.036s coverage: 94.4% of statements 15:07:27 FAIL 15:07:27 make: *** [Makefile:6: test] Error 1 [Pipeline] } 15:07:27 $ docker stop --time=1 10b53e6980bed3f25faf52f69df2acaf22f6de57fd5486d3e39c4760104ef8c7 15:07:30 ---> e91f6819b55c 15:07:30 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:07:30 ---> Running in 05384c1454ae 15:07:30 Removing intermediate container 05384c1454ae 15:07:30 ---> 692b5d6d753d 15:07:30 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:07:30 ---> Running in 64676589fa1e 15:07:31 $ docker rm -f 10b53e6980bed3f25faf52f69df2acaf22f6de57fd5486d3e39c4760104ef8c7 15:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 15:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [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] } 15:07:34 Failed in branch amd64 15:07:34 (1/5) Installing libsodium (1.0.18-r0) 15:07:34 (2/5) Installing libzmq (4.3.3-r0) 15:07:34 (3/5) Installing pkgconf (1.7.2-r0) 15:07:35 (4/5) Installing libsodium-dev (1.0.18-r0) 15:07:35 (5/5) Installing zeromq-dev (4.3.3-r0) 15:07:35 Executing busybox-1.31.1-r16.trigger 15:07:35 OK: 144 MiB in 44 packages 15:07:36 Removing intermediate container 64676589fa1e 15:07:36 ---> 10843c67218c 15:07:36 Step 6/8 : WORKDIR /build 15:07:36 ---> Running in 50902d6927a1 15:07:37 Removing intermediate container 50902d6927a1 15:07:37 ---> f7fcdc901096 15:07:37 Step 7/8 : COPY go.mod . 15:07:37 ---> 1ef4044ee9d1 15:07:37 Step 8/8 : RUN go mod download 15:07:37 ---> Running in 864192ad5a03 15:08:10 Removing intermediate container 864192ad5a03 15:08:10 ---> 854261104268 15:08:10 Successfully built 854261104268 15:08:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:08:10 + docker inspect -f . ci-base-image-arm64 15:08:10 . [Pipeline] withDockerContainer 15:08:11 prd-ubuntu18.04-docker-arm64-4c-16g-5610 does not seem to be running inside a container 15:08:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:08:12 $ docker top 8d5f8173c2209fdd50c12dd0a765c4c8383e917e9754becd73a8101b27b97ee9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:08:14 + go version 15:08:14 go version go1.15.2 linux/arm64 [Pipeline] } 15:08:14 $ docker stop --time=1 8d5f8173c2209fdd50c12dd0a765c4c8383e917e9754becd73a8101b27b97ee9 15:08:16 $ docker rm -f 8d5f8173c2209fdd50c12dd0a765c4c8383e917e9754becd73a8101b27b97ee9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:08:17 + docker inspect -f . ci-base-image-arm64 15:08:17 . [Pipeline] withDockerContainer 15:08:17 prd-ubuntu18.04-docker-arm64-4c-16g-5610 does not seem to be running inside a container 15:08:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:08:19 $ docker top 20acb5a115ed62bebb9b9ca9d42dcc7bb1f4afa45acf56bad536fed9782f3923 -eo pid,comm [Pipeline] { [Pipeline] sh 15:08:20 + make test 15:08:20 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:08:22 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:08:49 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.080s coverage: 86.2% of statements 15:09:29 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.071s coverage: 54.7% of statements 15:09:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:09:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:09:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.074s coverage: 54.7% of statements 15:09:29 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:09:29 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.366s coverage: 69.1% of statements 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.524s coverage: 61.6% of statements 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.014s coverage: 100.0% of statements 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.113s coverage: 100.0% of statements 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.014s coverage: 100.0% of statements 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:09:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 15:09:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 9.4% of statements 15:09:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.218s coverage: 75.0% of statements 15:09:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:09:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.047s coverage: 89.7% of statements 15:09:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements 15:09:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.140s coverage: 80.5% of statements 15:09:36 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.052s coverage: 71.7% of statements 15:10:03 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.709s coverage: 70.6% of statements 15:10:03 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 15:10:03 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:10:15 gofmt -l . 15:10:15 [ "`gofmt -l .`" = "" ] 15:10:15 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:10:16 Stashed 1 file(s) [Pipeline] } 15:10:16 $ docker stop --time=1 20acb5a115ed62bebb9b9ca9d42dcc7bb1f4afa45acf56bad536fed9782f3923 15:10:18 $ docker rm -f 20acb5a115ed62bebb9b9ca9d42dcc7bb1f4afa45acf56bad536fed9782f3923 [Pipeline] // withDockerContainer [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] } [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] { (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 15:10:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:10:24 ---> package-listing.sh 15:10:24 ++ facter osfamily 15:10:24 ++ tr '[:upper:]' '[:lower:]' 15:10:24 + OS_FAMILY=redhat 15:10:24 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-545 15:10:24 + START_PACKAGES=/tmp/packages_start.txt 15:10:24 + END_PACKAGES=/tmp/packages_end.txt 15:10:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:10:24 + PACKAGES=/tmp/packages_start.txt 15:10:24 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-545 ']' 15:10:24 + PACKAGES=/tmp/packages_end.txt 15:10:24 + case "${OS_FAMILY}" in 15:10:24 + rpm -qa 15:10:24 + sort 15:10:27 + '[' -f /tmp/packages_start.txt ']' 15:10:27 + '[' -f /tmp/packages_end.txt ']' 15:10:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:10:27 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-545 ']' 15:10:27 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-545/archives/ 15:10:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-545/archives/ [Pipeline] echo 15:10:27 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/ndry_app-functions-sdk-go_PR-545/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:10:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:10:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:10:28 15:10:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:10:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:10:28 alpine: Pulling from edgex-lftools-log-publisher 15:10:28 df20fa9351a1: Pulling fs layer 15:10:28 36b3adc4ff6f: Pulling fs layer 15:10:28 8ad3a11d3b57: Pulling fs layer 15:10:28 46f8f816bc3b: Pulling fs layer 15:10:28 93b61091891f: Pulling fs layer 15:10:28 93b9cdb0e59b: Pulling fs layer 15:10:28 5e14af77c1be: Pulling fs layer 15:10:28 01666e4c0597: Pulling fs layer 15:10:28 aa168da1d23b: Pulling fs layer 15:10:28 46f8f816bc3b: Waiting 15:10:28 93b9cdb0e59b: Waiting 15:10:28 aa168da1d23b: Waiting 15:10:28 5e14af77c1be: Waiting 15:10:28 01666e4c0597: Waiting 15:10:28 36b3adc4ff6f: Verifying Checksum 15:10:28 36b3adc4ff6f: Download complete 15:10:28 46f8f816bc3b: Download complete 15:10:28 df20fa9351a1: Verifying Checksum 15:10:28 df20fa9351a1: Download complete 15:10:28 93b9cdb0e59b: Verifying Checksum 15:10:28 93b9cdb0e59b: Download complete 15:10:28 5e14af77c1be: Verifying Checksum 15:10:28 5e14af77c1be: Download complete 15:10:28 01666e4c0597: Verifying Checksum 15:10:28 01666e4c0597: Download complete 15:10:28 93b61091891f: Download complete 15:10:28 df20fa9351a1: Pull complete 15:10:29 36b3adc4ff6f: Pull complete 15:10:29 8ad3a11d3b57: Verifying Checksum 15:10:29 8ad3a11d3b57: Download complete 15:10:30 8ad3a11d3b57: Pull complete 15:10:30 46f8f816bc3b: Pull complete 15:10:31 93b61091891f: Pull complete 15:10:31 93b9cdb0e59b: Pull complete 15:10:31 aa168da1d23b: Verifying Checksum 15:10:31 aa168da1d23b: Download complete 15:10:31 5e14af77c1be: Pull complete 15:10:31 01666e4c0597: Pull complete 15:10:38 aa168da1d23b: Pull complete 15:10:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:10:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:10:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:10:38 prd-centos7-docker-4c-2g-5604 does not seem to be running inside a container 15:10:38 $ 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/ndry_app-functions-sdk-go_PR-545/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-545 -v /w/workspace/ndry_app-functions-sdk-go_PR-545:/w/workspace/ndry_app-functions-sdk-go_PR-545:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-545@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-545@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:10:47 $ docker top 4b67102438f51dfc439d80ee78f82a9208bee0f1c029dc6d8a1599c550ec21ad -eo pid,comm [Pipeline] { [Pipeline] sh 15:10:47 + touch /tmp/pre-build-complete [Pipeline] sh 15:10:47 + mkdir -p /var/log/sa [Pipeline] sh 15:10:48 + ls /var/log/sa-host 15:10:48 + sadf -c /var/log/sa-host/sa05 15:10:48 file_magic: OK 15:10:48 HZ: Using current value: 100 15:10:48 file_header: OK 15:10:48 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 15:10:48 Statistics: 15:10:48 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:10:48 File successfully converted to sysstat format version 12.2.1 15:10:48 + sadf -c /var/log/sa-host/sa15 15:10:48 file_magic: OK 15:10:48 HZ: Using current value: 100 15:10:48 file_header: OK 15:10:48 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 15:10:48 Statistics: 15:10:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:10:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:10:48 provisioning config files... 15:10:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-545@tmp/config9213701912687357038tmp [Pipeline] { [Pipeline] echo 15:10:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:10:48 ---> create-netrc.sh [Pipeline] } 15:10:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:10:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:10:49 ---> python-tools-install.sh [Pipeline] echo 15:10:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:10:49 ---> sudo-logs.sh 15:10:49 Archiving 'sudo' log.. [Pipeline] echo 15:10:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:10:49 ---> job-cost.sh 15:10:49 lf-activate-venv: SKIPPING 15:10:49 INFO: No Stack... 15:10:50 INFO: Retrieving Pricing Info for: v1-standard-2 15:10:51 INFO: Archiving Costs [Pipeline] echo 15:10:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:10:51 ---> logs-deploy.sh 15:10:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-545/2 15:10:51 INFO: archiving workspace using pattern(s): 15:10:53 Archives upload complete. 15:10:53 INFO: archiving logs to Nexus 15:10:54 ---> uname -a: 15:10:54 Linux prd-centos7-docker-4c-2g-5604.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:10:54 15:10:54 15:10:54 ---> lscpu: 15:10:54 Architecture: x86_64 15:10:54 CPU op-mode(s): 32-bit, 64-bit 15:10:54 Byte Order: Little Endian 15:10:54 Address sizes: 40 bits physical, 48 bits virtual 15:10:54 CPU(s): 4 15:10:54 On-line CPU(s) list: 0-3 15:10:54 Thread(s) per core: 1 15:10:54 Core(s) per socket: 1 15:10:54 Socket(s): 4 15:10:54 NUMA node(s): 1 15:10:54 Vendor ID: GenuineIntel 15:10:54 CPU family: 6 15:10:54 Model: 44 15:10:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:10:54 Stepping: 1 15:10:54 CPU MHz: 2933.438 15:10:54 BogoMIPS: 5866.87 15:10:54 Virtualization: VT-x 15:10:54 Hypervisor vendor: KVM 15:10:54 Virtualization type: full 15:10:54 L1d cache: 128 KiB 15:10:54 L1i cache: 128 KiB 15:10:54 L2 cache: 16 MiB 15:10:54 L3 cache: 64 MiB 15:10:54 NUMA node0 CPU(s): 0-3 15:10:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:10:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:10:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:10:54 Vulnerability Meltdown: Mitigation; PTI 15:10:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:10:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:10:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:10:54 Vulnerability Tsx async abort: Not affected 15:10:54 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 15:10:54 15:10:54 15:10:54 ---> nproc: 15:10:54 4 15:10:54 15:10:54 15:10:54 ---> df -h: 15:10:54 Filesystem Size Used Available Use% Mounted on 15:10:54 overlay 50.0G 7.2G 42.8G 14% / 15:10:54 tmpfs 64.0M 0 64.0M 0% /dev 15:10:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:10:54 shm 64.0M 0 64.0M 0% /dev/shm 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-545 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-545@tmp 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 15:10:54 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 15:10:54 15:10:54 15:10:54 ---> free -m: 15:10:54 total used free shared buff/cache available 15:10:54 Mem: 1837 639 100 0 1097 1095 15:10:54 Swap: 1023 1 1022 15:10:54 15:10:54 15:10:54 ---> ip addr: 15:10:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:10:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:10:54 inet 127.0.0.1/8 scope host lo 15:10:54 valid_lft forever preferred_lft forever 15:10:54 inet6 ::1/128 scope host 15:10:54 valid_lft forever preferred_lft forever 15:10:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:10:54 link/ether fa:16:3e:83:fb:0a brd ff:ff:ff:ff:ff:ff 15:10:54 inet 10.30.123.160/23 brd 10.30.123.255 scope global dynamic eth0 15:10:54 valid_lft 85930sec preferred_lft 85930sec 15:10:54 inet6 fe80::f816:3eff:fe83:fb0a/64 scope link 15:10:54 valid_lft forever preferred_lft forever 15:10:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:10:54 link/ether 02:42:cd:3c:26:2e brd ff:ff:ff:ff:ff:ff 15:10:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:10:54 valid_lft forever preferred_lft forever 15:10:54 inet6 fe80::42:cdff:fe3c:262e/64 scope link 15:10:54 valid_lft forever preferred_lft forever 15:10:54 15:10:54 15:10:54 ---> sar -b -r -n DEV: 15:10:54 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 15:10:54 15:10:54 15:02:43 LINUX RESTART (4 CPU) 15:10:54 15:10:54 15:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:10:54 15:05:01 14.98 5.21 9.77 0.00 1174.90 1412.64 0.00 15:10:54 15:06:01 0.30 0.00 0.30 0.00 0.00 4.70 0.00 15:10:54 15:07:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 15:10:54 15:08:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 15:10:54 15:09:01 0.33 0.00 0.33 0.00 0.00 4.98 0.00 15:10:54 15:10:01 0.28 0.02 0.27 0.00 0.13 3.31 0.00 15:10:54 Average: 2.74 0.87 1.87 0.00 195.91 238.77 0.00 15:10:54 15:10:54 15:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:10:54 15:05:01 215824 0 528368 28.08 2620 1134744 1097416 37.45 399400 1105672 28 15:10:54 15:06:01 220292 0 523920 27.85 2620 1134724 1084492 37.01 397856 1103440 8 15:10:54 15:07:01 218544 0 525660 27.94 2620 1134732 1069160 36.49 400904 1102464 20 15:10:54 15:08:01 218372 0 525832 27.95 2620 1134732 1069184 36.49 406240 1097168 12 15:10:54 15:09:01 216988 0 527208 28.02 2620 1134740 1069208 36.49 408660 1097168 16 15:10:54 15:10:01 214056 0 530128 28.17 2620 1134752 1069308 36.49 444772 1063292 16 15:10:54 Average: 217346 0 526853 28.00 2620 1134737 1076461 36.74 409639 1094867 17 15:10:54 15:10:54 15:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:10:54 15:05:01 eth0 97.97 117.70 326.57 35.83 0.00 0.00 0.00 0.00 15:10:54 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:05:01 docker0 95.22 67.24 8.37 302.97 0.00 0.00 0.00 0.00 15:10:54 15:06:01 eth0 1.33 0.43 0.44 0.24 0.00 0.00 0.00 0.00 15:10:54 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:07:01 eth0 1.70 0.30 0.35 0.17 0.00 0.00 0.00 0.00 15:10:54 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:08:01 eth0 2.42 0.33 0.44 0.23 0.00 0.00 0.00 0.00 15:10:54 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:09:01 eth0 1.18 0.77 0.71 0.44 0.00 0.00 0.00 0.00 15:10:54 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:10:01 eth0 0.55 0.35 0.27 0.23 0.00 0.00 0.00 0.00 15:10:54 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 Average: eth0 17.53 19.99 54.82 6.19 0.00 0.00 0.00 0.00 15:10:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:10:54 Average: docker0 15.88 11.21 1.40 50.51 0.00 0.00 0.00 0.00 15:10:54 15:10:54 15:10:54 ---> sar -P ALL: 15:10:54 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 15:10:54 15:10:54 15:02:43 LINUX RESTART (4 CPU) 15:10:54 15:10:54 15:04:01 CPU %user %nice %system %iowait %steal %idle 15:10:54 15:05:01 all 2.00 0.00 1.02 0.10 0.01 96.86 15:10:54 15:05:01 0 1.82 0.00 1.14 0.08 0.02 96.94 15:10:54 15:05:01 1 1.57 0.00 0.93 0.17 0.00 97.33 15:10:54 15:05:01 2 1.85 0.00 0.97 0.03 0.02 97.13 15:10:54 15:05:01 3 2.77 0.00 1.05 0.13 0.02 96.02 15:10:54 15:06:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:10:54 15:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:10:54 15:06:01 1 0.08 0.00 0.07 0.00 0.00 99.85 15:10:54 15:06:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:10:54 15:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:10:54 15:07:01 all 0.18 0.00 0.03 0.00 0.00 99.79 15:10:54 15:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:10:54 15:07:01 1 0.07 0.00 0.03 0.00 0.00 99.90 15:10:54 15:07:01 2 0.23 0.00 0.05 0.00 0.00 99.72 15:10:54 15:07:01 3 0.40 0.00 0.02 0.00 0.00 99.58 15:10:54 15:08:01 all 0.11 0.00 0.05 0.00 0.00 99.85 15:10:54 15:08:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:10:54 15:08:01 1 0.33 0.00 0.05 0.00 0.00 99.62 15:10:54 15:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:10:54 15:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:10:54 15:09:01 all 0.03 0.00 0.05 0.00 0.00 99.92 15:10:54 15:09:01 0 0.02 0.00 0.08 0.00 0.00 99.90 15:10:54 15:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:10:54 15:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:10:54 15:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:10:54 15:10:01 all 0.04 0.00 0.05 0.00 0.00 99.90 15:10:54 15:10:01 0 0.05 0.00 0.12 0.02 0.00 99.82 15:10:54 15:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:10:54 15:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:10:54 15:10:01 3 0.03 0.00 0.07 0.00 0.00 99.90 15:10:54 Average: all 0.42 0.00 0.21 0.02 0.00 99.35 15:10:54 Average: 0 0.32 0.00 0.24 0.02 0.00 99.42 15:10:54 Average: 1 0.36 0.00 0.19 0.03 0.00 99.43 15:10:54 Average: 2 0.45 0.00 0.19 0.01 0.00 99.35 15:10:54 Average: 3 0.55 0.00 0.21 0.02 0.00 99.22 15:10:54 15:10:54 15:10:54