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 03:32:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:32:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:32:08 ========================================================= 03:32:08 EdgeX Global Pipelines Version Info 03:32:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:32:10 ------------------- 03:32:10 stable info: 03:32:10 ------------------- 03:32:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:32:10 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 03:32:10 Message: update stable to v1.0.119 03:32:11 ------------------- 03:32:11 experimental info: 03:32:11 ------------------- 03:32:11 Commited By: **** collab-it+edgex@linuxfoundation.org 03:32:11 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 03:32:11 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:32:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:32:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:32:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:32:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 03:32:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 03:32:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4000e27a9f725d20d01bd2b86b2182ef891199d8 [Pipeline] echo 03:32:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4000e27 [Pipeline] echo 03:32:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:32:15 + git log --format=format:%s -1 4000e27a9f725d20d01bd2b86b2182ef891199d8 [Pipeline] echo 03:32:15 GIT_COMMIT: 4000e27a9f725d20d01bd2b86b2182ef891199d8, Commit Message: Merge pull request #579 from hahattan/dependabot [Pipeline] echo 03:32:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:32:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:32:16 03:32:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:32:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:32:17 latest: Pulling from edgex-devops/git-semver 03:32:17 31603596830f: Pulling fs layer 03:32:17 2a8b12db71e7: Pulling fs layer 03:32:17 6ca5941a6612: Pulling fs layer 03:32:17 ecc8261a40a4: Pulling fs layer 03:32:17 ecc8261a40a4: Waiting 03:32:17 2a8b12db71e7: Download complete 03:32:17 31603596830f: Verifying Checksum 03:32:17 31603596830f: Download complete 03:32:17 ecc8261a40a4: Verifying Checksum 03:32:17 ecc8261a40a4: Download complete 03:32:17 6ca5941a6612: Verifying Checksum 03:32:17 6ca5941a6612: Download complete 03:32:17 31603596830f: Pull complete 03:32:17 2a8b12db71e7: Pull complete 03:32:18 6ca5941a6612: Pull complete 03:32:18 ecc8261a40a4: Pull complete 03:32:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:32:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:32:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:32:18 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:32:18 $ 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 03:32:21 $ docker top 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:32:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:32:21 [ssh-agent] Looking for ssh-agent implementation... 03:32:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:22 $ docker exec 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent 03:32:22 SSH_AUTH_SOCK=/tmp/ssh-TpYsz1e3B571/agent.11 03:32:22 SSH_AGENT_PID=16 03:32:22 Running ssh-add (command line suppressed) 03:32:22 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) 03:32:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:32:22 + git describe --exact-match --tags HEAD 03:32:22 fatal: No names found, cannot describe anything. [Pipeline] } 03:32:22 $ docker exec --env ******** --env ******** 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent -k 03:32:23 unset SSH_AUTH_SOCK; 03:32:23 unset SSH_AGENT_PID; 03:32:23 echo Agent pid 16 killed; 03:32:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:32:23 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:32:23 This usually means this commit has not been tagged. [Pipeline] sshagent 03:32:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:32:23 [ssh-agent] Looking for ssh-agent implementation... 03:32:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:23 $ docker exec 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent 03:32:23 SSH_AUTH_SOCK=/tmp/ssh-UUecEQRfTZqu/agent.44 03:32:23 SSH_AGENT_PID=50 03:32:23 Running ssh-add (command line suppressed) 03:32:23 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) 03:32:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:32:24 + git semver init 03:32:24 # -> Open(): unable to determine branch for HEAD 03:32:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:32:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:32:24 # $SEMVER_REMOTE_NAME = origin 03:32:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:32:24 # $SEMVER_USER_NAME = edgex-jenkins 03:32:24 # $SEMVER_BRANCH = master 03:32:24 # $SEMVER_TEMP = /tmp/semver-047656693 03:32:24 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:32:24 # '/tmp/semver-047656693' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 03:32:24 # -> Force: false 03:32:24 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:32:24 $ docker exec --env ******** --env ******** 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f ssh-agent -k 03:32:24 unset SSH_AUTH_SOCK; 03:32:24 unset SSH_AGENT_PID; 03:32:24 echo Agent pid 50 killed; 03:32:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:32:25 + git semver [Pipeline] } 03:32:25 $ docker stop --time=1 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f 03:32:26 $ docker rm -f 888f77b40c987d21b238e03de886903ac450000bf8727d6526fe340eef01e92f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:32:27 Stashed 28 file(s) [Pipeline] echo 03:32:27 [edgeXSemver]: initialized semver on version 1.2.4-dev.9 [Pipeline] echo 03:32:27 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 03:32:42 Still waiting to schedule task 03:32:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:32:42 Still waiting to schedule task 03:32:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:34:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1896 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:34:34 Running in /w/workspace/device-sdk-go/59 [Pipeline] { [Pipeline] checkout 03:34:39 using credential edgex-jenkins-ssh 03:34:40 Cloning the remote Git repository 03:34:40 Cloning with configured refspecs honoured and without tags 03:34:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:34:40 > git init /w/workspace/device-sdk-go/59 # timeout=10 03:34:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:34:40 > git --version # timeout=10 03:34:40 > git --version # 'git version 2.17.1' 03:34:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:34:41 Fetching without tags 03:34:41 Checking out Revision 4000e27a9f725d20d01bd2b86b2182ef891199d8 (master) 03:34:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:34:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:34:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:34:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:34:41 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:34:41 > git config core.sparsecheckout # timeout=10 03:34:41 > git checkout -f 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 03:34:46 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 03:34:47 ========================================================= 03:34:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:34:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:34:48 + 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 . 03:34:49 Sending build context to Docker daemon 3.131MB 03:34:49 Step 1/8 : ARG BASE=golang:1.13-alpine 03:34:49 Step 2/8 : FROM ${BASE} 03:34:49 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:34:49 b538f80385f9: Pulling fs layer 03:34:49 74f711af9a0d: Pulling fs layer 03:34:49 99f96fe45779: Pulling fs layer 03:34:49 fd7a069fd194: Pulling fs layer 03:34:49 66aa3694b03b: Pulling fs layer 03:34:49 170f70906a0f: Pulling fs layer 03:34:49 ad7c5574e4b9: Pulling fs layer 03:34:49 e772456be8f7: Pulling fs layer 03:34:49 c890913d741a: Pulling fs layer 03:34:49 2480fcc9aa5a: Pulling fs layer 03:34:49 09adf4765672: Pulling fs layer 03:34:49 fd7a069fd194: Waiting 03:34:49 66aa3694b03b: Waiting 03:34:49 170f70906a0f: Waiting 03:34:49 ad7c5574e4b9: Waiting 03:34:49 e772456be8f7: Waiting 03:34:49 c890913d741a: Waiting 03:34:49 2480fcc9aa5a: Waiting 03:34:49 09adf4765672: Waiting 03:34:49 99f96fe45779: Download complete 03:34:49 74f711af9a0d: Verifying Checksum 03:34:49 74f711af9a0d: Download complete 03:34:49 66aa3694b03b: Verifying Checksum 03:34:49 66aa3694b03b: Download complete 03:34:49 170f70906a0f: Verifying Checksum 03:34:49 170f70906a0f: Download complete 03:34:50 b538f80385f9: Verifying Checksum 03:34:50 b538f80385f9: Download complete 03:34:50 b538f80385f9: Pull complete 03:34:51 74f711af9a0d: Pull complete 03:34:51 99f96fe45779: Pull complete 03:34:53 ad7c5574e4b9: Verifying Checksum 03:34:53 ad7c5574e4b9: Download complete 03:34:53 c890913d741a: Verifying Checksum 03:34:53 c890913d741a: Download complete 03:34:55 e772456be8f7: Verifying Checksum 03:34:55 e772456be8f7: Download complete 03:34:55 09adf4765672: Verifying Checksum 03:34:55 09adf4765672: Download complete 03:34:55 2480fcc9aa5a: Verifying Checksum 03:34:55 2480fcc9aa5a: Download complete 03:34:55 fd7a069fd194: Download complete 03:35:04 Running on prd-centos7-docker-4c-2g-1901 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 03:35:04 Running in /w/workspace/device-sdk-go/59 [Pipeline] { [Pipeline] checkout 03:35:07 using credential edgex-jenkins-ssh 03:35:07 Cloning the remote Git repository 03:35:07 Cloning with configured refspecs honoured and without tags 03:35:08 Fetching without tags 03:35:08 fd7a069fd194: Pull complete 03:35:08 66aa3694b03b: Pull complete 03:35:08 170f70906a0f: Pull complete 03:35:07 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:35:07 > git init /w/workspace/device-sdk-go/59 # timeout=10 03:35:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:35:07 > git --version # timeout=10 03:35:07 > git --version # 'git version 2.16.5' 03:35:07 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:35:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:35:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:35:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:35:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:35:08 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 03:35:08 Checking out Revision 4000e27a9f725d20d01bd2b86b2182ef891199d8 (master) 03:35:08 > git config core.sparsecheckout # timeout=10 03:35:08 > git checkout -f 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 03:35:10 ad7c5574e4b9: Pull complete 03:35:12 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 03:35:13 ========================================================= 03:35:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:35:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:35:13 + 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 . 03:35:14 Sending build context to Docker daemon 3.131MB 03:35:14 Step 1/8 : ARG BASE=golang:1.13-alpine 03:35:14 Step 2/8 : FROM ${BASE} 03:35:14 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:35:14 df20fa9351a1: Pulling fs layer 03:35:14 ed8968b2872e: Pulling fs layer 03:35:14 a92cc7c5fd73: Pulling fs layer 03:35:14 2dd03ba5bac4: Pulling fs layer 03:35:14 1e091d79d1de: Pulling fs layer 03:35:14 481702a1767f: Pulling fs layer 03:35:14 f64a6f60c768: Pulling fs layer 03:35:14 e78d2573fc39: Pulling fs layer 03:35:14 e876d2f968b6: Pulling fs layer 03:35:14 ce8a83651883: Pulling fs layer 03:35:14 07967f4d0e4b: Pulling fs layer 03:35:14 2dd03ba5bac4: Waiting 03:35:14 e78d2573fc39: Waiting 03:35:14 1e091d79d1de: Waiting 03:35:14 481702a1767f: Waiting 03:35:14 f64a6f60c768: Waiting 03:35:14 e876d2f968b6: Waiting 03:35:14 ce8a83651883: Waiting 03:35:14 07967f4d0e4b: Waiting 03:35:14 a92cc7c5fd73: Verifying Checksum 03:35:14 a92cc7c5fd73: Download complete 03:35:14 ed8968b2872e: Download complete 03:35:14 1e091d79d1de: Verifying Checksum 03:35:14 1e091d79d1de: Download complete 03:35:14 481702a1767f: Verifying Checksum 03:35:14 481702a1767f: Download complete 03:35:14 df20fa9351a1: Verifying Checksum 03:35:14 df20fa9351a1: Download complete 03:35:15 df20fa9351a1: Pull complete 03:35:15 ed8968b2872e: Pull complete 03:35:15 a92cc7c5fd73: Pull complete 03:35:16 e772456be8f7: Pull complete 03:35:16 c890913d741a: Pull complete 03:35:17 f64a6f60c768: Verifying Checksum 03:35:17 f64a6f60c768: Download complete 03:35:17 e876d2f968b6: Verifying Checksum 03:35:17 e876d2f968b6: Download complete 03:35:17 ce8a83651883: Verifying Checksum 03:35:17 ce8a83651883: Download complete 03:35:18 07967f4d0e4b: Verifying Checksum 03:35:18 07967f4d0e4b: Download complete 03:35:18 e78d2573fc39: Verifying Checksum 03:35:18 e78d2573fc39: Download complete 03:35:18 2480fcc9aa5a: Pull complete 03:35:18 2dd03ba5bac4: Verifying Checksum 03:35:18 2dd03ba5bac4: Download complete 03:35:18 09adf4765672: Pull complete 03:35:18 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:35:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:35:18 ---> 2248a725d1cf 03:35:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:35:23 2dd03ba5bac4: Pull complete 03:35:23 ---> Running in 3580d31e0d82 03:35:23 Removing intermediate container 3580d31e0d82 03:35:23 ---> e839c3cff54d 03:35:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:23 ---> Running in 7bebd24ce819 03:35:24 1e091d79d1de: Pull complete 03:35:24 481702a1767f: Pull complete 03:35:26 Removing intermediate container 7bebd24ce819 03:35:26 ---> ff2f29928043 03:35:26 Step 5/8 : RUN apk add --no-cache make git 03:35:26 ---> Running in e33fb24e228e 03:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:29 f64a6f60c768: Pull complete 03:35:29 OK: 142 MiB in 39 packages 03:35:30 Removing intermediate container e33fb24e228e 03:35:30 ---> 6cb94fe0a67f 03:35:30 Step 6/8 : WORKDIR /device-sdk-go 03:35:30 ---> Running in 7082e20fdd7d 03:35:31 Removing intermediate container 7082e20fdd7d 03:35:31 ---> 7556334bb104 03:35:31 Step 7/8 : COPY . . 03:35:32 e78d2573fc39: Pull complete 03:35:32 e876d2f968b6: Pull complete 03:35:32 ---> 389167f2be43 03:35:32 Step 8/8 : RUN go mod download 03:35:32 ---> Running in c63412843cf9 03:35:33 ce8a83651883: Pull complete 03:35:33 07967f4d0e4b: Pull complete 03:35:33 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 03:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:35:33 ---> 5d7c900382c6 03:35:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:35:35 ---> Running in 41bf4ad266c5 03:35:35 Removing intermediate container 41bf4ad266c5 03:35:35 ---> 493ffeab5a6d 03:35:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:35 ---> Running in 121ffcb2139f 03:35:36 Removing intermediate container 121ffcb2139f 03:35:36 ---> 0e48b2d6675b 03:35:36 Step 5/8 : RUN apk add --no-cache make git 03:35:36 ---> Running in 18f8c081580b 03:35:36 go: finding github.com/BurntSushi/toml v0.3.1 03:35:36 go: finding github.com/OneOfOne/xxhash v1.2.6 03:35:36 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:35:36 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:35:36 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:35:36 go: finding github.com/bgentry/speakeasy v0.1.0 03:35:36 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:35:36 go: finding github.com/davecgh/go-spew v1.1.1 03:35:36 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:35:36 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:35:36 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:35:36 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:35:36 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:35:36 go: finding github.com/fatih/color v1.7.0 03:35:37 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:35:37 go: finding github.com/go-kit/kit v0.8.0 03:35:37 go: finding github.com/go-logfmt/logfmt v0.4.0 03:35:37 go: finding github.com/go-stack/stack v1.8.0 03:35:37 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:35:37 go: finding github.com/google/uuid v1.1.0 03:35:37 go: finding github.com/gorilla/mux v1.7.1 03:35:37 go: finding github.com/hashicorp/consul/api v1.1.0 03:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:37 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:35:37 go: finding github.com/hashicorp/errwrap v1.0.0 03:35:37 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:35:37 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:35:37 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:35:37 go: finding github.com/hashicorp/go-multierror v1.0.0 03:35:37 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:35:37 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:35:37 go: finding github.com/hashicorp/go-syslog v1.0.0 03:35:37 go: finding github.com/hashicorp/go-uuid v1.0.1 03:35:37 go: finding github.com/hashicorp/go.net v0.0.1 03:35:37 go: finding github.com/hashicorp/golang-lru v0.5.0 03:35:37 go: finding github.com/hashicorp/logutils v1.0.0 03:35:37 go: finding github.com/hashicorp/mdns v1.0.0 03:35:37 go: finding github.com/hashicorp/memberlist v0.1.3 03:35:37 go: finding github.com/hashicorp/serf v0.8.2 03:35:37 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:35:37 go: finding github.com/mattn/go-colorable v0.0.9 03:35:37 go: finding github.com/mattn/go-isatty v0.0.3 03:35:38 go: finding github.com/miekg/dns v1.0.14 03:35:38 go: finding github.com/mitchellh/cli v1.0.0 03:35:38 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:35:38 go: finding github.com/mitchellh/copystructure v1.0.0 03:35:38 go: finding github.com/mitchellh/go-homedir v1.0.0 03:35:38 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:35:38 go: finding github.com/mitchellh/gox v0.4.0 03:35:38 go: finding github.com/mitchellh/iochan v1.0.0 03:35:38 go: finding github.com/mitchellh/mapstructure v1.1.2 03:35:38 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:35:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:38 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:35:38 go: finding github.com/pelletier/go-toml v1.2.0 03:35:38 go: finding github.com/pkg/errors v0.8.1 03:35:38 go: finding github.com/pmezard/go-difflib v1.0.0 03:35:38 go: finding github.com/posener/complete v1.1.1 03:35:38 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:35:38 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:35:38 go: finding github.com/stretchr/objx v0.1.0 03:35:38 go: finding github.com/stretchr/testify v1.5.1 03:35:38 OK: 166 MiB in 39 packages 03:35:38 go: finding github.com/ugorji/go v1.1.4 03:35:38 go: finding github.com/x448/float16 v0.8.4 03:35:38 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:35:38 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:35:38 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:35:38 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:35:38 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:35:38 go: finding gopkg.in/yaml.v2 v2.2.8 03:35:39 Removing intermediate container 18f8c081580b 03:35:39 ---> 1ca266e9897a 03:35:39 Step 6/8 : WORKDIR /device-sdk-go 03:35:39 ---> Running in 44b6d38ae850 03:35:39 Removing intermediate container 44b6d38ae850 03:35:39 ---> 6be39ea68ef0 03:35:39 Step 7/8 : COPY . . 03:35:40 ---> 4049ab75df1f 03:35:40 Step 8/8 : RUN go mod download 03:35:40 ---> Running in a3d574ed452c 03:35:42 go: finding github.com/BurntSushi/toml v0.3.1 03:35:42 go: finding github.com/OneOfOne/xxhash v1.2.6 03:35:42 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:35:42 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:35:42 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:35:42 go: finding github.com/bgentry/speakeasy v0.1.0 03:35:42 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:35:42 go: finding github.com/davecgh/go-spew v1.1.1 03:35:42 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:35:42 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:35:42 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:35:42 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:35:42 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:35:42 go: finding github.com/fatih/color v1.7.0 03:35:42 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:35:42 go: finding github.com/go-kit/kit v0.8.0 03:35:42 go: finding github.com/go-logfmt/logfmt v0.4.0 03:35:42 go: finding github.com/go-stack/stack v1.8.0 03:35:42 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:35:42 go: finding github.com/google/uuid v1.1.0 03:35:42 go: finding github.com/gorilla/mux v1.7.1 03:35:42 go: finding github.com/hashicorp/consul/api v1.1.0 03:35:42 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:35:42 go: finding github.com/hashicorp/errwrap v1.0.0 03:35:42 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:35:42 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:35:42 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:35:42 go: finding github.com/hashicorp/go-multierror v1.0.0 03:35:42 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:35:42 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:35:42 go: finding github.com/hashicorp/go-syslog v1.0.0 03:35:43 go: finding github.com/hashicorp/go-uuid v1.0.1 03:35:43 go: finding github.com/hashicorp/go.net v0.0.1 03:35:43 go: finding github.com/hashicorp/golang-lru v0.5.0 03:35:43 go: finding github.com/hashicorp/logutils v1.0.0 03:35:43 go: finding github.com/hashicorp/mdns v1.0.0 03:35:43 go: finding github.com/hashicorp/memberlist v0.1.3 03:35:43 go: finding github.com/hashicorp/serf v0.8.2 03:35:43 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:35:43 go: finding github.com/mattn/go-colorable v0.0.9 03:35:43 go: finding github.com/mattn/go-isatty v0.0.3 03:35:43 go: finding github.com/miekg/dns v1.0.14 03:35:43 go: finding github.com/mitchellh/cli v1.0.0 03:35:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:35:43 go: finding github.com/mitchellh/copystructure v1.0.0 03:35:43 go: finding github.com/mitchellh/go-homedir v1.0.0 03:35:43 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:35:43 go: finding github.com/mitchellh/gox v0.4.0 03:35:43 go: finding github.com/mitchellh/iochan v1.0.0 03:35:43 go: finding github.com/mitchellh/mapstructure v1.1.2 03:35:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:35:43 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:35:43 go: finding github.com/pelletier/go-toml v1.2.0 03:35:43 go: finding github.com/pkg/errors v0.8.1 03:35:43 go: finding github.com/pmezard/go-difflib v1.0.0 03:35:43 go: finding github.com/posener/complete v1.1.1 03:35:43 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:35:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:35:43 go: finding github.com/stretchr/objx v0.1.0 03:35:43 go: finding github.com/stretchr/testify v1.5.1 03:35:43 go: finding github.com/ugorji/go v1.1.4 03:35:43 go: finding github.com/x448/float16 v0.8.4 03:35:43 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:35:44 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:35:44 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:35:44 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:35:44 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:35:44 go: finding gopkg.in/yaml.v2 v2.2.8 03:35:48 Removing intermediate container c63412843cf9 03:35:48 ---> 043de19938c2 03:35:48 Successfully built 043de19938c2 03:35:48 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 03:35:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:35:51 + ls -al . 03:35:51 total 104 03:35:51 drwxrwxr-x 11 jenkins jenkins 4096 Sep 9 03:34 . 03:35:51 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 .. 03:35:51 -rw-rw-r-- 1 jenkins jenkins 140 Sep 9 03:34 .dockerignore 03:35:51 drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 03:34 .git 03:35:51 drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 03:34 .github 03:35:51 -rw-rw-r-- 1 jenkins jenkins 138 Sep 9 03:34 .gitignore 03:35:51 drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 03:34 .semver 03:35:51 -rw-rw-r-- 1 jenkins jenkins 936 Sep 9 03:34 Dockerfile.build 03:35:51 -rw-rw-r-- 1 jenkins jenkins 808 Sep 9 03:34 Jenkinsfile 03:35:51 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 9 03:34 LICENSE 03:35:51 -rw-rw-r-- 1 jenkins jenkins 892 Sep 9 03:34 Makefile 03:35:51 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 9 03:34 README.md 03:35:51 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 9 03:34 RELEASE-NOTES.txt 03:35:51 -rw-rw-r-- 1 jenkins jenkins 11 Sep 9 03:32 VERSION 03:35:51 drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 03:34 bin 03:35:51 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 example 03:35:51 -rw-rw-r-- 1 jenkins jenkins 446 Sep 9 03:34 go.mod 03:35:51 drwxrwxr-x 13 jenkins jenkins 4096 Sep 9 03:34 internal 03:35:51 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 openapi 03:35:51 drwxrwxr-x 5 jenkins jenkins 4096 Sep 9 03:34 pkg 03:35:51 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:34 snap 03:35:51 -rw-rw-r-- 1 jenkins jenkins 222 Sep 9 03:34 version.go [Pipeline] isUnix [Pipeline] sh 03:35:52 + 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 . 03:35:52 Removing intermediate container a3d574ed452c 03:35:52 ---> 137f7fb788d8 03:35:52 Successfully built 137f7fb788d8 03:35:52 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 03:35:52 Sending build context to Docker daemon 3.131MB 03:35:52 Step 1/24 : ARG BASE=golang:1.13-alpine 03:35:52 Step 2/24 : FROM ${BASE} AS builder 03:35:52 ---> 043de19938c2 03:35:52 Step 3/24 : ARG MAKE='make build' [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:35:53 ---> Running in 497692bdbd9f 03:35:53 Removing intermediate container 497692bdbd9f 03:35:53 ---> 7a1b04cd86f0 03:35:53 Step 4/24 : WORKDIR /device-sdk-go 03:35:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:35:53 ---> Running in 891d6a661feb 03:35:53 + ls -al . 03:35:53 total 64 03:35:53 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 9 03:35 . 03:35:53 drwxrwxr-x. 4 jenkins jenkins 30 Sep 9 03:35 .. 03:35:53 drwxrwxr-x. 2 jenkins jenkins 64 Sep 9 03:35 bin 03:35:53 -rw-rw-r--. 1 jenkins jenkins 936 Sep 9 03:35 Dockerfile.build 03:35:53 -rw-rw-r--. 1 jenkins jenkins 140 Sep 9 03:35 .dockerignore 03:35:53 drwxrwxr-x. 4 jenkins jenkins 48 Sep 9 03:35 example 03:35:53 drwxrwxr-x. 8 jenkins jenkins 162 Sep 9 03:35 .git 03:35:53 drwxrwxr-x. 2 jenkins jenkins 60 Sep 9 03:35 .github 03:35:53 -rw-rw-r--. 1 jenkins jenkins 138 Sep 9 03:35 .gitignore 03:35:53 -rw-rw-r--. 1 jenkins jenkins 446 Sep 9 03:35 go.mod 03:35:53 drwxrwxr-x. 13 jenkins jenkins 184 Sep 9 03:35 internal 03:35:53 -rw-rw-r--. 1 jenkins jenkins 808 Sep 9 03:35 Jenkinsfile 03:35:53 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 9 03:35 LICENSE 03:35:53 -rw-rw-r--. 1 jenkins jenkins 892 Sep 9 03:35 Makefile 03:35:53 drwxrwxr-x. 4 jenkins jenkins 26 Sep 9 03:35 openapi 03:35:53 drwxrwxr-x. 5 jenkins jenkins 50 Sep 9 03:35 pkg 03:35:53 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 9 03:35 README.md 03:35:53 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 9 03:35 RELEASE-NOTES.txt 03:35:53 drwxrwxr-x. 3 jenkins jenkins 44 Sep 9 03:35 .semver 03:35:53 drwxrwxr-x. 4 jenkins jenkins 54 Sep 9 03:35 snap 03:35:53 -rw-rw-r--. 1 jenkins jenkins 11 Sep 9 03:32 VERSION 03:35:53 -rw-rw-r--. 1 jenkins jenkins 222 Sep 9 03:35 version.go [Pipeline] isUnix [Pipeline] sh 03:35:54 + 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 . 03:35:54 Removing intermediate container 891d6a661feb 03:35:54 ---> ea75e2319939 03:35:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:35:54 ---> Running in 2538032b4316 03:35:54 Sending build context to Docker daemon 3.131MB 03:35:54 Step 1/24 : ARG BASE=golang:1.13-alpine 03:35:54 Step 2/24 : FROM ${BASE} AS builder 03:35:54 ---> 137f7fb788d8 03:35:54 Step 3/24 : ARG MAKE='make build' 03:35:54 Removing intermediate container 2538032b4316 03:35:54 ---> 9ec932ddd7b1 03:35:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:54 ---> Running in 3f6cafb0671b 03:35:54 ---> Running in 98e800d6bde0 03:35:54 Removing intermediate container 98e800d6bde0 03:35:54 ---> e7aff06699d9 03:35:54 Step 4/24 : WORKDIR /device-sdk-go 03:35:54 ---> Running in ed61b394e3a1 03:35:55 Removing intermediate container ed61b394e3a1 03:35:55 ---> 2280c1860e3f 03:35:55 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:35:55 ---> Running in 6e177e49f134 03:35:55 Removing intermediate container 6e177e49f134 03:35:55 ---> 9486439080a5 03:35:55 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:55 ---> Running in df5c24564a5a 03:35:56 Removing intermediate container df5c24564a5a 03:35:56 ---> 2ed064d2d068 03:35:56 Step 7/24 : RUN apk add --update --no-cache make git 03:35:56 ---> Running in ec5641cc5db2 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:57 Removing intermediate container 3f6cafb0671b 03:35:57 ---> bad25d88926f 03:35:57 Step 7/24 : RUN apk add --update --no-cache make git 03:35:57 ---> Running in 60d92719fa9a 03:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:58 OK: 166 MiB in 39 packages 03:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:58 Removing intermediate container ec5641cc5db2 03:35:58 ---> c4cfac79db33 03:35:58 Step 8/24 : COPY . . 03:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:59 ---> 54f0102f7aba 03:35:59 Step 9/24 : RUN ${MAKE} 03:35:59 ---> Running in fe6aa21663b6 03:36:00 OK: 142 MiB in 39 packages 03:36:00 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 03:36:01 Removing intermediate container 60d92719fa9a 03:36:01 ---> 3b00bcad88ce 03:36:01 Step 8/24 : COPY . . 03:36:02 ---> 52acaf26ae0e 03:36:02 Step 9/24 : RUN ${MAKE} 03:36:02 ---> Running in c204ad163f82 03:36:04 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 03:36:11 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:36:11 Removing intermediate container fe6aa21663b6 03:36:11 ---> 3be525313307 03:36:11 Step 10/24 : FROM scratch 03:36:11 ---> 03:36:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:36:11 ---> Running in bcfbed14bd37 03:36:12 Removing intermediate container bcfbed14bd37 03:36:12 ---> c90864edf89a 03:36:12 Step 12/24 : ENV APP_PORT=49990 03:36:12 ---> Running in 8d46421d8771 03:36:12 Removing intermediate container 8d46421d8771 03:36:12 ---> 062ac38824aa 03:36:12 Step 13/24 : EXPOSE $APP_PORT 03:36:12 ---> Running in de73f430942e 03:36:12 Removing intermediate container de73f430942e 03:36:12 ---> 5cb6e9994ad9 03:36:12 Step 14/24 : WORKDIR / 03:36:12 ---> Running in 7ef5112c69f8 03:36:12 Removing intermediate container 7ef5112c69f8 03:36:12 ---> eca1fdac7494 03:36:12 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:36:13 ---> d1d954f70568 03:36:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:36:13 ---> a4c6276631c7 03:36:13 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:36:13 ---> 7c9f05241cc9 03:36:13 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:36:13 ---> 05461ff11251 03:36:13 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:36:14 ---> d31b83943ab1 03:36:14 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:36:14 ---> Running in dca27cdea25b 03:36:14 Removing intermediate container dca27cdea25b 03:36:14 ---> 2f772d6c33f3 03:36:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:36:14 ---> Running in 825148abab5a 03:36:14 Removing intermediate container 825148abab5a 03:36:14 ---> 506bd2c8cffb 03:36:14 Step 22/24 : LABEL arch=amd64 03:36:14 ---> Running in 459a63c37724 03:36:15 Removing intermediate container 459a63c37724 03:36:15 ---> 6508a89b0b6b 03:36:15 Step 23/24 : LABEL git_sha=4000e27a9f725d20d01bd2b86b2182ef891199d8 03:36:15 ---> Running in caa098386ae0 03:36:15 Removing intermediate container caa098386ae0 03:36:15 ---> 1313dde9d07d 03:36:15 Step 24/24 : LABEL version=1.2.4-dev.9 03:36:15 ---> Running in 76464ddeebc9 03:36:15 Removing intermediate container 76464ddeebc9 03:36:15 ---> 54dbf359f04b 03:36:15 [Warning] One or more build-args [ARCH] were not consumed 03:36:15 Successfully built 54dbf359f04b 03:36:15 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] } 03:36:31 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:36:31 Removing intermediate container c204ad163f82 03:36:31 ---> ba01a9d10a96 03:36:31 Step 10/24 : FROM scratch 03:36:31 ---> 03:36:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:36:31 ---> Running in 1e6714e2bbe9 03:36:31 Removing intermediate container 1e6714e2bbe9 03:36:31 ---> e2db9bd4d1ba 03:36:31 Step 12/24 : ENV APP_PORT=49990 03:36:31 ---> Running in 312be3e25c42 03:36:31 Removing intermediate container 312be3e25c42 03:36:31 ---> dda80839c54f 03:36:31 Step 13/24 : EXPOSE $APP_PORT 03:36:31 ---> Running in 36e27ec0134e 03:36:32 Removing intermediate container 36e27ec0134e 03:36:32 ---> 14c25e19237e 03:36:32 Step 14/24 : WORKDIR / 03:36:32 ---> Running in 394f8a0e0260 03:36:32 Removing intermediate container 394f8a0e0260 03:36:32 ---> c5bdbeee3f70 03:36:32 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:36:33 ---> ae680cf44be4 03:36:33 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:36:34 ---> ec59d6f14704 03:36:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:36:35 ---> e518f94ee90a 03:36:35 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:36:36 ---> 1dd25a904fa5 03:36:36 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:36:37 ---> e664aacb3b13 03:36:37 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:36:37 ---> Running in 967bb2aef2d3 03:36:37 Removing intermediate container 967bb2aef2d3 03:36:37 ---> 91e392c3b808 03:36:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:36:37 ---> Running in aae90c519773 03:36:38 Removing intermediate container aae90c519773 03:36:38 ---> 324b7063b24d 03:36:38 Step 22/24 : LABEL arch=arm64 03:36:38 ---> Running in 91163fb1d99c 03:36:39 Removing intermediate container 91163fb1d99c 03:36:39 ---> 71e527d6a345 03:36:39 Step 23/24 : LABEL git_sha=4000e27a9f725d20d01bd2b86b2182ef891199d8 03:36:39 ---> Running in 0af48f5845a7 03:36:39 Removing intermediate container 0af48f5845a7 03:36:39 ---> a90364225642 03:36:39 Step 24/24 : LABEL version=1.2.4-dev.9 03:36:39 ---> Running in 406936c3801e 03:36:40 Removing intermediate container 406936c3801e 03:36:40 ---> eb354503984b 03:36:40 [Warning] One or more build-args [ARCH] were not consumed 03:36:40 Successfully built eb354503984b 03:36:40 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 03:36:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 03:36:42 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 03:36:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:36:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:36:42 03:36:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 03:36:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:36:43 1.317.0: Pulling from edgex-devops/edgex-snyk-go 03:36:43 cbdbe7a5bc2a: Pulling fs layer 03:36:43 408f87550127: Pulling fs layer 03:36:43 fe522b08c979: Pulling fs layer 03:36:43 221eaa008020: Pulling fs layer 03:36:43 2a4607e5d6b9: Pulling fs layer 03:36:43 8f79b27c4fd2: Pulling fs layer 03:36:43 e5c8dbe1645b: Pulling fs layer 03:36:43 23e8b3b47431: Pulling fs layer 03:36:43 5c568d65a230: Pulling fs layer 03:36:43 e5c8dbe1645b: Waiting 03:36:43 5c568d65a230: Waiting 03:36:43 23e8b3b47431: Waiting 03:36:43 8f79b27c4fd2: Waiting 03:36:43 fe522b08c979: Verifying Checksum 03:36:43 fe522b08c979: Download complete 03:36:43 408f87550127: Verifying Checksum 03:36:43 408f87550127: Download complete 03:36:43 2a4607e5d6b9: Verifying Checksum 03:36:43 2a4607e5d6b9: Download complete 03:36:43 8f79b27c4fd2: Verifying Checksum 03:36:43 8f79b27c4fd2: Download complete 03:36:43 cbdbe7a5bc2a: Verifying Checksum 03:36:43 cbdbe7a5bc2a: Download complete 03:36:43 cbdbe7a5bc2a: Pull complete 03:36:43 408f87550127: Pull complete 03:36:43 fe522b08c979: Pull complete 03:36:45 e5c8dbe1645b: Download complete 03:36:47 23e8b3b47431: Verifying Checksum 03:36:47 23e8b3b47431: Download complete 03:36:47 5c568d65a230: Verifying Checksum 03:36:47 5c568d65a230: Download complete 03:36:51 221eaa008020: Verifying Checksum 03:36:51 221eaa008020: Download complete 03:36:56 221eaa008020: Pull complete 03:36:56 2a4607e5d6b9: Pull complete 03:36:56 8f79b27c4fd2: Pull complete 03:36:59 e5c8dbe1645b: Pull complete 03:37:01 23e8b3b47431: Pull complete 03:37:03 5c568d65a230: Pull complete 03:37:03 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 03:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 03:37:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 03:37:03 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:37:03 $ 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 03:37:04 $ docker top e02bc2edd54b4be6472388971ae065a19418f4f90c15e61fea46e39eea85d881 -eo pid,comm [Pipeline] { [Pipeline] sh 03:37:04 + snyk monitor '--org=edgex-jenkins' 03:37:09 03:37:09 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 03:37:09 03:37:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/33674c0a-3739-437f-a4f6-5946e6f19d2e 03:37:09 03:37:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:37:09 03:37:09 03:37:09 Snyk CLI supports Node.js 8 and higher. 03:37:09 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 03:37:09 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 03:37:09 03:37:09 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 03:37:09 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 03:37:09 $ docker stop --time=1 e02bc2edd54b4be6472388971ae065a19418f4f90c15e61fea46e39eea85d881 03:37:11 $ 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 03:37:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:37:13 . [Pipeline] withDockerContainer 03:37:13 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:37:13 $ 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 03:37:14 $ docker top e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:37:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:37:14 [ssh-agent] Looking for ssh-agent implementation... 03:37:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:37:14 $ docker exec e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 ssh-agent 03:37:15 SSH_AUTH_SOCK=/tmp/ssh-sIXWgg3V3DPS/agent.12 03:37:15 SSH_AGENT_PID=18 03:37:15 Running ssh-add (command line suppressed) 03:37:15 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) 03:37:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:37:15 + git semver tag 03:37:15 # -> Open(): unable to determine branch for HEAD 03:37:15 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:37:15 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:37:15 # $SEMVER_REMOTE_NAME = origin 03:37:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:37:15 # $SEMVER_USER_NAME = edgex-jenkins 03:37:15 # $SEMVER_BRANCH = master 03:37:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:37:15 # 4000e27a9f725d20d01bd2b86b2182ef891199d8 HEAD 03:37:15 # -> Force: false 03:37:15 # 879fe51b68fbfa29b1b85440c9e9ea720d818db7 refs/tags/v1.2.4-dev.9 [Pipeline] } 03:37:15 $ docker exec --env ******** --env ******** e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 ssh-agent -k 03:37:15 unset SSH_AUTH_SOCK; 03:37:15 unset SSH_AGENT_PID; 03:37:15 echo Agent pid 18 killed; 03:37:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:37:16 + git semver [Pipeline] } 03:37:16 $ docker stop --time=1 e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 03:37:17 $ docker rm -f e7ad3d0a5f0dc7ff0a387cf30268d7c03704f0b1059c7a61cc9c9808a55b9701 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 03:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:37:18 03:37:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 03:37:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:37:18 0.23.1-centos7: Pulling from edgex-lftools 03:37:18 ab5ef0e58194: Pulling fs layer 03:37:18 9712f1f96733: Pulling fs layer 03:37:18 63f879dbbcfc: Pulling fs layer 03:37:18 0d9ebad4ef96: Pulling fs layer 03:37:18 e9a5061849ea: Pulling fs layer 03:37:18 d747dcd14b5f: Pulling fs layer 03:37:18 2de7ff778b66: Pulling fs layer 03:37:18 e9a5061849ea: Waiting 03:37:18 d747dcd14b5f: Waiting 03:37:18 2de7ff778b66: Waiting 03:37:18 0d9ebad4ef96: Waiting 03:37:18 9712f1f96733: Verifying Checksum 03:37:18 9712f1f96733: Download complete 03:37:21 63f879dbbcfc: Verifying Checksum 03:37:21 63f879dbbcfc: Download complete 03:37:21 e9a5061849ea: Verifying Checksum 03:37:21 e9a5061849ea: Download complete 03:37:21 d747dcd14b5f: Verifying Checksum 03:37:21 d747dcd14b5f: Download complete 03:37:22 0d9ebad4ef96: Verifying Checksum 03:37:22 0d9ebad4ef96: Download complete 03:37:22 2de7ff778b66: Verifying Checksum 03:37:22 2de7ff778b66: Download complete 03:37:22 ab5ef0e58194: Verifying Checksum 03:37:22 ab5ef0e58194: Download complete 03:37:27 ab5ef0e58194: Pull complete 03:37:27 9712f1f96733: Pull complete 03:37:30 63f879dbbcfc: Pull complete 03:37:37 0d9ebad4ef96: Pull complete 03:37:37 e9a5061849ea: Pull complete 03:37:37 d747dcd14b5f: Pull complete 03:37:42 2de7ff778b66: Pull complete 03:37:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:37:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 03:37:43 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:37:43 $ 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 03:37:46 $ docker top ac8f769fc653a018dfb32490ad20fe26f4b99c29e9e1ad83b7b4b5ca14fc6927 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:37:46 provisioning config files... 03:37:46 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5616567068337830185tmp 03:37:46 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2916889539997504497tmp 03:37:46 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3642585893106297545tmp [Pipeline] { [Pipeline] echo 03:37:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:37:46 ---> sigul-configuration.sh 03:37:46 gpg: directory `/root/.gnupg' created 03:37:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:37:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:37:46 gpg: keyring `/root/.gnupg/secring.gpg' created 03:37:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:37:46 gpg: CAST5 encrypted data 03:37:47 gpg: encrypted with 1 passphrase 03:37:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:37:47 + mkdir /home/jenkins 03:37:47 + mkdir /home/jenkins/sigul [Pipeline] sh 03:37:47 + 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 03:37:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:37:47 ---> sigul-install.sh 03:37:56 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 03:37:56 + git tag --list 03:37:56 v1.2.4-dev.9 [Pipeline] sh 03:37:56 + lftools sign git-tag v1.2.4-dev.9 03:37:58 Signing Git tag with Sigul... 03:37:58 Signing v1.2.4-dev.9 [Pipeline] echo 03:37:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:37:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:37:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:37:59 $ docker stop --time=1 ac8f769fc653a018dfb32490ad20fe26f4b99c29e9e1ad83b7b4b5ca14fc6927 03:38:01 $ docker rm -f ac8f769fc653a018dfb32490ad20fe26f4b99c29e9e1ad83b7b4b5ca14fc6927 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 03:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:38:02 . [Pipeline] withDockerContainer 03:38:02 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:38:02 $ 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 03:38:03 $ docker top 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:38:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:38:03 [ssh-agent] Looking for ssh-agent implementation... 03:38:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:38:03 $ docker exec 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 ssh-agent 03:38:03 SSH_AUTH_SOCK=/tmp/ssh-1jGih77XFtqU/agent.11 03:38:03 SSH_AGENT_PID=16 03:38:03 Running ssh-add (command line suppressed) 03:38:03 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) 03:38:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:38:04 + git semver bump pre 03:38:04 # -> Open(): unable to determine branch for HEAD 03:38:04 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:38:04 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:38:04 # $SEMVER_REMOTE_NAME = origin 03:38:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:38:04 # $SEMVER_USER_NAME = edgex-jenkins 03:38:04 # $SEMVER_BRANCH = master 03:38:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 03:38:04 1.2.4-dev.10 [Pipeline] } 03:38:04 $ docker exec --env ******** --env ******** 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 ssh-agent -k 03:38:04 unset SSH_AUTH_SOCK; 03:38:04 unset SSH_AGENT_PID; 03:38:04 echo Agent pid 16 killed; 03:38:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:38:05 + git semver [Pipeline] } 03:38:05 $ docker stop --time=1 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 03:38:06 $ docker rm -f 024a074fc8adbc9ed25bc76c2301bf8192ac8836a87b7bdeb4e79c7035d7dc37 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 03:38:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:38:06 . [Pipeline] withDockerContainer 03:38:06 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:38:07 $ 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 03:38:07 $ docker top e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:38:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:38:07 [ssh-agent] Looking for ssh-agent implementation... 03:38:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:38:08 $ docker exec e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 ssh-agent 03:38:08 SSH_AUTH_SOCK=/tmp/ssh-mepNHRMYikio/agent.13 03:38:08 SSH_AGENT_PID=19 03:38:08 Running ssh-add (command line suppressed) 03:38:08 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) 03:38:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:38:08 + git semver push 03:38:08 # -> Open(): unable to determine branch for HEAD 03:38:08 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 03:38:08 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 03:38:08 # $SEMVER_REMOTE_NAME = origin 03:38:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:38:08 # $SEMVER_USER_NAME = edgex-jenkins 03:38:08 # $SEMVER_BRANCH = master 03:38:08 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 03:38:15 $ docker exec --env ******** --env ******** e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 ssh-agent -k 03:38:15 unset SSH_AUTH_SOCK; 03:38:15 unset SSH_AGENT_PID; 03:38:15 echo Agent pid 19 killed; 03:38:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:38:16 + git semver [Pipeline] } 03:38:16 $ docker stop --time=1 e769aad29b352230b9cae61769498b29d16cd460e62ed3f4792f3abfc18b9823 03:38:17 $ 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 03:38:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:38:19 ---> package-listing.sh 03:38:19 ++ facter osfamily 03:38:19 ++ tr '[:upper:]' '[:lower:]' 03:38:19 + OS_FAMILY=redhat 03:38:19 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 03:38:19 + START_PACKAGES=/tmp/packages_start.txt 03:38:19 + END_PACKAGES=/tmp/packages_end.txt 03:38:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:38:19 + PACKAGES=/tmp/packages_start.txt 03:38:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:38:19 + PACKAGES=/tmp/packages_end.txt 03:38:19 + case "${OS_FAMILY}" in 03:38:19 + rpm -qa 03:38:19 + sort 03:38:23 + '[' -f /tmp/packages_start.txt ']' 03:38:23 + '[' -f /tmp/packages_end.txt ']' 03:38:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:38:23 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 03:38:23 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 03:38:23 + 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 03:38:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:38:23 03:38:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:38:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:38:24 alpine: Pulling from edgex-lftools-log-publisher 03:38:24 df20fa9351a1: Pulling fs layer 03:38:24 36b3adc4ff6f: Pulling fs layer 03:38:24 8ad3a11d3b57: Pulling fs layer 03:38:24 46f8f816bc3b: Pulling fs layer 03:38:24 0dadc02b9964: Pulling fs layer 03:38:24 ce6a7cf60c04: Pulling fs layer 03:38:24 7a184a31f384: Pulling fs layer 03:38:24 0879bd2ef858: Pulling fs layer 03:38:24 0dadc02b9964: Waiting 03:38:24 ce6a7cf60c04: Waiting 03:38:24 7a184a31f384: Waiting 03:38:24 0879bd2ef858: Waiting 03:38:24 46f8f816bc3b: Waiting 03:38:24 36b3adc4ff6f: Verifying Checksum 03:38:24 36b3adc4ff6f: Download complete 03:38:24 46f8f816bc3b: Verifying Checksum 03:38:24 46f8f816bc3b: Download complete 03:38:24 df20fa9351a1: Verifying Checksum 03:38:24 df20fa9351a1: Download complete 03:38:24 ce6a7cf60c04: Verifying Checksum 03:38:24 ce6a7cf60c04: Download complete 03:38:24 0dadc02b9964: Verifying Checksum 03:38:24 0dadc02b9964: Download complete 03:38:24 7a184a31f384: Verifying Checksum 03:38:24 7a184a31f384: Download complete 03:38:24 8ad3a11d3b57: Verifying Checksum 03:38:24 8ad3a11d3b57: Download complete 03:38:24 df20fa9351a1: Pull complete 03:38:25 36b3adc4ff6f: Pull complete 03:38:25 0879bd2ef858: Verifying Checksum 03:38:25 0879bd2ef858: Download complete 03:38:25 8ad3a11d3b57: Pull complete 03:38:25 46f8f816bc3b: Pull complete 03:38:25 0dadc02b9964: Pull complete 03:38:26 ce6a7cf60c04: Pull complete 03:38:26 7a184a31f384: Pull complete 03:38:29 0879bd2ef858: Pull complete 03:38:29 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:38:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:38:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:38:29 prd-centos7-docker-4c-2g-1893 does not seem to be running inside a container 03:38:29 $ 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 03:38:32 $ docker top 8c2628de67fdd7a5b00394a9639da0eb1767ab6ba049a016f973f57766f0513c -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:33 + mkdir -p /var/log/sa [Pipeline] sh 03:38:33 + ls /var/log/sa-host 03:38:33 + sadf -c /var/log/sa-host/sa05 03:38:33 file_magic: OK 03:38:33 HZ: Using current value: 100 03:38:33 file_header: OK 03:38:33 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 03:38:33 Statistics: 03:38:33 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:38:33 File successfully converted to sysstat format version 12.2.1 03:38:33 + sadf -c /var/log/sa-host/sa09 03:38:33 file_magic: OK 03:38:33 HZ: Using current value: 100 03:38:33 file_header: OK 03:38:33 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 03:38:33 Statistics: 03:38:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:38:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:38:33 provisioning config files... 03:38:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5665417632864918472tmp [Pipeline] { [Pipeline] echo 03:38:33 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:38:33 ---> create-netrc.sh [Pipeline] echo 03:38:33 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:38:34 ---> logs-deploy.sh 03:38:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/59 03:38:34 INFO: archiving workspace using pattern(s): 03:38:35 Archives upload complete. 03:38:35 INFO: archiving logs to Nexus 03:38:36 ---> uname -a: 03:38:36 Linux 8c2628de67fd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:38:36 03:38:36 03:38:36 ---> lscpu: 03:38:36 Architecture: x86_64 03:38:36 CPU op-mode(s): 32-bit, 64-bit 03:38:36 Byte Order: Little Endian 03:38:36 Address sizes: 40 bits physical, 48 bits virtual 03:38:36 CPU(s): 4 03:38:36 On-line CPU(s) list: 0-3 03:38:36 Thread(s) per core: 1 03:38:36 Core(s) per socket: 1 03:38:36 Socket(s): 4 03:38:36 NUMA node(s): 1 03:38:36 Vendor ID: GenuineIntel 03:38:36 CPU family: 6 03:38:36 Model: 44 03:38:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:38:36 Stepping: 1 03:38:36 CPU MHz: 2933.438 03:38:36 BogoMIPS: 5866.87 03:38:36 Virtualization: VT-x 03:38:36 Hypervisor vendor: KVM 03:38:36 Virtualization type: full 03:38:36 L1d cache: 128 KiB 03:38:36 L1i cache: 128 KiB 03:38:36 L2 cache: 16 MiB 03:38:36 L3 cache: 64 MiB 03:38:36 NUMA node0 CPU(s): 0-3 03:38:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:38:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:38:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:38:36 Vulnerability Meltdown: Mitigation; PTI 03:38:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:38:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:38:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:38:36 Vulnerability Tsx async abort: Not affected 03:38:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:38:36 03:38:36 03:38:36 ---> nproc: 03:38:36 4 03:38:36 03:38:36 03:38:36 ---> df -h: 03:38:36 Filesystem Size Used Available Use% Mounted on 03:38:36 overlay 50.0G 8.2G 41.8G 16% / 03:38:36 tmpfs 64.0M 0 64.0M 0% /dev 03:38:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:38:36 shm 64.0M 0 64.0M 0% /dev/shm 03:38:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 03:38:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 03:38:36 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 03:38:36 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 03:38:36 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 03:38:36 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 03:38:36 03:38:36 03:38:36 ---> free -m: 03:38:36 total used free shared buff/cache available 03:38:36 Mem: 1837 780 115 0 940 991 03:38:36 Swap: 1023 2 1021 03:38:36 03:38:36 03:38:36 ---> ip addr: 03:38:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:38:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:38:36 inet 127.0.0.1/8 scope host lo 03:38:36 valid_lft forever preferred_lft forever 03:38:36 16: eth0@if17: mtu 1458 qdisc noqueue state UP 03:38:36 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:38:36 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:38:36 valid_lft forever preferred_lft forever 03:38:36 03:38:36 03:38:36 ---> sar -b -r -n DEV: 03:38:36 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 03:38:36 03:38:36 03:31:19 LINUX RESTART (4 CPU) 03:38:36 03:38:36 03:32:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:38:36 03:33:01 49.10 13.41 35.69 0.00 4940.36 2515.38 0.00 03:38:36 03:34:01 1.47 0.00 1.47 0.00 0.00 24.85 0.00 03:38:36 03:35:01 0.40 0.00 0.40 0.00 0.00 6.26 0.00 03:38:36 03:36:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 03:38:36 03:37:01 107.02 48.32 58.70 0.00 2637.79 25583.78 0.00 03:38:36 03:38:01 289.88 131.63 158.25 0.00 8452.85 38191.65 0.00 03:38:36 Average: 74.87 32.35 42.52 0.00 2660.16 11111.76 0.00 03:38:36 03:38:36 03:32:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:38:36 03:33:01 165332 0 537028 28.54 2620 1176576 1099952 37.54 391628 1163504 120 03:38:36 03:34:01 164564 0 537792 28.58 2620 1176580 1099772 37.53 393396 1162540 16 03:38:36 03:35:01 164596 0 537752 28.58 2620 1176588 1099824 37.54 395412 1160476 8 03:38:36 03:36:01 165500 0 536848 28.53 2620 1176588 1090320 37.21 396056 1159212 8 03:38:36 03:37:01 70920 0 655088 34.82 2620 1152928 1508608 51.49 506504 1104128 20900 03:38:36 03:38:01 254528 0 718280 38.17 1672 907076 1102780 37.64 571880 772392 16 03:38:36 Average: 164240 0 587131 31.20 2462 1127723 1166876 39.82 442479 1087042 3511 03:38:36 03:38:36 03:32:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:38:36 03:33:01 eth0 169.75 125.33 524.86 68.62 0.00 0.00 0.00 0.00 03:38:36 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:33:01 docker0 7.04 4.72 1.04 18.96 0.00 0.00 0.00 0.00 03:38:36 03:34:01 eth0 3.63 0.83 1.02 0.55 0.00 0.00 0.00 0.00 03:38:36 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:35:01 eth0 2.08 0.80 0.88 0.59 0.00 0.00 0.00 0.00 03:38:36 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:36:01 eth0 3.26 0.45 0.53 0.24 0.00 0.00 0.00 0.00 03:38:36 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:37:01 eth0 537.53 491.28 3781.16 38.29 0.00 0.00 0.00 0.00 03:38:36 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:38:01 eth0 560.85 497.77 3514.29 94.51 0.00 0.00 0.00 0.00 03:38:36 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 03:38:01 docker0 45.91 47.20 3.70 246.94 0.00 0.00 0.00 0.00 03:38:36 Average: eth0 213.29 186.60 1309.55 33.62 0.00 0.00 0.00 0.00 03:38:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:38:36 Average: docker0 8.84 8.68 0.79 44.46 0.00 0.00 0.00 0.00 03:38:36 03:38:36 03:38:36 ---> sar -P ALL: 03:38:36 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) 03:38:36 03:38:36 03:31:19 LINUX RESTART (4 CPU) 03:38:36 03:38:36 03:32:03 CPU %user %nice %system %iowait %steal %idle 03:38:36 03:33:01 all 3.94 0.00 2.15 1.96 0.02 91.93 03:38:36 03:33:01 0 3.75 0.00 2.50 1.01 0.02 92.73 03:38:36 03:33:01 1 4.79 0.00 2.27 2.91 0.00 90.03 03:38:36 03:33:01 2 3.95 0.00 1.94 1.63 0.02 92.47 03:38:36 03:33:01 3 3.28 0.00 1.91 2.29 0.03 92.49 03:38:36 03:34:01 all 0.15 0.00 0.05 0.00 0.00 99.80 03:38:36 03:34:01 0 0.33 0.00 0.02 0.00 0.00 99.65 03:38:36 03:34:01 1 0.07 0.00 0.08 0.00 0.00 99.85 03:38:36 03:34:01 2 0.17 0.00 0.05 0.00 0.00 99.78 03:38:36 03:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:38:36 03:35:01 all 0.18 0.00 0.03 0.00 0.00 99.79 03:38:36 03:35:01 0 0.08 0.00 0.03 0.00 0.00 99.88 03:38:36 03:35:01 1 0.47 0.00 0.03 0.00 0.02 99.48 03:38:36 03:35:01 2 0.12 0.00 0.03 0.00 0.00 99.85 03:38:36 03:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:38:36 03:36:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:38:36 03:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:38:36 03:36:01 1 0.53 0.00 0.05 0.00 0.00 99.42 03:38:36 03:36:01 2 0.10 0.00 0.03 0.00 0.00 99.87 03:38:36 03:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:38:36 03:37:01 all 5.69 0.00 3.62 0.68 0.09 89.92 03:38:36 03:37:01 0 5.13 0.00 3.69 0.46 0.09 90.63 03:38:36 03:37:01 1 5.97 0.00 3.45 0.47 0.08 90.02 03:38:36 03:37:01 2 5.90 0.00 3.63 0.59 0.08 89.79 03:38:36 03:37:01 3 5.73 0.00 3.70 1.21 0.10 89.26 03:38:36 03:38:01 all 12.95 0.00 9.08 3.80 0.26 73.90 03:38:36 03:38:01 0 11.90 0.00 9.17 2.25 0.24 76.45 03:38:36 03:38:01 1 14.90 0.00 8.70 5.30 0.25 70.84 03:38:36 03:38:01 2 11.42 0.00 9.53 3.28 0.27 75.50 03:38:36 03:38:01 3 13.59 0.00 8.93 4.34 0.29 72.85 03:38:36 Average: all 3.81 0.00 2.47 1.06 0.06 92.61 03:38:36 Average: 0 3.49 0.00 2.54 0.61 0.06 93.31 03:38:36 Average: 1 4.42 0.00 2.41 1.43 0.06 91.69 03:38:36 Average: 2 3.58 0.00 2.51 0.90 0.06 92.94 03:38:36 Average: 3 3.75 0.00 2.41 1.29 0.07 92.49 03:38:36 03:38:36 03:38:36