Pull request #634 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba0ff7a827f1a49bce5eabfcd97766ce9620998d+b30736090bd95023ceca9bd198846be8d66a7c94 (23e1106a7337f2145741de0af9bf79766700f482) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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-634/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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-634/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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19924 in /w/workspace/ndry_app-functions-sdk-go_PR-634 [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-634 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b30736090bd95023ceca9bd198846be8d66a7c94 into PR head commit ba0ff7a827f1a49bce5eabfcd97766ce9620998d Merge succeeded, producing ba0ff7a827f1a49bce5eabfcd97766ce9620998d Checking out Revision ba0ff7a827f1a49bce5eabfcd97766ce9620998d (PR-634) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/634/head:refs/remotes/origin/PR-634 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba0ff7a827f1a49bce5eabfcd97766ce9620998d # 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 b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba0ff7a827f1a49bce5eabfcd97766ce9620998d # 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.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T06:25:25.493Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T06:25:25.905Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T06:25:26.109Z] ========================================================= [2021-01-13T06:25:26.109Z] EdgeX Global Pipelines Version Info [2021-01-13T06:25:26.109Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:25:28.534Z] ------------------- [2021-01-13T06:25:28.534Z] stable info: [2021-01-13T06:25:28.534Z] ------------------- [2021-01-13T06:25:28.534Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T06:25:28.534Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T06:25:28.534Z] Message: update stable to v1.0.173 [2021-01-13T06:25:29.127Z] ------------------- [2021-01-13T06:25:29.127Z] experimental info: [2021-01-13T06:25:29.127Z] ------------------- [2021-01-13T06:25:29.127Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T06:25:29.127Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T06:25:29.127Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T06:25:29.565Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-13T06:25:29.698Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-13T06:25:29.826Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T06:25:29.945Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T06:25:30.077Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T06:25:30.209Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T06:25:30.350Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T06:25:30.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T06:25:30.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-13T06:25:30.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T06:25:30.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T06:25:31.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-13T06:25:31.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T06:25:31.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T06:25:31.477Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-13T06:25:31.623Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-13T06:25:31.777Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-13T06:25:31.909Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-13T06:25:32.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T06:25:32.162Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-13T06:25:32.324Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T06:25:32.448Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-13T06:25:32.569Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-13T06:25:32.695Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-13T06:25:32.828Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-13T06:25:32.966Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T06:25:33.104Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T06:25:33.230Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-634 [Pipeline] echo [2021-01-13T06:25:33.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-634 [Pipeline] echo [2021-01-13T06:25:33.489Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-634 [Pipeline] echo [2021-01-13T06:25:33.641Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba0ff7a827f1a49bce5eabfcd97766ce9620998d [Pipeline] echo [2021-01-13T06:25:33.791Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba0ff7a [Pipeline] echo [2021-01-13T06:25:33.931Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T06:25:34.822Z] + git log --format=format:%s -1 ba0ff7a827f1a49bce5eabfcd97766ce9620998d [Pipeline] echo [2021-01-13T06:25:34.929Z] GIT_COMMIT: ba0ff7a827f1a49bce5eabfcd97766ce9620998d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo [2021-01-13T06:25:35.005Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:25:35.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T06:25:36.308Z] [2021-01-13T06:25:36.308Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:25:36.755Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T06:25:36.755Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T06:25:36.755Z] 31603596830f: Pulling fs layer [2021-01-13T06:25:36.755Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T06:25:36.755Z] 6ca5941a6612: Pulling fs layer [2021-01-13T06:25:36.755Z] ecc8261a40a4: Pulling fs layer [2021-01-13T06:25:36.755Z] ecc8261a40a4: Waiting [2021-01-13T06:25:37.042Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T06:25:37.042Z] 2a8b12db71e7: Download complete [2021-01-13T06:25:37.343Z] 31603596830f: Verifying Checksum [2021-01-13T06:25:37.343Z] 31603596830f: Download complete [2021-01-13T06:25:37.621Z] ecc8261a40a4: Verifying Checksum [2021-01-13T06:25:37.621Z] ecc8261a40a4: Download complete [2021-01-13T06:25:37.621Z] 6ca5941a6612: Verifying Checksum [2021-01-13T06:25:37.621Z] 6ca5941a6612: Download complete [2021-01-13T06:25:38.210Z] 31603596830f: Pull complete [2021-01-13T06:25:38.515Z] 2a8b12db71e7: Pull complete [2021-01-13T06:25:40.036Z] 6ca5941a6612: Pull complete [2021-01-13T06:25:40.661Z] ecc8261a40a4: Pull complete [2021-01-13T06:25:40.661Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T06:25:40.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T06:25:40.925Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T06:25:41.342Z] prd-centos7-docker-4c-2g-19924 does not seem to be running inside a container [2021-01-13T06:25:41.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-634 -v /w/workspace/ndry_app-functions-sdk-go_PR-634:/w/workspace/ndry_app-functions-sdk-go_PR-634:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-634@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-634@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:10004/edgex-devops/git-semver:latest cat [2021-01-13T06:25:43.902Z] $ docker top bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T06:25:44.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T06:25:44.391Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T06:25:44.767Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T06:25:44.771Z] $ docker exec bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e ssh-agent [2021-01-13T06:25:45.047Z] SSH_AUTH_SOCK=/tmp/ssh-akqag1R6TUI4/agent.12 [2021-01-13T06:25:45.047Z] SSH_AGENT_PID=17 [2021-01-13T06:25:45.058Z] Running ssh-add (command line suppressed) [2021-01-13T06:25:45.216Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-634@tmp/private_key_3507272770203338764.key (/w/workspace/ndry_app-functions-sdk-go_PR-634@tmp/private_key_3507272770203338764.key) [2021-01-13T06:25:45.287Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T06:25:45.676Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T06:25:45.718Z] $ docker exec --env ******** --env ******** bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e ssh-agent -k [2021-01-13T06:25:46.023Z] unset SSH_AUTH_SOCK; [2021-01-13T06:25:46.024Z] unset SSH_AGENT_PID; [2021-01-13T06:25:46.024Z] echo Agent pid 17 killed; [2021-01-13T06:25:46.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T06:25:46.308Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T06:25:46.308Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T06:25:46.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T06:25:46.561Z] $ docker exec bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e ssh-agent [2021-01-13T06:25:46.823Z] SSH_AUTH_SOCK=/tmp/ssh-TyOKVbCKKhgw/agent.46 [2021-01-13T06:25:46.823Z] SSH_AGENT_PID=51 [2021-01-13T06:25:46.836Z] Running ssh-add (command line suppressed) [2021-01-13T06:25:46.998Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-634@tmp/private_key_8428144151574156295.key (/w/workspace/ndry_app-functions-sdk-go_PR-634@tmp/private_key_8428144151574156295.key) [2021-01-13T06:25:47.101Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T06:25:47.545Z] + git semver init [2021-01-13T06:25:47.545Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T06:25:47.545Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-634/.git [2021-01-13T06:25:47.545Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-634 [2021-01-13T06:25:47.545Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T06:25:47.545Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T06:25:47.545Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T06:25:47.545Z] # $SEMVER_BRANCH = PR-634 [2021-01-13T06:25:47.545Z] # $SEMVER_TEMP = /tmp/semver-761355748 [2021-01-13T06:25:47.545Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-13T06:25:51.990Z] # '/tmp/semver-761355748' -> '/w/workspace/ndry_app-functions-sdk-go_PR-634/.semver' [2021-01-13T06:25:51.990Z] # -> Force: false [2021-01-13T06:25:51.990Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-634/.semver [Pipeline] } [2021-01-13T06:25:52.023Z] $ docker exec --env ******** --env ******** bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e ssh-agent -k [2021-01-13T06:25:52.334Z] unset SSH_AUTH_SOCK; [2021-01-13T06:25:52.334Z] unset SSH_AGENT_PID; [2021-01-13T06:25:52.334Z] echo Agent pid 51 killed; [2021-01-13T06:25:52.534Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T06:25:53.495Z] + git semver [Pipeline] } [2021-01-13T06:25:53.531Z] $ docker stop --time=1 bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e [2021-01-13T06:25:55.434Z] $ docker rm -f bec09cf887074574dba5eec208dcbbd0a0b82af438a506b96b277d70a25f644e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T06:25:56.033Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T06:25:56.742Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T06:25:56.765Z] [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 [2021-01-13T06:26:12.664Z] Still waiting to schedule task [2021-01-13T06:26:12.664Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-13T06:26:12.693Z] Still waiting to schedule task [2021-01-13T06:26:12.693Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T06:28:03.963Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19926 in /w/workspace/ndry_app-functions-sdk-go_PR-634 [Pipeline] { [Pipeline] ws [2021-01-13T06:28:04.058Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-01-13T06:28:09.062Z] using credential edgex-jenkins-ssh [2021-01-13T06:28:09.121Z] Cloning the remote Git repository [2021-01-13T06:28:09.182Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-13T06:28:09.297Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2021-01-13T06:28:09.365Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-13T06:28:09.366Z] > git --version # timeout=10 [2021-01-13T06:28:09.382Z] > git --version # 'git version 2.17.1' [2021-01-13T06:28:09.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T06:28:09.476Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T06:28:12.941Z] Merging remotes/origin/master commit b30736090bd95023ceca9bd198846be8d66a7c94 into PR head commit ba0ff7a827f1a49bce5eabfcd97766ce9620998d [2021-01-13T06:28:12.322Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-13T06:28:12.348Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T06:28:12.380Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-13T06:28:12.419Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-13T06:28:12.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T06:28:12.439Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/634/head:refs/remotes/origin/PR-634 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T06:28:12.963Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T06:28:12.978Z] > git checkout -f ba0ff7a827f1a49bce5eabfcd97766ce9620998d # timeout=10 [2021-01-13T06:28:13.178Z] Merge succeeded, producing ba0ff7a827f1a49bce5eabfcd97766ce9620998d [2021-01-13T06:28:13.178Z] Checking out Revision ba0ff7a827f1a49bce5eabfcd97766ce9620998d (PR-634) [2021-01-13T06:28:13.081Z] > git remote # timeout=10 [2021-01-13T06:28:13.099Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T06:28:13.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T06:28:13.141Z] > git merge b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 [2021-01-13T06:28:13.165Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T06:28:13.186Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T06:28:13.197Z] > git checkout -f ba0ff7a827f1a49bce5eabfcd97766ce9620998d # timeout=10 [2021-01-13T06:28:17.812Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [2021-01-13T06:28:17.869Z] > git --version # timeout=10 [2021-01-13T06:28:17.880Z] > git --version # 'git version 2.17.1' [2021-01-13T06:28:17.891Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T06:28:19.814Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T06:28:20.228Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T06:28:20.633Z] + true [2021-01-13T06:28:20.633Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-13T06:28:22.904Z] ========================================================= [2021-01-13T06:28:22.904Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T06:28:22.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:28:23.322Z] + 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 . [2021-01-13T06:28:24.306Z] Sending build context to Docker daemon 19.1MB [2021-01-13T06:28:24.306Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T06:28:24.306Z] Step 2/8 : FROM ${BASE} [2021-01-13T06:28:24.904Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T06:28:24.904Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T06:28:24.904Z] a4357932f1b6: Pulling fs layer [2021-01-13T06:28:24.904Z] 18c013af1878: Pulling fs layer [2021-01-13T06:28:24.904Z] 00ac8860ef70: Pulling fs layer [2021-01-13T06:28:24.904Z] 63d7cb157983: Pulling fs layer [2021-01-13T06:28:24.904Z] b116817d02f9: Pulling fs layer [2021-01-13T06:28:24.904Z] 745a02a5169b: Pulling fs layer [2021-01-13T06:28:24.904Z] 63d7cb157983: Waiting [2021-01-13T06:28:24.904Z] b116817d02f9: Waiting [2021-01-13T06:28:24.904Z] 745a02a5169b: Waiting [2021-01-13T06:28:24.904Z] 00ac8860ef70: Waiting [2021-01-13T06:28:24.904Z] 18c013af1878: Download complete [2021-01-13T06:28:24.904Z] a4357932f1b6: Verifying Checksum [2021-01-13T06:28:24.904Z] a4357932f1b6: Download complete [2021-01-13T06:28:24.904Z] 63d7cb157983: Download complete [2021-01-13T06:28:24.904Z] b116817d02f9: Download complete [2021-01-13T06:28:24.904Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T06:28:24.904Z] 5f621e34cdf4: Download complete [2021-01-13T06:28:25.504Z] 5f621e34cdf4: Pull complete [2021-01-13T06:28:26.117Z] a4357932f1b6: Pull complete [2021-01-13T06:28:26.716Z] 18c013af1878: Pull complete [2021-01-13T06:28:27.692Z] 745a02a5169b: Verifying Checksum [2021-01-13T06:28:27.692Z] 745a02a5169b: Download complete [2021-01-13T06:28:28.679Z] 00ac8860ef70: Verifying Checksum [2021-01-13T06:28:28.679Z] 00ac8860ef70: Download complete [2021-01-13T06:28:35.367Z] Running on prd-centos7-docker-4c-2g-19927 in /w/workspace/ndry_app-functions-sdk-go_PR-634 [Pipeline] { [Pipeline] ws [2021-01-13T06:28:35.475Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-01-13T06:28:38.868Z] 00ac8860ef70: Pull complete [2021-01-13T06:28:38.868Z] 63d7cb157983: Pull complete [2021-01-13T06:28:39.465Z] b116817d02f9: Pull complete [2021-01-13T06:28:40.878Z] using credential edgex-jenkins-ssh [2021-01-13T06:28:40.969Z] Cloning the remote Git repository [2021-01-13T06:28:41.035Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-13T06:28:41.118Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2021-01-13T06:28:41.214Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-13T06:28:41.214Z] > git --version # timeout=10 [2021-01-13T06:28:41.225Z] > git --version # 'git version 2.24.3' [2021-01-13T06:28:41.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T06:28:41.299Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T06:28:42.907Z] 745a02a5169b: Pull complete [2021-01-13T06:28:42.907Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T06:28:42.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T06:28:42.907Z] ---> b7e6874047d6 [2021-01-13T06:28:42.907Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-13T06:28:43.186Z] 20.10.0: Pulling from library/docker [2021-01-13T06:28:43.186Z] a3cc7d3b244e: Pulling fs layer [2021-01-13T06:28:43.186Z] 02a3295e0d61: Pulling fs layer [2021-01-13T06:28:43.186Z] 0f4f2e6d8100: Pulling fs layer [2021-01-13T06:28:43.186Z] 330b718f631f: Pulling fs layer [2021-01-13T06:28:43.186Z] a93816041522: Pulling fs layer [2021-01-13T06:28:43.186Z] bdb6da89ff94: Pulling fs layer [2021-01-13T06:28:43.186Z] 2a70c0c122f4: Pulling fs layer [2021-01-13T06:28:43.186Z] bdb6da89ff94: Waiting [2021-01-13T06:28:43.186Z] 2a70c0c122f4: Waiting [2021-01-13T06:28:43.186Z] a93816041522: Waiting [2021-01-13T06:28:43.186Z] 0f4f2e6d8100: Verifying Checksum [2021-01-13T06:28:43.186Z] 0f4f2e6d8100: Download complete [2021-01-13T06:28:43.463Z] 02a3295e0d61: Download complete [2021-01-13T06:28:43.463Z] a3cc7d3b244e: Verifying Checksum [2021-01-13T06:28:43.463Z] a3cc7d3b244e: Download complete [2021-01-13T06:28:43.463Z] a93816041522: Verifying Checksum [2021-01-13T06:28:43.739Z] bdb6da89ff94: Verifying Checksum [2021-01-13T06:28:43.739Z] bdb6da89ff94: Download complete [2021-01-13T06:28:43.739Z] 2a70c0c122f4: Verifying Checksum [2021-01-13T06:28:43.739Z] 2a70c0c122f4: Download complete [2021-01-13T06:28:44.343Z] a3cc7d3b244e: Pull complete [2021-01-13T06:28:44.969Z] 02a3295e0d61: Pull complete [2021-01-13T06:28:45.241Z] 0f4f2e6d8100: Pull complete [2021-01-13T06:28:45.476Z] Merging remotes/origin/master commit b30736090bd95023ceca9bd198846be8d66a7c94 into PR head commit ba0ff7a827f1a49bce5eabfcd97766ce9620998d [2021-01-13T06:28:45.514Z] 330b718f631f: Verifying Checksum [2021-01-13T06:28:45.514Z] 330b718f631f: Download complete [2021-01-13T06:28:44.926Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-13T06:28:44.942Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T06:28:44.964Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-13T06:28:44.980Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-13T06:28:44.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T06:28:44.985Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/634/head:refs/remotes/origin/PR-634 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T06:28:45.490Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T06:28:45.501Z] > git checkout -f ba0ff7a827f1a49bce5eabfcd97766ce9620998d # timeout=10 [2021-01-13T06:28:45.587Z] > git remote # timeout=10 [2021-01-13T06:28:45.620Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T06:28:45.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T06:28:45.679Z] > git merge b30736090bd95023ceca9bd198846be8d66a7c94 # timeout=10 [2021-01-13T06:28:45.769Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T06:28:45.795Z] Merge succeeded, producing ba0ff7a827f1a49bce5eabfcd97766ce9620998d [2021-01-13T06:28:45.796Z] Checking out Revision ba0ff7a827f1a49bce5eabfcd97766ce9620998d (PR-634) [2021-01-13T06:28:45.800Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T06:28:45.823Z] > git checkout -f ba0ff7a827f1a49bce5eabfcd97766ce9620998d # timeout=10 [2021-01-13T06:28:49.747Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [2021-01-13T06:28:49.841Z] 330b718f631f: Pull complete [2021-01-13T06:28:49.841Z] a93816041522: Pull complete [2021-01-13T06:28:49.841Z] bdb6da89ff94: Pull complete [2021-01-13T06:28:49.789Z] > git --version # timeout=10 [2021-01-13T06:28:49.796Z] > git --version # 'git version 2.24.3' [2021-01-13T06:28:49.842Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T06:28:50.120Z] 2a70c0c122f4: Pull complete [2021-01-13T06:28:50.120Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [Pipeline] withEnv [Pipeline] { [2021-01-13T06:28:50.398Z] Status: Downloaded newer image for docker:20.10.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T06:28:51.740Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T06:28:52.185Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T06:28:52.558Z] + sudo service docker restart [2021-01-13T06:28:52.558Z] + true [2021-01-13T06:28:52.558Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-13T06:28:54.332Z] ========================================================= [2021-01-13T06:28:54.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T06:28:54.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:28:54.760Z] + 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 . [2021-01-13T06:28:55.777Z] Sending build context to Docker daemon 19.1MB [2021-01-13T06:28:55.777Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T06:28:55.777Z] Step 2/8 : FROM ${BASE} [2021-01-13T06:28:56.052Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T06:28:56.052Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T06:28:56.052Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T06:28:56.052Z] de9db76c5a1d: Pulling fs layer [2021-01-13T06:28:56.052Z] bca2f99d35d6: Pulling fs layer [2021-01-13T06:28:56.052Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T06:28:56.052Z] 7c6f9722023f: Pulling fs layer [2021-01-13T06:28:56.052Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T06:28:56.052Z] bca2f99d35d6: Waiting [2021-01-13T06:28:56.052Z] 93359f2a8cfa: Waiting [2021-01-13T06:28:56.052Z] 7c6f9722023f: Waiting [2021-01-13T06:28:56.052Z] a35cf1a2eb13: Waiting [2021-01-13T06:28:56.052Z] de9db76c5a1d: Verifying Checksum [2021-01-13T06:28:56.052Z] de9db76c5a1d: Download complete [2021-01-13T06:28:56.052Z] 0ef7d3d256c8: Verifying Checksum [2021-01-13T06:28:56.053Z] 0ef7d3d256c8: Download complete [2021-01-13T06:28:56.053Z] 93359f2a8cfa: Download complete [2021-01-13T06:28:56.331Z] 7c6f9722023f: Download complete [2021-01-13T06:28:56.982Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T06:28:56.982Z] 188c0c94c7c5: Download complete [2021-01-13T06:28:57.113Z] ---> ea87708ea082 [2021-01-13T06:28:57.113Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-13T06:28:57.113Z] ---> Running in c8d3ad1f9f8e [2021-01-13T06:28:57.113Z] Removing intermediate container c8d3ad1f9f8e [2021-01-13T06:28:57.113Z] ---> 9a02c8b210c9 [2021-01-13T06:28:57.113Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-13T06:28:57.113Z] ---> Running in 628a4bb914fc [2021-01-13T06:28:57.625Z] 188c0c94c7c5: Pull complete [2021-01-13T06:28:57.908Z] 0ef7d3d256c8: Pull complete [2021-01-13T06:28:58.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T06:28:58.182Z] de9db76c5a1d: Pull complete [2021-01-13T06:28:59.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T06:29:00.050Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-13T06:29:00.050Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-13T06:29:00.321Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-13T06:29:00.321Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-13T06:29:00.594Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-13T06:29:00.594Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T06:29:00.594Z] OK: 144 MiB in 44 packages [2021-01-13T06:29:00.847Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T06:29:00.847Z] a35cf1a2eb13: Download complete [2021-01-13T06:29:01.464Z] bca2f99d35d6: Verifying Checksum [2021-01-13T06:29:01.464Z] bca2f99d35d6: Download complete [2021-01-13T06:29:02.032Z] Removing intermediate container 628a4bb914fc [2021-01-13T06:29:02.032Z] ---> a83f4edcc22b [2021-01-13T06:29:02.032Z] Step 6/8 : WORKDIR /build [2021-01-13T06:29:02.032Z] ---> Running in f4aa00b722cc [2021-01-13T06:29:02.628Z] Removing intermediate container f4aa00b722cc [2021-01-13T06:29:02.628Z] ---> 7ec161567ce4 [2021-01-13T06:29:02.628Z] Step 7/8 : COPY go.mod . [2021-01-13T06:29:03.225Z] ---> ea6e6630f9ad [2021-01-13T06:29:03.225Z] Step 8/8 : RUN go mod download [2021-01-13T06:29:03.498Z] ---> Running in b7bb73a4542c [2021-01-13T06:29:11.689Z] bca2f99d35d6: Pull complete [2021-01-13T06:29:11.690Z] 93359f2a8cfa: Pull complete [2021-01-13T06:29:11.690Z] 7c6f9722023f: Pull complete [2021-01-13T06:29:16.002Z] a35cf1a2eb13: Pull complete [2021-01-13T06:29:16.002Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T06:29:16.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T06:29:16.002Z] ---> a62c8e92a672 [2021-01-13T06:29:16.002Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-13T06:29:16.002Z] 20.10.0: Pulling from library/docker [2021-01-13T06:29:16.272Z] 05e7bc50f07f: Pulling fs layer [2021-01-13T06:29:16.272Z] 6db28d0fdbf6: Pulling fs layer [2021-01-13T06:29:16.272Z] 292df0bc6bf3: Pulling fs layer [2021-01-13T06:29:16.272Z] 2e060f4bd70b: Pulling fs layer [2021-01-13T06:29:16.272Z] 80e8d568a223: Pulling fs layer [2021-01-13T06:29:16.272Z] 8dc6ef1a942a: Pulling fs layer [2021-01-13T06:29:16.272Z] 2312dd95470a: Pulling fs layer [2021-01-13T06:29:16.272Z] 2e060f4bd70b: Waiting [2021-01-13T06:29:16.272Z] 80e8d568a223: Waiting [2021-01-13T06:29:16.272Z] 8dc6ef1a942a: Waiting [2021-01-13T06:29:16.272Z] 2312dd95470a: Waiting [2021-01-13T06:29:16.272Z] 292df0bc6bf3: Verifying Checksum [2021-01-13T06:29:16.272Z] 292df0bc6bf3: Download complete [2021-01-13T06:29:16.553Z] 05e7bc50f07f: Verifying Checksum [2021-01-13T06:29:16.553Z] 05e7bc50f07f: Download complete [2021-01-13T06:29:16.553Z] 80e8d568a223: Verifying Checksum [2021-01-13T06:29:16.553Z] 80e8d568a223: Download complete [2021-01-13T06:29:16.553Z] 6db28d0fdbf6: Verifying Checksum [2021-01-13T06:29:16.553Z] 6db28d0fdbf6: Download complete [2021-01-13T06:29:16.830Z] 8dc6ef1a942a: Verifying Checksum [2021-01-13T06:29:16.830Z] 8dc6ef1a942a: Download complete [2021-01-13T06:29:16.830Z] 2312dd95470a: Verifying Checksum [2021-01-13T06:29:16.830Z] 2312dd95470a: Download complete [2021-01-13T06:29:16.830Z] 05e7bc50f07f: Pull complete [2021-01-13T06:29:17.439Z] 6db28d0fdbf6: Pull complete [2021-01-13T06:29:17.439Z] 292df0bc6bf3: Pull complete [2021-01-13T06:29:18.871Z] 2e060f4bd70b: Download complete [2021-01-13T06:29:24.355Z] 2e060f4bd70b: Pull complete [2021-01-13T06:29:24.355Z] 80e8d568a223: Pull complete [2021-01-13T06:29:24.355Z] 8dc6ef1a942a: Pull complete [2021-01-13T06:29:24.355Z] 2312dd95470a: Pull complete [2021-01-13T06:29:24.355Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T06:29:24.355Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T06:29:26.317Z] ---> 413cbdf30415 [2021-01-13T06:29:26.317Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-13T06:29:26.317Z] ---> Running in 7ce6bd78451c [2021-01-13T06:29:26.606Z] Removing intermediate container 7ce6bd78451c [2021-01-13T06:29:26.606Z] ---> 1eddd04a5cb2 [2021-01-13T06:29:26.606Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-13T06:29:26.606Z] ---> Running in 07b4b665e608 [2021-01-13T06:29:28.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T06:29:29.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T06:29:30.028Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-13T06:29:30.028Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-13T06:29:30.300Z] Removing intermediate container b7bb73a4542c [2021-01-13T06:29:30.300Z] ---> 2817a3462aa3 [2021-01-13T06:29:30.300Z] Successfully built 2817a3462aa3 [2021-01-13T06:29:30.300Z] Successfully tagged ci-base-image-arm64:latest [2021-01-13T06:29:30.304Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-13T06:29:30.304Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-13T06:29:30.304Z] (5/5) Installing zeromq-dev (4.3.3-r0) [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:29:30.593Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T06:29:30.593Z] OK: 167 MiB in 44 packages [2021-01-13T06:29:30.711Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T06:29:30.711Z] . [Pipeline] withDockerContainer [2021-01-13T06:29:31.004Z] prd-ubuntu18.04-docker-arm64-4c-16g-19926 does not seem to be running inside a container [2021-01-13T06:29:31.094Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T06:29:31.652Z] Removing intermediate container 07b4b665e608 [2021-01-13T06:29:31.652Z] ---> 900bc319f402 [2021-01-13T06:29:31.652Z] Step 6/8 : WORKDIR /build [2021-01-13T06:29:31.652Z] ---> Running in 1565b909e49a [2021-01-13T06:29:31.934Z] Removing intermediate container 1565b909e49a [2021-01-13T06:29:31.934Z] ---> 545dc2ec0049 [2021-01-13T06:29:31.934Z] Step 7/8 : COPY go.mod . [2021-01-13T06:29:32.219Z] ---> 1db518868ab1 [2021-01-13T06:29:32.219Z] Step 8/8 : RUN go mod download [2021-01-13T06:29:32.219Z] ---> Running in 9a8d9cc6513f [2021-01-13T06:29:32.661Z] $ docker top 9fcc81b345fe600ece073248e15a370f8f42e9637099fdeb6e6067399e1bc53e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T06:29:33.792Z] + go version [2021-01-13T06:29:33.793Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T06:29:33.832Z] $ docker stop --time=1 9fcc81b345fe600ece073248e15a370f8f42e9637099fdeb6e6067399e1bc53e [2021-01-13T06:29:35.859Z] $ docker rm -f 9fcc81b345fe600ece073248e15a370f8f42e9637099fdeb6e6067399e1bc53e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:29:37.192Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T06:29:37.193Z] . [Pipeline] withDockerContainer [2021-01-13T06:29:37.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-19926 does not seem to be running inside a container [2021-01-13T06:29:37.600Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T06:29:39.107Z] $ docker top 9a5173a13655ad8a22b1b624038ddc3ec946f25850b83de00d0cf822a7e1de8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T06:29:40.168Z] + make test [2021-01-13T06:29:40.168Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-13T06:29:41.615Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-13T06:30:03.862Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.057s coverage: 81.0% of statements [2021-01-13T06:30:04.798Z] Removing intermediate container 9a8d9cc6513f [2021-01-13T06:30:04.799Z] ---> 234fff5e1117 [2021-01-13T06:30:04.799Z] Successfully built 234fff5e1117 [2021-01-13T06:30:04.799Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:30:05.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T06:30:05.519Z] . [Pipeline] withDockerContainer [2021-01-13T06:30:05.851Z] prd-centos7-docker-4c-2g-19927 does not seem to be running inside a container [2021-01-13T06:30:05.969Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T06:30:07.473Z] $ docker top cbd83a8c4cb4f4ae1a02603e87314b2c1ef95568b88252365aa960acae836d8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T06:30:08.373Z] + go version [2021-01-13T06:30:08.651Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T06:30:08.702Z] $ docker stop --time=1 cbd83a8c4cb4f4ae1a02603e87314b2c1ef95568b88252365aa960acae836d8b [2021-01-13T06:30:10.425Z] $ docker rm -f cbd83a8c4cb4f4ae1a02603e87314b2c1ef95568b88252365aa960acae836d8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:30:12.371Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T06:30:12.371Z] . [Pipeline] withDockerContainer [2021-01-13T06:30:12.623Z] prd-centos7-docker-4c-2g-19927 does not seem to be running inside a container [2021-01-13T06:30:12.766Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-13T06:30:13.940Z] $ docker top 878f9247eb865f3441c31d6b043e73af03d9e54833c35a968f277859d8eacecc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T06:30:14.732Z] + make test [2021-01-13T06:30:14.733Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-13T06:30:17.390Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2021-01-13T06:30:26.130Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.107s coverage: 48.6% of statements [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-13T06:30:26.130Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.084s coverage: 61.5% of statements [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-13T06:30:26.130Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.070s coverage: 67.7% of statements [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-13T06:30:26.130Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.017s coverage: 97.0% of statements [2021-01-13T06:30:26.130Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-13T06:30:26.130Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.034s coverage: 8.8% of statements [2021-01-13T06:30:30.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.070s coverage: 81.0% of statements [2021-01-13T06:30:34.437Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.266s coverage: 75.4% of statements [2021-01-13T06:30:34.437Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-13T06:30:34.437Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.039s coverage: 87.9% of statements [2021-01-13T06:30:34.437Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.036s coverage: 80.5% of statements [2021-01-13T06:30:34.437Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements [2021-01-13T06:30:40.587Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.053s coverage: 48.6% of statements [2021-01-13T06:30:40.588Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2021-01-13T06:30:40.588Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2021-01-13T06:30:40.588Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.055s coverage: 61.5% of statements [2021-01-13T06:30:40.588Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2021-01-13T06:30:42.647Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.109s coverage: 67.7% of statements [2021-01-13T06:30:42.647Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2021-01-13T06:30:42.647Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2021-01-13T06:30:42.647Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2021-01-13T06:30:42.647Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2021-01-13T06:30:42.647Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2021-01-13T06:30:42.647Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2021-01-13T06:30:42.647Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.020s coverage: 97.0% of statements [2021-01-13T06:30:42.648Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2021-01-13T06:30:42.648Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 8.8% of statements [2021-01-13T06:30:50.933Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.242s coverage: 75.4% of statements [2021-01-13T06:30:50.933Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2021-01-13T06:30:50.933Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.034s coverage: 87.9% of statements [2021-01-13T06:30:50.933Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.021s coverage: 80.5% of statements [2021-01-13T06:30:50.933Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.014s coverage: 71.7% of statements [2021-01-13T06:30:56.588Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.070s coverage: 81.4% of statements [2021-01-13T06:30:56.588Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2021-01-13T06:30:56.588Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-13T06:31:04.940Z] gofmt -l . [2021-01-13T06:31:04.940Z] [ "`gofmt -l .`" = "" ] [2021-01-13T06:31:04.940Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-13T06:31:05.567Z] $ docker stop --time=1 9a5173a13655ad8a22b1b624038ddc3ec946f25850b83de00d0cf822a7e1de8a [2021-01-13T06:31:07.708Z] $ docker rm -f 9a5173a13655ad8a22b1b624038ddc3ec946f25850b83de00d0cf822a7e1de8a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T06:31:08.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-13T06:31:09.669Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-13T06:31:13.193Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.051s coverage: 81.4% of statements [2021-01-13T06:31:13.193Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.009s coverage: 94.4% of statements [2021-01-13T06:31:13.193Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-13T06:31:16.661Z] gofmt -l . [2021-01-13T06:31:16.661Z] [ "`gofmt -l .`" = "" ] [2021-01-13T06:31:16.948Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-13T06:31:17.606Z] $ docker stop --time=1 878f9247eb865f3441c31d6b043e73af03d9e54833c35a968f277859d8eacecc [2021-01-13T06:31:19.383Z] $ docker rm -f 878f9247eb865f3441c31d6b043e73af03d9e54833c35a968f277859d8eacecc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T06:31:20.313Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-13T06:31:20.370Z] Warning: overwriting stash ‘coverage-report’ [2021-01-13T06:31:21.068Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-13T06:31:24.147Z] provisioning config files... [2021-01-13T06:31:24.171Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-634@tmp/config8607783136335452414tmp [Pipeline] { [Pipeline] sh [2021-01-13T06:31:24.652Z] + set +x [2021-01-13T06:31:24.652Z] + curl -s https://codecov.io/bash [2021-01-13T06:31:24.652Z] + bash -s -- [2021-01-13T06:31:24.921Z] [2021-01-13T06:31:24.921Z] _____ _ [2021-01-13T06:31:24.921Z] / ____| | | [2021-01-13T06:31:24.921Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T06:31:24.921Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T06:31:24.921Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T06:31:24.921Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T06:31:24.921Z] Bash-20201231-23d4836 [2021-01-13T06:31:24.921Z] [2021-01-13T06:31:24.921Z] [2021-01-13T06:31:24.921Z] ==> git version 2.24.3 found [2021-01-13T06:31:24.921Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-13T06:31:24.921Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T06:31:24.921Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T06:31:24.921Z] ==> Jenkins CI detected. [2021-01-13T06:31:24.921Z] project root: . [2021-01-13T06:31:24.921Z] --> token set from env [2021-01-13T06:31:24.921Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T06:31:25.192Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T06:31:25.192Z] ==> Python coveragepy not found [2021-01-13T06:31:25.192Z] ==> Searching for coverage reports in: [2021-01-13T06:31:25.192Z] + . [2021-01-13T06:31:25.192Z] -> Found 1 reports [2021-01-13T06:31:25.192Z] ==> Detecting git/mercurial file structure [2021-01-13T06:31:25.192Z] ==> Reading reports [2021-01-13T06:31:25.192Z] + ./coverage.out bytes=71695 [2021-01-13T06:31:25.192Z] ==> Appending adjustments [2021-01-13T06:31:25.192Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T06:31:25.779Z] + Found adjustments [2021-01-13T06:31:25.779Z] ==> Gzipping contents [2021-01-13T06:31:25.779Z] 16K /tmp/codecov.u1fWQX.gz [2021-01-13T06:31:25.779Z] ==> Uploading reports [2021-01-13T06:31:25.779Z] url: https://codecov.io [2021-01-13T06:31:25.779Z] query: branch=PR-634&commit=ba0ff7a827f1a49bce5eabfcd97766ce9620998d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-634%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=634&job=&cmd_args= [2021-01-13T06:31:25.779Z] -> Pinging Codecov [2021-01-13T06:31:25.779Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-634&commit=ba0ff7a827f1a49bce5eabfcd97766ce9620998d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-634%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=634&job=&cmd_args= [2021-01-13T06:31:26.743Z] -> Uploading to [2021-01-13T06:31:26.743Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/3D8B5DFFC46A037C893635FACE044666/ba0ff7a827f1a49bce5eabfcd97766ce9620998d/9559dc62-d5f4-4f58-b5bf-563065f41905.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T063126Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a843f1e18792b27d8b36a723f2498d1013bd9c79b65178147b7cf3e560f6674 [2021-01-13T06:31:26.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T06:31:26.743Z] Dload Upload Total Spent Left Speed [2021-01-13T06:31:27.337Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12848 0 0 100 12848 0 24278 --:--:-- --:--:-- --:--:-- 24287 100 12848 0 0 100 12848 0 24263 --:--:-- --:--:-- --:--:-- 24241 [2021-01-13T06:31:27.337Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/ba0ff7a827f1a49bce5eabfcd97766ce9620998d [Pipeline] } [2021-01-13T06:31:27.366Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:31:30.805Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:31:31.481Z] ---> package-listing.sh [2021-01-13T06:31:31.481Z] ++ facter osfamily [2021-01-13T06:31:31.481Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T06:31:31.782Z] + OS_FAMILY=redhat [2021-01-13T06:31:31.782Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-634 [2021-01-13T06:31:31.782Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T06:31:31.782Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T06:31:31.782Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T06:31:31.782Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T06:31:31.782Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-634 ']' [2021-01-13T06:31:31.782Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T06:31:31.782Z] + case "${OS_FAMILY}" in [2021-01-13T06:31:31.782Z] + rpm -qa [2021-01-13T06:31:31.782Z] + sort [2021-01-13T06:31:38.454Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T06:31:38.454Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T06:31:38.454Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T06:31:38.454Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-634 ']' [2021-01-13T06:31:38.454Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-634/archives/ [2021-01-13T06:31:38.454Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-634/archives/ [Pipeline] echo [2021-01-13T06:31:38.489Z] 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-634/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T06:31:38.827Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:31:39.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T06:31:39.744Z] [2021-01-13T06:31:39.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T06:31:40.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T06:31:40.505Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T06:31:40.505Z] df20fa9351a1: Pulling fs layer [2021-01-13T06:31:40.505Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T06:31:40.505Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T06:31:40.505Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T06:31:40.505Z] 93b61091891f: Pulling fs layer [2021-01-13T06:31:40.505Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T06:31:40.505Z] 5e14af77c1be: Pulling fs layer [2021-01-13T06:31:40.505Z] 01666e4c0597: Pulling fs layer [2021-01-13T06:31:40.505Z] aa168da1d23b: Pulling fs layer [2021-01-13T06:31:40.505Z] 46f8f816bc3b: Waiting [2021-01-13T06:31:40.505Z] 93b61091891f: Waiting [2021-01-13T06:31:40.505Z] 93b9cdb0e59b: Waiting [2021-01-13T06:31:40.505Z] 5e14af77c1be: Waiting [2021-01-13T06:31:40.505Z] 01666e4c0597: Waiting [2021-01-13T06:31:40.505Z] aa168da1d23b: Waiting [2021-01-13T06:31:40.505Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T06:31:40.505Z] 36b3adc4ff6f: Download complete [2021-01-13T06:31:40.505Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T06:31:40.505Z] 46f8f816bc3b: Download complete [2021-01-13T06:31:40.786Z] 93b61091891f: Download complete [2021-01-13T06:31:40.786Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T06:31:40.786Z] 93b9cdb0e59b: Download complete [2021-01-13T06:31:40.786Z] df20fa9351a1: Verifying Checksum [2021-01-13T06:31:40.786Z] df20fa9351a1: Download complete [2021-01-13T06:31:40.786Z] 5e14af77c1be: Verifying Checksum [2021-01-13T06:31:40.786Z] 5e14af77c1be: Download complete [2021-01-13T06:31:40.786Z] 01666e4c0597: Verifying Checksum [2021-01-13T06:31:40.786Z] 01666e4c0597: Download complete [2021-01-13T06:31:41.496Z] df20fa9351a1: Pull complete [2021-01-13T06:31:41.496Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T06:31:41.496Z] 8ad3a11d3b57: Download complete [2021-01-13T06:31:41.787Z] 36b3adc4ff6f: Pull complete [2021-01-13T06:31:43.384Z] 8ad3a11d3b57: Pull complete [2021-01-13T06:31:43.384Z] 46f8f816bc3b: Pull complete [2021-01-13T06:31:44.042Z] 93b61091891f: Pull complete [2021-01-13T06:31:44.716Z] 93b9cdb0e59b: Pull complete [2021-01-13T06:31:44.716Z] 5e14af77c1be: Pull complete [2021-01-13T06:31:45.015Z] 01666e4c0597: Pull complete [2021-01-13T06:31:45.620Z] aa168da1d23b: Verifying Checksum [2021-01-13T06:31:45.620Z] aa168da1d23b: Download complete [2021-01-13T06:31:55.912Z] aa168da1d23b: Pull complete [2021-01-13T06:31:55.912Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T06:31:55.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T06:31:55.912Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T06:31:56.366Z] prd-centos7-docker-4c-2g-19924 does not seem to be running inside a container [2021-01-13T06:31:56.442Z] $ 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-634/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-634 -v /w/workspace/ndry_app-functions-sdk-go_PR-634:/w/workspace/ndry_app-functions-sdk-go_PR-634:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-634@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-634@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-13T06:31:59.714Z] $ docker top 3c12df20164962c88a989fb88e02a378955e3e4013dcd9cc32996313158cf0fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T06:32:00.423Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T06:32:00.769Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T06:32:01.126Z] + ls /var/log/sa-host [2021-01-13T06:32:01.126Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T06:32:01.126Z] file_magic: OK [2021-01-13T06:32:01.126Z] HZ: Using current value: 100 [2021-01-13T06:32:01.126Z] file_header: OK [2021-01-13T06:32:01.126Z] 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 [2021-01-13T06:32:01.126Z] Statistics: [2021-01-13T06:32:01.126Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-13T06:32:01.126Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T06:32:01.126Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T06:32:01.126Z] file_magic: OK [2021-01-13T06:32:01.126Z] HZ: Using current value: 100 [2021-01-13T06:32:01.126Z] file_header: OK [2021-01-13T06:32:01.126Z] 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 [2021-01-13T06:32:01.126Z] Statistics: [2021-01-13T06:32:01.126Z] Hnuu...uuuununununu... [2021-01-13T06:32:01.126Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T06:32:01.432Z] provisioning config files... [2021-01-13T06:32:01.452Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-634@tmp/config735676959510366751tmp [Pipeline] { [Pipeline] echo [2021-01-13T06:32:01.611Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:32:01.970Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T06:32:02.001Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T06:32:02.153Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:32:02.532Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T06:32:02.578Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:32:02.950Z] ---> sudo-logs.sh [2021-01-13T06:32:02.950Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T06:32:02.982Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:32:03.713Z] ---> job-cost.sh [2021-01-13T06:32:03.713Z] lf-activate-venv: SKIPPING [2021-01-13T06:32:03.713Z] INFO: No Stack... [2021-01-13T06:32:05.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T06:32:05.411Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T06:32:05.451Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T06:32:05.829Z] ---> logs-deploy.sh [2021-01-13T06:32:05.830Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-634/1 [2021-01-13T06:32:05.830Z] INFO: archiving workspace using pattern(s): [2021-01-13T06:32:08.452Z] Archives upload complete. [2021-01-13T06:32:08.452Z] INFO: archiving logs to Nexus