Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4000e27a9f725d20d01bd2b86b2182ef891199d8 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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: device-sdk-go-settings PROJECT: device-sdk-go 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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1893 in /w/workspace/dgexfoundry_device-sdk-go_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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4000e27a9f725d20d01bd2b86b2182ef891199d8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 Commit message: "Merge pull request #579 from hahattan/dependabot" > git rev-list --no-walk 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-09T03:32:08.603Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-09T03:32:08.878Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-09T03:32:08.983Z] ========================================================= [2020-09-09T03:32:08.983Z] EdgeX Global Pipelines Version Info [2020-09-09T03:32:08.983Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:32:10.438Z] ------------------- [2020-09-09T03:32:10.438Z] stable info: [2020-09-09T03:32:10.438Z] ------------------- [2020-09-09T03:32:10.438Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-09T03:32:10.438Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T03:32:10.438Z] Message: update stable to v1.0.119 [2020-09-09T03:32:11.382Z] ------------------- [2020-09-09T03:32:11.382Z] experimental info: [2020-09-09T03:32:11.382Z] ------------------- [2020-09-09T03:32:11.382Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-09T03:32:11.382Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-09T03:32:11.382Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-09T03:32:11.745Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-09T03:32:11.829Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-09T03:32:11.922Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-09T03:32:12.004Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-09T03:32:12.084Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-09T03:32:12.162Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-09T03:32:12.238Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-09T03:32:12.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-09T03:32:12.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-09T03:32:12.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-09T03:32:12.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-09T03:32:12.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-09T03:32:12.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-09T03:32:12.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-09T03:32:12.960Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-09T03:32:13.053Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T03:32:13.143Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T03:32:13.281Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T03:32:13.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-09T03:32:13.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-09T03:32:13.547Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-09T03:32:13.660Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-09T03:32:13.743Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-09T03:32:13.837Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-09T03:32:13.950Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-09T03:32:14.208Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4000e27a9f725d20d01bd2b86b2182ef891199d8 [Pipeline] echo [2020-09-09T03:32:14.562Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4000e27 [Pipeline] echo [2020-09-09T03:32:14.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T03:32:15.250Z] + git log --format=format:%s -1 4000e27a9f725d20d01bd2b86b2182ef891199d8 [Pipeline] echo [2020-09-09T03:32:15.307Z] GIT_COMMIT: 4000e27a9f725d20d01bd2b86b2182ef891199d8, Commit Message: Merge pull request #579 from hahattan/dependabot [Pipeline] echo [2020-09-09T03:32:15.354Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:32:16.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:32:16.764Z] [2020-09-09T03:32:16.764Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:32:17.116Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:32:17.116Z] latest: Pulling from edgex-devops/git-semver [2020-09-09T03:32:17.116Z] 31603596830f: Pulling fs layer [2020-09-09T03:32:17.116Z] 2a8b12db71e7: Pulling fs layer [2020-09-09T03:32:17.116Z] 6ca5941a6612: Pulling fs layer [2020-09-09T03:32:17.116Z] ecc8261a40a4: Pulling fs layer [2020-09-09T03:32:17.116Z] ecc8261a40a4: Waiting [2020-09-09T03:32:17.116Z] 2a8b12db71e7: Download complete [2020-09-09T03:32:17.384Z] 31603596830f: Verifying Checksum [2020-09-09T03:32:17.384Z] 31603596830f: Download complete [2020-09-09T03:32:17.384Z] ecc8261a40a4: Verifying Checksum [2020-09-09T03:32:17.384Z] ecc8261a40a4: Download complete [2020-09-09T03:32:17.384Z] 6ca5941a6612: Verifying Checksum [2020-09-09T03:32:17.384Z] 6ca5941a6612: Download complete [2020-09-09T03:32:17.646Z] 31603596830f: Pull complete [2020-09-09T03:32:17.909Z] 2a8b12db71e7: Pull complete [2020-09-09T03:32:18.479Z] 6ca5941a6612: Pull complete [2020-09-09T03:32:18.739Z] ecc8261a40a4: Pull complete [2020-09-09T03:32:18.739Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-09T03:32:18.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:32:18.739Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-09T03:32:18.839Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:32:18.882Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T03:32:21.600Z] $ docker top 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T03:32:21.935Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:32:21.935Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:32:22.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:32:22.149Z] $ docker exec 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent [2020-09-09T03:32:22.317Z] SSH_AUTH_SOCK=/tmp/ssh-TpYsz1e3B571/agent.11 [2020-09-09T03:32:22.317Z] SSH_AGENT_PID=16 [2020-09-09T03:32:22.329Z] Running ssh-add (command line suppressed) [2020-09-09T03:32:22.449Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4402574414627979860.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4402574414627979860.key) [2020-09-09T03:32:22.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:32:22.825Z] + git describe --exact-match --tags HEAD [2020-09-09T03:32:22.825Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-09T03:32:22.911Z] $ docker exec --env ******** --env ******** 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent -k [2020-09-09T03:32:23.038Z] unset SSH_AUTH_SOCK; [2020-09-09T03:32:23.039Z] unset SSH_AGENT_PID; [2020-09-09T03:32:23.039Z] echo Agent pid 16 killed; [2020-09-09T03:32:23.082Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-09T03:32:23.173Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-09T03:32:23.173Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-09T03:32:23.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:32:23.316Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:32:23.482Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:32:23.488Z] $ docker exec 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent [2020-09-09T03:32:23.642Z] SSH_AUTH_SOCK=/tmp/ssh-UUecEQRfTZqu/agent.44 [2020-09-09T03:32:23.642Z] SSH_AGENT_PID=50 [2020-09-09T03:32:23.649Z] Running ssh-add (command line suppressed) [2020-09-09T03:32:23.766Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4519278896345050201.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4519278896345050201.key) [2020-09-09T03:32:23.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:32:24.134Z] + git semver init [2020-09-09T03:32:24.134Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T03:32:24.134Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-09-09T03:32:24.134Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-09-09T03:32:24.134Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T03:32:24.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T03:32:24.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T03:32:24.134Z] # $SEMVER_BRANCH = master [2020-09-09T03:32:24.134Z] # $SEMVER_TEMP = /tmp/semver-047656693 [2020-09-09T03:32:24.134Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-09T03:32:24.706Z] # '/tmp/semver-047656693' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-09-09T03:32:24.706Z] # -> Force: false [2020-09-09T03:32:24.706Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-09-09T03:32:24.719Z] $ docker exec --env ******** --env ******** 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent -k [2020-09-09T03:32:24.834Z] unset SSH_AUTH_SOCK; [2020-09-09T03:32:24.835Z] unset SSH_AGENT_PID; [2020-09-09T03:32:24.835Z] echo Agent pid 50 killed; [2020-09-09T03:32:24.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T03:32:25.314Z] + git semver [Pipeline] } [2020-09-09T03:32:25.333Z] $ docker stop --time=1 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f [2020-09-09T03:32:26.689Z] $ docker rm -f 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-09T03:32:27.411Z] Stashed 28 file(s) [Pipeline] echo [2020-09-09T03:32:27.414Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.9 [Pipeline] echo [2020-09-09T03:32:27.500Z] Archived original version: [1.2.4-dev.9] [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-09T03:32:42.872Z] Still waiting to schedule task [2020-09-09T03:32:42.873Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-09T03:32:42.874Z] Still waiting to schedule task [2020-09-09T03:32:42.875Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-09T03:34:34.771Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1896 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-09T03:34:34.823Z] Running in /w/workspace/device-sdk-go/59 [Pipeline] { [Pipeline] checkout [2020-09-09T03:34:39.946Z] using credential edgex-jenkins-ssh [2020-09-09T03:34:40.038Z] Cloning the remote Git repository [2020-09-09T03:34:40.038Z] Cloning with configured refspecs honoured and without tags [2020-09-09T03:34:40.108Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:34:40.216Z] > git init /w/workspace/device-sdk-go/59 # timeout=10 [2020-09-09T03:34:40.278Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:34:40.278Z] > git --version # timeout=10 [2020-09-09T03:34:40.302Z] > git --version # 'git version 2.17.1' [2020-09-09T03:34:40.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:34:40.380Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:34:41.326Z] Fetching without tags [2020-09-09T03:34:41.844Z] Checking out Revision 4000e27a9f725d20d01bd2b86b2182ef891199d8 (master) [2020-09-09T03:34:41.256Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:34:41.275Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:34:41.304Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:34:41.343Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:34:41.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:34:41.357Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:34:41.869Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T03:34:41.880Z] > git checkout -f 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 [2020-09-09T03:34:46.286Z] Commit message: "Merge pull request #579 from hahattan/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T03:34:47.398Z] ========================================================= [2020-09-09T03:34:47.398Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-09T03:34:47.398Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:34:48.551Z] + 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-09T03:34:49.537Z] Sending build context to Docker daemon 3.131MB [2020-09-09T03:34:49.538Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-09T03:34:49.538Z] Step 2/8 : FROM ${BASE} [2020-09-09T03:34:49.811Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-09T03:34:49.811Z] b538f80385f9: Pulling fs layer [2020-09-09T03:34:49.811Z] 74f711af9a0d: Pulling fs layer [2020-09-09T03:34:49.811Z] 99f96fe45779: Pulling fs layer [2020-09-09T03:34:49.811Z] fd7a069fd194: Pulling fs layer [2020-09-09T03:34:49.811Z] 66aa3694b03b: Pulling fs layer [2020-09-09T03:34:49.811Z] 170f70906a0f: Pulling fs layer [2020-09-09T03:34:49.811Z] ad7c5574e4b9: Pulling fs layer [2020-09-09T03:34:49.811Z] e772456be8f7: Pulling fs layer [2020-09-09T03:34:49.811Z] c890913d741a: Pulling fs layer [2020-09-09T03:34:49.811Z] 2480fcc9aa5a: Pulling fs layer [2020-09-09T03:34:49.811Z] 09adf4765672: Pulling fs layer [2020-09-09T03:34:49.811Z] fd7a069fd194: Waiting [2020-09-09T03:34:49.811Z] 66aa3694b03b: Waiting [2020-09-09T03:34:49.811Z] 170f70906a0f: Waiting [2020-09-09T03:34:49.811Z] ad7c5574e4b9: Waiting [2020-09-09T03:34:49.811Z] e772456be8f7: Waiting [2020-09-09T03:34:49.811Z] c890913d741a: Waiting [2020-09-09T03:34:49.811Z] 2480fcc9aa5a: Waiting [2020-09-09T03:34:49.811Z] 09adf4765672: Waiting [2020-09-09T03:34:49.811Z] 99f96fe45779: Download complete [2020-09-09T03:34:49.811Z] 74f711af9a0d: Verifying Checksum [2020-09-09T03:34:49.811Z] 74f711af9a0d: Download complete [2020-09-09T03:34:49.811Z] 66aa3694b03b: Verifying Checksum [2020-09-09T03:34:49.811Z] 66aa3694b03b: Download complete [2020-09-09T03:34:49.811Z] 170f70906a0f: Verifying Checksum [2020-09-09T03:34:49.811Z] 170f70906a0f: Download complete [2020-09-09T03:34:50.088Z] b538f80385f9: Verifying Checksum [2020-09-09T03:34:50.088Z] b538f80385f9: Download complete [2020-09-09T03:34:50.688Z] b538f80385f9: Pull complete [2020-09-09T03:34:51.287Z] 74f711af9a0d: Pull complete [2020-09-09T03:34:51.881Z] 99f96fe45779: Pull complete [2020-09-09T03:34:53.319Z] ad7c5574e4b9: Verifying Checksum [2020-09-09T03:34:53.319Z] ad7c5574e4b9: Download complete [2020-09-09T03:34:53.319Z] c890913d741a: Verifying Checksum [2020-09-09T03:34:53.319Z] c890913d741a: Download complete [2020-09-09T03:34:55.303Z] e772456be8f7: Verifying Checksum [2020-09-09T03:34:55.303Z] e772456be8f7: Download complete [2020-09-09T03:34:55.303Z] 09adf4765672: Verifying Checksum [2020-09-09T03:34:55.303Z] 09adf4765672: Download complete [2020-09-09T03:34:55.576Z] 2480fcc9aa5a: Verifying Checksum [2020-09-09T03:34:55.576Z] 2480fcc9aa5a: Download complete [2020-09-09T03:34:55.849Z] fd7a069fd194: Download complete [2020-09-09T03:35:04.691Z] Running on prd-centos7-docker-4c-2g-1901 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-09-09T03:35:04.738Z] Running in /w/workspace/device-sdk-go/59 [Pipeline] { [Pipeline] checkout [2020-09-09T03:35:07.228Z] using credential edgex-jenkins-ssh [2020-09-09T03:35:07.281Z] Cloning the remote Git repository [2020-09-09T03:35:07.281Z] Cloning with configured refspecs honoured and without tags [2020-09-09T03:35:08.156Z] Fetching without tags [2020-09-09T03:35:08.246Z] fd7a069fd194: Pull complete [2020-09-09T03:35:08.246Z] 66aa3694b03b: Pull complete [2020-09-09T03:35:08.246Z] 170f70906a0f: Pull complete [2020-09-09T03:35:07.322Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:35:07.393Z] > git init /w/workspace/device-sdk-go/59 # timeout=10 [2020-09-09T03:35:07.445Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:35:07.446Z] > git --version # timeout=10 [2020-09-09T03:35:07.474Z] > git --version # 'git version 2.16.5' [2020-09-09T03:35:07.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:35:07.513Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:35:08.119Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:35:08.126Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:35:08.144Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:35:08.163Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:35:08.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:35:08.168Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:35:08.580Z] Checking out Revision 4000e27a9f725d20d01bd2b86b2182ef891199d8 (master) [2020-09-09T03:35:08.593Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T03:35:08.598Z] > git checkout -f 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 [2020-09-09T03:35:10.871Z] ad7c5574e4b9: Pull complete [2020-09-09T03:35:12.286Z] Commit message: "Merge pull request #579 from hahattan/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T03:35:13.284Z] ========================================================= [2020-09-09T03:35:13.284Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-09T03:35:13.284Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:35:13.984Z] + 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-09T03:35:14.560Z] Sending build context to Docker daemon 3.131MB [2020-09-09T03:35:14.560Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-09T03:35:14.560Z] Step 2/8 : FROM ${BASE} [2020-09-09T03:35:14.821Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-09T03:35:14.821Z] df20fa9351a1: Pulling fs layer [2020-09-09T03:35:14.821Z] ed8968b2872e: Pulling fs layer [2020-09-09T03:35:14.821Z] a92cc7c5fd73: Pulling fs layer [2020-09-09T03:35:14.821Z] 2dd03ba5bac4: Pulling fs layer [2020-09-09T03:35:14.821Z] 1e091d79d1de: Pulling fs layer [2020-09-09T03:35:14.821Z] 481702a1767f: Pulling fs layer [2020-09-09T03:35:14.821Z] f64a6f60c768: Pulling fs layer [2020-09-09T03:35:14.821Z] e78d2573fc39: Pulling fs layer [2020-09-09T03:35:14.821Z] e876d2f968b6: Pulling fs layer [2020-09-09T03:35:14.821Z] ce8a83651883: Pulling fs layer [2020-09-09T03:35:14.821Z] 07967f4d0e4b: Pulling fs layer [2020-09-09T03:35:14.821Z] 2dd03ba5bac4: Waiting [2020-09-09T03:35:14.821Z] e78d2573fc39: Waiting [2020-09-09T03:35:14.821Z] 1e091d79d1de: Waiting [2020-09-09T03:35:14.821Z] 481702a1767f: Waiting [2020-09-09T03:35:14.821Z] f64a6f60c768: Waiting [2020-09-09T03:35:14.821Z] e876d2f968b6: Waiting [2020-09-09T03:35:14.821Z] ce8a83651883: Waiting [2020-09-09T03:35:14.821Z] 07967f4d0e4b: Waiting [2020-09-09T03:35:14.821Z] a92cc7c5fd73: Verifying Checksum [2020-09-09T03:35:14.821Z] a92cc7c5fd73: Download complete [2020-09-09T03:35:14.821Z] ed8968b2872e: Download complete [2020-09-09T03:35:14.821Z] 1e091d79d1de: Verifying Checksum [2020-09-09T03:35:14.821Z] 1e091d79d1de: Download complete [2020-09-09T03:35:14.821Z] 481702a1767f: Verifying Checksum [2020-09-09T03:35:14.821Z] 481702a1767f: Download complete [2020-09-09T03:35:14.821Z] df20fa9351a1: Verifying Checksum [2020-09-09T03:35:14.821Z] df20fa9351a1: Download complete [2020-09-09T03:35:15.087Z] df20fa9351a1: Pull complete [2020-09-09T03:35:15.358Z] ed8968b2872e: Pull complete [2020-09-09T03:35:15.626Z] a92cc7c5fd73: Pull complete [2020-09-09T03:35:16.269Z] e772456be8f7: Pull complete [2020-09-09T03:35:16.269Z] c890913d741a: Pull complete [2020-09-09T03:35:17.023Z] f64a6f60c768: Verifying Checksum [2020-09-09T03:35:17.023Z] f64a6f60c768: Download complete [2020-09-09T03:35:17.023Z] e876d2f968b6: Verifying Checksum [2020-09-09T03:35:17.023Z] e876d2f968b6: Download complete [2020-09-09T03:35:17.981Z] ce8a83651883: Verifying Checksum [2020-09-09T03:35:17.981Z] ce8a83651883: Download complete [2020-09-09T03:35:18.244Z] 07967f4d0e4b: Verifying Checksum [2020-09-09T03:35:18.244Z] 07967f4d0e4b: Download complete [2020-09-09T03:35:18.244Z] e78d2573fc39: Verifying Checksum [2020-09-09T03:35:18.244Z] e78d2573fc39: Download complete [2020-09-09T03:35:18.251Z] 2480fcc9aa5a: Pull complete [2020-09-09T03:35:18.507Z] 2dd03ba5bac4: Verifying Checksum [2020-09-09T03:35:18.507Z] 2dd03ba5bac4: Download complete [2020-09-09T03:35:18.527Z] 09adf4765672: Pull complete [2020-09-09T03:35:18.527Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-09T03:35:18.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-09T03:35:18.527Z] ---> 2248a725d1cf [2020-09-09T03:35:18.527Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:35:23.853Z] 2dd03ba5bac4: Pull complete [2020-09-09T03:35:23.938Z] ---> Running in 3580d31e0d82 [2020-09-09T03:35:23.938Z] Removing intermediate container 3580d31e0d82 [2020-09-09T03:35:23.938Z] ---> e839c3cff54d [2020-09-09T03:35:23.938Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:35:23.938Z] ---> Running in 7bebd24ce819 [2020-09-09T03:35:24.116Z] 1e091d79d1de: Pull complete [2020-09-09T03:35:24.116Z] 481702a1767f: Pull complete [2020-09-09T03:35:26.567Z] Removing intermediate container 7bebd24ce819 [2020-09-09T03:35:26.567Z] ---> ff2f29928043 [2020-09-09T03:35:26.567Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-09T03:35:26.567Z] ---> Running in e33fb24e228e [2020-09-09T03:35:28.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T03:35:28.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T03:35:29.460Z] f64a6f60c768: Pull complete [2020-09-09T03:35:29.576Z] OK: 142 MiB in 39 packages [2020-09-09T03:35:30.555Z] Removing intermediate container e33fb24e228e [2020-09-09T03:35:30.555Z] ---> 6cb94fe0a67f [2020-09-09T03:35:30.555Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-09T03:35:30.830Z] ---> Running in 7082e20fdd7d [2020-09-09T03:35:31.426Z] Removing intermediate container 7082e20fdd7d [2020-09-09T03:35:31.426Z] ---> 7556334bb104 [2020-09-09T03:35:31.426Z] Step 7/8 : COPY . . [2020-09-09T03:35:32.023Z] e78d2573fc39: Pull complete [2020-09-09T03:35:32.023Z] e876d2f968b6: Pull complete [2020-09-09T03:35:32.414Z] ---> 389167f2be43 [2020-09-09T03:35:32.414Z] Step 8/8 : RUN go mod download [2020-09-09T03:35:32.687Z] ---> Running in c63412843cf9 [2020-09-09T03:35:33.430Z] ce8a83651883: Pull complete [2020-09-09T03:35:33.431Z] 07967f4d0e4b: Pull complete [2020-09-09T03:35:33.431Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-09T03:35:33.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-09T03:35:33.431Z] ---> 5d7c900382c6 [2020-09-09T03:35:33.431Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:35:35.353Z] ---> Running in 41bf4ad266c5 [2020-09-09T03:35:35.353Z] Removing intermediate container 41bf4ad266c5 [2020-09-09T03:35:35.353Z] ---> 493ffeab5a6d [2020-09-09T03:35:35.353Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:35:35.353Z] ---> Running in 121ffcb2139f [2020-09-09T03:35:36.743Z] Removing intermediate container 121ffcb2139f [2020-09-09T03:35:36.743Z] ---> 0e48b2d6675b [2020-09-09T03:35:36.743Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-09T03:35:36.743Z] ---> Running in 18f8c081580b [2020-09-09T03:35:36.975Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T03:35:36.975Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-09T03:35:36.975Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T03:35:36.975Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T03:35:36.975Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T03:35:36.975Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T03:35:36.975Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T03:35:36.975Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T03:35:36.975Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T03:35:36.975Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T03:35:36.975Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-09T03:35:36.975Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-09T03:35:36.975Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-09T03:35:36.975Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T03:35:37.246Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T03:35:37.246Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T03:35:37.246Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T03:35:37.246Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T03:35:37.246Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T03:35:37.246Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T03:35:37.246Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-09T03:35:37.246Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T03:35:37.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T03:35:37.516Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T03:35:37.794Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T03:35:37.794Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T03:35:37.794Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T03:35:37.794Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T03:35:37.794Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T03:35:37.794Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T03:35:37.794Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T03:35:37.794Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T03:35:37.794Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T03:35:38.066Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T03:35:38.066Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T03:35:38.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T03:35:38.337Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T03:35:38.337Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T03:35:38.337Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T03:35:38.337Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T03:35:38.337Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T03:35:38.337Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T03:35:38.337Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T03:35:38.337Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T03:35:38.337Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T03:35:38.539Z] OK: 166 MiB in 39 packages [2020-09-09T03:35:38.610Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T03:35:38.610Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T03:35:38.610Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-09T03:35:38.610Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-09T03:35:38.610Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T03:35:38.610Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-09T03:35:38.610Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T03:35:38.610Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T03:35:39.112Z] Removing intermediate container 18f8c081580b [2020-09-09T03:35:39.112Z] ---> 1ca266e9897a [2020-09-09T03:35:39.112Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-09T03:35:39.112Z] ---> Running in 44b6d38ae850 [2020-09-09T03:35:39.112Z] Removing intermediate container 44b6d38ae850 [2020-09-09T03:35:39.112Z] ---> 6be39ea68ef0 [2020-09-09T03:35:39.112Z] Step 7/8 : COPY . . [2020-09-09T03:35:40.510Z] ---> 4049ab75df1f [2020-09-09T03:35:40.510Z] Step 8/8 : RUN go mod download [2020-09-09T03:35:40.510Z] ---> Running in a3d574ed452c [2020-09-09T03:35:42.438Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T03:35:42.438Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-09T03:35:42.438Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T03:35:42.438Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T03:35:42.438Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T03:35:42.438Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T03:35:42.438Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T03:35:42.438Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T03:35:42.438Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T03:35:42.702Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T03:35:42.702Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-09T03:35:42.702Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-09T03:35:42.702Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-09T03:35:42.702Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T03:35:42.702Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T03:35:42.702Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T03:35:42.702Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T03:35:42.702Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T03:35:42.702Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T03:35:42.702Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T03:35:42.964Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T03:35:42.964Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T03:35:43.225Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T03:35:43.225Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T03:35:43.225Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T03:35:43.225Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T03:35:43.225Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T03:35:43.225Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T03:35:43.492Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T03:35:43.492Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T03:35:43.756Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T03:35:43.756Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T03:35:43.756Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T03:35:43.756Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T03:35:43.756Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T03:35:43.756Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T03:35:43.756Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T03:35:43.756Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T03:35:43.756Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T03:35:43.756Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T03:35:43.756Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-09T03:35:44.018Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-09T03:35:44.018Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T03:35:44.018Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-09T03:35:44.018Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T03:35:44.018Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T03:35:48.784Z] Removing intermediate container c63412843cf9 [2020-09-09T03:35:48.784Z] ---> 043de19938c2 [2020-09-09T03:35:48.784Z] Successfully built 043de19938c2 [2020-09-09T03:35:48.784Z] 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) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T03:35:51.463Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-09T03:35:51.810Z] + ls -al . [2020-09-09T03:35:51.810Z] total 104 [2020-09-09T03:35:51.810Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 9 03:34 . [2020-09-09T03:35:51.810Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 .. [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 9 03:34 .dockerignore [2020-09-09T03:35:51.810Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 03:34 .git [2020-09-09T03:35:51.810Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 03:34 .github [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 9 03:34 .gitignore [2020-09-09T03:35:51.810Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 03:34 .semver [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 9 03:34 Dockerfile.build [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 808 Sep 9 03:34 Jenkinsfile [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 9 03:34 LICENSE [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 9 03:34 Makefile [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 9 03:34 README.md [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 9 03:34 RELEASE-NOTES.txt [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 9 03:32 VERSION [2020-09-09T03:35:51.810Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 03:34 bin [2020-09-09T03:35:51.810Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 example [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 446 Sep 9 03:34 go.mod [2020-09-09T03:35:51.810Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 9 03:34 internal [2020-09-09T03:35:51.810Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 openapi [2020-09-09T03:35:51.810Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 9 03:34 pkg [2020-09-09T03:35:51.810Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 snap [2020-09-09T03:35:51.810Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 9 03:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:35:52.162Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4000e27a9f725d20d01bd2b86b2182ef891199d8 --label arch=arm64 --label version=1.2.4-dev.9 . [2020-09-09T03:35:52.234Z] Removing intermediate container a3d574ed452c [2020-09-09T03:35:52.234Z] ---> 137f7fb788d8 [2020-09-09T03:35:52.234Z] Successfully built 137f7fb788d8 [2020-09-09T03:35:52.234Z] 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 [2020-09-09T03:35:52.764Z] Sending build context to Docker daemon 3.131MB [2020-09-09T03:35:52.764Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-09T03:35:52.764Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-09T03:35:52.764Z] ---> 043de19938c2 [2020-09-09T03:35:52.764Z] Step 3/24 : ARG MAKE='make build' [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T03:35:53.035Z] ---> Running in 497692bdbd9f [2020-09-09T03:35:53.308Z] Removing intermediate container 497692bdbd9f [2020-09-09T03:35:53.308Z] ---> 7a1b04cd86f0 [2020-09-09T03:35:53.308Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-09T03:35:53.540Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-09T03:35:53.581Z] ---> Running in 891d6a661feb [2020-09-09T03:35:53.840Z] + ls -al . [2020-09-09T03:35:53.840Z] total 64 [2020-09-09T03:35:53.840Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 9 03:35 . [2020-09-09T03:35:53.840Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 9 03:35 .. [2020-09-09T03:35:53.840Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 9 03:35 bin [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 9 03:35 Dockerfile.build [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 9 03:35 .dockerignore [2020-09-09T03:35:53.840Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 9 03:35 example [2020-09-09T03:35:53.840Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 9 03:35 .git [2020-09-09T03:35:53.840Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 9 03:35 .github [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 9 03:35 .gitignore [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 446 Sep 9 03:35 go.mod [2020-09-09T03:35:53.840Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 9 03:35 internal [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 808 Sep 9 03:35 Jenkinsfile [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 9 03:35 LICENSE [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 9 03:35 Makefile [2020-09-09T03:35:53.840Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 9 03:35 openapi [2020-09-09T03:35:53.840Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 9 03:35 pkg [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 9 03:35 README.md [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 9 03:35 RELEASE-NOTES.txt [2020-09-09T03:35:53.840Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 9 03:35 .semver [2020-09-09T03:35:53.840Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 9 03:35 snap [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 9 03:32 VERSION [2020-09-09T03:35:53.840Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 9 03:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:35:54.145Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4000e27a9f725d20d01bd2b86b2182ef891199d8 --label arch=amd64 --label version=1.2.4-dev.9 . [2020-09-09T03:35:54.174Z] Removing intermediate container 891d6a661feb [2020-09-09T03:35:54.174Z] ---> ea75e2319939 [2020-09-09T03:35:54.174Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:35:54.174Z] ---> Running in 2538032b4316 [2020-09-09T03:35:54.408Z] Sending build context to Docker daemon 3.131MB [2020-09-09T03:35:54.408Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-09T03:35:54.408Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-09T03:35:54.408Z] ---> 137f7fb788d8 [2020-09-09T03:35:54.408Z] Step 3/24 : ARG MAKE='make build' [2020-09-09T03:35:54.451Z] Removing intermediate container 2538032b4316 [2020-09-09T03:35:54.451Z] ---> 9ec932ddd7b1 [2020-09-09T03:35:54.451Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:35:54.723Z] ---> Running in 3f6cafb0671b [2020-09-09T03:35:54.983Z] ---> Running in 98e800d6bde0 [2020-09-09T03:35:54.983Z] Removing intermediate container 98e800d6bde0 [2020-09-09T03:35:54.983Z] ---> e7aff06699d9 [2020-09-09T03:35:54.983Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-09T03:35:54.983Z] ---> Running in ed61b394e3a1 [2020-09-09T03:35:55.246Z] Removing intermediate container ed61b394e3a1 [2020-09-09T03:35:55.246Z] ---> 2280c1860e3f [2020-09-09T03:35:55.246Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:35:55.246Z] ---> Running in 6e177e49f134 [2020-09-09T03:35:55.508Z] Removing intermediate container 6e177e49f134 [2020-09-09T03:35:55.508Z] ---> 9486439080a5 [2020-09-09T03:35:55.508Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:35:55.508Z] ---> Running in df5c24564a5a [2020-09-09T03:35:56.909Z] Removing intermediate container df5c24564a5a [2020-09-09T03:35:56.909Z] ---> 2ed064d2d068 [2020-09-09T03:35:56.909Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-09T03:35:56.909Z] ---> Running in ec5641cc5db2 [2020-09-09T03:35:57.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T03:35:57.335Z] Removing intermediate container 3f6cafb0671b [2020-09-09T03:35:57.335Z] ---> bad25d88926f [2020-09-09T03:35:57.335Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-09T03:35:57.335Z] ---> Running in 60d92719fa9a [2020-09-09T03:35:58.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T03:35:58.379Z] OK: 166 MiB in 39 packages [2020-09-09T03:35:58.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T03:35:58.955Z] Removing intermediate container ec5641cc5db2 [2020-09-09T03:35:58.955Z] ---> c4cfac79db33 [2020-09-09T03:35:58.955Z] Step 8/24 : COPY . . [2020-09-09T03:35:59.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T03:35:59.905Z] ---> 54f0102f7aba [2020-09-09T03:35:59.905Z] Step 9/24 : RUN ${MAKE} [2020-09-09T03:35:59.905Z] ---> Running in fe6aa21663b6 [2020-09-09T03:36:00.339Z] OK: 142 MiB in 39 packages [2020-09-09T03:36:00.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-09-09T03:36:01.683Z] Removing intermediate container 60d92719fa9a [2020-09-09T03:36:01.683Z] ---> 3b00bcad88ce [2020-09-09T03:36:01.683Z] Step 8/24 : COPY . . [2020-09-09T03:36:02.657Z] ---> 52acaf26ae0e [2020-09-09T03:36:02.657Z] Step 9/24 : RUN ${MAKE} [2020-09-09T03:36:02.931Z] ---> Running in c204ad163f82 [2020-09-09T03:36:04.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-09-09T03:36:11.247Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-09T03:36:11.821Z] Removing intermediate container fe6aa21663b6 [2020-09-09T03:36:11.821Z] ---> 3be525313307 [2020-09-09T03:36:11.821Z] Step 10/24 : FROM scratch [2020-09-09T03:36:11.821Z] ---> [2020-09-09T03:36:11.821Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:36:11.821Z] ---> Running in bcfbed14bd37 [2020-09-09T03:36:12.083Z] Removing intermediate container bcfbed14bd37 [2020-09-09T03:36:12.084Z] ---> c90864edf89a [2020-09-09T03:36:12.084Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-09T03:36:12.084Z] ---> Running in 8d46421d8771 [2020-09-09T03:36:12.347Z] Removing intermediate container 8d46421d8771 [2020-09-09T03:36:12.347Z] ---> 062ac38824aa [2020-09-09T03:36:12.347Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-09T03:36:12.347Z] ---> Running in de73f430942e [2020-09-09T03:36:12.608Z] Removing intermediate container de73f430942e [2020-09-09T03:36:12.608Z] ---> 5cb6e9994ad9 [2020-09-09T03:36:12.608Z] Step 14/24 : WORKDIR / [2020-09-09T03:36:12.608Z] ---> Running in 7ef5112c69f8 [2020-09-09T03:36:12.608Z] Removing intermediate container 7ef5112c69f8 [2020-09-09T03:36:12.608Z] ---> eca1fdac7494 [2020-09-09T03:36:12.608Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-09T03:36:13.181Z] ---> d1d954f70568 [2020-09-09T03:36:13.181Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-09T03:36:13.445Z] ---> a4c6276631c7 [2020-09-09T03:36:13.445Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-09T03:36:13.707Z] ---> 7c9f05241cc9 [2020-09-09T03:36:13.707Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-09T03:36:13.968Z] ---> 05461ff11251 [2020-09-09T03:36:13.968Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-09T03:36:14.229Z] ---> d31b83943ab1 [2020-09-09T03:36:14.229Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-09T03:36:14.229Z] ---> Running in dca27cdea25b [2020-09-09T03:36:14.491Z] Removing intermediate container dca27cdea25b [2020-09-09T03:36:14.491Z] ---> 2f772d6c33f3 [2020-09-09T03:36:14.491Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T03:36:14.491Z] ---> Running in 825148abab5a [2020-09-09T03:36:14.763Z] Removing intermediate container 825148abab5a [2020-09-09T03:36:14.763Z] ---> 506bd2c8cffb [2020-09-09T03:36:14.763Z] Step 22/24 : LABEL arch=amd64 [2020-09-09T03:36:14.763Z] ---> Running in 459a63c37724 [2020-09-09T03:36:15.030Z] Removing intermediate container 459a63c37724 [2020-09-09T03:36:15.030Z] ---> 6508a89b0b6b [2020-09-09T03:36:15.030Z] Step 23/24 : LABEL git_sha=4000e27a9f725d20d01bd2b86b2182ef891199d8 [2020-09-09T03:36:15.030Z] ---> Running in caa098386ae0 [2020-09-09T03:36:15.296Z] Removing intermediate container caa098386ae0 [2020-09-09T03:36:15.296Z] ---> 1313dde9d07d [2020-09-09T03:36:15.296Z] Step 24/24 : LABEL version=1.2.4-dev.9 [2020-09-09T03:36:15.296Z] ---> Running in 76464ddeebc9 [2020-09-09T03:36:15.560Z] Removing intermediate container 76464ddeebc9 [2020-09-09T03:36:15.560Z] ---> 54dbf359f04b [2020-09-09T03:36:15.560Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-09T03:36:15.560Z] Successfully built 54dbf359f04b [2020-09-09T03:36:15.560Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [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-09T03:36:31.186Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-09T03:36:31.186Z] Removing intermediate container c204ad163f82 [2020-09-09T03:36:31.186Z] ---> ba01a9d10a96 [2020-09-09T03:36:31.186Z] Step 10/24 : FROM scratch [2020-09-09T03:36:31.186Z] ---> [2020-09-09T03:36:31.186Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:36:31.186Z] ---> Running in 1e6714e2bbe9 [2020-09-09T03:36:31.186Z] Removing intermediate container 1e6714e2bbe9 [2020-09-09T03:36:31.186Z] ---> e2db9bd4d1ba [2020-09-09T03:36:31.186Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-09T03:36:31.186Z] ---> Running in 312be3e25c42 [2020-09-09T03:36:31.460Z] Removing intermediate container 312be3e25c42 [2020-09-09T03:36:31.460Z] ---> dda80839c54f [2020-09-09T03:36:31.460Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-09T03:36:31.748Z] ---> Running in 36e27ec0134e [2020-09-09T03:36:32.021Z] Removing intermediate container 36e27ec0134e [2020-09-09T03:36:32.021Z] ---> 14c25e19237e [2020-09-09T03:36:32.021Z] Step 14/24 : WORKDIR / [2020-09-09T03:36:32.293Z] ---> Running in 394f8a0e0260 [2020-09-09T03:36:32.900Z] Removing intermediate container 394f8a0e0260 [2020-09-09T03:36:32.900Z] ---> c5bdbeee3f70 [2020-09-09T03:36:32.900Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-09T03:36:33.921Z] ---> ae680cf44be4 [2020-09-09T03:36:33.921Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-09T03:36:34.904Z] ---> ec59d6f14704 [2020-09-09T03:36:34.904Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-09T03:36:35.506Z] ---> e518f94ee90a [2020-09-09T03:36:35.506Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-09T03:36:36.487Z] ---> 1dd25a904fa5 [2020-09-09T03:36:36.487Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-09T03:36:37.094Z] ---> e664aacb3b13 [2020-09-09T03:36:37.094Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-09T03:36:37.367Z] ---> Running in 967bb2aef2d3 [2020-09-09T03:36:37.640Z] Removing intermediate container 967bb2aef2d3 [2020-09-09T03:36:37.640Z] ---> 91e392c3b808 [2020-09-09T03:36:37.640Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T03:36:37.913Z] ---> Running in aae90c519773 [2020-09-09T03:36:38.508Z] Removing intermediate container aae90c519773 [2020-09-09T03:36:38.508Z] ---> 324b7063b24d [2020-09-09T03:36:38.508Z] Step 22/24 : LABEL arch=arm64 [2020-09-09T03:36:38.508Z] ---> Running in 91163fb1d99c [2020-09-09T03:36:39.106Z] Removing intermediate container 91163fb1d99c [2020-09-09T03:36:39.106Z] ---> 71e527d6a345 [2020-09-09T03:36:39.106Z] Step 23/24 : LABEL git_sha=4000e27a9f725d20d01bd2b86b2182ef891199d8 [2020-09-09T03:36:39.106Z] ---> Running in 0af48f5845a7 [2020-09-09T03:36:39.702Z] Removing intermediate container 0af48f5845a7 [2020-09-09T03:36:39.702Z] ---> a90364225642 [2020-09-09T03:36:39.702Z] Step 24/24 : LABEL version=1.2.4-dev.9 [2020-09-09T03:36:39.702Z] ---> Running in 406936c3801e [2020-09-09T03:36:40.295Z] Removing intermediate container 406936c3801e [2020-09-09T03:36:40.295Z] ---> eb354503984b [2020-09-09T03:36:40.295Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-09T03:36:40.295Z] Successfully built eb354503984b [2020-09-09T03:36:40.295Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [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-09T03:36:42.391Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-09T03:36:42.392Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-09T03:36:42.466Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:36:42.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T03:36:42.809Z] [2020-09-09T03:36:42.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:36:43.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T03:36:43.153Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-09T03:36:43.153Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-09T03:36:43.153Z] 408f87550127: Pulling fs layer [2020-09-09T03:36:43.153Z] fe522b08c979: Pulling fs layer [2020-09-09T03:36:43.153Z] 221eaa008020: Pulling fs layer [2020-09-09T03:36:43.153Z] 2a4607e5d6b9: Pulling fs layer [2020-09-09T03:36:43.153Z] 8f79b27c4fd2: Pulling fs layer [2020-09-09T03:36:43.153Z] e5c8dbe1645b: Pulling fs layer [2020-09-09T03:36:43.153Z] 23e8b3b47431: Pulling fs layer [2020-09-09T03:36:43.153Z] 5c568d65a230: Pulling fs layer [2020-09-09T03:36:43.153Z] e5c8dbe1645b: Waiting [2020-09-09T03:36:43.153Z] 5c568d65a230: Waiting [2020-09-09T03:36:43.153Z] 23e8b3b47431: Waiting [2020-09-09T03:36:43.153Z] 8f79b27c4fd2: Waiting [2020-09-09T03:36:43.153Z] fe522b08c979: Verifying Checksum [2020-09-09T03:36:43.153Z] fe522b08c979: Download complete [2020-09-09T03:36:43.153Z] 408f87550127: Verifying Checksum [2020-09-09T03:36:43.153Z] 408f87550127: Download complete [2020-09-09T03:36:43.153Z] 2a4607e5d6b9: Verifying Checksum [2020-09-09T03:36:43.153Z] 2a4607e5d6b9: Download complete [2020-09-09T03:36:43.153Z] 8f79b27c4fd2: Verifying Checksum [2020-09-09T03:36:43.153Z] 8f79b27c4fd2: Download complete [2020-09-09T03:36:43.417Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-09T03:36:43.417Z] cbdbe7a5bc2a: Download complete [2020-09-09T03:36:43.688Z] cbdbe7a5bc2a: Pull complete [2020-09-09T03:36:43.949Z] 408f87550127: Pull complete [2020-09-09T03:36:43.949Z] fe522b08c979: Pull complete [2020-09-09T03:36:45.335Z] e5c8dbe1645b: Download complete [2020-09-09T03:36:47.270Z] 23e8b3b47431: Verifying Checksum [2020-09-09T03:36:47.270Z] 23e8b3b47431: Download complete [2020-09-09T03:36:47.270Z] 5c568d65a230: Verifying Checksum [2020-09-09T03:36:47.270Z] 5c568d65a230: Download complete [2020-09-09T03:36:51.497Z] 221eaa008020: Verifying Checksum [2020-09-09T03:36:51.497Z] 221eaa008020: Download complete [2020-09-09T03:36:56.817Z] 221eaa008020: Pull complete [2020-09-09T03:36:56.817Z] 2a4607e5d6b9: Pull complete [2020-09-09T03:36:56.817Z] 8f79b27c4fd2: Pull complete [2020-09-09T03:36:59.383Z] e5c8dbe1645b: Pull complete [2020-09-09T03:37:01.934Z] 23e8b3b47431: Pull complete [2020-09-09T03:37:03.330Z] 5c568d65a230: Pull complete [2020-09-09T03:37:03.330Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-09T03:37:03.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-09T03:37:03.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-09T03:37:03.492Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:37:03.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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-devops/edgex-snyk-go:1.317.0 cat [2020-09-09T03:37:04.434Z] $ docker top e02bc2edd54b4be6472388971ae065a19418f4f90c15e61fea46e39eea85d881 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T03:37:04.949Z] + snyk monitor '--org=edgex-jenkins' [2020-09-09T03:37:09.182Z] [2020-09-09T03:37:09.182Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-09-09T03:37:09.182Z] [2020-09-09T03:37:09.182Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/33674c0a-3739-437f-a4f6-5946e6f19d2e [2020-09-09T03:37:09.182Z] [2020-09-09T03:37:09.182Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-09T03:37:09.182Z] [2020-09-09T03:37:09.442Z] [2020-09-09T03:37:09.442Z] Snyk CLI supports Node.js 8 and higher. [2020-09-09T03:37:09.442Z] 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-09T03:37:09.442Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-09T03:37:09.442Z] [2020-09-09T03:37:09.442Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-09T03:37:09.442Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-09T03:37:09.459Z] $ docker stop --time=1 e02bc2edd54b4be6472388971ae065a19418f4f90c15e61fea46e39eea85d881 [2020-09-09T03:37:11.924Z] $ docker rm -f e02bc2edd54b4be6472388971ae065a19418f4f90c15e61fea46e39eea85d881 [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-09T03:37:13.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:37:13.418Z] . [Pipeline] withDockerContainer [2020-09-09T03:37:13.505Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:37:13.545Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T03:37:14.365Z] $ docker top e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T03:37:14.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:37:14.633Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:37:14.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:37:14.881Z] $ docker exec e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 ssh-agent [2020-09-09T03:37:15.069Z] SSH_AUTH_SOCK=/tmp/ssh-sIXWgg3V3DPS/agent.12 [2020-09-09T03:37:15.069Z] SSH_AGENT_PID=18 [2020-09-09T03:37:15.076Z] Running ssh-add (command line suppressed) [2020-09-09T03:37:15.218Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6004660651697390185.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6004660651697390185.key) [2020-09-09T03:37:15.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:37:15.599Z] + git semver tag [2020-09-09T03:37:15.599Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T03:37:15.599Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-09-09T03:37:15.599Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-09-09T03:37:15.599Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T03:37:15.599Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T03:37:15.599Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T03:37:15.599Z] # $SEMVER_BRANCH = master [2020-09-09T03:37:15.599Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-09-09T03:37:15.599Z] # 4000e27a9f725d20d01bd2b86b2182ef891199d8 HEAD [2020-09-09T03:37:15.599Z] # -> Force: false [2020-09-09T03:37:15.599Z] # 879fe51b68fbfa29b1b85440c9e9ea720d818db7 refs/tags/v1.2.4-dev.9 [Pipeline] } [2020-09-09T03:37:15.610Z] $ docker exec --env ******** --env ******** e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 ssh-agent -k [2020-09-09T03:37:15.727Z] unset SSH_AUTH_SOCK; [2020-09-09T03:37:15.727Z] unset SSH_AGENT_PID; [2020-09-09T03:37:15.727Z] echo Agent pid 18 killed; [2020-09-09T03:37:15.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T03:37:16.246Z] + git semver [Pipeline] } [2020-09-09T03:37:16.263Z] $ docker stop --time=1 e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 [2020-09-09T03:37:17.601Z] $ docker rm -f e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:37:18.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T03:37:18.185Z] [2020-09-09T03:37:18.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:37:18.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T03:37:18.561Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-09T03:37:18.561Z] ab5ef0e58194: Pulling fs layer [2020-09-09T03:37:18.561Z] 9712f1f96733: Pulling fs layer [2020-09-09T03:37:18.561Z] 63f879dbbcfc: Pulling fs layer [2020-09-09T03:37:18.561Z] 0d9ebad4ef96: Pulling fs layer [2020-09-09T03:37:18.561Z] e9a5061849ea: Pulling fs layer [2020-09-09T03:37:18.561Z] d747dcd14b5f: Pulling fs layer [2020-09-09T03:37:18.561Z] 2de7ff778b66: Pulling fs layer [2020-09-09T03:37:18.561Z] e9a5061849ea: Waiting [2020-09-09T03:37:18.561Z] d747dcd14b5f: Waiting [2020-09-09T03:37:18.561Z] 2de7ff778b66: Waiting [2020-09-09T03:37:18.561Z] 0d9ebad4ef96: Waiting [2020-09-09T03:37:18.561Z] 9712f1f96733: Verifying Checksum [2020-09-09T03:37:18.561Z] 9712f1f96733: Download complete [2020-09-09T03:37:21.979Z] 63f879dbbcfc: Verifying Checksum [2020-09-09T03:37:21.979Z] 63f879dbbcfc: Download complete [2020-09-09T03:37:21.979Z] e9a5061849ea: Verifying Checksum [2020-09-09T03:37:21.979Z] e9a5061849ea: Download complete [2020-09-09T03:37:21.979Z] d747dcd14b5f: Verifying Checksum [2020-09-09T03:37:21.979Z] d747dcd14b5f: Download complete [2020-09-09T03:37:22.241Z] 0d9ebad4ef96: Verifying Checksum [2020-09-09T03:37:22.241Z] 0d9ebad4ef96: Download complete [2020-09-09T03:37:22.814Z] 2de7ff778b66: Verifying Checksum [2020-09-09T03:37:22.814Z] 2de7ff778b66: Download complete [2020-09-09T03:37:22.814Z] ab5ef0e58194: Verifying Checksum [2020-09-09T03:37:22.814Z] ab5ef0e58194: Download complete [2020-09-09T03:37:27.096Z] ab5ef0e58194: Pull complete [2020-09-09T03:37:27.363Z] 9712f1f96733: Pull complete [2020-09-09T03:37:30.693Z] 63f879dbbcfc: Pull complete [2020-09-09T03:37:37.320Z] 0d9ebad4ef96: Pull complete [2020-09-09T03:37:37.581Z] e9a5061849ea: Pull complete [2020-09-09T03:37:37.581Z] d747dcd14b5f: Pull complete [2020-09-09T03:37:42.886Z] 2de7ff778b66: Pull complete [2020-09-09T03:37:42.886Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-09T03:37:42.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-09T03:37:42.886Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-09T03:37:43.083Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:37:43.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-09T03:37:46.138Z] $ docker top ac8f769fc653a018dfb32490ad20fe26f4b99c29e9e1ad83b7b4b5ca14fc6927 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-09T03:37:46.422Z] provisioning config files... [2020-09-09T03:37:46.436Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5616567068337830185tmp [2020-09-09T03:37:46.456Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2916889539997504497tmp [2020-09-09T03:37:46.472Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3642585893106297545tmp [Pipeline] { [Pipeline] echo [2020-09-09T03:37:46.523Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:37:46.812Z] ---> sigul-configuration.sh [2020-09-09T03:37:46.812Z] gpg: directory `/root/.gnupg' created [2020-09-09T03:37:46.812Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-09T03:37:46.812Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-09T03:37:46.812Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-09T03:37:46.812Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-09T03:37:46.812Z] gpg: CAST5 encrypted data [2020-09-09T03:37:47.072Z] gpg: encrypted with 1 passphrase [2020-09-09T03:37:47.072Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-09T03:37:47.362Z] + mkdir /home/jenkins [2020-09-09T03:37:47.362Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-09T03:37:47.651Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-09T03:37:47.661Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:37:47.952Z] ---> sigul-install.sh [2020-09-09T03:37:56.082Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-09T03:37:56.378Z] + git tag --list [2020-09-09T03:37:56.379Z] v1.2.4-dev.9 [Pipeline] sh [2020-09-09T03:37:56.680Z] + lftools sign git-tag v1.2.4-dev.9 [2020-09-09T03:37:58.073Z] Signing Git tag with Sigul... [2020-09-09T03:37:58.073Z] Signing v1.2.4-dev.9 [Pipeline] echo [2020-09-09T03:37:59.024Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:37:59.317Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-09T03:37:59.326Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-09T03:37:59.418Z] $ docker stop --time=1 ac8f769fc653a018dfb32490ad20fe26f4b99c29e9e1ad83b7b4b5ca14fc6927 [2020-09-09T03:38:01.379Z] $ docker rm -f ac8f769fc653a018dfb32490ad20fe26f4b99c29e9e1ad83b7b4b5ca14fc6927 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:38:02.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:38:02.218Z] . [Pipeline] withDockerContainer [2020-09-09T03:38:02.323Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:38:02.365Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T03:38:03.084Z] $ docker top 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T03:38:03.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:38:03.407Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:38:03.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:38:03.626Z] $ docker exec 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 ssh-agent [2020-09-09T03:38:03.803Z] SSH_AUTH_SOCK=/tmp/ssh-1jGih77XFtqU/agent.11 [2020-09-09T03:38:03.803Z] SSH_AGENT_PID=16 [2020-09-09T03:38:03.811Z] Running ssh-add (command line suppressed) [2020-09-09T03:38:03.943Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_485442128867307146.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_485442128867307146.key) [2020-09-09T03:38:03.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:38:04.337Z] + git semver bump pre [2020-09-09T03:38:04.337Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T03:38:04.337Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-09-09T03:38:04.337Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-09-09T03:38:04.337Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T03:38:04.337Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T03:38:04.337Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T03:38:04.337Z] # $SEMVER_BRANCH = master [2020-09-09T03:38:04.337Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-09-09T03:38:04.337Z] 1.2.4-dev.10 [Pipeline] } [2020-09-09T03:38:04.350Z] $ docker exec --env ******** --env ******** 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 ssh-agent -k [2020-09-09T03:38:04.480Z] unset SSH_AUTH_SOCK; [2020-09-09T03:38:04.481Z] unset SSH_AGENT_PID; [2020-09-09T03:38:04.481Z] echo Agent pid 16 killed; [2020-09-09T03:38:04.527Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T03:38:05.027Z] + git semver [Pipeline] } [2020-09-09T03:38:05.045Z] $ docker stop --time=1 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 [2020-09-09T03:38:06.394Z] $ docker rm -f 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:38:06.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:38:06.892Z] . [Pipeline] withDockerContainer [2020-09-09T03:38:06.986Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:38:07.036Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T03:38:07.623Z] $ docker top e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T03:38:07.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:38:07.904Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:38:08.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:38:08.093Z] $ docker exec e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 ssh-agent [2020-09-09T03:38:08.264Z] SSH_AUTH_SOCK=/tmp/ssh-mepNHRMYikio/agent.13 [2020-09-09T03:38:08.264Z] SSH_AGENT_PID=19 [2020-09-09T03:38:08.272Z] Running ssh-add (command line suppressed) [2020-09-09T03:38:08.391Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4422405990382696463.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4422405990382696463.key) [2020-09-09T03:38:08.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:38:08.778Z] + git semver push [2020-09-09T03:38:08.778Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T03:38:08.778Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-09-09T03:38:08.778Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-09-09T03:38:08.778Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T03:38:08.778Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T03:38:08.778Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T03:38:08.778Z] # $SEMVER_BRANCH = master [2020-09-09T03:38:08.778Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-09-09T03:38:15.391Z] $ docker exec --env ******** --env ******** e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 ssh-agent -k [2020-09-09T03:38:15.514Z] unset SSH_AUTH_SOCK; [2020-09-09T03:38:15.515Z] unset SSH_AGENT_PID; [2020-09-09T03:38:15.515Z] echo Agent pid 19 killed; [2020-09-09T03:38:15.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T03:38:16.024Z] + git semver [Pipeline] } [2020-09-09T03:38:16.046Z] $ docker stop --time=1 e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 [2020-09-09T03:38:17.383Z] $ docker rm -f e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:38:18.552Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:38:19.125Z] ---> package-listing.sh [2020-09-09T03:38:19.125Z] ++ facter osfamily [2020-09-09T03:38:19.125Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-09T03:38:19.125Z] + OS_FAMILY=redhat [2020-09-09T03:38:19.125Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-09-09T03:38:19.125Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-09T03:38:19.125Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-09T03:38:19.125Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-09T03:38:19.125Z] + PACKAGES=/tmp/packages_start.txt [2020-09-09T03:38:19.125Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-09-09T03:38:19.125Z] + PACKAGES=/tmp/packages_end.txt [2020-09-09T03:38:19.125Z] + case "${OS_FAMILY}" in [2020-09-09T03:38:19.125Z] + rpm -qa [2020-09-09T03:38:19.125Z] + sort [2020-09-09T03:38:23.409Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-09T03:38:23.409Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-09T03:38:23.409Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-09T03:38:23.409Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-09-09T03:38:23.409Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-09-09T03:38:23.409Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:38:23.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T03:38:23.873Z] [2020-09-09T03:38:23.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:38:24.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T03:38:24.216Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-09T03:38:24.216Z] df20fa9351a1: Pulling fs layer [2020-09-09T03:38:24.216Z] 36b3adc4ff6f: Pulling fs layer [2020-09-09T03:38:24.216Z] 8ad3a11d3b57: Pulling fs layer [2020-09-09T03:38:24.216Z] 46f8f816bc3b: Pulling fs layer [2020-09-09T03:38:24.216Z] 0dadc02b9964: Pulling fs layer [2020-09-09T03:38:24.216Z] ce6a7cf60c04: Pulling fs layer [2020-09-09T03:38:24.216Z] 7a184a31f384: Pulling fs layer [2020-09-09T03:38:24.216Z] 0879bd2ef858: Pulling fs layer [2020-09-09T03:38:24.216Z] 0dadc02b9964: Waiting [2020-09-09T03:38:24.216Z] ce6a7cf60c04: Waiting [2020-09-09T03:38:24.216Z] 7a184a31f384: Waiting [2020-09-09T03:38:24.216Z] 0879bd2ef858: Waiting [2020-09-09T03:38:24.216Z] 46f8f816bc3b: Waiting [2020-09-09T03:38:24.216Z] 36b3adc4ff6f: Verifying Checksum [2020-09-09T03:38:24.216Z] 36b3adc4ff6f: Download complete [2020-09-09T03:38:24.216Z] 46f8f816bc3b: Verifying Checksum [2020-09-09T03:38:24.216Z] 46f8f816bc3b: Download complete [2020-09-09T03:38:24.216Z] df20fa9351a1: Verifying Checksum [2020-09-09T03:38:24.216Z] df20fa9351a1: Download complete [2020-09-09T03:38:24.497Z] ce6a7cf60c04: Verifying Checksum [2020-09-09T03:38:24.497Z] ce6a7cf60c04: Download complete [2020-09-09T03:38:24.497Z] 0dadc02b9964: Verifying Checksum [2020-09-09T03:38:24.497Z] 0dadc02b9964: Download complete [2020-09-09T03:38:24.497Z] 7a184a31f384: Verifying Checksum [2020-09-09T03:38:24.497Z] 7a184a31f384: Download complete [2020-09-09T03:38:24.497Z] 8ad3a11d3b57: Verifying Checksum [2020-09-09T03:38:24.497Z] 8ad3a11d3b57: Download complete [2020-09-09T03:38:24.760Z] df20fa9351a1: Pull complete [2020-09-09T03:38:25.024Z] 36b3adc4ff6f: Pull complete [2020-09-09T03:38:25.024Z] 0879bd2ef858: Verifying Checksum [2020-09-09T03:38:25.024Z] 0879bd2ef858: Download complete [2020-09-09T03:38:25.609Z] 8ad3a11d3b57: Pull complete [2020-09-09T03:38:25.609Z] 46f8f816bc3b: Pull complete [2020-09-09T03:38:25.870Z] 0dadc02b9964: Pull complete [2020-09-09T03:38:26.135Z] ce6a7cf60c04: Pull complete [2020-09-09T03:38:26.135Z] 7a184a31f384: Pull complete [2020-09-09T03:38:29.468Z] 0879bd2ef858: Pull complete [2020-09-09T03:38:29.468Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-09T03:38:29.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T03:38:29.468Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-09T03:38:29.579Z] prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container [2020-09-09T03:38:29.632Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-09T03:38:32.626Z] $ docker top 8c2628de67fdd7a5b00394a9639da0eb1767ab6ba049a016f973f57766f0513c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T03:38:33.128Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-09T03:38:33.426Z] + ls /var/log/sa-host [2020-09-09T03:38:33.426Z] + sadf -c /var/log/sa-host/sa05 [2020-09-09T03:38:33.426Z] file_magic: OK [2020-09-09T03:38:33.426Z] HZ: Using current value: 100 [2020-09-09T03:38:33.426Z] file_header: OK [2020-09-09T03:38:33.426Z] 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-09T03:38:33.426Z] Statistics: [2020-09-09T03:38:33.426Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T03:38:33.426Z] File successfully converted to sysstat format version 12.2.1 [2020-09-09T03:38:33.426Z] + sadf -c /var/log/sa-host/sa09 [2020-09-09T03:38:33.426Z] file_magic: OK [2020-09-09T03:38:33.426Z] HZ: Using current value: 100 [2020-09-09T03:38:33.426Z] file_header: OK [2020-09-09T03:38:33.426Z] 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-09T03:38:33.426Z] Statistics: [2020-09-09T03:38:33.426Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T03:38:33.426Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T03:38:33.518Z] provisioning config files... [2020-09-09T03:38:33.535Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5665417632864918472tmp [Pipeline] { [Pipeline] echo [2020-09-09T03:38:33.604Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:38:33.899Z] ---> create-netrc.sh [Pipeline] echo [2020-09-09T03:38:33.909Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:38:34.202Z] ---> logs-deploy.sh [2020-09-09T03:38:34.202Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/59 [2020-09-09T03:38:34.202Z] INFO: archiving workspace using pattern(s): [2020-09-09T03:38:35.595Z] Archives upload complete. [2020-09-09T03:38:35.595Z] INFO: archiving logs to Nexus