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 [2020-10-15T15:03:50.155Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T15:03:50.559Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T15:03:50.718Z] ========================================================= [2020-10-15T15:03:50.718Z] EdgeX Global Pipelines Version Info [2020-10-15T15:03:50.718Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:03:52.295Z] ------------------- [2020-10-15T15:03:52.295Z] stable info: [2020-10-15T15:03:52.295Z] ------------------- [2020-10-15T15:03:52.295Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T15:03:52.295Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T15:03:52.295Z] Message: update stable to v1.0.142 [2020-10-15T15:03:53.240Z] ------------------- [2020-10-15T15:03:53.240Z] experimental info: [2020-10-15T15:03:53.240Z] ------------------- [2020-10-15T15:03:53.240Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T15:03:53.240Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T15:03:53.240Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-15T15:03:53.588Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-15T15:03:53.701Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-15T15:03:53.838Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T15:03:53.921Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T15:03:54.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T15:03:54.128Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T15:03:54.216Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T15:03:54.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T15:03:54.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-15T15:03:54.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T15:03:54.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T15:03:54.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-15T15:03:54.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T15:03:54.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T15:03:54.995Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:03:55.080Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:03:55.175Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:03:55.259Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T15:03:55.355Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T15:03:55.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-15T15:03:55.627Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T15:03:55.733Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-15T15:03:55.887Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-15T15:03:56.033Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-15T15:03:56.157Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-15T15:03:56.251Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-545 [Pipeline] echo [2020-10-15T15:03:56.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-545 [Pipeline] echo [2020-10-15T15:03:56.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-545 [Pipeline] echo [2020-10-15T15:03:56.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c41e718a963d81f1e061c9734cd04b215175a4bc [Pipeline] echo [2020-10-15T15:03:56.659Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c41e718 [Pipeline] echo [2020-10-15T15:03:56.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-15T15:03:57.343Z] + git log --format=format:%s -1 c41e718a963d81f1e061c9734cd04b215175a4bc [Pipeline] echo [2020-10-15T15:03:57.408Z] GIT_COMMIT: c41e718a963d81f1e061c9734cd04b215175a4bc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo [2020-10-15T15:03:57.498Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:03:58.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:03:58.368Z] [2020-10-15T15:03:58.368Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:03:58.727Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:03:58.727Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T15:03:58.727Z] 31603596830f: Pulling fs layer [2020-10-15T15:03:58.727Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T15:03:58.727Z] 6ca5941a6612: Pulling fs layer [2020-10-15T15:03:58.727Z] ecc8261a40a4: Pulling fs layer [2020-10-15T15:03:58.727Z] ecc8261a40a4: Waiting [2020-10-15T15:03:58.727Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T15:03:58.727Z] 2a8b12db71e7: Download complete [2020-10-15T15:03:58.999Z] 31603596830f: Verifying Checksum [2020-10-15T15:03:58.999Z] 31603596830f: Download complete [2020-10-15T15:03:58.999Z] ecc8261a40a4: Verifying Checksum [2020-10-15T15:03:58.999Z] ecc8261a40a4: Download complete [2020-10-15T15:03:58.999Z] 6ca5941a6612: Verifying Checksum [2020-10-15T15:03:58.999Z] 6ca5941a6612: Download complete [2020-10-15T15:03:59.271Z] 31603596830f: Pull complete [2020-10-15T15:03:59.271Z] 2a8b12db71e7: Pull complete [2020-10-15T15:04:00.216Z] 6ca5941a6612: Pull complete [2020-10-15T15:04:00.216Z] ecc8261a40a4: Pull complete [2020-10-15T15:04:00.216Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T15:04:00.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T15:04:00.216Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T15:04:00.314Z] prd-centos7-docker-4c-2g-5604 does not seem to be running inside a container [2020-10-15T15:04:00.362Z] $ 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 [2020-10-15T15:04:02.390Z] $ docker top 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T15:04:02.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:04:02.681Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:04:02.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:04:02.886Z] $ docker exec 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent [2020-10-15T15:04:03.047Z] SSH_AUTH_SOCK=/tmp/ssh-bPQaqJCRtIPP/agent.13 [2020-10-15T15:04:03.047Z] SSH_AGENT_PID=18 [2020-10-15T15:04:03.058Z] Running ssh-add (command line suppressed) [2020-10-15T15:04:03.186Z] 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) [2020-10-15T15:04:03.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:04:03.593Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T15:04:03.615Z] $ docker exec --env ******** --env ******** 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent -k [2020-10-15T15:04:03.732Z] unset SSH_AUTH_SOCK; [2020-10-15T15:04:03.732Z] unset SSH_AGENT_PID; [2020-10-15T15:04:03.732Z] echo Agent pid 18 killed; [2020-10-15T15:04:03.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T15:04:03.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T15:04:03.920Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T15:04:04.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T15:04:04.094Z] $ docker exec 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent [2020-10-15T15:04:04.257Z] SSH_AUTH_SOCK=/tmp/ssh-pDxaZVcy567C/agent.46 [2020-10-15T15:04:04.257Z] SSH_AGENT_PID=52 [2020-10-15T15:04:04.263Z] Running ssh-add (command line suppressed) [2020-10-15T15:04:04.390Z] 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) [2020-10-15T15:04:04.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T15:04:04.772Z] + git semver init [2020-10-15T15:04:04.773Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T15:04:04.773Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-545/.git [2020-10-15T15:04:04.773Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-545 [2020-10-15T15:04:04.773Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T15:04:04.773Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T15:04:04.773Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T15:04:04.773Z] # $SEMVER_BRANCH = PR-545 [2020-10-15T15:04:04.773Z] # $SEMVER_TEMP = /tmp/semver-314699563 [2020-10-15T15:04:04.773Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-15T15:04:07.329Z] # '/tmp/semver-314699563' -> '/w/workspace/ndry_app-functions-sdk-go_PR-545/.semver' [2020-10-15T15:04:07.329Z] # -> Force: false [2020-10-15T15:04:07.329Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-545/.semver [Pipeline] } [2020-10-15T15:04:07.345Z] $ docker exec --env ******** --env ******** 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 ssh-agent -k [2020-10-15T15:04:07.459Z] unset SSH_AUTH_SOCK; [2020-10-15T15:04:07.460Z] unset SSH_AGENT_PID; [2020-10-15T15:04:07.460Z] echo Agent pid 52 killed; [2020-10-15T15:04:07.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T15:04:08.072Z] + git semver [Pipeline] } [2020-10-15T15:04:08.091Z] $ docker stop --time=1 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 [2020-10-15T15:04:09.554Z] $ docker rm -f 733512a8c0b2e95bea9cb7d9f24dfc87737c9d23ea9c9533f23ed6644627bf39 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T15:04:10.246Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T15:04:10.249Z] [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 [2020-10-15T15:04:25.897Z] Still waiting to schedule task [2020-10-15T15:04:25.897Z] ‘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’ [2020-10-15T15:04:25.899Z] Still waiting to schedule task [2020-10-15T15:04:25.900Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-15T15:04:30.959Z] Running on prd-centos7-docker-4c-2g-5606 in /w/workspace/ndry_app-functions-sdk-go_PR-545 [Pipeline] { [Pipeline] ws [2020-10-15T15:04:31.038Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-15T15:04:39.001Z] using credential edgex-jenkins-ssh [2020-10-15T15:04:39.057Z] Cloning the remote Git repository [2020-10-15T15:04:39.100Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:04:39.190Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2020-10-15T15:04:39.259Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:04:39.260Z] > git --version # timeout=10 [2020-10-15T15:04:39.274Z] > git --version # 'git version 2.16.5' [2020-10-15T15:04:39.275Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:04:39.309Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:04:41.764Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:04:41.782Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:04:41.819Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:04:41.839Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:04:41.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:04:41.849Z] > 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 [2020-10-15T15:04:42.294Z] Merging remotes/origin/master commit fd3e27ff7598c67d92b9788f6f8fff41460255d0 into PR head commit c41e718a963d81f1e061c9734cd04b215175a4bc [2020-10-15T15:04:42.659Z] Merge succeeded, producing c41e718a963d81f1e061c9734cd04b215175a4bc [2020-10-15T15:04:42.660Z] Checking out Revision c41e718a963d81f1e061c9734cd04b215175a4bc (PR-545) [2020-10-15T15:04:42.308Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:04:42.331Z] > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 [2020-10-15T15:04:42.403Z] > git remote # timeout=10 [2020-10-15T15:04:42.420Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T15:04:42.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:04:42.449Z] > git merge fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 [2020-10-15T15:04:42.534Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T15:04:42.667Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:04:42.677Z] > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 [2020-10-15T15:04:46.853Z] 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 [2020-10-15T15:04:47.965Z] ========================================================= [2020-10-15T15:04:47.966Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T15:04:47.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:04:49.359Z] + 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 . [2020-10-15T15:04:50.417Z] Sending build context to Docker daemon 19.1MB [2020-10-15T15:04:50.417Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T15:04:50.417Z] Step 2/8 : FROM ${BASE} [2020-10-15T15:04:50.417Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-15T15:04:50.417Z] df20fa9351a1: Pulling fs layer [2020-10-15T15:04:50.417Z] ed8968b2872e: Pulling fs layer [2020-10-15T15:04:50.417Z] a92cc7c5fd73: Pulling fs layer [2020-10-15T15:04:50.417Z] e871e8e8d7a9: Pulling fs layer [2020-10-15T15:04:50.417Z] e73272ec9a57: Pulling fs layer [2020-10-15T15:04:50.417Z] 1e910a182e73: Pulling fs layer [2020-10-15T15:04:50.417Z] 4e634b169226: Pulling fs layer [2020-10-15T15:04:50.417Z] e871e8e8d7a9: Waiting [2020-10-15T15:04:50.417Z] 1e910a182e73: Waiting [2020-10-15T15:04:50.417Z] 4e634b169226: Waiting [2020-10-15T15:04:50.417Z] e73272ec9a57: Waiting [2020-10-15T15:04:50.697Z] a92cc7c5fd73: Verifying Checksum [2020-10-15T15:04:50.697Z] a92cc7c5fd73: Download complete [2020-10-15T15:04:50.697Z] ed8968b2872e: Verifying Checksum [2020-10-15T15:04:50.697Z] ed8968b2872e: Download complete [2020-10-15T15:04:51.293Z] e73272ec9a57: Verifying Checksum [2020-10-15T15:04:51.293Z] e73272ec9a57: Download complete [2020-10-15T15:04:51.293Z] 1e910a182e73: Verifying Checksum [2020-10-15T15:04:51.293Z] 1e910a182e73: Download complete [2020-10-15T15:04:51.980Z] df20fa9351a1: Verifying Checksum [2020-10-15T15:04:51.980Z] df20fa9351a1: Download complete [2020-10-15T15:04:53.406Z] df20fa9351a1: Pull complete [2020-10-15T15:04:54.062Z] ed8968b2872e: Pull complete [2020-10-15T15:04:54.359Z] a92cc7c5fd73: Pull complete [2020-10-15T15:04:58.921Z] 4e634b169226: Verifying Checksum [2020-10-15T15:04:58.921Z] 4e634b169226: Download complete [2020-10-15T15:05:01.142Z] e871e8e8d7a9: Verifying Checksum [2020-10-15T15:05:01.142Z] e871e8e8d7a9: Download complete [2020-10-15T15:05:11.475Z] e871e8e8d7a9: Pull complete [2020-10-15T15:05:11.475Z] e73272ec9a57: Pull complete [2020-10-15T15:05:11.475Z] 1e910a182e73: Pull complete [2020-10-15T15:05:15.792Z] 4e634b169226: Pull complete [2020-10-15T15:05:15.792Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-15T15:05:15.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-15T15:05:15.792Z] ---> f7629b54cfaa [2020-10-15T15:05:15.792Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T15:05:16.370Z] latest: Pulling from library/docker [2020-10-15T15:05:16.641Z] df20fa9351a1: Already exists [2020-10-15T15:05:16.641Z] 25ad7478873d: Pulling fs layer [2020-10-15T15:05:16.641Z] 4684f6177b5d: Pulling fs layer [2020-10-15T15:05:16.641Z] 8ba584e970af: Pulling fs layer [2020-10-15T15:05:16.641Z] 3cdc74d2b06d: Pulling fs layer [2020-10-15T15:05:16.641Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-15T15:05:16.641Z] fca0ccc462d5: Pulling fs layer [2020-10-15T15:05:16.641Z] 3cdc74d2b06d: Waiting [2020-10-15T15:05:16.641Z] 4cf5a0d07c1f: Waiting [2020-10-15T15:05:16.641Z] fca0ccc462d5: Waiting [2020-10-15T15:05:16.929Z] 4684f6177b5d: Verifying Checksum [2020-10-15T15:05:16.929Z] 4684f6177b5d: Download complete [2020-10-15T15:05:17.262Z] 3cdc74d2b06d: Verifying Checksum [2020-10-15T15:05:17.262Z] 3cdc74d2b06d: Download complete [2020-10-15T15:05:17.262Z] 25ad7478873d: Verifying Checksum [2020-10-15T15:05:17.262Z] 25ad7478873d: Download complete [2020-10-15T15:05:17.262Z] fca0ccc462d5: Verifying Checksum [2020-10-15T15:05:17.262Z] fca0ccc462d5: Download complete [2020-10-15T15:05:17.262Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-15T15:05:17.262Z] 4cf5a0d07c1f: Download complete [2020-10-15T15:05:17.855Z] 25ad7478873d: Pull complete [2020-10-15T15:05:17.855Z] 4684f6177b5d: Pull complete [2020-10-15T15:05:19.989Z] 8ba584e970af: Verifying Checksum [2020-10-15T15:05:19.989Z] 8ba584e970af: Download complete [2020-10-15T15:05:24.519Z] 8ba584e970af: Pull complete [2020-10-15T15:05:24.811Z] 3cdc74d2b06d: Pull complete [2020-10-15T15:05:25.087Z] 4cf5a0d07c1f: Pull complete [2020-10-15T15:05:25.087Z] fca0ccc462d5: Pull complete [2020-10-15T15:05:25.087Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T15:05:25.087Z] Status: Downloaded newer image for docker:latest [2020-10-15T15:05:27.695Z] ---> 928c037f682d [2020-10-15T15:05:27.695Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-15T15:05:27.695Z] ---> Running in 64b204ad6667 [2020-10-15T15:05:27.695Z] Removing intermediate container 64b204ad6667 [2020-10-15T15:05:27.695Z] ---> 6fffcf3e39f2 [2020-10-15T15:05:27.695Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-15T15:05:27.695Z] ---> Running in 9a200b4b6a3a [2020-10-15T15:05:28.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T15:05:29.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T15:05:31.105Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-15T15:05:31.105Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-15T15:05:31.105Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-15T15:05:31.105Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-15T15:05:31.105Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-15T15:05:31.105Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:05:31.105Z] OK: 167 MiB in 44 packages [2020-10-15T15:05:32.158Z] Removing intermediate container 9a200b4b6a3a [2020-10-15T15:05:32.158Z] ---> ef4c12d8f4bd [2020-10-15T15:05:32.158Z] Step 6/8 : WORKDIR /build [2020-10-15T15:05:32.158Z] ---> Running in 4861209fa182 [2020-10-15T15:05:32.158Z] Removing intermediate container 4861209fa182 [2020-10-15T15:05:32.158Z] ---> 3c27b83fd954 [2020-10-15T15:05:32.158Z] Step 7/8 : COPY go.mod . [2020-10-15T15:05:32.459Z] ---> da7d87750dd4 [2020-10-15T15:05:32.459Z] Step 8/8 : RUN go mod download [2020-10-15T15:05:32.800Z] ---> Running in 3e9d7bd8ce35 [2020-10-15T15:05:59.729Z] Removing intermediate container 3e9d7bd8ce35 [2020-10-15T15:05:59.729Z] ---> 0e1d5d301e38 [2020-10-15T15:05:59.729Z] Successfully built 0e1d5d301e38 [2020-10-15T15:05:59.729Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:06:00.191Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T15:06:00.478Z] . [Pipeline] withDockerContainer [2020-10-15T15:06:01.072Z] prd-centos7-docker-4c-2g-5606 does not seem to be running inside a container [2020-10-15T15:06:01.430Z] $ 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 [2020-10-15T15:06:03.159Z] $ docker top ddcbf5b793c808900ddea6c1c9393c8cf85c4adcc552091750a5a01c68ef917a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:06:03.760Z] + go version [2020-10-15T15:06:03.760Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-15T15:06:03.804Z] $ docker stop --time=1 ddcbf5b793c808900ddea6c1c9393c8cf85c4adcc552091750a5a01c68ef917a [2020-10-15T15:06:05.417Z] $ docker rm -f ddcbf5b793c808900ddea6c1c9393c8cf85c4adcc552091750a5a01c68ef917a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:06:06.416Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T15:06:06.416Z] . [Pipeline] withDockerContainer [2020-10-15T15:06:06.625Z] prd-centos7-docker-4c-2g-5606 does not seem to be running inside a container [2020-10-15T15:06:06.813Z] $ 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 [2020-10-15T15:06:07.933Z] $ docker top 10b53e6980bed3f25faf52f69df2acaf22f6de57fd5486d3e39c4760104ef8c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:06:08.543Z] + make test [2020-10-15T15:06:08.543Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-15T15:06:11.430Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-15T15:06:22.091Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.181s coverage: 86.2% of statements [2020-10-15T15:06:39.684Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5610 in /w/workspace/ndry_app-functions-sdk-go_PR-545 [Pipeline] { [Pipeline] ws [2020-10-15T15:06:39.747Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-15T15:06:44.687Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.057s coverage: 54.7% of statements [2020-10-15T15:06:44.687Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-15T15:06:44.687Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-15T15:06:44.687Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.050s coverage: 54.7% of statements [2020-10-15T15:06:44.687Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-15T15:06:44.687Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.510s coverage: 69.1% of statements [2020-10-15T15:06:45.006Z] using credential edgex-jenkins-ssh [2020-10-15T15:06:45.069Z] Cloning the remote Git repository [2020-10-15T15:06:45.119Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:06:45.230Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2020-10-15T15:06:45.300Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:06:45.301Z] > git --version # timeout=10 [2020-10-15T15:06:45.325Z] > git --version # 'git version 2.17.1' [2020-10-15T15:06:45.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:06:45.379Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:06:48.325Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:06:48.341Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T15:06:48.373Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-15T15:06:48.411Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-15T15:06:48.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:06:48.424Z] > 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 [2020-10-15T15:06:49.026Z] Merging remotes/origin/master commit fd3e27ff7598c67d92b9788f6f8fff41460255d0 into PR head commit c41e718a963d81f1e061c9734cd04b215175a4bc [2020-10-15T15:06:49.409Z] Merge succeeded, producing c41e718a963d81f1e061c9734cd04b215175a4bc [2020-10-15T15:06:49.409Z] Checking out Revision c41e718a963d81f1e061c9734cd04b215175a4bc (PR-545) [2020-10-15T15:06:49.046Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:06:49.066Z] > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 [2020-10-15T15:06:49.192Z] > git remote # timeout=10 [2020-10-15T15:06:49.211Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T15:06:49.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T15:06:49.298Z] > git merge fd3e27ff7598c67d92b9788f6f8fff41460255d0 # timeout=10 [2020-10-15T15:06:49.360Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T15:06:49.420Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T15:06:49.443Z] > git checkout -f c41e718a963d81f1e061c9734cd04b215175a4bc # timeout=10 [2020-10-15T15:06:53.949Z] 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 [2020-10-15T15:06:54.924Z] ========================================================= [2020-10-15T15:06:54.924Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T15:06:54.924Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:06:56.140Z] + 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 . [2020-10-15T15:06:57.132Z] Sending build context to Docker daemon 19.1MB [2020-10-15T15:06:57.132Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T15:06:57.132Z] Step 2/8 : FROM ${BASE} [2020-10-15T15:06:57.416Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T15:06:57.416Z] b538f80385f9: Pulling fs layer [2020-10-15T15:06:57.416Z] 74f711af9a0d: Pulling fs layer [2020-10-15T15:06:57.416Z] 99f96fe45779: Pulling fs layer [2020-10-15T15:06:57.416Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T15:06:57.416Z] 45590311c82a: Pulling fs layer [2020-10-15T15:06:57.416Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T15:06:57.416Z] 209524e5b208: Pulling fs layer [2020-10-15T15:06:57.416Z] 8529a6b9a6be: Waiting [2020-10-15T15:06:57.416Z] 45590311c82a: Waiting [2020-10-15T15:06:57.416Z] 69ca0ff8b7b3: Waiting [2020-10-15T15:06:57.416Z] 209524e5b208: Waiting [2020-10-15T15:06:57.416Z] 99f96fe45779: Download complete [2020-10-15T15:06:57.417Z] 74f711af9a0d: Download complete [2020-10-15T15:06:57.847Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.580s coverage: 61.6% of statements [2020-10-15T15:06:57.847Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.009s coverage: 89.5% of statements [2020-10-15T15:06:57.847Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements [2020-10-15T15:06:57.847Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.248s coverage: 100.0% of statements [2020-10-15T15:06:57.847Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.007s coverage: 100.0% of statements [2020-10-15T15:06:57.847Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.042s coverage: 100.0% of statements [2020-10-15T15:06:57.847Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-15T15:06:57.847Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-15T15:06:57.847Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-15T15:06:57.847Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-15T15:06:57.847Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-15T15:06:57.847Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-15T15:06:57.848Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements [2020-10-15T15:06:57.848Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.017s coverage: 97.7% of statements [2020-10-15T15:06:57.848Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-15T15:06:57.848Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 9.4% of statements [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.512s coverage: 75.0% of statements [2020-10-15T15:06:57.848Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.149s coverage: 89.7% of statements [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.114s coverage: 88.9% of statements [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.537s coverage: 80.5% of statements [2020-10-15T15:06:57.848Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.055s coverage: 71.7% of statements [2020-10-15T15:06:58.412Z] 45590311c82a: Download complete [2020-10-15T15:06:58.693Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T15:06:58.693Z] 69ca0ff8b7b3: Download complete [2020-10-15T15:06:58.693Z] b538f80385f9: Download complete [2020-10-15T15:06:59.303Z] b538f80385f9: Pull complete [2020-10-15T15:06:59.915Z] 74f711af9a0d: Pull complete [2020-10-15T15:07:00.201Z] 99f96fe45779: Pull complete [2020-10-15T15:07:02.833Z] 209524e5b208: Verifying Checksum [2020-10-15T15:07:02.834Z] 209524e5b208: Download complete [2020-10-15T15:07:03.813Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T15:07:03.813Z] 8529a6b9a6be: Download complete [2020-10-15T15:07:13.970Z] 8529a6b9a6be: Pull complete [2020-10-15T15:07:14.246Z] 45590311c82a: Pull complete [2020-10-15T15:07:14.529Z] 69ca0ff8b7b3: Pull complete [2020-10-15T15:07:18.881Z] 209524e5b208: Pull complete [2020-10-15T15:07:18.881Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T15:07:18.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T15:07:18.881Z] ---> 5bddaf1c2fca [2020-10-15T15:07:18.881Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T15:07:18.881Z] latest: Pulling from library/docker [2020-10-15T15:07:18.881Z] b538f80385f9: Already exists [2020-10-15T15:07:18.881Z] 259a493cd78d: Pulling fs layer [2020-10-15T15:07:18.881Z] b8e66b5100f5: Pulling fs layer [2020-10-15T15:07:18.881Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T15:07:18.881Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T15:07:18.881Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T15:07:18.881Z] 294320357d30: Pulling fs layer [2020-10-15T15:07:18.881Z] 4a2c62f0a2a3: Waiting [2020-10-15T15:07:18.881Z] 75a0a0ebb566: Waiting [2020-10-15T15:07:18.881Z] 294320357d30: Waiting [2020-10-15T15:07:18.881Z] b8e66b5100f5: Verifying Checksum [2020-10-15T15:07:18.881Z] b8e66b5100f5: Download complete [2020-10-15T15:07:18.881Z] 259a493cd78d: Verifying Checksum [2020-10-15T15:07:18.881Z] 259a493cd78d: Download complete [2020-10-15T15:07:18.881Z] 75a0a0ebb566: Verifying Checksum [2020-10-15T15:07:18.881Z] 75a0a0ebb566: Download complete [2020-10-15T15:07:18.881Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-15T15:07:18.881Z] 4a2c62f0a2a3: Download complete [2020-10-15T15:07:19.157Z] 294320357d30: Verifying Checksum [2020-10-15T15:07:19.157Z] 294320357d30: Download complete [2020-10-15T15:07:19.431Z] 259a493cd78d: Pull complete [2020-10-15T15:07:20.053Z] b8e66b5100f5: Pull complete [2020-10-15T15:07:20.337Z] 7f8258a56ab6: Verifying Checksum [2020-10-15T15:07:20.337Z] 7f8258a56ab6: Download complete [2020-10-15T15:07:23.737Z] 7f8258a56ab6: Pull complete [2020-10-15T15:07:24.024Z] 75a0a0ebb566: Pull complete [2020-10-15T15:07:24.301Z] 4a2c62f0a2a3: Pull complete [2020-10-15T15:07:24.900Z] 294320357d30: Pull complete [2020-10-15T15:07:24.900Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T15:07:24.900Z] Status: Downloaded newer image for docker:latest [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:00.778626699Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:00.810447335Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:00.816734185Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:00.822693319Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:00.841413596Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:00.861661838Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:01.008359343Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:01.049783675Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:01.291537289Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:03.306954171Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:03.308261046Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:03.309955516Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:03.362769481Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:05.3893982Z app=app_functions_sdk_go source=batch.go:150 msg="Timer has elapsed" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:05.430544408Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-10-15T15:07:27.505Z] --- FAIL: TestBatchInTimeAndCountMode_TimeElapsed (4.19s) [2020-10-15T15:07:27.505Z] batch_test.go:66: [2020-10-15T15:07:27.505Z] Error Trace: batch_test.go:66 [2020-10-15T15:07:27.505Z] asm_amd64.s:1374 [2020-10-15T15:07:27.505Z] Error: Not equal: [2020-10-15T15:07:27.505Z] expected: 3 [2020-10-15T15:07:27.505Z] actual : 2 [2020-10-15T15:07:27.505Z] Test: TestBatchInTimeAndCountMode_TimeElapsed [2020-10-15T15:07:27.505Z] batch_test.go:79: [2020-10-15T15:07:27.505Z] Error Trace: batch_test.go:79 [2020-10-15T15:07:27.505Z] asm_amd64.s:1374 [2020-10-15T15:07:27.505Z] Error: Should be false [2020-10-15T15:07:27.505Z] Test: TestBatchInTimeAndCountMode_TimeElapsed [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:05.480922201Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:15.490013541Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:25.493654234Z app=app_functions_sdk_go source=batch.go:133 msg="Batching Data" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:25.519285951Z app=app_functions_sdk_go source=batch.go:148 msg="Batch count has been reached" [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:25.517931299Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-10-15T15:07:27.505Z] level=DEBUG ts=2020-10-15T15:07:25.532459052Z app=app_functions_sdk_go source=batch.go:177 msg="Forwarding Batched Data..." [2020-10-15T15:07:27.505Z] panic: interface conversion: interface {} is nil, not [][]uint8 [2020-10-15T15:07:27.505Z] [2020-10-15T15:07:27.505Z] goroutine 22 [running]: [2020-10-15T15:07:27.505Z] github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0xc00008e1b0, 0xc00008e1c0, 0xc0000ac100, 0xc000082480, 0xc00008e1a0) [2020-10-15T15:07:27.505Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:119 +0x296 [2020-10-15T15:07:27.505Z] created by github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms.TestBatchInTimeAndCountMode_CountMet [2020-10-15T15:07:27.505Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:114 +0x1b9 [2020-10-15T15:07:27.505Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 24.853s [2020-10-15T15:07:27.505Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.036s coverage: 94.4% of statements [2020-10-15T15:07:27.505Z] FAIL [2020-10-15T15:07:27.505Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-10-15T15:07:27.590Z] $ docker stop --time=1 10b53e6980bed3f25faf52f69df2acaf22f6de57fd5486d3e39c4760104ef8c7 [2020-10-15T15:07:30.311Z] ---> e91f6819b55c [2020-10-15T15:07:30.311Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-15T15:07:30.311Z] ---> Running in 05384c1454ae [2020-10-15T15:07:30.906Z] Removing intermediate container 05384c1454ae [2020-10-15T15:07:30.906Z] ---> 692b5d6d753d [2020-10-15T15:07:30.906Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-15T15:07:30.906Z] ---> Running in 64676589fa1e [2020-10-15T15:07:31.224Z] $ docker rm -f 10b53e6980bed3f25faf52f69df2acaf22f6de57fd5486d3e39c4760104ef8c7 [2020-10-15T15:07:32.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-15T15:07:33.330Z] 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] } [2020-10-15T15:07:34.564Z] Failed in branch amd64 [2020-10-15T15:07:34.779Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-15T15:07:34.779Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-15T15:07:34.779Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-15T15:07:35.056Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-15T15:07:35.056Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-15T15:07:35.056Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T15:07:35.056Z] OK: 144 MiB in 44 packages [2020-10-15T15:07:36.488Z] Removing intermediate container 64676589fa1e [2020-10-15T15:07:36.488Z] ---> 10843c67218c [2020-10-15T15:07:36.488Z] Step 6/8 : WORKDIR /build [2020-10-15T15:07:36.488Z] ---> Running in 50902d6927a1 [2020-10-15T15:07:37.083Z] Removing intermediate container 50902d6927a1 [2020-10-15T15:07:37.083Z] ---> f7fcdc901096 [2020-10-15T15:07:37.083Z] Step 7/8 : COPY go.mod . [2020-10-15T15:07:37.683Z] ---> 1ef4044ee9d1 [2020-10-15T15:07:37.683Z] Step 8/8 : RUN go mod download [2020-10-15T15:07:37.954Z] ---> Running in 864192ad5a03 [2020-10-15T15:08:10.328Z] Removing intermediate container 864192ad5a03 [2020-10-15T15:08:10.328Z] ---> 854261104268 [2020-10-15T15:08:10.328Z] Successfully built 854261104268 [2020-10-15T15:08:10.328Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:08:10.740Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T15:08:10.740Z] . [Pipeline] withDockerContainer [2020-10-15T15:08:11.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-5610 does not seem to be running inside a container [2020-10-15T15:08:11.115Z] $ 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 [2020-10-15T15:08:12.977Z] $ docker top 8d5f8173c2209fdd50c12dd0a765c4c8383e917e9754becd73a8101b27b97ee9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:08:14.380Z] + go version [2020-10-15T15:08:14.380Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T15:08:14.417Z] $ docker stop --time=1 8d5f8173c2209fdd50c12dd0a765c4c8383e917e9754becd73a8101b27b97ee9 [2020-10-15T15:08:16.336Z] $ docker rm -f 8d5f8173c2209fdd50c12dd0a765c4c8383e917e9754becd73a8101b27b97ee9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:08:17.311Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T15:08:17.311Z] . [Pipeline] withDockerContainer [2020-10-15T15:08:17.566Z] prd-ubuntu18.04-docker-arm64-4c-16g-5610 does not seem to be running inside a container [2020-10-15T15:08:17.660Z] $ 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 [2020-10-15T15:08:19.424Z] $ docker top 20acb5a115ed62bebb9b9ca9d42dcc7bb1f4afa45acf56bad536fed9782f3923 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:08:20.971Z] + make test [2020-10-15T15:08:20.971Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-15T15:08:22.496Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-15T15:08:49.849Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.080s coverage: 86.2% of statements [2020-10-15T15:09:29.100Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.071s coverage: 54.7% of statements [2020-10-15T15:09:29.100Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-15T15:09:29.100Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-15T15:09:29.100Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.074s coverage: 54.7% of statements [2020-10-15T15:09:29.100Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-15T15:09:29.100Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.366s coverage: 69.1% of statements [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.524s coverage: 61.6% of statements [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.014s coverage: 100.0% of statements [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.113s coverage: 100.0% of statements [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.014s coverage: 100.0% of statements [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-15T15:09:34.523Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-15T15:09:34.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 9.4% of statements [2020-10-15T15:09:36.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.218s coverage: 75.0% of statements [2020-10-15T15:09:36.495Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-15T15:09:36.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.047s coverage: 89.7% of statements [2020-10-15T15:09:36.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements [2020-10-15T15:09:36.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.140s coverage: 80.5% of statements [2020-10-15T15:09:36.495Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.052s coverage: 71.7% of statements [2020-10-15T15:10:03.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.709s coverage: 70.6% of statements [2020-10-15T15:10:03.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-10-15T15:10:03.268Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-15T15:10:15.972Z] gofmt -l . [2020-10-15T15:10:15.972Z] [ "`gofmt -l .`" = "" ] [2020-10-15T15:10:15.972Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-15T15:10:16.753Z] Stashed 1 file(s) [Pipeline] } [2020-10-15T15:10:16.780Z] $ docker stop --time=1 20acb5a115ed62bebb9b9ca9d42dcc7bb1f4afa45acf56bad536fed9782f3923 [2020-10-15T15:10:18.864Z] $ 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 [2020-10-15T15:10:23.879Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:10:24.442Z] ---> package-listing.sh [2020-10-15T15:10:24.443Z] ++ facter osfamily [2020-10-15T15:10:24.443Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T15:10:24.443Z] + OS_FAMILY=redhat [2020-10-15T15:10:24.443Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-545 [2020-10-15T15:10:24.443Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T15:10:24.443Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T15:10:24.443Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T15:10:24.443Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T15:10:24.443Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-545 ']' [2020-10-15T15:10:24.443Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T15:10:24.443Z] + case "${OS_FAMILY}" in [2020-10-15T15:10:24.443Z] + rpm -qa [2020-10-15T15:10:24.443Z] + sort [2020-10-15T15:10:27.773Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T15:10:27.773Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T15:10:27.773Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T15:10:27.773Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-545 ']' [2020-10-15T15:10:27.773Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-545/archives/ [2020-10-15T15:10:27.773Z] + 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 [2020-10-15T15:10:27.785Z] 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 [2020-10-15T15:10:28.072Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:10:28.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:10:28.374Z] [2020-10-15T15:10:28.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T15:10:28.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:10:28.716Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T15:10:28.716Z] df20fa9351a1: Pulling fs layer [2020-10-15T15:10:28.716Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T15:10:28.716Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T15:10:28.716Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T15:10:28.716Z] 93b61091891f: Pulling fs layer [2020-10-15T15:10:28.716Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T15:10:28.716Z] 5e14af77c1be: Pulling fs layer [2020-10-15T15:10:28.716Z] 01666e4c0597: Pulling fs layer [2020-10-15T15:10:28.716Z] aa168da1d23b: Pulling fs layer [2020-10-15T15:10:28.716Z] 46f8f816bc3b: Waiting [2020-10-15T15:10:28.716Z] 93b9cdb0e59b: Waiting [2020-10-15T15:10:28.716Z] aa168da1d23b: Waiting [2020-10-15T15:10:28.716Z] 5e14af77c1be: Waiting [2020-10-15T15:10:28.716Z] 01666e4c0597: Waiting [2020-10-15T15:10:28.716Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T15:10:28.716Z] 36b3adc4ff6f: Download complete [2020-10-15T15:10:28.716Z] 46f8f816bc3b: Download complete [2020-10-15T15:10:28.716Z] df20fa9351a1: Verifying Checksum [2020-10-15T15:10:28.716Z] df20fa9351a1: Download complete [2020-10-15T15:10:28.977Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T15:10:28.977Z] 93b9cdb0e59b: Download complete [2020-10-15T15:10:28.977Z] 5e14af77c1be: Verifying Checksum [2020-10-15T15:10:28.977Z] 5e14af77c1be: Download complete [2020-10-15T15:10:28.977Z] 01666e4c0597: Verifying Checksum [2020-10-15T15:10:28.977Z] 01666e4c0597: Download complete [2020-10-15T15:10:28.977Z] 93b61091891f: Download complete [2020-10-15T15:10:28.977Z] df20fa9351a1: Pull complete [2020-10-15T15:10:29.237Z] 36b3adc4ff6f: Pull complete [2020-10-15T15:10:29.814Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T15:10:29.814Z] 8ad3a11d3b57: Download complete [2020-10-15T15:10:30.388Z] 8ad3a11d3b57: Pull complete [2020-10-15T15:10:30.389Z] 46f8f816bc3b: Pull complete [2020-10-15T15:10:31.335Z] 93b61091891f: Pull complete [2020-10-15T15:10:31.335Z] 93b9cdb0e59b: Pull complete [2020-10-15T15:10:31.335Z] aa168da1d23b: Verifying Checksum [2020-10-15T15:10:31.335Z] aa168da1d23b: Download complete [2020-10-15T15:10:31.335Z] 5e14af77c1be: Pull complete [2020-10-15T15:10:31.600Z] 01666e4c0597: Pull complete [2020-10-15T15:10:38.209Z] aa168da1d23b: Pull complete [2020-10-15T15:10:38.209Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T15:10:38.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T15:10:38.209Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T15:10:38.402Z] prd-centos7-docker-4c-2g-5604 does not seem to be running inside a container [2020-10-15T15:10:38.447Z] $ 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 [2020-10-15T15:10:47.152Z] $ docker top 4b67102438f51dfc439d80ee78f82a9208bee0f1c029dc6d8a1599c550ec21ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T15:10:47.671Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T15:10:47.968Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T15:10:48.268Z] + ls /var/log/sa-host [2020-10-15T15:10:48.268Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T15:10:48.268Z] file_magic: OK [2020-10-15T15:10:48.268Z] HZ: Using current value: 100 [2020-10-15T15:10:48.268Z] file_header: OK [2020-10-15T15:10:48.268Z] 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 [2020-10-15T15:10:48.268Z] Statistics: [2020-10-15T15:10:48.268Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T15:10:48.268Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T15:10:48.268Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T15:10:48.268Z] file_magic: OK [2020-10-15T15:10:48.268Z] HZ: Using current value: 100 [2020-10-15T15:10:48.268Z] file_header: OK [2020-10-15T15:10:48.268Z] 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 [2020-10-15T15:10:48.268Z] Statistics: [2020-10-15T15:10:48.268Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T15:10:48.268Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T15:10:48.512Z] provisioning config files... [2020-10-15T15:10:48.531Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-545@tmp/config9213701912687357038tmp [Pipeline] { [Pipeline] echo [2020-10-15T15:10:48.627Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:10:48.934Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T15:10:48.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T15:10:49.055Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:10:49.356Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T15:10:49.366Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:10:49.661Z] ---> sudo-logs.sh [2020-10-15T15:10:49.661Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T15:10:49.671Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:10:49.974Z] ---> job-cost.sh [2020-10-15T15:10:49.974Z] lf-activate-venv: SKIPPING [2020-10-15T15:10:49.974Z] INFO: No Stack... [2020-10-15T15:10:50.919Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T15:10:51.491Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T15:10:51.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T15:10:51.801Z] ---> logs-deploy.sh [2020-10-15T15:10:51.801Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-545/2 [2020-10-15T15:10:51.801Z] INFO: archiving workspace using pattern(s): [2020-10-15T15:10:53.187Z] Archives upload complete. [2020-10-15T15:10:53.447Z] INFO: archiving logs to Nexus [2020-10-15T15:10:54.396Z] ---> uname -a: [2020-10-15T15:10:54.396Z] 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 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> lscpu: [2020-10-15T15:10:54.396Z] Architecture: x86_64 [2020-10-15T15:10:54.396Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-15T15:10:54.396Z] Byte Order: Little Endian [2020-10-15T15:10:54.396Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-15T15:10:54.396Z] CPU(s): 4 [2020-10-15T15:10:54.396Z] On-line CPU(s) list: 0-3 [2020-10-15T15:10:54.396Z] Thread(s) per core: 1 [2020-10-15T15:10:54.396Z] Core(s) per socket: 1 [2020-10-15T15:10:54.396Z] Socket(s): 4 [2020-10-15T15:10:54.396Z] NUMA node(s): 1 [2020-10-15T15:10:54.396Z] Vendor ID: GenuineIntel [2020-10-15T15:10:54.396Z] CPU family: 6 [2020-10-15T15:10:54.396Z] Model: 44 [2020-10-15T15:10:54.396Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-15T15:10:54.396Z] Stepping: 1 [2020-10-15T15:10:54.396Z] CPU MHz: 2933.438 [2020-10-15T15:10:54.396Z] BogoMIPS: 5866.87 [2020-10-15T15:10:54.396Z] Virtualization: VT-x [2020-10-15T15:10:54.396Z] Hypervisor vendor: KVM [2020-10-15T15:10:54.396Z] Virtualization type: full [2020-10-15T15:10:54.396Z] L1d cache: 128 KiB [2020-10-15T15:10:54.396Z] L1i cache: 128 KiB [2020-10-15T15:10:54.396Z] L2 cache: 16 MiB [2020-10-15T15:10:54.396Z] L3 cache: 64 MiB [2020-10-15T15:10:54.396Z] NUMA node0 CPU(s): 0-3 [2020-10-15T15:10:54.396Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-15T15:10:54.396Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-15T15:10:54.396Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-15T15:10:54.396Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-15T15:10:54.396Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-15T15:10:54.396Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-15T15:10:54.396Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-15T15:10:54.396Z] Vulnerability Tsx async abort: Not affected [2020-10-15T15:10:54.396Z] 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 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> nproc: [2020-10-15T15:10:54.396Z] 4 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> df -h: [2020-10-15T15:10:54.396Z] Filesystem Size Used Available Use% Mounted on [2020-10-15T15:10:54.396Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-15T15:10:54.396Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-15T15:10:54.396Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-15T15:10:54.396Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-545 [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-545@tmp [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-15T15:10:54.396Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> free -m: [2020-10-15T15:10:54.396Z] total used free shared buff/cache available [2020-10-15T15:10:54.396Z] Mem: 1837 639 100 0 1097 1095 [2020-10-15T15:10:54.396Z] Swap: 1023 1 1022 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> ip addr: [2020-10-15T15:10:54.396Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-15T15:10:54.396Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-15T15:10:54.396Z] inet 127.0.0.1/8 scope host lo [2020-10-15T15:10:54.396Z] valid_lft forever preferred_lft forever [2020-10-15T15:10:54.396Z] inet6 ::1/128 scope host [2020-10-15T15:10:54.396Z] valid_lft forever preferred_lft forever [2020-10-15T15:10:54.396Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-15T15:10:54.396Z] link/ether fa:16:3e:83:fb:0a brd ff:ff:ff:ff:ff:ff [2020-10-15T15:10:54.396Z] inet 10.30.123.160/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-15T15:10:54.396Z] valid_lft 85930sec preferred_lft 85930sec [2020-10-15T15:10:54.396Z] inet6 fe80::f816:3eff:fe83:fb0a/64 scope link [2020-10-15T15:10:54.396Z] valid_lft forever preferred_lft forever [2020-10-15T15:10:54.396Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-15T15:10:54.396Z] link/ether 02:42:cd:3c:26:2e brd ff:ff:ff:ff:ff:ff [2020-10-15T15:10:54.396Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-15T15:10:54.396Z] valid_lft forever preferred_lft forever [2020-10-15T15:10:54.396Z] inet6 fe80::42:cdff:fe3c:262e/64 scope link [2020-10-15T15:10:54.396Z] valid_lft forever preferred_lft forever [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> sar -b -r -n DEV: [2020-10-15T15:10:54.396Z] 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) [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] 15:02:43 LINUX RESTART (4 CPU) [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] 15:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-15T15:10:54.396Z] 15:05:01 14.98 5.21 9.77 0.00 1174.90 1412.64 0.00 [2020-10-15T15:10:54.396Z] 15:06:01 0.30 0.00 0.30 0.00 0.00 4.70 0.00 [2020-10-15T15:10:54.396Z] 15:07:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 [2020-10-15T15:10:54.396Z] 15:08:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 [2020-10-15T15:10:54.396Z] 15:09:01 0.33 0.00 0.33 0.00 0.00 4.98 0.00 [2020-10-15T15:10:54.396Z] 15:10:01 0.28 0.02 0.27 0.00 0.13 3.31 0.00 [2020-10-15T15:10:54.396Z] Average: 2.74 0.87 1.87 0.00 195.91 238.77 0.00 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] 15:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-15T15:10:54.396Z] 15:05:01 215824 0 528368 28.08 2620 1134744 1097416 37.45 399400 1105672 28 [2020-10-15T15:10:54.396Z] 15:06:01 220292 0 523920 27.85 2620 1134724 1084492 37.01 397856 1103440 8 [2020-10-15T15:10:54.396Z] 15:07:01 218544 0 525660 27.94 2620 1134732 1069160 36.49 400904 1102464 20 [2020-10-15T15:10:54.396Z] 15:08:01 218372 0 525832 27.95 2620 1134732 1069184 36.49 406240 1097168 12 [2020-10-15T15:10:54.396Z] 15:09:01 216988 0 527208 28.02 2620 1134740 1069208 36.49 408660 1097168 16 [2020-10-15T15:10:54.396Z] 15:10:01 214056 0 530128 28.17 2620 1134752 1069308 36.49 444772 1063292 16 [2020-10-15T15:10:54.396Z] Average: 217346 0 526853 28.00 2620 1134737 1076461 36.74 409639 1094867 17 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] 15:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-15T15:10:54.396Z] 15:05:01 eth0 97.97 117.70 326.57 35.83 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:05:01 docker0 95.22 67.24 8.37 302.97 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:06:01 eth0 1.33 0.43 0.44 0.24 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:07:01 eth0 1.70 0.30 0.35 0.17 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:08:01 eth0 2.42 0.33 0.44 0.23 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:09:01 eth0 1.18 0.77 0.71 0.44 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:10:01 eth0 0.55 0.35 0.27 0.23 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] Average: eth0 17.53 19.99 54.82 6.19 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] Average: docker0 15.88 11.21 1.40 50.51 0.00 0.00 0.00 0.00 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] ---> sar -P ALL: [2020-10-15T15:10:54.396Z] 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) [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] 15:02:43 LINUX RESTART (4 CPU) [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] 15:04:01 CPU %user %nice %system %iowait %steal %idle [2020-10-15T15:10:54.396Z] 15:05:01 all 2.00 0.00 1.02 0.10 0.01 96.86 [2020-10-15T15:10:54.396Z] 15:05:01 0 1.82 0.00 1.14 0.08 0.02 96.94 [2020-10-15T15:10:54.396Z] 15:05:01 1 1.57 0.00 0.93 0.17 0.00 97.33 [2020-10-15T15:10:54.396Z] 15:05:01 2 1.85 0.00 0.97 0.03 0.02 97.13 [2020-10-15T15:10:54.396Z] 15:05:01 3 2.77 0.00 1.05 0.13 0.02 96.02 [2020-10-15T15:10:54.396Z] 15:06:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-10-15T15:10:54.396Z] 15:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-15T15:10:54.396Z] 15:06:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2020-10-15T15:10:54.396Z] 15:06:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-15T15:10:54.396Z] 15:06:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-15T15:10:54.396Z] 15:07:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2020-10-15T15:10:54.396Z] 15:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-15T15:10:54.396Z] 15:07:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-15T15:10:54.396Z] 15:07:01 2 0.23 0.00 0.05 0.00 0.00 99.72 [2020-10-15T15:10:54.396Z] 15:07:01 3 0.40 0.00 0.02 0.00 0.00 99.58 [2020-10-15T15:10:54.396Z] 15:08:01 all 0.11 0.00 0.05 0.00 0.00 99.85 [2020-10-15T15:10:54.396Z] 15:08:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-10-15T15:10:54.396Z] 15:08:01 1 0.33 0.00 0.05 0.00 0.00 99.62 [2020-10-15T15:10:54.396Z] 15:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-15T15:10:54.396Z] 15:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-15T15:10:54.396Z] 15:09:01 all 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-15T15:10:54.396Z] 15:09:01 0 0.02 0.00 0.08 0.00 0.00 99.90 [2020-10-15T15:10:54.396Z] 15:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-15T15:10:54.396Z] 15:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-15T15:10:54.396Z] 15:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-15T15:10:54.396Z] 15:10:01 all 0.04 0.00 0.05 0.00 0.00 99.90 [2020-10-15T15:10:54.396Z] 15:10:01 0 0.05 0.00 0.12 0.02 0.00 99.82 [2020-10-15T15:10:54.396Z] 15:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-15T15:10:54.396Z] 15:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-15T15:10:54.396Z] 15:10:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-10-15T15:10:54.396Z] Average: all 0.42 0.00 0.21 0.02 0.00 99.35 [2020-10-15T15:10:54.396Z] Average: 0 0.32 0.00 0.24 0.02 0.00 99.42 [2020-10-15T15:10:54.396Z] Average: 1 0.36 0.00 0.19 0.03 0.00 99.43 [2020-10-15T15:10:54.396Z] Average: 2 0.45 0.00 0.19 0.01 0.00 99.35 [2020-10-15T15:10:54.396Z] Average: 3 0.55 0.00 0.21 0.02 0.00 99.22 [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z] [2020-10-15T15:10:54.396Z]