Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d475daccfdb37edee7f76213afc01aae92d378d4 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts 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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1308 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision d475daccfdb37edee7f76213afc01aae92d378d4 (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 Commit message: "Merge pull request #275 from difince/updateDeviceService" > git rev-list --no-walk ea610856f072ced9ef63eed7b5c39c15fdf296c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-03T18:03:09.597Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-03T18:03:09.863Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-03T18:03:09.948Z] ========================================================= [2020-09-03T18:03:09.948Z] EdgeX Global Pipelines Version Info [2020-09-03T18:03:09.948Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-03T18:03:11.361Z] ------------------- [2020-09-03T18:03:11.361Z] stable info: [2020-09-03T18:03:11.361Z] ------------------- [2020-09-03T18:03:11.361Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T18:03:11.361Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T18:03:11.361Z] Message: update stable to v1.0.117 [2020-09-03T18:03:12.310Z] ------------------- [2020-09-03T18:03:12.310Z] experimental info: [2020-09-03T18:03:12.310Z] ------------------- [2020-09-03T18:03:12.310Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-03T18:03:12.310Z] Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 [2020-09-03T18:03:12.310Z] Message: update experimental to v1.0.117 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-03T18:03:12.702Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-03T18:03:12.787Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-03T18:03:12.869Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-03T18:03:12.977Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-03T18:03:13.053Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-03T18:03:13.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-03T18:03:13.215Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-03T18:03:13.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-03T18:03:13.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-03T18:03:13.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-03T18:03:13.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-03T18:03:13.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-03T18:03:13.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-03T18:03:13.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-03T18:03:13.916Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T18:03:14.055Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T18:03:14.138Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T18:03:14.230Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-03T18:03:14.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-03T18:03:14.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-03T18:03:14.516Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-03T18:03:14.612Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-03T18:03:14.697Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-03T18:03:14.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-03T18:03:14.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-03T18:03:14.990Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d475daccfdb37edee7f76213afc01aae92d378d4 [Pipeline] echo [2020-09-03T18:03:15.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d475dac [Pipeline] echo [2020-09-03T18:03:15.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-03T18:03:15.716Z] + git log --format=format:%s -1 d475daccfdb37edee7f76213afc01aae92d378d4 [Pipeline] echo [2020-09-03T18:03:15.774Z] GIT_COMMIT: d475daccfdb37edee7f76213afc01aae92d378d4, Commit Message: Merge pull request #275 from difince/updateDeviceService [Pipeline] echo [2020-09-03T18:03:15.817Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:03:16.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T18:03:18.087Z] [2020-09-03T18:03:18.087Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:03:18.430Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T18:03:18.431Z] latest: Pulling from edgex-devops/git-semver [2020-09-03T18:03:18.431Z] 31603596830f: Pulling fs layer [2020-09-03T18:03:18.431Z] 2a8b12db71e7: Pulling fs layer [2020-09-03T18:03:18.431Z] 6ca5941a6612: Pulling fs layer [2020-09-03T18:03:18.431Z] ecc8261a40a4: Pulling fs layer [2020-09-03T18:03:18.431Z] ecc8261a40a4: Waiting [2020-09-03T18:03:18.431Z] 2a8b12db71e7: Download complete [2020-09-03T18:03:18.695Z] 31603596830f: Verifying Checksum [2020-09-03T18:03:18.695Z] 31603596830f: Download complete [2020-09-03T18:03:18.695Z] ecc8261a40a4: Verifying Checksum [2020-09-03T18:03:18.695Z] ecc8261a40a4: Download complete [2020-09-03T18:03:18.695Z] 6ca5941a6612: Verifying Checksum [2020-09-03T18:03:18.695Z] 6ca5941a6612: Download complete [2020-09-03T18:03:18.959Z] 31603596830f: Pull complete [2020-09-03T18:03:19.221Z] 2a8b12db71e7: Pull complete [2020-09-03T18:03:19.802Z] 6ca5941a6612: Pull complete [2020-09-03T18:03:20.064Z] ecc8261a40a4: Pull complete [2020-09-03T18:03:20.325Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-03T18:03:20.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T18:03:20.325Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-03T18:03:20.435Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2020-09-03T18:03:20.516Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-03T18:03:22.788Z] $ docker top 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T18:03:23.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T18:03:23.128Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T18:03:23.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T18:03:23.396Z] $ docker exec 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent [2020-09-03T18:03:23.562Z] SSH_AUTH_SOCK=/tmp/ssh-WhvGd0S3e5jJ/agent.11 [2020-09-03T18:03:23.562Z] SSH_AGENT_PID=16 [2020-09-03T18:03:23.573Z] Running ssh-add (command line suppressed) [2020-09-03T18:03:23.693Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6048791940076186166.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6048791940076186166.key) [2020-09-03T18:03:23.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T18:03:24.069Z] + git describe --exact-match --tags HEAD [2020-09-03T18:03:24.069Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-03T18:03:24.090Z] $ docker exec --env ******** --env ******** 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent -k [2020-09-03T18:03:24.204Z] unset SSH_AUTH_SOCK; [2020-09-03T18:03:24.204Z] unset SSH_AGENT_PID; [2020-09-03T18:03:24.204Z] echo Agent pid 16 killed; [2020-09-03T18:03:24.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-03T18:03:24.323Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-03T18:03:24.323Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-03T18:03:24.405Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T18:03:24.405Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T18:03:24.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T18:03:24.572Z] $ docker exec 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent [2020-09-03T18:03:24.726Z] SSH_AUTH_SOCK=/tmp/ssh-sLGI40rcS18f/agent.44 [2020-09-03T18:03:24.726Z] SSH_AGENT_PID=49 [2020-09-03T18:03:24.749Z] Running ssh-add (command line suppressed) [2020-09-03T18:03:24.873Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2130919036704892845.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2130919036704892845.key) [2020-09-03T18:03:24.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T18:03:25.248Z] + git semver init [2020-09-03T18:03:25.248Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T18:03:25.248Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-03T18:03:25.248Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-03T18:03:25.248Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T18:03:25.248Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T18:03:25.248Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T18:03:25.248Z] # $SEMVER_BRANCH = master [2020-09-03T18:03:25.248Z] # $SEMVER_TEMP = /tmp/semver-365481808 [2020-09-03T18:03:25.248Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-03T18:03:25.820Z] # '/tmp/semver-365481808' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' [2020-09-03T18:03:25.820Z] # -> Force: false [2020-09-03T18:03:25.820Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } [2020-09-03T18:03:25.832Z] $ docker exec --env ******** --env ******** 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d ssh-agent -k [2020-09-03T18:03:25.951Z] unset SSH_AUTH_SOCK; [2020-09-03T18:03:25.951Z] unset SSH_AGENT_PID; [2020-09-03T18:03:25.951Z] echo Agent pid 49 killed; [2020-09-03T18:03:25.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T18:03:26.440Z] + git semver [Pipeline] } [2020-09-03T18:03:26.456Z] $ docker stop --time=1 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d [2020-09-03T18:03:28.322Z] $ docker rm -f 79b0447d1e9e056d8753735f1cfcbd1078b2e2b6988a1eb59f393fe1f7f9fb9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-03T18:03:29.120Z] Stashed 86 file(s) [Pipeline] echo [2020-09-03T18:03:29.122Z] [edgeXSemver]: initialized semver on version 0.1.75 [Pipeline] echo [2020-09-03T18:03:29.201Z] Archived original version: [0.1.75] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-03T18:03:44.574Z] Still waiting to schedule task [2020-09-03T18:03:44.574Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-03T18:03:44.576Z] Still waiting to schedule task [2020-09-03T18:03:44.576Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-03T18:05:37.958Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1310 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-03T18:05:38.088Z] Running in /w/workspace/go-mod-core-contracts/40 [Pipeline] { [Pipeline] checkout [2020-09-03T18:05:42.807Z] using credential edgex-jenkins-ssh [2020-09-03T18:05:42.858Z] Cloning the remote Git repository [2020-09-03T18:05:42.858Z] Cloning with configured refspecs honoured and without tags [2020-09-03T18:05:42.929Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T18:05:43.035Z] > git init /w/workspace/go-mod-core-contracts/40 # timeout=10 [2020-09-03T18:05:43.096Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T18:05:43.097Z] > git --version # timeout=10 [2020-09-03T18:05:44.047Z] Fetching without tags [2020-09-03T18:05:43.129Z] > git --version # 'git version 2.17.1' [2020-09-03T18:05:43.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T18:05:43.226Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T18:05:43.986Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T18:05:44.007Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T18:05:44.028Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T18:05:44.062Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T18:05:44.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T18:05:44.075Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T18:05:44.518Z] Checking out Revision d475daccfdb37edee7f76213afc01aae92d378d4 (master) [2020-09-03T18:05:44.541Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T18:05:44.557Z] > git checkout -f d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 [2020-09-03T18:05:48.934Z] Commit message: "Merge pull request #275 from difince/updateDeviceService" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T18:05:50.012Z] ========================================================= [2020-09-03T18:05:50.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-03T18:05:50.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:05:51.221Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-03T18:05:52.202Z] Sending build context to Docker daemon 2.152MB [2020-09-03T18:05:52.202Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T18:05:52.202Z] Step 2/7 : FROM ${BASE} [2020-09-03T18:05:52.479Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-03T18:05:52.479Z] b538f80385f9: Pulling fs layer [2020-09-03T18:05:52.479Z] 74f711af9a0d: Pulling fs layer [2020-09-03T18:05:52.479Z] 99f96fe45779: Pulling fs layer [2020-09-03T18:05:52.479Z] fd7a069fd194: Pulling fs layer [2020-09-03T18:05:52.479Z] 66aa3694b03b: Pulling fs layer [2020-09-03T18:05:52.479Z] 170f70906a0f: Pulling fs layer [2020-09-03T18:05:52.479Z] ad7c5574e4b9: Pulling fs layer [2020-09-03T18:05:52.479Z] e772456be8f7: Pulling fs layer [2020-09-03T18:05:52.479Z] c890913d741a: Pulling fs layer [2020-09-03T18:05:52.479Z] 2480fcc9aa5a: Pulling fs layer [2020-09-03T18:05:52.479Z] 09adf4765672: Pulling fs layer [2020-09-03T18:05:52.479Z] fd7a069fd194: Waiting [2020-09-03T18:05:52.479Z] 66aa3694b03b: Waiting [2020-09-03T18:05:52.479Z] 170f70906a0f: Waiting [2020-09-03T18:05:52.479Z] ad7c5574e4b9: Waiting [2020-09-03T18:05:52.479Z] e772456be8f7: Waiting [2020-09-03T18:05:52.479Z] c890913d741a: Waiting [2020-09-03T18:05:52.479Z] 2480fcc9aa5a: Waiting [2020-09-03T18:05:52.479Z] 09adf4765672: Waiting [2020-09-03T18:05:52.479Z] 99f96fe45779: Verifying Checksum [2020-09-03T18:05:52.479Z] 99f96fe45779: Download complete [2020-09-03T18:05:52.479Z] 74f711af9a0d: Download complete [2020-09-03T18:05:52.759Z] 66aa3694b03b: Verifying Checksum [2020-09-03T18:05:52.759Z] 66aa3694b03b: Download complete [2020-09-03T18:05:52.759Z] 170f70906a0f: Verifying Checksum [2020-09-03T18:05:52.759Z] 170f70906a0f: Download complete [2020-09-03T18:05:52.759Z] b538f80385f9: Verifying Checksum [2020-09-03T18:05:52.759Z] b538f80385f9: Download complete [2020-09-03T18:05:53.739Z] b538f80385f9: Pull complete [2020-09-03T18:05:54.013Z] 74f711af9a0d: Pull complete [2020-09-03T18:05:54.612Z] 99f96fe45779: Pull complete [2020-09-03T18:05:55.608Z] ad7c5574e4b9: Verifying Checksum [2020-09-03T18:05:55.608Z] ad7c5574e4b9: Download complete [2020-09-03T18:05:55.608Z] c890913d741a: Download complete [2020-09-03T18:05:57.615Z] 2480fcc9aa5a: Verifying Checksum [2020-09-03T18:05:57.615Z] 2480fcc9aa5a: Download complete [2020-09-03T18:05:57.615Z] 09adf4765672: Verifying Checksum [2020-09-03T18:05:57.615Z] 09adf4765672: Download complete [2020-09-03T18:05:58.226Z] e772456be8f7: Verifying Checksum [2020-09-03T18:05:58.226Z] e772456be8f7: Download complete [2020-09-03T18:05:58.226Z] fd7a069fd194: Verifying Checksum [2020-09-03T18:05:58.226Z] fd7a069fd194: Download complete [2020-09-03T18:06:10.667Z] fd7a069fd194: Pull complete [2020-09-03T18:06:10.667Z] 66aa3694b03b: Pull complete [2020-09-03T18:06:10.667Z] 170f70906a0f: Pull complete [2020-09-03T18:06:13.288Z] ad7c5574e4b9: Pull complete [2020-09-03T18:06:17.615Z] e772456be8f7: Pull complete [2020-09-03T18:06:18.210Z] c890913d741a: Pull complete [2020-09-03T18:06:20.200Z] 2480fcc9aa5a: Pull complete [2020-09-03T18:06:20.807Z] 09adf4765672: Pull complete [2020-09-03T18:06:20.807Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-03T18:06:20.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-03T18:06:20.807Z] ---> 2248a725d1cf [2020-09-03T18:06:20.807Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-03T18:06:25.117Z] ---> Running in 6b9ed5e0eca3 [2020-09-03T18:06:25.393Z] Removing intermediate container 6b9ed5e0eca3 [2020-09-03T18:06:25.393Z] ---> b26583551428 [2020-09-03T18:06:25.393Z] Step 4/7 : RUN apk add bash [2020-09-03T18:06:25.393Z] ---> Running in e0df3eb0770c [2020-09-03T18:06:27.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-03T18:06:27.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-03T18:06:28.928Z] OK: 142 MiB in 39 packages [2020-09-03T18:06:29.906Z] Removing intermediate container e0df3eb0770c [2020-09-03T18:06:29.906Z] ---> e241e7a38e41 [2020-09-03T18:06:29.906Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-03T18:06:29.906Z] ---> Running in 90b179e91152 [2020-09-03T18:06:30.503Z] Removing intermediate container 90b179e91152 [2020-09-03T18:06:30.503Z] ---> f9dd1e1267d2 [2020-09-03T18:06:30.503Z] Step 6/7 : COPY go.mod . [2020-09-03T18:06:31.107Z] ---> 7f0b5af7900c [2020-09-03T18:06:31.107Z] Step 7/7 : RUN go mod download [2020-09-03T18:06:31.107Z] ---> Running in 22ad0d04bb01 [2020-09-03T18:06:32.759Z] Running on prd-centos7-docker-4c-2g-1311 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws [2020-09-03T18:06:32.845Z] Running in /w/workspace/go-mod-core-contracts/40 [Pipeline] { [Pipeline] checkout [2020-09-03T18:06:33.720Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-03T18:06:33.720Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T18:06:33.720Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T18:06:33.720Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T18:06:33.720Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T18:06:33.720Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T18:06:33.720Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T18:06:33.720Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T18:06:33.720Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T18:06:33.720Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T18:06:33.720Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T18:06:33.720Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T18:06:33.720Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T18:06:33.996Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T18:06:33.996Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T18:06:33.996Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T18:06:33.996Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T18:06:33.996Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T18:06:33.996Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-03T18:06:33.997Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T18:06:35.423Z] using credential edgex-jenkins-ssh [2020-09-03T18:06:35.484Z] Cloning the remote Git repository [2020-09-03T18:06:35.484Z] Cloning with configured refspecs honoured and without tags [2020-09-03T18:06:36.215Z] Fetching without tags [2020-09-03T18:06:35.513Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T18:06:35.579Z] > git init /w/workspace/go-mod-core-contracts/40 # timeout=10 [2020-09-03T18:06:35.639Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T18:06:35.639Z] > git --version # timeout=10 [2020-09-03T18:06:35.649Z] > git --version # 'git version 2.16.5' [2020-09-03T18:06:35.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T18:06:35.681Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T18:06:36.190Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T18:06:36.198Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T18:06:36.208Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-03T18:06:36.224Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-03T18:06:36.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-03T18:06:36.229Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-03T18:06:36.614Z] Checking out Revision d475daccfdb37edee7f76213afc01aae92d378d4 (master) [2020-09-03T18:06:36.623Z] > git config core.sparsecheckout # timeout=10 [2020-09-03T18:06:36.630Z] > git checkout -f d475daccfdb37edee7f76213afc01aae92d378d4 # timeout=10 [2020-09-03T18:06:40.218Z] Commit message: "Merge pull request #275 from difince/updateDeviceService" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-03T18:06:41.080Z] ========================================================= [2020-09-03T18:06:41.080Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-03T18:06:41.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:06:41.713Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-03T18:06:41.975Z] Sending build context to Docker daemon 2.152MB [2020-09-03T18:06:41.975Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-03T18:06:41.975Z] Step 2/7 : FROM ${BASE} [2020-09-03T18:06:41.975Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-03T18:06:41.975Z] df20fa9351a1: Pulling fs layer [2020-09-03T18:06:41.975Z] ed8968b2872e: Pulling fs layer [2020-09-03T18:06:41.975Z] a92cc7c5fd73: Pulling fs layer [2020-09-03T18:06:41.975Z] 2dd03ba5bac4: Pulling fs layer [2020-09-03T18:06:41.975Z] 1e091d79d1de: Pulling fs layer [2020-09-03T18:06:41.975Z] 481702a1767f: Pulling fs layer [2020-09-03T18:06:41.975Z] f64a6f60c768: Pulling fs layer [2020-09-03T18:06:41.975Z] e78d2573fc39: Pulling fs layer [2020-09-03T18:06:41.975Z] e876d2f968b6: Pulling fs layer [2020-09-03T18:06:41.975Z] ce8a83651883: Pulling fs layer [2020-09-03T18:06:41.975Z] 07967f4d0e4b: Pulling fs layer [2020-09-03T18:06:41.975Z] f64a6f60c768: Waiting [2020-09-03T18:06:41.975Z] 2dd03ba5bac4: Waiting [2020-09-03T18:06:41.975Z] e78d2573fc39: Waiting [2020-09-03T18:06:41.975Z] 1e091d79d1de: Waiting [2020-09-03T18:06:41.975Z] 481702a1767f: Waiting [2020-09-03T18:06:41.975Z] e876d2f968b6: Waiting [2020-09-03T18:06:41.975Z] 07967f4d0e4b: Waiting [2020-09-03T18:06:41.975Z] ce8a83651883: Waiting [2020-09-03T18:06:41.975Z] a92cc7c5fd73: Verifying Checksum [2020-09-03T18:06:41.975Z] a92cc7c5fd73: Download complete [2020-09-03T18:06:41.975Z] ed8968b2872e: Verifying Checksum [2020-09-03T18:06:41.975Z] ed8968b2872e: Download complete [2020-09-03T18:06:41.975Z] 1e091d79d1de: Verifying Checksum [2020-09-03T18:06:41.975Z] 1e091d79d1de: Download complete [2020-09-03T18:06:41.975Z] 481702a1767f: Verifying Checksum [2020-09-03T18:06:41.975Z] 481702a1767f: Download complete [2020-09-03T18:06:41.975Z] df20fa9351a1: Verifying Checksum [2020-09-03T18:06:41.975Z] df20fa9351a1: Download complete [2020-09-03T18:06:42.572Z] df20fa9351a1: Pull complete [2020-09-03T18:06:43.186Z] f64a6f60c768: Verifying Checksum [2020-09-03T18:06:43.186Z] f64a6f60c768: Download complete [2020-09-03T18:06:43.186Z] e876d2f968b6: Verifying Checksum [2020-09-03T18:06:43.186Z] e876d2f968b6: Download complete [2020-09-03T18:06:43.769Z] 2dd03ba5bac4: Verifying Checksum [2020-09-03T18:06:43.769Z] 2dd03ba5bac4: Download complete [2020-09-03T18:06:43.769Z] e78d2573fc39: Verifying Checksum [2020-09-03T18:06:43.769Z] e78d2573fc39: Download complete [2020-09-03T18:06:43.769Z] 07967f4d0e4b: Verifying Checksum [2020-09-03T18:06:43.769Z] 07967f4d0e4b: Download complete [2020-09-03T18:06:43.769Z] ce8a83651883: Download complete [2020-09-03T18:06:44.712Z] ed8968b2872e: Pull complete [2020-09-03T18:06:44.712Z] a92cc7c5fd73: Pull complete [2020-09-03T18:06:46.407Z] Removing intermediate container 22ad0d04bb01 [2020-09-03T18:06:46.407Z] ---> 6bd281754ff9 [2020-09-03T18:06:46.407Z] Successfully built 6bd281754ff9 [2020-09-03T18:06:46.407Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-03T18:06:50.031Z] 2dd03ba5bac4: Pull complete [2020-09-03T18:06:50.031Z] 1e091d79d1de: Pull complete [2020-09-03T18:06:50.031Z] 481702a1767f: Pull complete [2020-09-03T18:06:55.336Z] f64a6f60c768: Pull complete [2020-09-03T18:06:57.900Z] e78d2573fc39: Pull complete [2020-09-03T18:06:58.166Z] e876d2f968b6: Pull complete [2020-09-03T18:06:59.141Z] ce8a83651883: Pull complete [2020-09-03T18:06:59.421Z] 07967f4d0e4b: Pull complete [2020-09-03T18:06:59.421Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-03T18:06:59.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-03T18:06:59.421Z] ---> 5d7c900382c6 [2020-09-03T18:06:59.421Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-03T18:07:00.811Z] ---> Running in 47a56d9706cc [2020-09-03T18:07:00.811Z] Removing intermediate container 47a56d9706cc [2020-09-03T18:07:00.811Z] ---> ab39b282aeb3 [2020-09-03T18:07:00.811Z] Step 4/7 : RUN apk add bash [2020-09-03T18:07:00.811Z] ---> Running in 3a373ba3721c [2020-09-03T18:07:01.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-03T18:07:01.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-03T18:07:02.530Z] OK: 166 MiB in 39 packages [2020-09-03T18:07:03.106Z] Removing intermediate container 3a373ba3721c [2020-09-03T18:07:03.106Z] ---> 34c19eec603b [2020-09-03T18:07:03.106Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-03T18:07:03.106Z] ---> Running in 0d0c385cd3a1 [2020-09-03T18:07:03.372Z] Removing intermediate container 0d0c385cd3a1 [2020-09-03T18:07:03.372Z] ---> 8b6a278ec306 [2020-09-03T18:07:03.372Z] Step 6/7 : COPY go.mod . [2020-09-03T18:07:03.372Z] ---> 5c8992c18d69 [2020-09-03T18:07:03.372Z] Step 7/7 : RUN go mod download [2020-09-03T18:07:03.639Z] ---> Running in c8a5a8e728e9 [2020-09-03T18:07:05.029Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-03T18:07:05.029Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-03T18:07:05.029Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-03T18:07:05.029Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-03T18:07:05.029Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-03T18:07:05.029Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-03T18:07:05.291Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-03T18:07:05.291Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-03T18:07:05.291Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-03T18:07:05.291Z] go: finding github.com/google/uuid v1.1.0 [2020-09-03T18:07:05.291Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-03T18:07:05.291Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-03T18:07:05.291Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-03T18:07:05.291Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-03T18:07:05.291Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-03T18:07:05.291Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-03T18:07:05.291Z] go: finding golang.org/x/text v0.3.2 [2020-09-03T18:07:05.563Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-03T18:07:05.563Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-03T18:07:05.563Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-03T18:07:13.730Z] Removing intermediate container c8a5a8e728e9 [2020-09-03T18:07:13.730Z] ---> fef4f2f16320 [2020-09-03T18:07:13.730Z] Successfully built fef4f2f16320 [2020-09-03T18:07:13.730Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-09-03T18:07:16.136Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-03T18:07:16.137Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-03T18:07:16.284Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:07:16.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T18:07:16.631Z] [2020-09-03T18:07:16.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:07:16.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T18:07:16.995Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-03T18:07:16.995Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-03T18:07:16.995Z] 408f87550127: Pulling fs layer [2020-09-03T18:07:16.995Z] fe522b08c979: Pulling fs layer [2020-09-03T18:07:16.995Z] 221eaa008020: Pulling fs layer [2020-09-03T18:07:16.995Z] 2a4607e5d6b9: Pulling fs layer [2020-09-03T18:07:16.995Z] 8f79b27c4fd2: Pulling fs layer [2020-09-03T18:07:16.995Z] e5c8dbe1645b: Pulling fs layer [2020-09-03T18:07:16.995Z] 23e8b3b47431: Pulling fs layer [2020-09-03T18:07:16.995Z] 5c568d65a230: Pulling fs layer [2020-09-03T18:07:16.995Z] 221eaa008020: Waiting [2020-09-03T18:07:16.995Z] 2a4607e5d6b9: Waiting [2020-09-03T18:07:16.995Z] 8f79b27c4fd2: Waiting [2020-09-03T18:07:16.995Z] e5c8dbe1645b: Waiting [2020-09-03T18:07:16.995Z] 23e8b3b47431: Waiting [2020-09-03T18:07:16.995Z] 5c568d65a230: Waiting [2020-09-03T18:07:16.995Z] fe522b08c979: Verifying Checksum [2020-09-03T18:07:16.995Z] fe522b08c979: Download complete [2020-09-03T18:07:16.995Z] 408f87550127: Verifying Checksum [2020-09-03T18:07:16.995Z] 408f87550127: Download complete [2020-09-03T18:07:16.995Z] 2a4607e5d6b9: Verifying Checksum [2020-09-03T18:07:16.995Z] 2a4607e5d6b9: Download complete [2020-09-03T18:07:16.995Z] 8f79b27c4fd2: Download complete [2020-09-03T18:07:16.995Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-03T18:07:16.995Z] cbdbe7a5bc2a: Download complete [2020-09-03T18:07:17.265Z] e5c8dbe1645b: Download complete [2020-09-03T18:07:17.549Z] cbdbe7a5bc2a: Pull complete [2020-09-03T18:07:17.825Z] 23e8b3b47431: Verifying Checksum [2020-09-03T18:07:17.825Z] 23e8b3b47431: Download complete [2020-09-03T18:07:18.097Z] 408f87550127: Pull complete [2020-09-03T18:07:18.097Z] 5c568d65a230: Verifying Checksum [2020-09-03T18:07:18.097Z] 5c568d65a230: Download complete [2020-09-03T18:07:18.097Z] fe522b08c979: Pull complete [2020-09-03T18:07:18.677Z] 221eaa008020: Download complete [2020-09-03T18:07:23.992Z] 221eaa008020: Pull complete [2020-09-03T18:07:23.992Z] 2a4607e5d6b9: Pull complete [2020-09-03T18:07:23.992Z] 8f79b27c4fd2: Pull complete [2020-09-03T18:07:25.910Z] e5c8dbe1645b: Pull complete [2020-09-03T18:07:30.132Z] 23e8b3b47431: Pull complete [2020-09-03T18:07:31.085Z] 5c568d65a230: Pull complete [2020-09-03T18:07:31.085Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-03T18:07:31.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-03T18:07:31.085Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-03T18:07:31.264Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2020-09-03T18:07:31.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dry_go-mod-core-contracts_master:/ws -w /ws --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-03T18:07:32.180Z] $ docker top 0bc84df514353f6f6c14e6047a7f6b68cf76fd0d362f0e33b44b5d193f109c8b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T18:07:32.693Z] + snyk monitor '--org=edgex-jenkins' [2020-09-03T18:07:38.001Z] [2020-09-03T18:07:38.001Z] Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts)... [2020-09-03T18:07:38.001Z] [2020-09-03T18:07:38.001Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/243e2960-7ed5-4b5f-91e0-06a7d6b193d0/history/e2a70be7-9739-4325-9972-6bcf8fe50f0d [2020-09-03T18:07:38.001Z] [2020-09-03T18:07:38.001Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-03T18:07:38.001Z] [2020-09-03T18:07:38.001Z] [2020-09-03T18:07:38.001Z] Snyk CLI supports Node.js 8 and higher. [2020-09-03T18:07:38.001Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-03T18:07:38.002Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-03T18:07:38.002Z] [2020-09-03T18:07:38.002Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-03T18:07:38.002Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-03T18:07:38.021Z] $ docker stop --time=1 0bc84df514353f6f6c14e6047a7f6b68cf76fd0d362f0e33b44b5d193f109c8b [2020-09-03T18:07:40.368Z] $ docker rm -f 0bc84df514353f6f6c14e6047a7f6b68cf76fd0d362f0e33b44b5d193f109c8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:07:41.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-03T18:07:41.994Z] . [Pipeline] withDockerContainer [2020-09-03T18:07:42.087Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2020-09-03T18:07:42.130Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-03T18:07:42.802Z] $ docker top 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-03T18:07:43.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-03T18:07:43.076Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-03T18:07:43.273Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-03T18:07:43.279Z] $ docker exec 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 ssh-agent [2020-09-03T18:07:43.441Z] SSH_AUTH_SOCK=/tmp/ssh-zu4Z7KQli16Z/agent.12 [2020-09-03T18:07:43.441Z] SSH_AGENT_PID=17 [2020-09-03T18:07:43.447Z] Running ssh-add (command line suppressed) [2020-09-03T18:07:43.577Z] Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2407750275335880257.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_2407750275335880257.key) [2020-09-03T18:07:43.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-03T18:07:43.952Z] + git semver tag [2020-09-03T18:07:43.952Z] # -> Open(): unable to determine branch for HEAD [2020-09-03T18:07:43.952Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git [2020-09-03T18:07:43.953Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master [2020-09-03T18:07:43.953Z] # $SEMVER_REMOTE_NAME = origin [2020-09-03T18:07:43.953Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-03T18:07:43.953Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-03T18:07:43.953Z] # $SEMVER_BRANCH = master [2020-09-03T18:07:43.953Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [2020-09-03T18:07:43.953Z] # d475daccfdb37edee7f76213afc01aae92d378d4 HEAD [2020-09-03T18:07:43.953Z] # -> Force: false [2020-09-03T18:07:43.953Z] # 68bbe4e93991d3fb80785a9e9455b47a7e949162 refs/tags/v0.1.75 [Pipeline] } [2020-09-03T18:07:43.965Z] $ docker exec --env ******** --env ******** 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 ssh-agent -k [2020-09-03T18:07:44.079Z] unset SSH_AUTH_SOCK; [2020-09-03T18:07:44.080Z] unset SSH_AGENT_PID; [2020-09-03T18:07:44.080Z] echo Agent pid 17 killed; [2020-09-03T18:07:44.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-03T18:07:44.561Z] + git semver [Pipeline] } [2020-09-03T18:07:44.578Z] $ docker stop --time=1 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 [2020-09-03T18:07:45.916Z] $ docker rm -f 49eeca2e45f1565384a2a3bfddf5f59c43cc434e0b344dcb7836a380399044f0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:07:46.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T18:07:46.501Z] [2020-09-03T18:07:46.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:07:46.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T18:07:46.837Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-03T18:07:46.837Z] ab5ef0e58194: Pulling fs layer [2020-09-03T18:07:46.837Z] 9712f1f96733: Pulling fs layer [2020-09-03T18:07:46.837Z] 63f879dbbcfc: Pulling fs layer [2020-09-03T18:07:46.837Z] 0d9ebad4ef96: Pulling fs layer [2020-09-03T18:07:46.837Z] e9a5061849ea: Pulling fs layer [2020-09-03T18:07:46.837Z] d747dcd14b5f: Pulling fs layer [2020-09-03T18:07:46.837Z] 2de7ff778b66: Pulling fs layer [2020-09-03T18:07:46.837Z] e9a5061849ea: Waiting [2020-09-03T18:07:46.837Z] 0d9ebad4ef96: Waiting [2020-09-03T18:07:46.837Z] d747dcd14b5f: Waiting [2020-09-03T18:07:46.837Z] 9712f1f96733: Verifying Checksum [2020-09-03T18:07:46.837Z] 9712f1f96733: Download complete [2020-09-03T18:07:47.418Z] 63f879dbbcfc: Verifying Checksum [2020-09-03T18:07:47.418Z] 63f879dbbcfc: Download complete [2020-09-03T18:07:47.680Z] e9a5061849ea: Verifying Checksum [2020-09-03T18:07:47.680Z] e9a5061849ea: Download complete [2020-09-03T18:07:47.680Z] d747dcd14b5f: Verifying Checksum [2020-09-03T18:07:47.680Z] d747dcd14b5f: Download complete [2020-09-03T18:07:47.680Z] 0d9ebad4ef96: Verifying Checksum [2020-09-03T18:07:47.680Z] 0d9ebad4ef96: Download complete [2020-09-03T18:07:47.680Z] 2de7ff778b66: Verifying Checksum [2020-09-03T18:07:47.680Z] 2de7ff778b66: Download complete [2020-09-03T18:07:47.943Z] ab5ef0e58194: Verifying Checksum [2020-09-03T18:07:47.943Z] ab5ef0e58194: Download complete [2020-09-03T18:07:52.163Z] ab5ef0e58194: Pull complete [2020-09-03T18:07:52.425Z] 9712f1f96733: Pull complete [2020-09-03T18:07:54.985Z] 63f879dbbcfc: Pull complete [2020-09-03T18:08:01.588Z] 0d9ebad4ef96: Pull complete [2020-09-03T18:08:02.976Z] e9a5061849ea: Pull complete [2020-09-03T18:08:02.976Z] d747dcd14b5f: Pull complete [2020-09-03T18:08:06.290Z] 2de7ff778b66: Pull complete [2020-09-03T18:08:06.290Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-03T18:08:06.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-03T18:08:06.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-03T18:08:06.511Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2020-09-03T18:08:06.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-03T18:08:10.853Z] $ docker top a7858ec747e7fc5b09244fed4b7a9756c3ec3e75a415e974c3a0995bc1a52c04 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-03T18:08:11.138Z] provisioning config files... [2020-09-03T18:08:11.153Z] copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4931946871050901008tmp [2020-09-03T18:08:11.205Z] copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config7289183220129957884tmp [2020-09-03T18:08:11.218Z] copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config719717054049417905tmp [Pipeline] { [Pipeline] echo [2020-09-03T18:08:11.276Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T18:08:11.592Z] ---> sigul-configuration.sh [2020-09-03T18:08:11.593Z] gpg: directory `/root/.gnupg' created [2020-09-03T18:08:11.593Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-03T18:08:11.593Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-03T18:08:11.593Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-03T18:08:11.593Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-03T18:08:11.593Z] gpg: CAST5 encrypted data [2020-09-03T18:08:11.853Z] gpg: encrypted with 1 passphrase [2020-09-03T18:08:11.853Z] gpg: decryption failed: Bad session key [Pipeline] } [2020-09-03T18:08:11.863Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-03T18:08:11.947Z] $ docker stop --time=1 a7858ec747e7fc5b09244fed4b7a9756c3ec3e75a415e974c3a0995bc1a52c04 [2020-09-03T18:08:13.284Z] $ docker rm -f a7858ec747e7fc5b09244fed4b7a9756c3ec3e75a415e974c3a0995bc1a52c04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-03T18:08:14.612Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T18:08:15.170Z] ---> package-listing.sh [2020-09-03T18:08:15.170Z] ++ facter osfamily [2020-09-03T18:08:15.170Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-03T18:08:15.170Z] + OS_FAMILY=redhat [2020-09-03T18:08:15.170Z] + workspace=/w/workspace/dry_go-mod-core-contracts_master [2020-09-03T18:08:15.170Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-03T18:08:15.170Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-03T18:08:15.170Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-03T18:08:15.170Z] + PACKAGES=/tmp/packages_start.txt [2020-09-03T18:08:15.170Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-03T18:08:15.170Z] + PACKAGES=/tmp/packages_end.txt [2020-09-03T18:08:15.170Z] + case "${OS_FAMILY}" in [2020-09-03T18:08:15.170Z] + rpm -qa [2020-09-03T18:08:15.170Z] + sort [2020-09-03T18:08:19.392Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-03T18:08:19.392Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-03T18:08:19.392Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-03T18:08:19.392Z] + '[' /w/workspace/dry_go-mod-core-contracts_master ']' [2020-09-03T18:08:19.392Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ [2020-09-03T18:08:19.392Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:08:20.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T18:08:20.277Z] [2020-09-03T18:08:20.277Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-03T18:08:20.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T18:08:20.657Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-03T18:08:20.657Z] df20fa9351a1: Pulling fs layer [2020-09-03T18:08:20.657Z] 36b3adc4ff6f: Pulling fs layer [2020-09-03T18:08:20.657Z] 8ad3a11d3b57: Pulling fs layer [2020-09-03T18:08:20.657Z] 46f8f816bc3b: Pulling fs layer [2020-09-03T18:08:20.657Z] 0dadc02b9964: Pulling fs layer [2020-09-03T18:08:20.657Z] ce6a7cf60c04: Pulling fs layer [2020-09-03T18:08:20.657Z] 7a184a31f384: Pulling fs layer [2020-09-03T18:08:20.657Z] 0879bd2ef858: Pulling fs layer [2020-09-03T18:08:20.657Z] 7a184a31f384: Waiting [2020-09-03T18:08:20.657Z] 46f8f816bc3b: Waiting [2020-09-03T18:08:20.657Z] 0879bd2ef858: Waiting [2020-09-03T18:08:20.657Z] 0dadc02b9964: Waiting [2020-09-03T18:08:20.657Z] ce6a7cf60c04: Waiting [2020-09-03T18:08:20.657Z] 36b3adc4ff6f: Verifying Checksum [2020-09-03T18:08:20.657Z] 36b3adc4ff6f: Download complete [2020-09-03T18:08:20.657Z] 46f8f816bc3b: Verifying Checksum [2020-09-03T18:08:20.657Z] 46f8f816bc3b: Download complete [2020-09-03T18:08:20.657Z] df20fa9351a1: Download complete [2020-09-03T18:08:20.657Z] ce6a7cf60c04: Verifying Checksum [2020-09-03T18:08:20.657Z] ce6a7cf60c04: Download complete [2020-09-03T18:08:20.657Z] 7a184a31f384: Verifying Checksum [2020-09-03T18:08:20.657Z] 7a184a31f384: Download complete [2020-09-03T18:08:20.657Z] 0dadc02b9964: Verifying Checksum [2020-09-03T18:08:20.657Z] 0dadc02b9964: Download complete [2020-09-03T18:08:20.924Z] 8ad3a11d3b57: Verifying Checksum [2020-09-03T18:08:20.924Z] 8ad3a11d3b57: Download complete [2020-09-03T18:08:21.189Z] df20fa9351a1: Pull complete [2020-09-03T18:08:21.189Z] 0879bd2ef858: Verifying Checksum [2020-09-03T18:08:21.189Z] 0879bd2ef858: Download complete [2020-09-03T18:08:21.452Z] 36b3adc4ff6f: Pull complete [2020-09-03T18:08:22.028Z] 8ad3a11d3b57: Pull complete [2020-09-03T18:08:22.028Z] 46f8f816bc3b: Pull complete [2020-09-03T18:08:22.291Z] 0dadc02b9964: Pull complete [2020-09-03T18:08:22.551Z] ce6a7cf60c04: Pull complete [2020-09-03T18:08:22.551Z] 7a184a31f384: Pull complete [2020-09-03T18:08:25.111Z] 0879bd2ef858: Pull complete [2020-09-03T18:08:25.111Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-03T18:08:25.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-03T18:08:25.111Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-03T18:08:25.214Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2020-09-03T18:08:25.274Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-03T18:08:28.221Z] $ docker top f93b33ac45a0df2f84ecac960b3d96e381deecb4123d5dd3bc382a11f03e5e24 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-03T18:08:28.696Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-03T18:08:28.996Z] + ls /var/log/sa-host [2020-09-03T18:08:28.996Z] + sadf -c /var/log/sa-host/sa03 [2020-09-03T18:08:28.996Z] file_magic: OK [2020-09-03T18:08:28.996Z] HZ: Using current value: 100 [2020-09-03T18:08:28.996Z] file_header: OK [2020-09-03T18:08:28.996Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T18:08:28.996Z] Statistics: [2020-09-03T18:08:28.996Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T18:08:28.996Z] File successfully converted to sysstat format version 12.2.1 [2020-09-03T18:08:28.996Z] + sadf -c /var/log/sa-host/sa05 [2020-09-03T18:08:28.996Z] file_magic: OK [2020-09-03T18:08:28.996Z] HZ: Using current value: 100 [2020-09-03T18:08:28.996Z] file_header: OK [2020-09-03T18:08:28.996Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-03T18:08:28.996Z] Statistics: [2020-09-03T18:08:28.996Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-03T18:08:28.996Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-03T18:08:29.050Z] provisioning config files... [2020-09-03T18:08:29.064Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2178622859192811673tmp [Pipeline] { [Pipeline] echo [2020-09-03T18:08:29.131Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T18:08:29.424Z] ---> create-netrc.sh [Pipeline] echo [2020-09-03T18:08:29.434Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-03T18:08:29.740Z] ---> logs-deploy.sh [2020-09-03T18:08:29.741Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/40 [2020-09-03T18:08:29.741Z] INFO: archiving workspace using pattern(s): [2020-09-03T18:08:31.150Z] Archives upload complete. [2020-09-03T18:08:31.150Z] INFO: archiving logs to Nexus