Pull request #682 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7+ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb (e2c710ee9083ae7561d7713d307ee7cdfe98fa51) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26951’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26958 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [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-682 # 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 > 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/682/head:refs/remotes/origin/PR-682 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 Checking out Revision ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 (PR-682) > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk d81ccf5899651ed08423f0524abeb6e14f9deb4f # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T21:44:45.964Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T21:44:46.256Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T21:44:46.359Z] ========================================================= [2021-02-19T21:44:46.359Z] EdgeX Global Pipelines Version Info [2021-02-19T21:44:46.359Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:44:50.820Z] ------------------- [2021-02-19T21:44:50.820Z] stable info: [2021-02-19T21:44:50.820Z] ------------------- [2021-02-19T21:44:50.820Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T21:44:50.820Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T21:44:50.820Z] Message: update stable to v1.0.179 [2021-02-19T21:44:52.445Z] ------------------- [2021-02-19T21:44:52.445Z] experimental info: [2021-02-19T21:44:52.445Z] ------------------- [2021-02-19T21:44:52.445Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T21:44:52.445Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T21:44:52.445Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T21:44:52.838Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-19T21:44:52.925Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-19T21:44:53.008Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T21:44:53.089Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T21:44:53.178Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T21:44:53.260Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T21:44:53.363Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T21:44:53.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T21:44:53.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-19T21:44:53.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T21:44:53.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T21:44:53.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-19T21:44:53.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T21:44:54.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T21:44:54.176Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:44:54.262Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:44:54.344Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:44:54.428Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:44:54.509Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T21:44:54.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-19T21:44:54.679Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T21:44:54.763Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-19T21:44:54.852Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-19T21:44:54.957Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-19T21:44:55.048Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-19T21:44:55.131Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T21:44:55.211Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T21:44:55.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-682 [Pipeline] echo [2021-02-19T21:44:55.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-682 [Pipeline] echo [2021-02-19T21:44:55.516Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-682 [Pipeline] echo [2021-02-19T21:44:55.632Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [Pipeline] echo [2021-02-19T21:44:55.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ddb1abe [Pipeline] echo [2021-02-19T21:44:55.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T21:44:56.565Z] + git log --format=format:%s -1 ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [Pipeline] echo [2021-02-19T21:44:56.848Z] GIT_COMMIT: ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo [2021-02-19T21:44:56.895Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:44:57.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T21:44:59.175Z] [2021-02-19T21:44:59.175Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:44:59.779Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T21:45:00.587Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T21:45:00.587Z] 31603596830f: Pulling fs layer [2021-02-19T21:45:00.587Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T21:45:00.587Z] 6ca5941a6612: Pulling fs layer [2021-02-19T21:45:00.587Z] ecc8261a40a4: Pulling fs layer [2021-02-19T21:45:00.587Z] ecc8261a40a4: Waiting [2021-02-19T21:45:00.587Z] 2a8b12db71e7: Verifying Checksum [2021-02-19T21:45:00.587Z] 2a8b12db71e7: Download complete [2021-02-19T21:45:01.445Z] 31603596830f: Verifying Checksum [2021-02-19T21:45:01.445Z] 31603596830f: Download complete [2021-02-19T21:45:01.806Z] ecc8261a40a4: Verifying Checksum [2021-02-19T21:45:01.806Z] ecc8261a40a4: Download complete [2021-02-19T21:45:02.220Z] 31603596830f: Pull complete [2021-02-19T21:45:02.220Z] 6ca5941a6612: Verifying Checksum [2021-02-19T21:45:02.220Z] 6ca5941a6612: Download complete [2021-02-19T21:45:02.924Z] 2a8b12db71e7: Pull complete [2021-02-19T21:45:05.703Z] 6ca5941a6612: Pull complete [2021-02-19T21:45:06.044Z] ecc8261a40a4: Pull complete [2021-02-19T21:45:06.044Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T21:45:06.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T21:45:06.044Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T21:45:07.339Z] prd-centos7-docker-4c-2g-26958 does not seem to be running inside a container [2021-02-19T21:45:07.927Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-682 -v /w/workspace/ndry_app-functions-sdk-go_PR-682:/w/workspace/ndry_app-functions-sdk-go_PR-682:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-682@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T21:45:11.493Z] $ docker top eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T21:45:12.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T21:45:12.099Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T21:45:13.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T21:45:13.344Z] $ docker exec eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent [2021-02-19T21:45:14.158Z] SSH_AUTH_SOCK=/tmp/ssh-mROkLrFPGexe/agent.11 [2021-02-19T21:45:14.158Z] SSH_AGENT_PID=16 [2021-02-19T21:45:14.196Z] Running ssh-add (command line suppressed) [2021-02-19T21:45:14.862Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_2424129188934506533.key (/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_2424129188934506533.key) [2021-02-19T21:45:15.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T21:45:15.702Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T21:45:15.906Z] $ docker exec --env ******** --env ******** eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent -k [2021-02-19T21:45:16.171Z] unset SSH_AUTH_SOCK; [2021-02-19T21:45:16.172Z] unset SSH_AGENT_PID; [2021-02-19T21:45:16.172Z] echo Agent pid 16 killed; [2021-02-19T21:45:16.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T21:45:16.425Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T21:45:16.426Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T21:45:17.292Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T21:45:17.325Z] $ docker exec eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent [2021-02-19T21:45:17.628Z] SSH_AUTH_SOCK=/tmp/ssh-QfNyh0XTkqV0/agent.44 [2021-02-19T21:45:17.628Z] SSH_AGENT_PID=50 [2021-02-19T21:45:17.642Z] Running ssh-add (command line suppressed) [2021-02-19T21:45:17.837Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_3618967342457876075.key (/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_3618967342457876075.key) [2021-02-19T21:45:17.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T21:45:18.291Z] + git semver init [2021-02-19T21:45:18.292Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T21:45:18.292Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-682/.git [2021-02-19T21:45:18.292Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-682 [2021-02-19T21:45:18.292Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T21:45:18.292Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T21:45:18.292Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T21:45:18.292Z] # $SEMVER_BRANCH = PR-682 [2021-02-19T21:45:18.292Z] # $SEMVER_TEMP = /tmp/semver-397954297 [2021-02-19T21:45:18.292Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-19T21:45:34.606Z] # '/tmp/semver-397954297' -> '/w/workspace/ndry_app-functions-sdk-go_PR-682/.semver' [2021-02-19T21:45:34.606Z] # -> Force: false [2021-02-19T21:45:34.606Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-682/.semver [Pipeline] } [2021-02-19T21:45:34.871Z] $ docker exec --env ******** --env ******** eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent -k [2021-02-19T21:45:35.775Z] unset SSH_AUTH_SOCK; [2021-02-19T21:45:35.777Z] unset SSH_AGENT_PID; [2021-02-19T21:45:35.777Z] echo Agent pid 50 killed; [2021-02-19T21:45:36.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T21:45:38.221Z] + git semver [Pipeline] } [2021-02-19T21:45:38.261Z] $ docker stop --time=1 eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 [2021-02-19T21:45:40.197Z] $ docker rm -f eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T21:45:42.216Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T21:45:43.948Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T21:45:43.951Z] [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-02-19T21:45:59.491Z] Still waiting to schedule task [2021-02-19T21:45:59.491Z] ‘prd-centos7-docker-4c-2g-26965’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26967’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-19T21:45:59.494Z] Still waiting to schedule task [2021-02-19T21:45:59.494Z] ‘prd-centos7-docker-4c-2g-26965’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26967’ is offline [2021-02-19T21:47:01.472Z] Running on prd-centos7-docker-4c-2g-26969 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [Pipeline] { [Pipeline] ws [2021-02-19T21:47:01.566Z] Running in /w/workspace/app-functions-sdk-go/9 [Pipeline] { [Pipeline] checkout [2021-02-19T21:47:04.145Z] using credential edgex-jenkins-ssh [2021-02-19T21:47:04.197Z] Cloning the remote Git repository [2021-02-19T21:47:04.227Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:47:04.296Z] > git init /w/workspace/app-functions-sdk-go/9 # timeout=10 [2021-02-19T21:47:04.370Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:47:04.370Z] > git --version # timeout=10 [2021-02-19T21:47:04.377Z] > git --version # 'git version 2.24.3' [2021-02-19T21:47:04.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:47:04.406Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:47:10.014Z] Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [2021-02-19T21:47:10.120Z] Merge succeeded, producing ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [2021-02-19T21:47:10.120Z] Checking out Revision ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 (PR-682) [2021-02-19T21:47:09.509Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:47:09.516Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:47:09.529Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:47:09.543Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:47:09.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:47:09.549Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/682/head:refs/remotes/origin/PR-682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T21:47:10.023Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:47:10.028Z] > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 [2021-02-19T21:47:10.084Z] > git remote # timeout=10 [2021-02-19T21:47:10.090Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T21:47:10.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:47:10.102Z] > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 [2021-02-19T21:47:10.114Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T21:47:10.123Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:47:10.127Z] > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 [2021-02-19T21:47:13.801Z] Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T21:47:15.052Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:47:15.383Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:47:15.687Z] + sudo service docker restart [2021-02-19T21:47:15.687Z] + true [2021-02-19T21:47:15.687Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-19T21:47:16.766Z] ========================================================= [2021-02-19T21:47:16.766Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T21:47:16.766Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:47:17.121Z] + 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-02-19T21:47:17.706Z] Sending build context to Docker daemon 19.21MB [2021-02-19T21:47:17.706Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T21:47:17.706Z] Step 2/8 : FROM ${BASE} [2021-02-19T21:47:17.706Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T21:47:17.706Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T21:47:17.706Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T21:47:17.706Z] de9db76c5a1d: Pulling fs layer [2021-02-19T21:47:17.706Z] bca2f99d35d6: Pulling fs layer [2021-02-19T21:47:17.706Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T21:47:17.706Z] 7c6f9722023f: Pulling fs layer [2021-02-19T21:47:17.706Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T21:47:17.706Z] 93359f2a8cfa: Waiting [2021-02-19T21:47:17.706Z] bca2f99d35d6: Waiting [2021-02-19T21:47:17.706Z] 7c6f9722023f: Waiting [2021-02-19T21:47:17.706Z] a35cf1a2eb13: Waiting [2021-02-19T21:47:17.706Z] de9db76c5a1d: Verifying Checksum [2021-02-19T21:47:17.706Z] de9db76c5a1d: Download complete [2021-02-19T21:47:17.706Z] 0ef7d3d256c8: Download complete [2021-02-19T21:47:17.706Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T21:47:17.706Z] 93359f2a8cfa: Download complete [2021-02-19T21:47:17.706Z] 7c6f9722023f: Verifying Checksum [2021-02-19T21:47:17.706Z] 7c6f9722023f: Download complete [2021-02-19T21:47:17.973Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T21:47:17.973Z] 188c0c94c7c5: Download complete [2021-02-19T21:47:18.236Z] 188c0c94c7c5: Pull complete [2021-02-19T21:47:18.236Z] 0ef7d3d256c8: Pull complete [2021-02-19T21:47:18.500Z] de9db76c5a1d: Pull complete [2021-02-19T21:47:19.451Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T21:47:19.451Z] a35cf1a2eb13: Download complete [2021-02-19T21:47:20.397Z] bca2f99d35d6: Download complete [2021-02-19T21:47:25.762Z] bca2f99d35d6: Pull complete [2021-02-19T21:47:25.762Z] 93359f2a8cfa: Pull complete [2021-02-19T21:47:25.762Z] 7c6f9722023f: Pull complete [2021-02-19T21:47:31.256Z] a35cf1a2eb13: Pull complete [2021-02-19T21:47:31.256Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T21:47:31.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T21:47:31.256Z] ---> a62c8e92a672 [2021-02-19T21:47:31.256Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-19T21:47:31.256Z] 20.10.0: Pulling from library/docker [2021-02-19T21:47:31.256Z] 05e7bc50f07f: Pulling fs layer [2021-02-19T21:47:31.256Z] 6db28d0fdbf6: Pulling fs layer [2021-02-19T21:47:31.256Z] 292df0bc6bf3: Pulling fs layer [2021-02-19T21:47:31.256Z] 2e060f4bd70b: Pulling fs layer [2021-02-19T21:47:31.256Z] 80e8d568a223: Pulling fs layer [2021-02-19T21:47:31.256Z] 8dc6ef1a942a: Pulling fs layer [2021-02-19T21:47:31.256Z] 2312dd95470a: Pulling fs layer [2021-02-19T21:47:31.256Z] 2e060f4bd70b: Waiting [2021-02-19T21:47:31.256Z] 80e8d568a223: Waiting [2021-02-19T21:47:31.256Z] 8dc6ef1a942a: Waiting [2021-02-19T21:47:31.256Z] 2312dd95470a: Waiting [2021-02-19T21:47:31.256Z] 292df0bc6bf3: Verifying Checksum [2021-02-19T21:47:31.256Z] 292df0bc6bf3: Download complete [2021-02-19T21:47:31.256Z] 05e7bc50f07f: Verifying Checksum [2021-02-19T21:47:31.256Z] 05e7bc50f07f: Download complete [2021-02-19T21:47:31.256Z] 80e8d568a223: Verifying Checksum [2021-02-19T21:47:31.256Z] 80e8d568a223: Download complete [2021-02-19T21:47:31.256Z] 8dc6ef1a942a: Verifying Checksum [2021-02-19T21:47:31.256Z] 8dc6ef1a942a: Download complete [2021-02-19T21:47:31.256Z] 2312dd95470a: Verifying Checksum [2021-02-19T21:47:31.256Z] 2312dd95470a: Download complete [2021-02-19T21:47:31.519Z] 05e7bc50f07f: Pull complete [2021-02-19T21:47:31.782Z] 6db28d0fdbf6: Download complete [2021-02-19T21:47:32.051Z] 6db28d0fdbf6: Pull complete [2021-02-19T21:47:32.315Z] 292df0bc6bf3: Pull complete [2021-02-19T21:47:32.315Z] 2e060f4bd70b: Verifying Checksum [2021-02-19T21:47:32.315Z] 2e060f4bd70b: Download complete [2021-02-19T21:47:34.886Z] 2e060f4bd70b: Pull complete [2021-02-19T21:47:35.149Z] 80e8d568a223: Pull complete [2021-02-19T21:47:35.412Z] 8dc6ef1a942a: Pull complete [2021-02-19T21:47:35.412Z] 2312dd95470a: Pull complete [2021-02-19T21:47:35.412Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T21:47:35.412Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T21:47:37.989Z] ---> d998875af269 [2021-02-19T21:47:37.989Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-19T21:47:37.989Z] ---> Running in 3f4bc86e681d [2021-02-19T21:47:37.989Z] Removing intermediate container 3f4bc86e681d [2021-02-19T21:47:37.989Z] ---> 10f122fbf789 [2021-02-19T21:47:37.989Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-19T21:47:37.989Z] ---> Running in 10553faec20e [2021-02-19T21:47:38.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T21:47:39.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T21:47:40.839Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-19T21:47:40.839Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-19T21:47:41.102Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-19T21:47:41.102Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-19T21:47:41.102Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-19T21:47:41.367Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T21:47:41.367Z] OK: 167 MiB in 44 packages [2021-02-19T21:47:41.947Z] Removing intermediate container 10553faec20e [2021-02-19T21:47:41.947Z] ---> 58f336360cc4 [2021-02-19T21:47:41.947Z] Step 6/8 : WORKDIR /build [2021-02-19T21:47:42.214Z] ---> Running in 5465085bfe89 [2021-02-19T21:47:42.214Z] Removing intermediate container 5465085bfe89 [2021-02-19T21:47:42.214Z] ---> a4ba9db4b2f6 [2021-02-19T21:47:42.214Z] Step 7/8 : COPY go.mod . [2021-02-19T21:47:42.485Z] ---> c9aa84a5f8e7 [2021-02-19T21:47:42.485Z] Step 8/8 : RUN go mod download [2021-02-19T21:47:42.485Z] ---> Running in e8cd09edecb3 [2021-02-19T21:48:09.173Z] Removing intermediate container e8cd09edecb3 [2021-02-19T21:48:09.173Z] ---> 0e52e7817dfd [2021-02-19T21:48:09.173Z] Successfully built 0e52e7817dfd [2021-02-19T21:48:09.173Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:48:09.492Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T21:48:09.492Z] . [Pipeline] withDockerContainer [2021-02-19T21:48:09.638Z] prd-centos7-docker-4c-2g-26969 does not seem to be running inside a container [2021-02-19T21:48:09.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T21:48:10.673Z] $ docker top b80e985f189fb7a5e4293b78ee8120c868ee2aaba7d818284b415929b8d534cb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:48:11.193Z] + go version [2021-02-19T21:48:11.193Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T21:48:11.207Z] $ docker stop --time=1 b80e985f189fb7a5e4293b78ee8120c868ee2aaba7d818284b415929b8d534cb [2021-02-19T21:48:12.581Z] $ docker rm -f b80e985f189fb7a5e4293b78ee8120c868ee2aaba7d818284b415929b8d534cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:48:13.404Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T21:48:13.404Z] . [Pipeline] withDockerContainer [2021-02-19T21:48:13.510Z] prd-centos7-docker-4c-2g-26969 does not seem to be running inside a container [2021-02-19T21:48:13.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T21:48:14.248Z] $ docker top df68e9ef7e98be781e21556ab0675db34dbcf56202d3e73715ba9efe81604a6f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:48:14.773Z] + make test [2021-02-19T21:48:14.773Z] make -C ./app-service-template build [2021-02-19T21:48:14.773Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:48:14.773Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-19T21:48:29.902Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:48:29.902Z] make -C ./app-service-template test [2021-02-19T21:48:29.902Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:48:29.902Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-19T21:48:30.786Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26972 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [Pipeline] { [Pipeline] ws [2021-02-19T21:48:30.850Z] Running in /w/workspace/app-functions-sdk-go/9 [Pipeline] { [Pipeline] checkout [2021-02-19T21:48:35.357Z] ? new-app-service [no test files] [2021-02-19T21:48:35.357Z] ok new-app-service/functions 0.008s coverage: 75.8% of statements [2021-02-19T21:48:35.357Z] CGO_ENABLED=1 go vet ./... [2021-02-19T21:48:36.320Z] using credential edgex-jenkins-ssh [2021-02-19T21:48:36.378Z] Cloning the remote Git repository [2021-02-19T21:48:36.491Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:48:36.617Z] > git init /w/workspace/app-functions-sdk-go/9 # timeout=10 [2021-02-19T21:48:36.706Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:48:36.706Z] > git --version # timeout=10 [2021-02-19T21:48:36.734Z] > git --version # 'git version 2.17.1' [2021-02-19T21:48:36.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:48:36.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:48:37.953Z] gofmt -l . [2021-02-19T21:48:37.953Z] [ "`gofmt -l .`" = "" ] [2021-02-19T21:48:37.953Z] ./bin/test-go-mod-tidy.sh [2021-02-19T21:48:38.219Z] ./bin/test-attribution-txt.sh [2021-02-19T21:48:38.793Z] An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add [2021-02-19T21:48:38.793Z] make[1]: *** [Makefile:48: test] Error 1 [2021-02-19T21:48:38.793Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:48:38.793Z] make: *** [Makefile:9: test-template] Error 2 [Pipeline] } [2021-02-19T21:48:38.810Z] $ docker stop --time=1 df68e9ef7e98be781e21556ab0675db34dbcf56202d3e73715ba9efe81604a6f [2021-02-19T21:48:39.789Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:48:39.816Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:48:39.850Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:48:40.379Z] Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [2021-02-19T21:48:40.673Z] Merge succeeded, producing ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [2021-02-19T21:48:40.674Z] Checking out Revision ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 (PR-682) [2021-02-19T21:48:40.752Z] $ docker rm -f df68e9ef7e98be781e21556ab0675db34dbcf56202d3e73715ba9efe81604a6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-19T21:48:39.891Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:48:39.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:48:39.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/682/head:refs/remotes/origin/PR-682 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T21:48:40.398Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:48:40.419Z] > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 [2021-02-19T21:48:40.527Z] > git remote # timeout=10 [2021-02-19T21:48:40.545Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T21:48:40.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:48:40.589Z] > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 [2021-02-19T21:48:40.611Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T21:48:40.688Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:48:40.747Z] > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 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] } [2021-02-19T21:48:42.336Z] Failed in branch amd64 [2021-02-19T21:48:45.124Z] Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T21:48:46.722Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:48:47.193Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:48:47.556Z] + sudo service docker restart+ [2021-02-19T21:48:47.556Z] true [Pipeline] unstash [Pipeline] echo [2021-02-19T21:48:49.784Z] ========================================================= [2021-02-19T21:48:49.785Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T21:48:49.785Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:48:50.169Z] + 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-02-19T21:48:51.155Z] Sending build context to Docker daemon 19.21MB [2021-02-19T21:48:51.155Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T21:48:51.155Z] Step 2/8 : FROM ${BASE} [2021-02-19T21:48:51.429Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T21:48:51.429Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T21:48:51.429Z] a4357932f1b6: Pulling fs layer [2021-02-19T21:48:51.429Z] 18c013af1878: Pulling fs layer [2021-02-19T21:48:51.429Z] 00ac8860ef70: Pulling fs layer [2021-02-19T21:48:51.429Z] 63d7cb157983: Pulling fs layer [2021-02-19T21:48:51.429Z] b116817d02f9: Pulling fs layer [2021-02-19T21:48:51.429Z] 745a02a5169b: Pulling fs layer [2021-02-19T21:48:51.429Z] 63d7cb157983: Waiting [2021-02-19T21:48:51.429Z] b116817d02f9: Waiting [2021-02-19T21:48:51.429Z] 745a02a5169b: Waiting [2021-02-19T21:48:51.429Z] 00ac8860ef70: Waiting [2021-02-19T21:48:51.706Z] 18c013af1878: Verifying Checksum [2021-02-19T21:48:51.706Z] 18c013af1878: Download complete [2021-02-19T21:48:51.706Z] a4357932f1b6: Download complete [2021-02-19T21:48:51.706Z] 63d7cb157983: Verifying Checksum [2021-02-19T21:48:51.706Z] 63d7cb157983: Download complete [2021-02-19T21:48:51.706Z] b116817d02f9: Verifying Checksum [2021-02-19T21:48:51.706Z] b116817d02f9: Download complete [2021-02-19T21:48:52.707Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T21:48:52.707Z] 5f621e34cdf4: Download complete [2021-02-19T21:48:53.306Z] 5f621e34cdf4: Pull complete [2021-02-19T21:48:53.921Z] a4357932f1b6: Pull complete [2021-02-19T21:48:54.195Z] 18c013af1878: Pull complete [2021-02-19T21:48:55.176Z] 745a02a5169b: Verifying Checksum [2021-02-19T21:48:55.176Z] 745a02a5169b: Download complete [2021-02-19T21:48:57.148Z] 00ac8860ef70: Verifying Checksum [2021-02-19T21:48:57.148Z] 00ac8860ef70: Download complete [2021-02-19T21:49:07.333Z] 00ac8860ef70: Pull complete [2021-02-19T21:49:07.333Z] 63d7cb157983: Pull complete [2021-02-19T21:49:07.606Z] b116817d02f9: Pull complete [2021-02-19T21:49:11.944Z] 745a02a5169b: Pull complete [2021-02-19T21:49:11.944Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T21:49:11.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T21:49:11.944Z] ---> b7e6874047d6 [2021-02-19T21:49:11.944Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-19T21:49:11.944Z] 20.10.0: Pulling from library/docker [2021-02-19T21:49:11.944Z] a3cc7d3b244e: Pulling fs layer [2021-02-19T21:49:11.944Z] 02a3295e0d61: Pulling fs layer [2021-02-19T21:49:11.944Z] 0f4f2e6d8100: Pulling fs layer [2021-02-19T21:49:11.944Z] 330b718f631f: Pulling fs layer [2021-02-19T21:49:11.944Z] a93816041522: Pulling fs layer [2021-02-19T21:49:11.944Z] bdb6da89ff94: Pulling fs layer [2021-02-19T21:49:11.944Z] 2a70c0c122f4: Pulling fs layer [2021-02-19T21:49:11.944Z] a93816041522: Waiting [2021-02-19T21:49:11.944Z] bdb6da89ff94: Waiting [2021-02-19T21:49:11.944Z] 2a70c0c122f4: Waiting [2021-02-19T21:49:11.944Z] 330b718f631f: Waiting [2021-02-19T21:49:11.944Z] 0f4f2e6d8100: Verifying Checksum [2021-02-19T21:49:11.944Z] 0f4f2e6d8100: Download complete [2021-02-19T21:49:11.944Z] 02a3295e0d61: Download complete [2021-02-19T21:49:11.944Z] a93816041522: Verifying Checksum [2021-02-19T21:49:11.944Z] bdb6da89ff94: Download complete [2021-02-19T21:49:11.944Z] a3cc7d3b244e: Verifying Checksum [2021-02-19T21:49:11.944Z] a3cc7d3b244e: Download complete [2021-02-19T21:49:11.944Z] 2a70c0c122f4: Download complete [2021-02-19T21:49:12.217Z] a3cc7d3b244e: Pull complete [2021-02-19T21:49:13.207Z] 02a3295e0d61: Pull complete [2021-02-19T21:49:13.207Z] 0f4f2e6d8100: Pull complete [2021-02-19T21:49:13.207Z] 330b718f631f: Verifying Checksum [2021-02-19T21:49:13.207Z] 330b718f631f: Download complete [2021-02-19T21:49:17.533Z] 330b718f631f: Pull complete [2021-02-19T21:49:17.533Z] a93816041522: Pull complete [2021-02-19T21:49:17.805Z] bdb6da89ff94: Pull complete [2021-02-19T21:49:18.077Z] 2a70c0c122f4: Pull complete [2021-02-19T21:49:18.077Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T21:49:18.077Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T21:49:23.499Z] ---> 7a4afa5a83e6 [2021-02-19T21:49:23.499Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-19T21:49:23.779Z] ---> Running in b61100b219b5 [2021-02-19T21:49:24.376Z] Removing intermediate container b61100b219b5 [2021-02-19T21:49:24.376Z] ---> 868d4b75dcbe [2021-02-19T21:49:24.376Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-19T21:49:24.655Z] ---> Running in 246badde9162 [2021-02-19T21:49:26.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T21:49:26.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T21:49:27.331Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-19T21:49:27.601Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-19T21:49:27.601Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-19T21:49:27.872Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-19T21:49:27.873Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-19T21:49:27.873Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T21:49:28.146Z] OK: 144 MiB in 44 packages [2021-02-19T21:49:29.576Z] Removing intermediate container 246badde9162 [2021-02-19T21:49:29.576Z] ---> f641d32965b4 [2021-02-19T21:49:29.576Z] Step 6/8 : WORKDIR /build [2021-02-19T21:49:29.576Z] ---> Running in 6e37d0661ad7 [2021-02-19T21:49:30.171Z] Removing intermediate container 6e37d0661ad7 [2021-02-19T21:49:30.171Z] ---> 9e4080a9bd08 [2021-02-19T21:49:30.171Z] Step 7/8 : COPY go.mod . [2021-02-19T21:49:30.766Z] ---> dcb44ac08e4c [2021-02-19T21:49:30.766Z] Step 8/8 : RUN go mod download [2021-02-19T21:49:31.039Z] ---> Running in 77705463d8e3 [2021-02-19T21:49:57.849Z] Removing intermediate container 77705463d8e3 [2021-02-19T21:49:57.849Z] ---> 9a12b5241e4d [2021-02-19T21:49:57.849Z] Successfully built 9a12b5241e4d [2021-02-19T21:49:57.849Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:49:58.213Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T21:49:58.213Z] . [Pipeline] withDockerContainer [2021-02-19T21:49:58.517Z] prd-ubuntu18.04-docker-arm64-4c-16g-26972 does not seem to be running inside a container [2021-02-19T21:49:58.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T21:50:00.076Z] $ docker top b1f05dcc5dbe978c46e522b2a0de040bbbdb2ae2ca0ff3aeac7152d58fc02058 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:50:01.110Z] + go version [2021-02-19T21:50:01.111Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T21:50:01.132Z] $ docker stop --time=1 b1f05dcc5dbe978c46e522b2a0de040bbbdb2ae2ca0ff3aeac7152d58fc02058 [2021-02-19T21:50:03.062Z] $ docker rm -f b1f05dcc5dbe978c46e522b2a0de040bbbdb2ae2ca0ff3aeac7152d58fc02058 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:50:04.078Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T21:50:04.078Z] . [Pipeline] withDockerContainer [2021-02-19T21:50:04.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-26972 does not seem to be running inside a container [2021-02-19T21:50:04.411Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T21:50:05.750Z] $ docker top 6fa271a2680a79a571b0f45d4f3e34b898e43fd16b75a1c6b989b45bdc73ae56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:50:06.807Z] + make test [2021-02-19T21:50:06.807Z] make -C ./app-service-template build [2021-02-19T21:50:06.807Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:50:06.807Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-19T21:50:39.227Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:50:39.227Z] make -C ./app-service-template test [2021-02-19T21:50:39.227Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:50:39.227Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-19T21:50:57.573Z] ? new-app-service [no test files] [2021-02-19T21:50:57.573Z] ok new-app-service/functions 0.026s coverage: 75.8% of statements [2021-02-19T21:50:57.573Z] CGO_ENABLED=1 go vet ./... [2021-02-19T21:51:06.851Z] gofmt -l . [2021-02-19T21:51:06.851Z] [ "`gofmt -l .`" = "" ] [2021-02-19T21:51:06.851Z] ./bin/test-go-mod-tidy.sh [2021-02-19T21:51:06.851Z] ./bin/test-attribution-txt.sh [2021-02-19T21:51:06.851Z] An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add [2021-02-19T21:51:07.122Z] make[1]: *** [Makefile:48: test] Error 1 [2021-02-19T21:51:07.122Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' [2021-02-19T21:51:07.122Z] make: *** [Makefile:9: test-template] Error 2 [Pipeline] } [2021-02-19T21:51:07.142Z] $ docker stop --time=1 6fa271a2680a79a571b0f45d4f3e34b898e43fd16b75a1c6b989b45bdc73ae56 [2021-02-19T21:51:09.434Z] $ docker rm -f 6fa271a2680a79a571b0f45d4f3e34b898e43fd16b75a1c6b989b45bdc73ae56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T21:51:11.464Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:51:14.178Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:51:15.680Z] ---> package-listing.sh [2021-02-19T21:51:15.680Z] ++ facter osfamily [2021-02-19T21:51:15.680Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T21:51:16.286Z] + OS_FAMILY=redhat [2021-02-19T21:51:16.286Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-682 [2021-02-19T21:51:16.286Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T21:51:16.286Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T21:51:16.286Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T21:51:16.286Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T21:51:16.286Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-682 ']' [2021-02-19T21:51:16.286Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T21:51:16.286Z] + case "${OS_FAMILY}" in [2021-02-19T21:51:16.286Z] + sort [2021-02-19T21:51:16.286Z] + rpm -qa [2021-02-19T21:51:29.878Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T21:51:29.878Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T21:51:29.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T21:51:29.878Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-682 ']' [2021-02-19T21:51:29.878Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-682/archives/ [2021-02-19T21:51:29.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-682/archives/ [Pipeline] echo [2021-02-19T21:51:29.907Z] 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-682/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T21:51:30.531Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:51:31.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T21:51:33.167Z] [2021-02-19T21:51:33.167Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:51:33.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T21:51:34.343Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T21:51:34.343Z] df20fa9351a1: Pulling fs layer [2021-02-19T21:51:34.343Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T21:51:34.343Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T21:51:34.343Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T21:51:34.343Z] 93b61091891f: Pulling fs layer [2021-02-19T21:51:34.343Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T21:51:34.343Z] 5e14af77c1be: Pulling fs layer [2021-02-19T21:51:34.343Z] 01666e4c0597: Pulling fs layer [2021-02-19T21:51:34.343Z] aa168da1d23b: Pulling fs layer [2021-02-19T21:51:34.343Z] 46f8f816bc3b: Waiting [2021-02-19T21:51:34.343Z] 93b61091891f: Waiting [2021-02-19T21:51:34.343Z] 93b9cdb0e59b: Waiting [2021-02-19T21:51:34.343Z] 5e14af77c1be: Waiting [2021-02-19T21:51:34.343Z] 01666e4c0597: Waiting [2021-02-19T21:51:34.343Z] aa168da1d23b: Waiting [2021-02-19T21:51:34.703Z] 36b3adc4ff6f: Verifying Checksum [2021-02-19T21:51:34.703Z] 36b3adc4ff6f: Download complete [2021-02-19T21:51:34.703Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T21:51:34.703Z] 46f8f816bc3b: Download complete [2021-02-19T21:51:35.560Z] df20fa9351a1: Download complete [2021-02-19T21:51:35.560Z] 93b61091891f: Verifying Checksum [2021-02-19T21:51:35.560Z] 93b61091891f: Download complete [2021-02-19T21:51:35.560Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T21:51:35.560Z] 93b9cdb0e59b: Download complete [2021-02-19T21:51:35.560Z] 5e14af77c1be: Verifying Checksum [2021-02-19T21:51:35.560Z] 5e14af77c1be: Download complete [2021-02-19T21:51:35.560Z] 01666e4c0597: Verifying Checksum [2021-02-19T21:51:35.560Z] 01666e4c0597: Download complete [2021-02-19T21:51:37.666Z] df20fa9351a1: Pull complete [2021-02-19T21:51:38.215Z] 36b3adc4ff6f: Pull complete [2021-02-19T21:51:38.723Z] 8ad3a11d3b57: Verifying Checksum [2021-02-19T21:51:38.723Z] 8ad3a11d3b57: Download complete [2021-02-19T21:51:42.987Z] 8ad3a11d3b57: Pull complete [2021-02-19T21:51:43.374Z] 46f8f816bc3b: Pull complete [2021-02-19T21:51:44.211Z] 93b61091891f: Pull complete [2021-02-19T21:51:44.211Z] 93b9cdb0e59b: Pull complete [2021-02-19T21:51:44.211Z] 5e14af77c1be: Pull complete [2021-02-19T21:51:45.499Z] 01666e4c0597: Pull complete [2021-02-19T21:51:55.157Z] aa168da1d23b: Verifying Checksum [2021-02-19T21:51:55.157Z] aa168da1d23b: Download complete [2021-02-19T21:52:18.391Z] aa168da1d23b: Pull complete [2021-02-19T21:52:18.391Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T21:52:18.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T21:52:18.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T21:52:19.543Z] prd-centos7-docker-4c-2g-26958 does not seem to be running inside a container [2021-02-19T21:52:20.229Z] $ 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-682/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-682 -v /w/workspace/ndry_app-functions-sdk-go_PR-682:/w/workspace/ndry_app-functions-sdk-go_PR-682:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-682@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T21:52:23.678Z] $ docker top f335c3b97e0c4999b937b58fec0b99e67ed8faf74acf50472cf9999d92e766f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:52:26.413Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T21:52:27.427Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T21:52:28.466Z] + ls /var/log/sa-host [2021-02-19T21:52:28.466Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T21:52:28.466Z] file_magic: OK [2021-02-19T21:52:28.466Z] HZ: Using current value: 100 [2021-02-19T21:52:28.466Z] file_header: OK [2021-02-19T21:52:28.466Z] 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-02-19T21:52:28.466Z] Statistics: [2021-02-19T21:52:28.466Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-19T21:52:28.466Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T21:52:28.466Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T21:52:28.466Z] file_magic: OK [2021-02-19T21:52:28.466Z] HZ: Using current value: 100 [2021-02-19T21:52:28.466Z] file_header: OK [2021-02-19T21:52:28.466Z] 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-02-19T21:52:28.466Z] Statistics: [2021-02-19T21:52:28.466Z] Hnuu...uuuununununu... [2021-02-19T21:52:28.466Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T21:52:28.746Z] provisioning config files... [2021-02-19T21:52:28.792Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/config4205024817503979673tmp [Pipeline] { [Pipeline] echo [2021-02-19T21:52:29.141Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:52:29.844Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T21:52:29.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T21:52:29.965Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:52:31.389Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T21:52:31.461Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:52:33.885Z] ---> sudo-logs.sh [2021-02-19T21:52:33.885Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T21:52:34.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:52:35.410Z] ---> job-cost.sh [2021-02-19T21:52:35.410Z] lf-activate-venv: SKIPPING [2021-02-19T21:52:35.410Z] INFO: No Stack... [2021-02-19T21:52:36.380Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T21:52:36.742Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T21:52:36.829Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:52:37.273Z] ---> logs-deploy.sh [2021-02-19T21:52:37.273Z] lf-activate-venv: SKIPPING [2021-02-19T21:52:37.273Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-682/9 [2021-02-19T21:52:37.273Z] INFO: archiving workspace using pattern(s): [2021-02-19T21:52:41.026Z] Archives upload complete. [2021-02-19T21:52:41.026Z] INFO: archiving logs to Nexus [2021-02-19T21:52:43.069Z] ---> uname -a: [2021-02-19T21:52:43.069Z] Linux prd-centos7-docker-4c-2g-26958.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-19T21:52:43.069Z] [2021-02-19T21:52:43.069Z]