Pull request #566 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3c65cf5d2fb9369bfa6974362b4701f54c4b0670+3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 (d7f440f76891651b31661594d1f733807c963163) Running in Durability level: MAX_SURVIVABILITY 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-566/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-566/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f3f382fce060f16c10d6f597981912fab355381a 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-9654 in /w/workspace/ndry_app-functions-sdk-go_PR-566 [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-566 # 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 Merging remotes/origin/master commit 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 into PR head commit 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 Merge succeeded, producing 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 Checking out Revision 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 (PR-566) > 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/566/head:refs/remotes/origin/PR-566 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # 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 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f3f382fce060f16c10d6f597981912fab355381a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-29T06:35:41.860Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-29T06:35:42.205Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-29T06:35:42.422Z] ========================================================= [2020-10-29T06:35:42.422Z] EdgeX Global Pipelines Version Info [2020-10-29T06:35:42.422Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:35:43.985Z] ------------------- [2020-10-29T06:35:43.985Z] stable info: [2020-10-29T06:35:43.985Z] ------------------- [2020-10-29T06:35:43.985Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-29T06:35:43.985Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-29T06:35:43.985Z] Message: update stable to v1.0.148 [2020-10-29T06:35:44.936Z] ------------------- [2020-10-29T06:35:44.936Z] experimental info: [2020-10-29T06:35:44.936Z] ------------------- [2020-10-29T06:35:44.936Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-29T06:35:44.936Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-29T06:35:44.936Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-29T06:35:45.467Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-29T06:35:45.601Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-29T06:35:45.725Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-29T06:35:45.853Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-29T06:35:45.994Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-29T06:35:46.130Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-29T06:35:46.264Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-29T06:35:46.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-29T06:35:46.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-29T06:35:46.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-29T06:35:46.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-29T06:35:46.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-29T06:35:47.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-29T06:35:47.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-29T06:35:47.413Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T06:35:47.536Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T06:35:47.664Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T06:35:47.787Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T06:35:47.913Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-29T06:35:48.037Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-29T06:35:48.161Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-29T06:35:48.283Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-29T06:35:48.411Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-29T06:35:48.529Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-29T06:35:48.653Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-29T06:35:48.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-566 [Pipeline] echo [2020-10-29T06:35:48.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-566 [Pipeline] echo [2020-10-29T06:35:49.046Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-566 [Pipeline] echo [2020-10-29T06:35:49.173Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [Pipeline] echo [2020-10-29T06:35:49.296Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c65cf5 [Pipeline] echo [2020-10-29T06:35:49.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-29T06:35:50.170Z] + git log --format=format:%s -1 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [Pipeline] echo [2020-10-29T06:35:50.256Z] GIT_COMMIT: 3c65cf5d2fb9369bfa6974362b4701f54c4b0670, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo [2020-10-29T06:35:50.328Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:35:50.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T06:35:51.205Z] [2020-10-29T06:35:51.205Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:35:51.595Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T06:35:51.595Z] latest: Pulling from edgex-devops/git-semver [2020-10-29T06:35:51.595Z] 31603596830f: Pulling fs layer [2020-10-29T06:35:51.595Z] 2a8b12db71e7: Pulling fs layer [2020-10-29T06:35:51.595Z] 6ca5941a6612: Pulling fs layer [2020-10-29T06:35:51.595Z] ecc8261a40a4: Pulling fs layer [2020-10-29T06:35:51.595Z] ecc8261a40a4: Waiting [2020-10-29T06:35:51.595Z] 2a8b12db71e7: Verifying Checksum [2020-10-29T06:35:51.595Z] 2a8b12db71e7: Download complete [2020-10-29T06:35:51.868Z] 31603596830f: Verifying Checksum [2020-10-29T06:35:51.868Z] 31603596830f: Download complete [2020-10-29T06:35:51.868Z] ecc8261a40a4: Verifying Checksum [2020-10-29T06:35:51.868Z] ecc8261a40a4: Download complete [2020-10-29T06:35:51.868Z] 6ca5941a6612: Verifying Checksum [2020-10-29T06:35:51.868Z] 6ca5941a6612: Download complete [2020-10-29T06:35:52.133Z] 31603596830f: Pull complete [2020-10-29T06:35:52.396Z] 2a8b12db71e7: Pull complete [2020-10-29T06:35:53.342Z] 6ca5941a6612: Pull complete [2020-10-29T06:35:53.342Z] ecc8261a40a4: Pull complete [2020-10-29T06:35:53.342Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-29T06:35:53.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T06:35:53.342Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-29T06:35:53.479Z] prd-centos7-docker-4c-2g-9654 does not seem to be running inside a container [2020-10-29T06:35:53.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-566 -v /w/workspace/ndry_app-functions-sdk-go_PR-566:/w/workspace/ndry_app-functions-sdk-go_PR-566:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-29T06:35:55.907Z] $ docker top 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-29T06:35:56.378Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-29T06:35:56.378Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-29T06:35:56.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-29T06:35:56.624Z] $ docker exec 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent [2020-10-29T06:35:56.793Z] SSH_AUTH_SOCK=/tmp/ssh-0yGJ6jJmCsKc/agent.11 [2020-10-29T06:35:56.793Z] SSH_AGENT_PID=16 [2020-10-29T06:35:56.807Z] Running ssh-add (command line suppressed) [2020-10-29T06:35:56.933Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_3125467156345357993.key (/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_3125467156345357993.key) [2020-10-29T06:35:56.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-29T06:35:57.367Z] + git tag --points-at HEAD [Pipeline] } [2020-10-29T06:35:57.473Z] $ docker exec --env ******** --env ******** 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent -k [2020-10-29T06:35:57.594Z] unset SSH_AUTH_SOCK; [2020-10-29T06:35:57.595Z] unset SSH_AGENT_PID; [2020-10-29T06:35:57.595Z] echo Agent pid 16 killed; [2020-10-29T06:35:57.648Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-29T06:35:57.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-29T06:35:57.847Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-29T06:35:58.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-29T06:35:58.019Z] $ docker exec 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent [2020-10-29T06:35:58.192Z] SSH_AUTH_SOCK=/tmp/ssh-cT5aYkQZHTzt/agent.45 [2020-10-29T06:35:58.192Z] SSH_AGENT_PID=50 [2020-10-29T06:35:58.199Z] Running ssh-add (command line suppressed) [2020-10-29T06:35:58.331Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_7486906788264479709.key (/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/private_key_7486906788264479709.key) [2020-10-29T06:35:58.385Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-29T06:35:58.770Z] + git semver init [2020-10-29T06:35:58.770Z] # -> Open(): unable to determine branch for HEAD [2020-10-29T06:35:58.770Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-566/.git [2020-10-29T06:35:58.770Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-566 [2020-10-29T06:35:58.770Z] # $SEMVER_REMOTE_NAME = origin [2020-10-29T06:35:58.770Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-29T06:35:58.770Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-29T06:35:58.770Z] # $SEMVER_BRANCH = PR-566 [2020-10-29T06:35:58.770Z] # $SEMVER_TEMP = /tmp/semver-239739614 [2020-10-29T06:35:58.770Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-29T06:36:01.330Z] # '/tmp/semver-239739614' -> '/w/workspace/ndry_app-functions-sdk-go_PR-566/.semver' [2020-10-29T06:36:01.330Z] # -> Force: false [2020-10-29T06:36:01.330Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-566/.semver [Pipeline] } [2020-10-29T06:36:01.357Z] $ docker exec --env ******** --env ******** 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b ssh-agent -k [2020-10-29T06:36:01.469Z] unset SSH_AUTH_SOCK; [2020-10-29T06:36:01.470Z] unset SSH_AGENT_PID; [2020-10-29T06:36:01.470Z] echo Agent pid 50 killed; [2020-10-29T06:36:01.546Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-29T06:36:02.126Z] + git semver [Pipeline] } [2020-10-29T06:36:02.159Z] $ docker stop --time=1 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b [2020-10-29T06:36:03.682Z] $ docker rm -f 6039b18e63f2a061b53955ae7839a6d289d8c72dfc61c643fd6dcb0ea075be4b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-29T06:36:04.238Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-29T06:36:04.725Z] Stashed 1 file(s) [Pipeline] echo [2020-10-29T06:36:04.749Z] [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-29T06:36:20.582Z] Still waiting to schedule task [2020-10-29T06:36:20.582Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-29T06:36:20.611Z] Still waiting to schedule task [2020-10-29T06:36:20.611Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-29T06:38:05.470Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9655 in /w/workspace/ndry_app-functions-sdk-go_PR-566 [Pipeline] { [Pipeline] ws [2020-10-29T06:38:05.615Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-10-29T06:38:10.522Z] using credential edgex-jenkins-ssh [2020-10-29T06:38:10.602Z] Cloning the remote Git repository [2020-10-29T06:38:10.674Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-29T06:38:10.847Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2020-10-29T06:38:11.000Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-29T06:38:11.000Z] > git --version # timeout=10 [2020-10-29T06:38:11.020Z] > git --version # 'git version 2.17.1' [2020-10-29T06:38:11.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T06:38:11.101Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T06:38:14.019Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-29T06:38:14.036Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T06:38:14.065Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-29T06:38:14.098Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-29T06:38:14.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T06:38:14.110Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-29T06:38:14.612Z] Merging remotes/origin/master commit 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 into PR head commit 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [2020-10-29T06:38:14.898Z] Merge succeeded, producing 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [2020-10-29T06:38:14.898Z] Checking out Revision 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 (PR-566) [2020-10-29T06:38:14.640Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T06:38:14.654Z] > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 [2020-10-29T06:38:14.786Z] > git remote # timeout=10 [2020-10-29T06:38:14.809Z] > git config --get remote.origin.url # timeout=10 [2020-10-29T06:38:14.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T06:38:14.850Z] > git merge 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 [2020-10-29T06:38:14.885Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-29T06:38:14.914Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T06:38:14.926Z] > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 [2020-10-29T06:38:19.143Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [2020-10-29T06:38:19.207Z] > git --version # timeout=10 [2020-10-29T06:38:19.222Z] > git --version # 'git version 2.17.1' [2020-10-29T06:38:19.234Z] fatal: bad object f3f382fce060f16c10d6f597981912fab355381a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-29T06:38:20.622Z] ========================================================= [2020-10-29T06:38:20.622Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-29T06:38:20.622Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:38:21.675Z] + 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-29T06:38:22.663Z] Sending build context to Docker daemon 19.16MB [2020-10-29T06:38:22.664Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-29T06:38:22.664Z] Step 2/8 : FROM ${BASE} [2020-10-29T06:38:23.262Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-29T06:38:23.262Z] b538f80385f9: Pulling fs layer [2020-10-29T06:38:23.262Z] 74f711af9a0d: Pulling fs layer [2020-10-29T06:38:23.262Z] 99f96fe45779: Pulling fs layer [2020-10-29T06:38:23.262Z] 8529a6b9a6be: Pulling fs layer [2020-10-29T06:38:23.262Z] 45590311c82a: Pulling fs layer [2020-10-29T06:38:23.262Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-29T06:38:23.262Z] 209524e5b208: Pulling fs layer [2020-10-29T06:38:23.262Z] 45590311c82a: Waiting [2020-10-29T06:38:23.262Z] 69ca0ff8b7b3: Waiting [2020-10-29T06:38:23.262Z] 209524e5b208: Waiting [2020-10-29T06:38:23.262Z] 8529a6b9a6be: Waiting [2020-10-29T06:38:23.262Z] 99f96fe45779: Verifying Checksum [2020-10-29T06:38:23.262Z] 74f711af9a0d: Verifying Checksum [2020-10-29T06:38:23.262Z] 74f711af9a0d: Download complete [2020-10-29T06:38:23.262Z] 45590311c82a: Verifying Checksum [2020-10-29T06:38:23.262Z] 45590311c82a: Download complete [2020-10-29T06:38:23.262Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-29T06:38:23.262Z] 69ca0ff8b7b3: Download complete [2020-10-29T06:38:23.262Z] b538f80385f9: Verifying Checksum [2020-10-29T06:38:23.262Z] b538f80385f9: Download complete [2020-10-29T06:38:23.867Z] b538f80385f9: Pull complete [2020-10-29T06:38:24.473Z] 74f711af9a0d: Pull complete [2020-10-29T06:38:24.752Z] 99f96fe45779: Pull complete [2020-10-29T06:38:25.756Z] 209524e5b208: Verifying Checksum [2020-10-29T06:38:25.756Z] 209524e5b208: Download complete [2020-10-29T06:38:27.196Z] 8529a6b9a6be: Verifying Checksum [2020-10-29T06:38:27.196Z] 8529a6b9a6be: Download complete [2020-10-29T06:38:37.392Z] 8529a6b9a6be: Pull complete [2020-10-29T06:38:37.392Z] 45590311c82a: Pull complete [2020-10-29T06:38:37.992Z] 69ca0ff8b7b3: Pull complete [2020-10-29T06:38:42.327Z] 209524e5b208: Pull complete [2020-10-29T06:38:42.327Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-29T06:38:42.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-29T06:38:42.327Z] ---> 5bddaf1c2fca [2020-10-29T06:38:42.327Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-29T06:38:42.327Z] latest: Pulling from library/docker [2020-10-29T06:38:42.327Z] 5f621e34cdf4: Pulling fs layer [2020-10-29T06:38:42.327Z] 85db56a05063: Pulling fs layer [2020-10-29T06:38:42.327Z] ccb67d6aeaaa: Pulling fs layer [2020-10-29T06:38:42.327Z] a0b19fc83503: Pulling fs layer [2020-10-29T06:38:42.327Z] 8eb508b41278: Pulling fs layer [2020-10-29T06:38:42.327Z] 37236713561e: Pulling fs layer [2020-10-29T06:38:42.327Z] 07c93f2b1b56: Pulling fs layer [2020-10-29T06:38:42.327Z] a0b19fc83503: Waiting [2020-10-29T06:38:42.327Z] 8eb508b41278: Waiting [2020-10-29T06:38:42.327Z] 37236713561e: Waiting [2020-10-29T06:38:42.327Z] 07c93f2b1b56: Waiting [2020-10-29T06:38:42.327Z] ccb67d6aeaaa: Verifying Checksum [2020-10-29T06:38:42.327Z] ccb67d6aeaaa: Download complete [2020-10-29T06:38:42.327Z] 85db56a05063: Download complete [2020-10-29T06:38:42.327Z] 5f621e34cdf4: Verifying Checksum [2020-10-29T06:38:42.327Z] 5f621e34cdf4: Download complete [2020-10-29T06:38:42.327Z] 37236713561e: Verifying Checksum [2020-10-29T06:38:42.327Z] 37236713561e: Download complete [2020-10-29T06:38:42.327Z] 8eb508b41278: Verifying Checksum [2020-10-29T06:38:42.327Z] 8eb508b41278: Download complete [2020-10-29T06:38:42.607Z] 07c93f2b1b56: Verifying Checksum [2020-10-29T06:38:42.607Z] 07c93f2b1b56: Download complete [2020-10-29T06:38:42.883Z] 5f621e34cdf4: Pull complete [2020-10-29T06:38:43.871Z] a0b19fc83503: Verifying Checksum [2020-10-29T06:38:43.871Z] a0b19fc83503: Download complete [2020-10-29T06:38:43.871Z] 85db56a05063: Pull complete [2020-10-29T06:38:44.147Z] ccb67d6aeaaa: Pull complete [2020-10-29T06:38:47.548Z] a0b19fc83503: Pull complete [2020-10-29T06:38:47.821Z] 8eb508b41278: Pull complete [2020-10-29T06:38:48.098Z] 37236713561e: Pull complete [2020-10-29T06:38:48.370Z] 07c93f2b1b56: Pull complete [2020-10-29T06:38:48.370Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-29T06:38:48.370Z] Status: Downloaded newer image for docker:latest [2020-10-29T06:38:51.087Z] Running on prd-centos7-docker-4c-2g-9656 in /w/workspace/ndry_app-functions-sdk-go_PR-566 [Pipeline] { [Pipeline] ws [2020-10-29T06:38:51.190Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-10-29T06:38:53.744Z] using credential edgex-jenkins-ssh [2020-10-29T06:38:53.800Z] Cloning the remote Git repository [2020-10-29T06:38:53.844Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-29T06:38:53.915Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2020-10-29T06:38:54.525Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-29T06:38:54.526Z] > git --version # timeout=10 [2020-10-29T06:38:54.534Z] > git --version # 'git version 2.16.5' [2020-10-29T06:38:54.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T06:38:54.623Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T06:38:55.129Z] ---> ada3ad271f11 [2020-10-29T06:38:55.129Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-29T06:38:55.129Z] ---> Running in 4f21da07b801 [2020-10-29T06:38:55.129Z] Removing intermediate container 4f21da07b801 [2020-10-29T06:38:55.129Z] ---> 01c5c9c0fce2 [2020-10-29T06:38:55.129Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-29T06:38:55.129Z] ---> Running in f5a8a4770dc0 [2020-10-29T06:38:56.867Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-29T06:38:56.878Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T06:38:56.890Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-29T06:38:56.905Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-29T06:38:56.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T06:38:56.910Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/566/head:refs/remotes/origin/PR-566 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-29T06:38:57.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-29T06:38:57.320Z] Merging remotes/origin/master commit 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 into PR head commit 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [2020-10-29T06:38:57.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-29T06:38:57.420Z] Merge succeeded, producing 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 [2020-10-29T06:38:57.420Z] Checking out Revision 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 (PR-566) [2020-10-29T06:38:57.970Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-29T06:38:58.244Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-29T06:38:57.333Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T06:38:57.341Z] > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 [2020-10-29T06:38:57.393Z] > git remote # timeout=10 [2020-10-29T06:38:57.398Z] > git config --get remote.origin.url # timeout=10 [2020-10-29T06:38:57.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T06:38:57.408Z] > git merge 3bd4578e25bcde68fcf7cceea36aad07a0fe1d18 # timeout=10 [2020-10-29T06:38:57.417Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-29T06:38:57.427Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T06:38:57.435Z] > git checkout -f 3c65cf5d2fb9369bfa6974362b4701f54c4b0670 # timeout=10 [2020-10-29T06:38:58.515Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-29T06:38:58.788Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-29T06:38:58.788Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-29T06:38:58.788Z] Executing busybox-1.31.1-r16.trigger [2020-10-29T06:38:59.063Z] OK: 144 MiB in 44 packages [2020-10-29T06:39:00.500Z] Removing intermediate container f5a8a4770dc0 [2020-10-29T06:39:00.500Z] ---> 1bfe2006993f [2020-10-29T06:39:00.500Z] Step 6/8 : WORKDIR /build [2020-10-29T06:39:00.500Z] ---> Running in b1b2485c2348 [2020-10-29T06:39:00.776Z] Removing intermediate container b1b2485c2348 [2020-10-29T06:39:00.776Z] ---> 891927132414 [2020-10-29T06:39:00.776Z] Step 7/8 : COPY go.mod . [2020-10-29T06:39:01.125Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [2020-10-29T06:39:01.164Z] > git --version # timeout=10 [2020-10-29T06:39:01.170Z] > git --version # 'git version 2.16.5' [2020-10-29T06:39:01.175Z] fatal: bad object f3f382fce060f16c10d6f597981912fab355381a [2020-10-29T06:39:01.773Z] ---> 39f74d7d4f8e [2020-10-29T06:39:01.773Z] Step 8/8 : RUN go mod download [2020-10-29T06:39:01.773Z] ---> Running in 09e4c2f21a67 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-29T06:39:02.485Z] ========================================================= [2020-10-29T06:39:02.485Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-29T06:39:02.485Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:39:03.221Z] + 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-29T06:39:03.799Z] Sending build context to Docker daemon 19.15MB [2020-10-29T06:39:03.799Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-29T06:39:03.799Z] Step 2/8 : FROM ${BASE} [2020-10-29T06:39:04.062Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-29T06:39:04.062Z] df20fa9351a1: Pulling fs layer [2020-10-29T06:39:04.062Z] ed8968b2872e: Pulling fs layer [2020-10-29T06:39:04.062Z] a92cc7c5fd73: Pulling fs layer [2020-10-29T06:39:04.062Z] e871e8e8d7a9: Pulling fs layer [2020-10-29T06:39:04.062Z] e73272ec9a57: Pulling fs layer [2020-10-29T06:39:04.062Z] 1e910a182e73: Pulling fs layer [2020-10-29T06:39:04.062Z] 4e634b169226: Pulling fs layer [2020-10-29T06:39:04.062Z] e73272ec9a57: Waiting [2020-10-29T06:39:04.062Z] e871e8e8d7a9: Waiting [2020-10-29T06:39:04.062Z] 1e910a182e73: Waiting [2020-10-29T06:39:04.062Z] 4e634b169226: Waiting [2020-10-29T06:39:04.062Z] a92cc7c5fd73: Verifying Checksum [2020-10-29T06:39:04.062Z] a92cc7c5fd73: Download complete [2020-10-29T06:39:04.062Z] ed8968b2872e: Verifying Checksum [2020-10-29T06:39:04.062Z] ed8968b2872e: Download complete [2020-10-29T06:39:04.062Z] e73272ec9a57: Download complete [2020-10-29T06:39:04.062Z] df20fa9351a1: Verifying Checksum [2020-10-29T06:39:04.062Z] df20fa9351a1: Download complete [2020-10-29T06:39:04.062Z] 1e910a182e73: Verifying Checksum [2020-10-29T06:39:04.062Z] 1e910a182e73: Download complete [2020-10-29T06:39:04.327Z] df20fa9351a1: Pull complete [2020-10-29T06:39:04.588Z] ed8968b2872e: Pull complete [2020-10-29T06:39:04.588Z] a92cc7c5fd73: Pull complete [2020-10-29T06:39:05.986Z] 4e634b169226: Verifying Checksum [2020-10-29T06:39:05.986Z] 4e634b169226: Download complete [2020-10-29T06:39:06.562Z] e871e8e8d7a9: Verifying Checksum [2020-10-29T06:39:06.562Z] e871e8e8d7a9: Download complete [2020-10-29T06:39:11.906Z] e871e8e8d7a9: Pull complete [2020-10-29T06:39:11.906Z] e73272ec9a57: Pull complete [2020-10-29T06:39:12.175Z] 1e910a182e73: Pull complete [2020-10-29T06:39:18.803Z] 4e634b169226: Pull complete [2020-10-29T06:39:18.803Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-29T06:39:18.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-29T06:39:18.803Z] ---> f7629b54cfaa [2020-10-29T06:39:18.803Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-29T06:39:18.803Z] latest: Pulling from library/docker [2020-10-29T06:39:19.067Z] 188c0c94c7c5: Pulling fs layer [2020-10-29T06:39:19.067Z] 0c7c675703d6: Pulling fs layer [2020-10-29T06:39:19.067Z] cc8c12a437cb: Pulling fs layer [2020-10-29T06:39:19.067Z] c5dafad2182a: Pulling fs layer [2020-10-29T06:39:19.067Z] 5aa711733414: Pulling fs layer [2020-10-29T06:39:19.067Z] 058f73b55e4b: Pulling fs layer [2020-10-29T06:39:19.067Z] 8c9c664faf12: Pulling fs layer [2020-10-29T06:39:19.067Z] 5aa711733414: Waiting [2020-10-29T06:39:19.067Z] 058f73b55e4b: Waiting [2020-10-29T06:39:19.067Z] 8c9c664faf12: Waiting [2020-10-29T06:39:19.067Z] c5dafad2182a: Waiting [2020-10-29T06:39:19.067Z] cc8c12a437cb: Download complete [2020-10-29T06:39:19.067Z] 0c7c675703d6: Verifying Checksum [2020-10-29T06:39:19.067Z] 0c7c675703d6: Download complete [2020-10-29T06:39:19.067Z] 188c0c94c7c5: Verifying Checksum [2020-10-29T06:39:19.067Z] 188c0c94c7c5: Download complete [2020-10-29T06:39:19.337Z] 058f73b55e4b: Verifying Checksum [2020-10-29T06:39:19.337Z] 058f73b55e4b: Download complete [2020-10-29T06:39:19.337Z] 5aa711733414: Verifying Checksum [2020-10-29T06:39:19.337Z] 5aa711733414: Download complete [2020-10-29T06:39:19.337Z] 8c9c664faf12: Verifying Checksum [2020-10-29T06:39:19.337Z] 8c9c664faf12: Download complete [2020-10-29T06:39:19.607Z] 188c0c94c7c5: Pull complete [2020-10-29T06:39:19.877Z] 0c7c675703d6: Pull complete [2020-10-29T06:39:20.144Z] c5dafad2182a: Verifying Checksum [2020-10-29T06:39:20.144Z] c5dafad2182a: Download complete [2020-10-29T06:39:20.144Z] cc8c12a437cb: Pull complete [2020-10-29T06:39:22.809Z] c5dafad2182a: Pull complete [2020-10-29T06:39:22.809Z] 5aa711733414: Pull complete [2020-10-29T06:39:22.809Z] 058f73b55e4b: Pull complete [2020-10-29T06:39:22.809Z] 8c9c664faf12: Pull complete [2020-10-29T06:39:22.809Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-29T06:39:22.809Z] Status: Downloaded newer image for docker:latest [2020-10-29T06:39:24.740Z] ---> 802e0cb3a184 [2020-10-29T06:39:24.740Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-29T06:39:24.740Z] ---> Running in 485d12124a85 [2020-10-29T06:39:24.740Z] Removing intermediate container 485d12124a85 [2020-10-29T06:39:24.740Z] ---> 45b9f48834e7 [2020-10-29T06:39:24.740Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-29T06:39:24.740Z] ---> Running in 71a9f6b23e62 [2020-10-29T06:39:25.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-29T06:39:26.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-29T06:39:26.533Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-29T06:39:26.796Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-29T06:39:26.796Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-29T06:39:26.796Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-29T06:39:27.085Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-29T06:39:27.085Z] Executing busybox-1.31.1-r16.trigger [2020-10-29T06:39:27.085Z] OK: 167 MiB in 44 packages [2020-10-29T06:39:27.661Z] Removing intermediate container 71a9f6b23e62 [2020-10-29T06:39:27.661Z] ---> 22e4e019e03a [2020-10-29T06:39:27.661Z] Step 6/8 : WORKDIR /build [2020-10-29T06:39:27.661Z] ---> Running in 661606d3827d [2020-10-29T06:39:27.925Z] Removing intermediate container 661606d3827d [2020-10-29T06:39:27.925Z] ---> f75c316bd602 [2020-10-29T06:39:27.925Z] Step 7/8 : COPY go.mod . [2020-10-29T06:39:28.189Z] ---> 011b59188e67 [2020-10-29T06:39:28.189Z] Step 8/8 : RUN go mod download [2020-10-29T06:39:28.189Z] ---> Running in cd4fe910fde1 [2020-10-29T06:39:28.573Z] Removing intermediate container 09e4c2f21a67 [2020-10-29T06:39:28.573Z] ---> b89690dea743 [2020-10-29T06:39:28.573Z] Successfully built b89690dea743 [2020-10-29T06:39:28.573Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:39:28.996Z] + docker inspect -f . ci-base-image-arm64 [2020-10-29T06:39:28.996Z] . [Pipeline] withDockerContainer [2020-10-29T06:39:29.291Z] prd-ubuntu18.04-docker-arm64-4c-16g-9655 does not seem to be running inside a container [2020-10-29T06:39:29.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-29T06:39:31.198Z] $ docker top 86e46e6c9a20007183efd1837557bcdaf7fe29c5cafd0d5369e34e41742baffb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T06:39:32.730Z] + go version [2020-10-29T06:39:32.730Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-29T06:39:32.771Z] $ docker stop --time=1 86e46e6c9a20007183efd1837557bcdaf7fe29c5cafd0d5369e34e41742baffb [2020-10-29T06:39:34.708Z] $ docker rm -f 86e46e6c9a20007183efd1837557bcdaf7fe29c5cafd0d5369e34e41742baffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:39:36.063Z] + docker inspect -f . ci-base-image-arm64 [2020-10-29T06:39:36.063Z] . [Pipeline] withDockerContainer [2020-10-29T06:39:36.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-9655 does not seem to be running inside a container [2020-10-29T06:39:36.441Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-29T06:39:38.293Z] $ docker top 0ff913b9978212389c2ba2d294e79415592a0572473f61621427c0a33781d9e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T06:39:39.763Z] + make test [2020-10-29T06:39:39.763Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-29T06:39:41.202Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-29T06:39:54.855Z] Removing intermediate container cd4fe910fde1 [2020-10-29T06:39:54.855Z] ---> 575530de4df1 [2020-10-29T06:39:54.855Z] Successfully built 575530de4df1 [2020-10-29T06:39:54.855Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:39:55.398Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-29T06:39:55.398Z] . [Pipeline] withDockerContainer [2020-10-29T06:39:55.542Z] prd-centos7-docker-4c-2g-9656 does not seem to be running inside a container [2020-10-29T06:39:55.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-29T06:39:56.519Z] $ docker top 3921a784ff47fc93614b37a1e3c21ef23ec7e91dc3c04ea5a218f9d337d99cba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T06:39:57.093Z] + go version [2020-10-29T06:39:57.093Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-29T06:39:57.127Z] $ docker stop --time=1 3921a784ff47fc93614b37a1e3c21ef23ec7e91dc3c04ea5a218f9d337d99cba [2020-10-29T06:39:58.491Z] $ docker rm -f 3921a784ff47fc93614b37a1e3c21ef23ec7e91dc3c04ea5a218f9d337d99cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:39:59.643Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-29T06:39:59.643Z] . [Pipeline] withDockerContainer [2020-10-29T06:39:59.772Z] prd-centos7-docker-4c-2g-9656 does not seem to be running inside a container [2020-10-29T06:39:59.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-29T06:40:00.593Z] $ docker top 0791a8be7c9bf997f44bbd53c227200dc3a7e5b331f20a819f718ef62eaffe52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T06:40:01.250Z] + make test [2020-10-29T06:40:01.251Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-29T06:40:02.664Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-29T06:40:08.055Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.052s coverage: 86.2% of statements [2020-10-29T06:40:09.377Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.028s coverage: 86.2% of statements [2020-10-29T06:40:24.479Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.022s coverage: 52.0% of statements [2020-10-29T06:40:24.479Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-29T06:40:24.479Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-29T06:40:24.479Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.070s coverage: 54.7% of statements [2020-10-29T06:40:24.479Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-29T06:40:24.479Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.040s coverage: 69.1% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.423s coverage: 61.6% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.921s coverage: 75.0% of statements [2020-10-29T06:40:39.433Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.013s coverage: 89.7% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.026s coverage: 80.5% of statements [2020-10-29T06:40:39.433Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements [2020-10-29T06:40:47.105Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.065s coverage: 52.0% of statements [2020-10-29T06:40:47.106Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-29T06:40:47.106Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-29T06:40:47.106Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.140s coverage: 54.7% of statements [2020-10-29T06:40:47.106Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-29T06:40:47.106Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.051s coverage: 69.1% of statements [2020-10-29T06:40:54.376Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 70.8% of statements [2020-10-29T06:40:54.376Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.007s coverage: 94.4% of statements [2020-10-29T06:40:54.376Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.460s coverage: 61.6% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.016s coverage: 100.0% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.034s coverage: 100.0% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements [2020-10-29T06:40:55.444Z] --- FAIL: TestInitializeAndProcessEventWithOutput (3.30s) [2020-10-29T06:40:55.444Z] messaging_test.go:255: [2020-10-29T06:40:55.444Z] Error Trace: messaging_test.go:255 [2020-10-29T06:40:55.444Z] Error: Should be true [2020-10-29T06:40:55.444Z] Test: TestInitializeAndProcessEventWithOutput [2020-10-29T06:40:55.444Z] Messages: Transform never called [2020-10-29T06:40:55.444Z] FAIL [2020-10-29T06:40:55.444Z] coverage: 66.7% of statements [2020-10-29T06:40:55.444Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s [2020-10-29T06:40:55.444Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.034s coverage: 80.5% of statements [2020-10-29T06:40:55.444Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements [2020-10-29T06:40:58.626Z] gofmt -l . [2020-10-29T06:40:58.627Z] [ "`gofmt -l .`" = "" ] [2020-10-29T06:40:58.627Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-29T06:40:59.283Z] Stashed 1 file(s) [Pipeline] } [2020-10-29T06:40:59.309Z] $ docker stop --time=1 0791a8be7c9bf997f44bbd53c227200dc3a7e5b331f20a819f718ef62eaffe52 [2020-10-29T06:41:01.049Z] $ docker rm -f 0791a8be7c9bf997f44bbd53c227200dc3a7e5b331f20a819f718ef62eaffe52 [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] } [2020-10-29T06:41:22.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 70.8% of statements [2020-10-29T06:41:22.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2020-10-29T06:41:22.209Z] FAIL [2020-10-29T06:41:22.209Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2020-10-29T06:41:22.260Z] $ docker stop --time=1 0ff913b9978212389c2ba2d294e79415592a0572473f61621427c0a33781d9e2 [2020-10-29T06:41:24.354Z] $ docker rm -f 0ff913b9978212389c2ba2d294e79415592a0572473f61621427c0a33781d9e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-29T06:41:27.453Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-29T06:41:32.035Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:41:32.648Z] ---> package-listing.sh [2020-10-29T06:41:32.648Z] ++ facter osfamily [2020-10-29T06:41:32.648Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-29T06:41:32.648Z] + OS_FAMILY=redhat [2020-10-29T06:41:32.648Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-566 [2020-10-29T06:41:32.648Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-29T06:41:32.648Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-29T06:41:32.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-29T06:41:32.648Z] + PACKAGES=/tmp/packages_start.txt [2020-10-29T06:41:32.648Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-566 ']' [2020-10-29T06:41:32.648Z] + PACKAGES=/tmp/packages_end.txt [2020-10-29T06:41:32.648Z] + case "${OS_FAMILY}" in [2020-10-29T06:41:32.648Z] + rpm -qa [2020-10-29T06:41:32.648Z] + sort [2020-10-29T06:41:36.885Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-29T06:41:36.885Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-29T06:41:36.885Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-29T06:41:36.885Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-566 ']' [2020-10-29T06:41:36.885Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-566/archives/ [2020-10-29T06:41:36.885Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-566/archives/ [Pipeline] echo [2020-10-29T06:41:36.918Z] 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-566/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-29T06:41:37.243Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:41:37.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T06:41:37.583Z] [2020-10-29T06:41:37.583Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-29T06:41:38.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T06:41:38.010Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-29T06:41:38.010Z] df20fa9351a1: Pulling fs layer [2020-10-29T06:41:38.010Z] 36b3adc4ff6f: Pulling fs layer [2020-10-29T06:41:38.010Z] 8ad3a11d3b57: Pulling fs layer [2020-10-29T06:41:38.010Z] 46f8f816bc3b: Pulling fs layer [2020-10-29T06:41:38.010Z] 93b61091891f: Pulling fs layer [2020-10-29T06:41:38.010Z] 93b9cdb0e59b: Pulling fs layer [2020-10-29T06:41:38.010Z] 5e14af77c1be: Pulling fs layer [2020-10-29T06:41:38.010Z] 01666e4c0597: Pulling fs layer [2020-10-29T06:41:38.010Z] aa168da1d23b: Pulling fs layer [2020-10-29T06:41:38.011Z] 93b61091891f: Waiting [2020-10-29T06:41:38.011Z] 93b9cdb0e59b: Waiting [2020-10-29T06:41:38.011Z] 5e14af77c1be: Waiting [2020-10-29T06:41:38.011Z] 01666e4c0597: Waiting [2020-10-29T06:41:38.011Z] aa168da1d23b: Waiting [2020-10-29T06:41:38.011Z] 46f8f816bc3b: Waiting [2020-10-29T06:41:38.011Z] 36b3adc4ff6f: Download complete [2020-10-29T06:41:38.011Z] 46f8f816bc3b: Verifying Checksum [2020-10-29T06:41:38.011Z] 46f8f816bc3b: Download complete [2020-10-29T06:41:38.011Z] df20fa9351a1: Verifying Checksum [2020-10-29T06:41:38.011Z] df20fa9351a1: Download complete [2020-10-29T06:41:38.011Z] 93b9cdb0e59b: Verifying Checksum [2020-10-29T06:41:38.011Z] 93b9cdb0e59b: Download complete [2020-10-29T06:41:38.288Z] 5e14af77c1be: Verifying Checksum [2020-10-29T06:41:38.288Z] 5e14af77c1be: Download complete [2020-10-29T06:41:38.288Z] 93b61091891f: Verifying Checksum [2020-10-29T06:41:38.288Z] 93b61091891f: Download complete [2020-10-29T06:41:38.288Z] 01666e4c0597: Verifying Checksum [2020-10-29T06:41:38.288Z] 01666e4c0597: Download complete [2020-10-29T06:41:38.556Z] df20fa9351a1: Pull complete [2020-10-29T06:41:38.822Z] 36b3adc4ff6f: Pull complete [2020-10-29T06:41:38.822Z] 8ad3a11d3b57: Verifying Checksum [2020-10-29T06:41:38.822Z] 8ad3a11d3b57: Download complete [2020-10-29T06:41:39.800Z] 8ad3a11d3b57: Pull complete [2020-10-29T06:41:39.800Z] 46f8f816bc3b: Pull complete [2020-10-29T06:41:40.390Z] 93b61091891f: Pull complete [2020-10-29T06:41:40.390Z] 93b9cdb0e59b: Pull complete [2020-10-29T06:41:40.390Z] aa168da1d23b: Verifying Checksum [2020-10-29T06:41:40.390Z] aa168da1d23b: Download complete [2020-10-29T06:41:40.657Z] 5e14af77c1be: Pull complete [2020-10-29T06:41:40.657Z] 01666e4c0597: Pull complete [2020-10-29T06:41:47.313Z] aa168da1d23b: Pull complete [2020-10-29T06:41:47.313Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-29T06:41:47.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T06:41:47.313Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-29T06:41:47.513Z] prd-centos7-docker-4c-2g-9654 does not seem to be running inside a container [2020-10-29T06:41:47.569Z] $ 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-566/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-566 -v /w/workspace/ndry_app-functions-sdk-go_PR-566:/w/workspace/ndry_app-functions-sdk-go_PR-566:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-29T06:41:54.042Z] $ docker top 5e68da649f41c03eb785868275c8e725e67f3928d53f6770378ff2787adcb456 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T06:41:54.652Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-29T06:41:54.974Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-29T06:41:55.295Z] + ls /var/log/sa-host [2020-10-29T06:41:55.295Z] + sadf -c /var/log/sa-host/sa05 [2020-10-29T06:41:55.295Z] file_magic: OK [2020-10-29T06:41:55.295Z] HZ: Using current value: 100 [2020-10-29T06:41:55.295Z] file_header: OK [2020-10-29T06:41:55.295Z] 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-29T06:41:55.295Z] Statistics: [2020-10-29T06:41:55.295Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-29T06:41:55.295Z] File successfully converted to sysstat format version 12.2.1 [2020-10-29T06:41:55.295Z] + sadf -c /var/log/sa-host/sa29 [2020-10-29T06:41:55.295Z] file_magic: OK [2020-10-29T06:41:55.295Z] HZ: Using current value: 100 [2020-10-29T06:41:55.295Z] file_header: OK [2020-10-29T06:41:55.296Z] 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-29T06:41:55.296Z] Statistics: [2020-10-29T06:41:55.296Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-29T06:41:55.296Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-29T06:41:55.608Z] provisioning config files... [2020-10-29T06:41:55.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-566@tmp/config807046282059619914tmp [Pipeline] { [Pipeline] echo [2020-10-29T06:41:55.774Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:41:56.109Z] ---> create-netrc.sh [Pipeline] } [2020-10-29T06:41:56.131Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-29T06:41:56.307Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:41:56.641Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-29T06:41:56.678Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:41:57.018Z] ---> sudo-logs.sh [2020-10-29T06:41:57.018Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-29T06:41:57.055Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:41:57.429Z] ---> job-cost.sh [2020-10-29T06:41:57.429Z] lf-activate-venv: SKIPPING [2020-10-29T06:41:57.429Z] INFO: No Stack... [2020-10-29T06:41:58.823Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-29T06:41:59.089Z] INFO: Archiving Costs [Pipeline] echo [2020-10-29T06:41:59.123Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T06:41:59.468Z] ---> logs-deploy.sh [2020-10-29T06:41:59.468Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-566/1 [2020-10-29T06:41:59.468Z] INFO: archiving workspace using pattern(s): [2020-10-29T06:42:01.395Z] Archives upload complete. [2020-10-29T06:42:01.395Z] INFO: archiving logs to Nexus [2020-10-29T06:42:02.344Z] ---> uname -a: [2020-10-29T06:42:02.344Z] Linux prd-centos7-docker-4c-2g-9654.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] ---> lscpu: [2020-10-29T06:42:02.344Z] Architecture: x86_64 [2020-10-29T06:42:02.344Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-29T06:42:02.344Z] Byte Order: Little Endian [2020-10-29T06:42:02.344Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-29T06:42:02.344Z] CPU(s): 4 [2020-10-29T06:42:02.344Z] On-line CPU(s) list: 0-3 [2020-10-29T06:42:02.344Z] Thread(s) per core: 1 [2020-10-29T06:42:02.344Z] Core(s) per socket: 1 [2020-10-29T06:42:02.344Z] Socket(s): 4 [2020-10-29T06:42:02.344Z] NUMA node(s): 1 [2020-10-29T06:42:02.344Z] Vendor ID: GenuineIntel [2020-10-29T06:42:02.344Z] CPU family: 6 [2020-10-29T06:42:02.344Z] Model: 44 [2020-10-29T06:42:02.344Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-29T06:42:02.344Z] Stepping: 1 [2020-10-29T06:42:02.344Z] CPU MHz: 2933.438 [2020-10-29T06:42:02.344Z] BogoMIPS: 5866.87 [2020-10-29T06:42:02.344Z] Virtualization: VT-x [2020-10-29T06:42:02.344Z] Hypervisor vendor: KVM [2020-10-29T06:42:02.344Z] Virtualization type: full [2020-10-29T06:42:02.344Z] L1d cache: 128 KiB [2020-10-29T06:42:02.344Z] L1i cache: 128 KiB [2020-10-29T06:42:02.344Z] L2 cache: 16 MiB [2020-10-29T06:42:02.344Z] L3 cache: 64 MiB [2020-10-29T06:42:02.344Z] NUMA node0 CPU(s): 0-3 [2020-10-29T06:42:02.344Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-29T06:42:02.344Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-29T06:42:02.344Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-29T06:42:02.344Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-29T06:42:02.344Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-29T06:42:02.344Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-29T06:42:02.344Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-29T06:42:02.344Z] Vulnerability Tsx async abort: Not affected [2020-10-29T06:42:02.344Z] 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-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] ---> nproc: [2020-10-29T06:42:02.344Z] 4 [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] ---> df -h: [2020-10-29T06:42:02.344Z] Filesystem Size Used Available Use% Mounted on [2020-10-29T06:42:02.344Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-29T06:42:02.344Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-29T06:42:02.344Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-29T06:42:02.344Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-566 [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-566@tmp [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-29T06:42:02.344Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] ---> free -m: [2020-10-29T06:42:02.344Z] total used free shared buff/cache available [2020-10-29T06:42:02.344Z] Mem: 1837 672 104 0 1060 1061 [2020-10-29T06:42:02.344Z] Swap: 1023 1 1022 [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] ---> ip addr: [2020-10-29T06:42:02.344Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-29T06:42:02.344Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-29T06:42:02.344Z] inet 127.0.0.1/8 scope host lo [2020-10-29T06:42:02.344Z] valid_lft forever preferred_lft forever [2020-10-29T06:42:02.344Z] inet6 ::1/128 scope host [2020-10-29T06:42:02.344Z] valid_lft forever preferred_lft forever [2020-10-29T06:42:02.344Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-29T06:42:02.344Z] link/ether fa:16:3e:b1:18:7a brd ff:ff:ff:ff:ff:ff [2020-10-29T06:42:02.344Z] inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-29T06:42:02.344Z] valid_lft 85987sec preferred_lft 85987sec [2020-10-29T06:42:02.344Z] inet6 fe80::f816:3eff:feb1:187a/64 scope link [2020-10-29T06:42:02.344Z] valid_lft forever preferred_lft forever [2020-10-29T06:42:02.344Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-29T06:42:02.344Z] link/ether 02:42:42:ec:d2:7c brd ff:ff:ff:ff:ff:ff [2020-10-29T06:42:02.344Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-29T06:42:02.344Z] valid_lft forever preferred_lft forever [2020-10-29T06:42:02.344Z] inet6 fe80::42:42ff:feec:d27c/64 scope link [2020-10-29T06:42:02.344Z] valid_lft forever preferred_lft forever [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] ---> sar -b -r -n DEV: [2020-10-29T06:42:02.344Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] 06:34:52 LINUX RESTART (4 CPU) [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] 06:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-29T06:42:02.344Z] 06:37:01 8.97 2.08 6.89 0.00 98.73 1355.61 0.00 [2020-10-29T06:42:02.344Z] 06:38:01 0.45 0.00 0.45 0.00 0.00 6.91 0.00 [2020-10-29T06:42:02.344Z] 06:39:01 0.27 0.00 0.27 0.00 0.00 3.27 0.00 [2020-10-29T06:42:02.344Z] 06:40:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2020-10-29T06:42:02.344Z] 06:41:01 0.32 0.00 0.32 0.00 0.00 4.16 0.00 [2020-10-29T06:42:02.344Z] Average: 2.03 0.41 1.62 0.00 19.49 271.17 0.00 [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] 06:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-29T06:42:02.344Z] 06:37:01 233852 0 566924 30.13 2620 1078160 1097560 37.46 417444 1072024 20 [2020-10-29T06:42:02.344Z] 06:38:01 232988 0 567784 30.18 2620 1078164 1081260 36.90 420400 1070088 20 [2020-10-29T06:42:02.344Z] 06:39:01 232848 0 567916 30.18 2620 1078172 1081308 36.90 420720 1070088 16 [2020-10-29T06:42:02.344Z] 06:40:01 232668 0 568096 30.19 2620 1078172 1081164 36.90 429912 1061300 12 [2020-10-29T06:42:02.344Z] 06:41:01 229960 0 570796 30.34 2620 1078180 1081236 36.90 446452 1047916 8 [2020-10-29T06:42:02.344Z] Average: 232463 0 568303 30.20 2620 1078170 1084506 37.01 426986 1064283 15 [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z] 06:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-29T06:42:02.344Z] 06:37:01 eth0 11.19 6.84 10.45 2.78 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:37:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:38:01 eth0 1.10 0.50 0.51 0.04 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:39:01 eth0 1.45 0.63 0.58 0.40 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:41:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] Average: eth0 2.80 1.64 2.31 0.65 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T06:42:02.344Z] [2020-10-29T06:42:02.344Z]