Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 84ea4a05cef1466ee67975698004463005cbf340 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: 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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-23961 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 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # 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/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 84ea4a05cef1466ee67975698004463005cbf340 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 Commit message: "Merge pull request #763 from hahattan/issue-745" > git rev-list --no-walk d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T13:40:38.851Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T13:40:39.154Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T13:40:39.278Z] ========================================================= [2021-01-29T13:40:39.278Z] EdgeX Global Pipelines Version Info [2021-01-29T13:40:39.278Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:40:40.762Z] ------------------- [2021-01-29T13:40:40.762Z] stable info: [2021-01-29T13:40:40.762Z] ------------------- [2021-01-29T13:40:40.762Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T13:40:40.762Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T13:40:40.762Z] Message: update stable to v1.0.179 [2021-01-29T13:40:41.716Z] ------------------- [2021-01-29T13:40:41.716Z] experimental info: [2021-01-29T13:40:41.716Z] ------------------- [2021-01-29T13:40:41.716Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T13:40:41.716Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T13:40:41.716Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T13:40:41.978Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-29T13:40:42.090Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-29T13:40:42.178Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T13:40:42.302Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T13:40:42.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T13:40:42.480Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T13:40:42.604Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T13:40:42.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T13:40:42.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-29T13:40:42.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T13:40:43.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T13:40:43.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-29T13:40:43.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T13:40:43.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T13:40:43.409Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T13:40:43.506Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T13:40:43.593Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T13:40:43.680Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T13:40:43.776Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T13:40:43.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-29T13:40:43.980Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T13:40:44.078Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T13:40:44.193Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-29T13:40:44.309Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-29T13:40:44.468Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-29T13:40:44.556Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T13:40:44.648Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T13:40:44.758Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-29T13:40:44.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-29T13:40:44.944Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-29T13:40:45.035Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] echo [2021-01-29T13:40:45.123Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84ea4a0 [Pipeline] echo [2021-01-29T13:40:45.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T13:40:45.425Z] provisioning config files... [2021-01-29T13:40:45.469Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8415543404425692834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:40:45.830Z] ---> docker-login.sh [2021-01-29T13:40:45.830Z] nexus3.edgexfoundry.org:10001 [2021-01-29T13:40:46.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:40:47.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:40:47.557Z] Configure a credential helper to remove this warning. See [2021-01-29T13:40:47.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:40:47.557Z] [2021-01-29T13:40:47.557Z] Login Succeeded [2021-01-29T13:40:47.557Z] nexus3.edgexfoundry.org:10002 [2021-01-29T13:40:47.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:40:47.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:40:47.557Z] Configure a credential helper to remove this warning. See [2021-01-29T13:40:47.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:40:47.557Z] [2021-01-29T13:40:47.557Z] Login Succeeded [2021-01-29T13:40:47.557Z] nexus3.edgexfoundry.org:10003 [2021-01-29T13:40:47.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:40:47.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:40:47.557Z] Configure a credential helper to remove this warning. See [2021-01-29T13:40:47.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:40:47.557Z] [2021-01-29T13:40:47.557Z] Login Succeeded [2021-01-29T13:40:47.557Z] nexus3.edgexfoundry.org:10004 [2021-01-29T13:40:47.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:40:47.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:40:47.557Z] Configure a credential helper to remove this warning. See [2021-01-29T13:40:47.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:40:47.557Z] [2021-01-29T13:40:47.557Z] Login Succeeded [2021-01-29T13:40:47.557Z] docker.io [2021-01-29T13:40:47.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:40:47.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:40:47.557Z] Configure a credential helper to remove this warning. See [2021-01-29T13:40:47.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:40:47.557Z] [2021-01-29T13:40:47.557Z] Login Succeeded [2021-01-29T13:40:47.557Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T13:40:47.569Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T13:40:48.461Z] + git log --format=format:%s -1 84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] echo [2021-01-29T13:40:48.544Z] GIT_COMMIT: 84ea4a05cef1466ee67975698004463005cbf340, Commit Message: Merge pull request #763 from hahattan/issue-745 [Pipeline] echo [2021-01-29T13:40:48.600Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:40:49.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T13:40:49.561Z] [2021-01-29T13:40:49.561Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:40:49.909Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T13:40:49.909Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T13:40:49.909Z] 31603596830f: Pulling fs layer [2021-01-29T13:40:49.909Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T13:40:49.909Z] 6ca5941a6612: Pulling fs layer [2021-01-29T13:40:49.909Z] ecc8261a40a4: Pulling fs layer [2021-01-29T13:40:49.909Z] ecc8261a40a4: Waiting [2021-01-29T13:40:49.909Z] 2a8b12db71e7: Download complete [2021-01-29T13:40:50.181Z] 31603596830f: Verifying Checksum [2021-01-29T13:40:50.181Z] 31603596830f: Download complete [2021-01-29T13:40:50.181Z] ecc8261a40a4: Verifying Checksum [2021-01-29T13:40:50.181Z] ecc8261a40a4: Download complete [2021-01-29T13:40:50.181Z] 6ca5941a6612: Verifying Checksum [2021-01-29T13:40:50.181Z] 6ca5941a6612: Download complete [2021-01-29T13:40:50.445Z] 31603596830f: Pull complete [2021-01-29T13:40:50.708Z] 2a8b12db71e7: Pull complete [2021-01-29T13:40:51.659Z] 6ca5941a6612: Pull complete [2021-01-29T13:40:51.659Z] ecc8261a40a4: Pull complete [2021-01-29T13:40:51.659Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T13:40:51.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T13:40:51.922Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T13:40:52.048Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:40:52.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T13:40:55.065Z] $ docker top 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T13:40:55.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T13:40:55.438Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T13:40:55.717Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T13:40:55.722Z] $ docker exec 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent [2021-01-29T13:40:55.903Z] SSH_AUTH_SOCK=/tmp/ssh-xNnujmnnEpUo/agent.12 [2021-01-29T13:40:55.903Z] SSH_AGENT_PID=18 [2021-01-29T13:40:55.916Z] Running ssh-add (command line suppressed) [2021-01-29T13:40:56.061Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2134844889854810963.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2134844889854810963.key) [2021-01-29T13:40:56.121Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T13:40:56.463Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T13:40:56.487Z] $ docker exec --env ******** --env ******** 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent -k [2021-01-29T13:40:56.614Z] unset SSH_AUTH_SOCK; [2021-01-29T13:40:56.614Z] unset SSH_AGENT_PID; [2021-01-29T13:40:56.614Z] echo Agent pid 18 killed; [2021-01-29T13:40:56.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T13:40:56.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T13:40:56.796Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T13:40:56.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T13:40:56.992Z] $ docker exec 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent [2021-01-29T13:40:57.176Z] SSH_AUTH_SOCK=/tmp/ssh-dpSVus7WIFcW/agent.47 [2021-01-29T13:40:57.176Z] SSH_AGENT_PID=52 [2021-01-29T13:40:57.183Z] Running ssh-add (command line suppressed) [2021-01-29T13:40:57.313Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4878419668656145341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4878419668656145341.key) [2021-01-29T13:40:57.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T13:40:57.706Z] + git semver init [2021-01-29T13:40:57.706Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T13:40:57.706Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-29T13:40:57.706Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-29T13:40:57.706Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T13:40:57.706Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T13:40:57.706Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T13:40:57.706Z] # $SEMVER_BRANCH = master [2021-01-29T13:40:57.706Z] # $SEMVER_TEMP = /tmp/semver-520412075 [2021-01-29T13:40:57.706Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-29T13:40:58.284Z] # '/tmp/semver-520412075' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-01-29T13:40:58.549Z] # -> Force: false [2021-01-29T13:40:58.549Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-29T13:40:58.567Z] $ docker exec --env ******** --env ******** 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 ssh-agent -k [2021-01-29T13:40:58.771Z] unset SSH_AUTH_SOCK; [2021-01-29T13:40:58.771Z] unset SSH_AGENT_PID; [2021-01-29T13:40:58.771Z] echo Agent pid 52 killed; [2021-01-29T13:40:58.832Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T13:40:59.288Z] + git semver [Pipeline] } [2021-01-29T13:40:59.310Z] $ docker stop --time=1 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 [2021-01-29T13:41:00.693Z] $ docker rm -f 2947e6d63e00746db3a9dd935d913222b0f7a7acb12966da09f7fac12434b063 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T13:41:01.185Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T13:41:01.623Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T13:41:01.626Z] [edgeXSemver]: initialized semver on version 2.0.0-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 [2021-01-29T13:41:17.111Z] Still waiting to schedule task [2021-01-29T13:41:17.112Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-29T13:41:17.115Z] Still waiting to schedule task [2021-01-29T13:41:17.115Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-29T13:43:10.468Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23964 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-29T13:43:10.520Z] Running in /w/workspace/device-sdk-go/114 [Pipeline] { [Pipeline] checkout [2021-01-29T13:43:15.320Z] using credential edgex-jenkins-ssh [2021-01-29T13:43:15.378Z] Cloning the remote Git repository [2021-01-29T13:43:15.468Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-29T13:43:15.882Z] > git init /w/workspace/device-sdk-go/114 # timeout=10 [2021-01-29T13:43:15.957Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-29T13:43:15.959Z] > git --version # timeout=10 [2021-01-29T13:43:15.985Z] > git --version # 'git version 2.17.1' [2021-01-29T13:43:15.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T13:43:16.065Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T13:43:17.681Z] Checking out Revision 84ea4a05cef1466ee67975698004463005cbf340 (master) [2021-01-29T13:43:17.866Z] Running on prd-centos7-docker-4c-2g-23966 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-29T13:43:17.926Z] Running in /w/workspace/device-sdk-go/114 [Pipeline] { [Pipeline] checkout [2021-01-29T13:43:17.146Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-29T13:43:17.169Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T13:43:17.199Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-29T13:43:17.248Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-29T13:43:17.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T13:43:17.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T13:43:17.716Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T13:43:17.736Z] > git checkout -f 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 [2021-01-29T13:43:20.395Z] using credential edgex-jenkins-ssh [2021-01-29T13:43:20.446Z] Cloning the remote Git repository [2021-01-29T13:43:20.338Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-29T13:43:20.419Z] > git init /w/workspace/device-sdk-go/114 # timeout=10 [2021-01-29T13:43:20.490Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-29T13:43:20.490Z] > git --version # timeout=10 [2021-01-29T13:43:20.502Z] > git --version # 'git version 2.24.3' [2021-01-29T13:43:20.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T13:43:20.533Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T13:43:21.793Z] Checking out Revision 84ea4a05cef1466ee67975698004463005cbf340 (master) [2021-01-29T13:43:22.153Z] Commit message: "Merge pull request #763 from hahattan/issue-745" [2021-01-29T13:43:21.287Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-29T13:43:21.296Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T13:43:21.316Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-29T13:43:21.332Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-29T13:43:21.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T13:43:21.337Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T13:43:21.794Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T13:43:21.802Z] > git checkout -f 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T13:43:23.568Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T13:43:23.977Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T13:43:24.321Z] + + true [2021-01-29T13:43:24.322Z] sudo service docker restart [2021-01-29T13:43:25.568Z] Commit message: "Merge pull request #763 from hahattan/issue-745" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T13:43:26.726Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T13:43:27.032Z] provisioning config files... [2021-01-29T13:43:27.063Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-01-29T13:43:27.068Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/114@tmp/config2962396847315521480tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:43:27.361Z] + sudo service docker restart [2021-01-29T13:43:27.361Z] + true [2021-01-29T13:43:27.361Z] Redirecting to /bin/systemctl restart docker.service [2021-01-29T13:43:27.574Z] ---> docker-login.sh [2021-01-29T13:43:27.574Z] nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T13:43:28.375Z] provisioning config files... [2021-01-29T13:43:28.406Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/114@tmp/config8108675161078549321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:43:28.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:28.764Z] ---> docker-login.sh [2021-01-29T13:43:28.764Z] nexus3.edgexfoundry.org:10001 [2021-01-29T13:43:28.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:28.849Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:28.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:28.849Z] [2021-01-29T13:43:28.849Z] Login Succeeded [2021-01-29T13:43:28.849Z] nexus3.edgexfoundry.org:10002 [2021-01-29T13:43:29.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:29.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:29.296Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:29.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:29.296Z] [2021-01-29T13:43:29.296Z] Login Succeeded [2021-01-29T13:43:29.296Z] nexus3.edgexfoundry.org:10002 [2021-01-29T13:43:29.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:29.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:29.296Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:29.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:29.296Z] [2021-01-29T13:43:29.296Z] Login Succeeded [2021-01-29T13:43:29.296Z] nexus3.edgexfoundry.org:10003 [2021-01-29T13:43:29.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:29.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:29.452Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:29.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:29.452Z] [2021-01-29T13:43:29.452Z] Login Succeeded [2021-01-29T13:43:29.452Z] nexus3.edgexfoundry.org:10003 [2021-01-29T13:43:29.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:29.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:29.561Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:29.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:29.561Z] [2021-01-29T13:43:29.561Z] Login Succeeded [2021-01-29T13:43:29.561Z] nexus3.edgexfoundry.org:10004 [2021-01-29T13:43:29.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:29.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:29.824Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:29.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:29.824Z] [2021-01-29T13:43:29.824Z] Login Succeeded [2021-01-29T13:43:29.824Z] docker.io [2021-01-29T13:43:29.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:30.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:30.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:30.059Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:30.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:30.059Z] [2021-01-29T13:43:30.059Z] Login Succeeded [2021-01-29T13:43:30.059Z] nexus3.edgexfoundry.org:10004 [2021-01-29T13:43:30.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:30.090Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:30.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:30.090Z] [2021-01-29T13:43:30.090Z] Login Succeeded [2021-01-29T13:43:30.090Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T13:43:30.102Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-29T13:43:30.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withEnv [Pipeline] unstash [2021-01-29T13:43:30.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:30.613Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:30.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:30.613Z] [2021-01-29T13:43:30.613Z] Login Succeeded [2021-01-29T13:43:30.613Z] docker.io [Pipeline] echo [2021-01-29T13:43:30.620Z] ========================================================= [2021-01-29T13:43:30.620Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T13:43:30.620Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:43:30.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T13:43:30.975Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-29T13:43:30.975Z] Sending build context to Docker daemon 2.472MB [2021-01-29T13:43:30.975Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T13:43:30.975Z] Step 2/8 : FROM ${BASE} [2021-01-29T13:43:31.263Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T13:43:31.263Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T13:43:31.263Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T13:43:31.263Z] de9db76c5a1d: Pulling fs layer [2021-01-29T13:43:31.263Z] bca2f99d35d6: Pulling fs layer [2021-01-29T13:43:31.263Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T13:43:31.263Z] 7c6f9722023f: Pulling fs layer [2021-01-29T13:43:31.263Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T13:43:31.263Z] 93359f2a8cfa: Waiting [2021-01-29T13:43:31.263Z] 7c6f9722023f: Waiting [2021-01-29T13:43:31.263Z] a35cf1a2eb13: Waiting [2021-01-29T13:43:31.263Z] de9db76c5a1d: Verifying Checksum [2021-01-29T13:43:31.263Z] de9db76c5a1d: Download complete [2021-01-29T13:43:31.263Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T13:43:31.263Z] 0ef7d3d256c8: Download complete [2021-01-29T13:43:31.263Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T13:43:31.263Z] 93359f2a8cfa: Download complete [2021-01-29T13:43:31.263Z] 7c6f9722023f: Verifying Checksum [2021-01-29T13:43:31.263Z] 7c6f9722023f: Download complete [2021-01-29T13:43:31.263Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T13:43:31.263Z] 188c0c94c7c5: Download complete [2021-01-29T13:43:31.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T13:43:31.484Z] Configure a credential helper to remove this warning. See [2021-01-29T13:43:31.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T13:43:31.484Z] [2021-01-29T13:43:31.484Z] Login Succeeded [2021-01-29T13:43:31.484Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T13:43:31.502Z] Deleting 1 temporary files [2021-01-29T13:43:31.528Z] 188c0c94c7c5: Pull complete [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-29T13:43:31.794Z] 0ef7d3d256c8: Pull complete [2021-01-29T13:43:31.794Z] de9db76c5a1d: Pull complete [Pipeline] echo [2021-01-29T13:43:31.938Z] ========================================================= [2021-01-29T13:43:31.938Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T13:43:31.938Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:43:32.319Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-29T13:43:32.596Z] Sending build context to Docker daemon 2.471MB [2021-01-29T13:43:32.870Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T13:43:32.870Z] Step 2/8 : FROM ${BASE} [2021-01-29T13:43:32.870Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T13:43:32.870Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T13:43:32.870Z] a4357932f1b6: Pulling fs layer [2021-01-29T13:43:32.870Z] 18c013af1878: Pulling fs layer [2021-01-29T13:43:32.870Z] 00ac8860ef70: Pulling fs layer [2021-01-29T13:43:32.870Z] 63d7cb157983: Pulling fs layer [2021-01-29T13:43:32.870Z] b116817d02f9: Pulling fs layer [2021-01-29T13:43:32.870Z] 745a02a5169b: Pulling fs layer [2021-01-29T13:43:32.870Z] 00ac8860ef70: Waiting [2021-01-29T13:43:32.870Z] 63d7cb157983: Waiting [2021-01-29T13:43:32.870Z] b116817d02f9: Waiting [2021-01-29T13:43:32.870Z] 745a02a5169b: Waiting [2021-01-29T13:43:33.147Z] 18c013af1878: Download complete [2021-01-29T13:43:33.147Z] a4357932f1b6: Verifying Checksum [2021-01-29T13:43:33.147Z] a4357932f1b6: Download complete [2021-01-29T13:43:33.147Z] 63d7cb157983: Verifying Checksum [2021-01-29T13:43:33.147Z] 63d7cb157983: Download complete [2021-01-29T13:43:33.147Z] b116817d02f9: Download complete [2021-01-29T13:43:33.147Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T13:43:33.147Z] 5f621e34cdf4: Download complete [2021-01-29T13:43:33.200Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T13:43:33.200Z] a35cf1a2eb13: Download complete [2021-01-29T13:43:33.754Z] 5f621e34cdf4: Pull complete [2021-01-29T13:43:34.371Z] a4357932f1b6: Pull complete [2021-01-29T13:43:34.980Z] 18c013af1878: Pull complete [2021-01-29T13:43:35.149Z] bca2f99d35d6: Verifying Checksum [2021-01-29T13:43:35.149Z] bca2f99d35d6: Download complete [2021-01-29T13:43:36.437Z] 745a02a5169b: Verifying Checksum [2021-01-29T13:43:36.437Z] 745a02a5169b: Download complete [2021-01-29T13:43:37.035Z] 00ac8860ef70: Verifying Checksum [2021-01-29T13:43:37.035Z] 00ac8860ef70: Download complete [2021-01-29T13:43:41.817Z] bca2f99d35d6: Pull complete [2021-01-29T13:43:41.817Z] 93359f2a8cfa: Pull complete [2021-01-29T13:43:41.817Z] 7c6f9722023f: Pull complete [2021-01-29T13:43:47.148Z] a35cf1a2eb13: Pull complete [2021-01-29T13:43:47.148Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T13:43:47.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T13:43:47.148Z] ---> a62c8e92a672 [2021-01-29T13:43:47.148Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-29T13:43:47.149Z] ---> Running in dec222596247 [2021-01-29T13:43:47.149Z] Removing intermediate container dec222596247 [2021-01-29T13:43:47.149Z] ---> 8b164b0ec82a [2021-01-29T13:43:47.149Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T13:43:47.149Z] ---> Running in 9eb5f9dbe320 [2021-01-29T13:43:47.202Z] 00ac8860ef70: Pull complete [2021-01-29T13:43:47.202Z] 63d7cb157983: Pull complete [2021-01-29T13:43:47.475Z] b116817d02f9: Pull complete [2021-01-29T13:43:48.107Z] Removing intermediate container 9eb5f9dbe320 [2021-01-29T13:43:48.107Z] ---> 3a839bfafd7c [2021-01-29T13:43:48.107Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-29T13:43:48.370Z] ---> Running in ab52ec4620e2 [2021-01-29T13:43:49.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T13:43:49.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T13:43:50.471Z] OK: 166 MiB in 39 packages [2021-01-29T13:43:50.733Z] Removing intermediate container ab52ec4620e2 [2021-01-29T13:43:50.733Z] ---> 1d209ccd314f [2021-01-29T13:43:50.733Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-29T13:43:50.995Z] ---> Running in 182f1cfd7c76 [2021-01-29T13:43:50.995Z] Removing intermediate container 182f1cfd7c76 [2021-01-29T13:43:50.995Z] ---> 07555c6e6f53 [2021-01-29T13:43:50.995Z] Step 7/8 : COPY . . [2021-01-29T13:43:51.801Z] 745a02a5169b: Pull complete [2021-01-29T13:43:51.801Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T13:43:51.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T13:43:51.801Z] ---> b7e6874047d6 [2021-01-29T13:43:51.801Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-29T13:43:51.945Z] ---> 547966592a60 [2021-01-29T13:43:51.945Z] Step 8/8 : RUN go mod download [2021-01-29T13:43:52.214Z] ---> Running in e544f4257e87 [2021-01-29T13:43:54.437Z] ---> Running in a5fe4968e32c [2021-01-29T13:43:54.709Z] Removing intermediate container a5fe4968e32c [2021-01-29T13:43:54.709Z] ---> 30bafd4d722d [2021-01-29T13:43:54.709Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T13:43:54.982Z] ---> Running in ba82a37953ea [2021-01-29T13:43:57.604Z] Removing intermediate container ba82a37953ea [2021-01-29T13:43:57.604Z] ---> 8ad924d12aa8 [2021-01-29T13:43:57.604Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-29T13:43:57.604Z] ---> Running in 31705e026c90 [2021-01-29T13:43:58.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T13:43:59.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T13:43:59.776Z] OK: 142 MiB in 39 packages [2021-01-29T13:44:00.764Z] Removing intermediate container 31705e026c90 [2021-01-29T13:44:00.764Z] ---> f982744e0241 [2021-01-29T13:44:00.764Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-29T13:44:01.039Z] ---> Running in 3818ac81104b [2021-01-29T13:44:01.632Z] Removing intermediate container 3818ac81104b [2021-01-29T13:44:01.632Z] ---> d49c3ff5a119 [2021-01-29T13:44:01.632Z] Step 7/8 : COPY . . [2021-01-29T13:44:02.629Z] ---> 89f23718386b [2021-01-29T13:44:02.629Z] Step 8/8 : RUN go mod download [2021-01-29T13:44:02.903Z] ---> Running in bee7a7aff002 [2021-01-29T13:44:14.346Z] Removing intermediate container e544f4257e87 [2021-01-29T13:44:14.346Z] ---> 7d85cae2c37b [2021-01-29T13:44:14.346Z] Successfully built 7d85cae2c37b [2021-01-29T13:44:14.346Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:44:14.665Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T13:44:14.666Z] . [Pipeline] withDockerContainer [2021-01-29T13:44:14.794Z] prd-centos7-docker-4c-2g-23966 does not seem to be running inside a container [2021-01-29T13:44:14.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T13:44:15.888Z] $ docker top 746a9ea91db70243a834df9b42165de4ab11f2735ad7de74f82019f48c38ba98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T13:44:16.483Z] + go version [2021-01-29T13:44:16.483Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T13:44:16.504Z] $ docker stop --time=1 746a9ea91db70243a834df9b42165de4ab11f2735ad7de74f82019f48c38ba98 [2021-01-29T13:44:17.915Z] $ docker rm -f 746a9ea91db70243a834df9b42165de4ab11f2735ad7de74f82019f48c38ba98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:44:18.845Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T13:44:18.845Z] . [Pipeline] withDockerContainer [2021-01-29T13:44:18.951Z] prd-centos7-docker-4c-2g-23966 does not seem to be running inside a container [2021-01-29T13:44:19.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T13:44:19.770Z] $ docker top 85c222f89daa73e2c4a5ed563a9fe57f74ed0627a9a9a3b87d75f347863252d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T13:44:20.250Z] + make test [2021-01-29T13:44:20.250Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T13:44:25.098Z] Removing intermediate container bee7a7aff002 [2021-01-29T13:44:25.098Z] ---> 037dfbc01338 [2021-01-29T13:44:25.098Z] Successfully built 037dfbc01338 [2021-01-29T13:44:25.098Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:44:25.443Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T13:44:25.444Z] . [Pipeline] withDockerContainer [2021-01-29T13:44:25.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-23964 does not seem to be running inside a container [2021-01-29T13:44:25.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T13:44:27.284Z] $ docker top 6ff0051056d0f14a9b7a1d4210fa9b76b7d84c6edb8d4a687cf27fb9ecb92186 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T13:44:28.349Z] + go version [2021-01-29T13:44:28.349Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T13:44:28.374Z] $ docker stop --time=1 6ff0051056d0f14a9b7a1d4210fa9b76b7d84c6edb8d4a687cf27fb9ecb92186 [2021-01-29T13:44:28.483Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-29T13:44:30.329Z] $ docker rm -f 6ff0051056d0f14a9b7a1d4210fa9b76b7d84c6edb8d4a687cf27fb9ecb92186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:44:31.317Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T13:44:31.318Z] . [Pipeline] withDockerContainer [2021-01-29T13:44:31.579Z] prd-ubuntu18.04-docker-arm64-4c-16g-23964 does not seem to be running inside a container [2021-01-29T13:44:31.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/114 -v /w/workspace/device-sdk-go/114:/w/workspace/device-sdk-go/114:rw,z -v /w/workspace/device-sdk-go/114@tmp:/w/workspace/device-sdk-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T13:44:33.216Z] $ docker top d8bfbbc49a408963c7d7bd98d73181c4ca360bfe4b6a126bcf9887dc1f4cb506 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T13:44:34.227Z] + make test [2021-01-29T13:44:34.227Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T13:44:46.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-29T13:44:46.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-29T13:44:46.801Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-29T13:44:46.801Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.077s coverage: 19.4% of statements [2021-01-29T13:44:47.082Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.502s coverage: 97.1% of statements [2021-01-29T13:44:56.400Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.070s coverage: 9.4% of statements [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.049s coverage: 21.7% of statements [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.246s coverage: 43.6% of statements [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.291s coverage: 68.9% of statements [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.083s coverage: 53.8% of statements [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.073s coverage: 25.2% of statements [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.471s coverage: 83.5% of statements [2021-01-29T13:45:19.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.074s coverage: 4.2% of statements [2021-01-29T13:45:19.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-29T13:45:19.339Z] GO111MODULE=on go vet ./... [2021-01-29T13:45:27.592Z] gofmt -l . [2021-01-29T13:45:27.592Z] [ "`gofmt -l .`" = "" ] [2021-01-29T13:45:27.592Z] ./bin/test-attribution-txt.sh [2021-01-29T13:45:27.860Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-29T13:45:28.144Z] $ docker stop --time=1 85c222f89daa73e2c4a5ed563a9fe57f74ed0627a9a9a3b87d75f347863252d7 [2021-01-29T13:45:30.242Z] $ docker rm -f 85c222f89daa73e2c4a5ed563a9fe57f74ed0627a9a9a3b87d75f347863252d7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T13:45:30.962Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-29T13:45:31.429Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-29T13:45:34.053Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-29T13:45:34.371Z] + ls -al . [2021-01-29T13:45:34.371Z] total 216 [2021-01-29T13:45:34.371Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 29 13:45 . [2021-01-29T13:45:34.371Z] drwxrwxr-x. 4 jenkins jenkins 32 Jan 29 13:43 .. [2021-01-29T13:45:34.371Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 29 13:43 bin [2021-01-29T13:45:34.371Z] -rw-r--r--. 1 jenkins jenkins 137333 Jan 29 13:45 coverage.out [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 29 13:43 Dockerfile.build [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 29 13:43 .dockerignore [2021-01-29T13:45:34.371Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 29 13:43 example [2021-01-29T13:45:34.371Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 29 13:43 .git [2021-01-29T13:45:34.371Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 29 13:43 .github [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 29 13:43 .gitignore [2021-01-29T13:45:34.371Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 29 13:45 go.mod [2021-01-29T13:45:34.371Z] -rw-r--r--. 1 jenkins jenkins 14191 Jan 29 13:45 go.sum [2021-01-29T13:45:34.371Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 29 13:43 internal [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 29 13:43 Jenkinsfile [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 29 13:43 LICENSE [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 29 13:43 Makefile [2021-01-29T13:45:34.371Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 29 13:43 openapi [2021-01-29T13:45:34.371Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 29 13:43 pkg [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 29 13:43 README.md [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 29 13:43 RELEASE-NOTES.txt [2021-01-29T13:45:34.371Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 29 13:43 snap [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 29 13:41 VERSION [2021-01-29T13:45:34.371Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 29 13:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:45:34.678Z] + 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=84ea4a05cef1466ee67975698004463005cbf340 --label arch=amd64 --label version=2.0.0-dev.9 . [2021-01-29T13:45:34.952Z] Sending build context to Docker daemon 2.61MB [2021-01-29T13:45:34.952Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T13:45:34.952Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-29T13:45:34.952Z] ---> 7d85cae2c37b [2021-01-29T13:45:34.952Z] Step 3/24 : ARG MAKE='make build' [2021-01-29T13:45:35.463Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-29T13:45:35.463Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-29T13:45:35.463Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-29T13:45:35.463Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.160s coverage: 19.4% of statements [2021-01-29T13:45:35.529Z] ---> Running in 9ee4e9c76df9 [2021-01-29T13:45:35.529Z] Removing intermediate container 9ee4e9c76df9 [2021-01-29T13:45:35.529Z] ---> 35851144f86d [2021-01-29T13:45:35.529Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-29T13:45:35.529Z] ---> Running in a8abfc48a516 [2021-01-29T13:45:35.792Z] Removing intermediate container a8abfc48a516 [2021-01-29T13:45:35.792Z] ---> 56de0f1824a3 [2021-01-29T13:45:35.792Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-29T13:45:35.792Z] ---> Running in b7b881f5b4dc [2021-01-29T13:45:36.059Z] Removing intermediate container b7b881f5b4dc [2021-01-29T13:45:36.059Z] ---> b03b87807a21 [2021-01-29T13:45:36.059Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T13:45:36.634Z] ---> Running in bd9c86051711 [2021-01-29T13:45:37.624Z] Removing intermediate container bd9c86051711 [2021-01-29T13:45:37.624Z] ---> cb13c58f30ae [2021-01-29T13:45:37.624Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-29T13:45:37.905Z] ---> Running in 469cd6733d6b [2021-01-29T13:45:38.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T13:45:39.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T13:45:39.641Z] OK: 166 MiB in 39 packages [2021-01-29T13:45:40.218Z] Removing intermediate container 469cd6733d6b [2021-01-29T13:45:40.219Z] ---> 517e1126e5cf [2021-01-29T13:45:40.219Z] Step 8/24 : COPY . . [2021-01-29T13:45:41.171Z] ---> a481fd5cc99a [2021-01-29T13:45:41.171Z] Step 9/24 : RUN ${MAKE} [2021-01-29T13:45:41.171Z] ---> Running in 23aa116843b8 [2021-01-29T13:45:41.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-29T13:45:43.791Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.233s coverage: 97.1% of statements [2021-01-29T13:45:50.042Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-29T13:45:52.606Z] Removing intermediate container 23aa116843b8 [2021-01-29T13:45:52.606Z] ---> d7927ce47545 [2021-01-29T13:45:52.606Z] Step 10/24 : FROM scratch [2021-01-29T13:45:52.606Z] ---> [2021-01-29T13:45:52.606Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-29T13:45:52.606Z] ---> Running in 64768ff93609 [2021-01-29T13:45:52.870Z] Removing intermediate container 64768ff93609 [2021-01-29T13:45:52.870Z] ---> 98c119be6545 [2021-01-29T13:45:52.870Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-29T13:45:52.870Z] ---> Running in 1af7cd9e9e43 [2021-01-29T13:45:53.132Z] Removing intermediate container 1af7cd9e9e43 [2021-01-29T13:45:53.132Z] ---> 2ec08dd35cbf [2021-01-29T13:45:53.132Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-29T13:45:53.132Z] ---> Running in 27de85735ac7 [2021-01-29T13:45:53.395Z] Removing intermediate container 27de85735ac7 [2021-01-29T13:45:53.395Z] ---> 53e28ce484b9 [2021-01-29T13:45:53.395Z] Step 14/24 : WORKDIR / [2021-01-29T13:45:53.395Z] ---> Running in 8109b24b98ee [2021-01-29T13:45:53.658Z] Removing intermediate container 8109b24b98ee [2021-01-29T13:45:53.658Z] ---> d6ee5af5c7a3 [2021-01-29T13:45:53.658Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-29T13:45:53.923Z] ---> 2ade4ef77773 [2021-01-29T13:45:53.923Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-29T13:45:54.500Z] ---> cd04c783a372 [2021-01-29T13:45:54.500Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-29T13:45:54.500Z] ---> e5fb80a98388 [2021-01-29T13:45:54.500Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-29T13:45:54.763Z] ---> f2ba3600ffd7 [2021-01-29T13:45:54.763Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-29T13:45:55.025Z] ---> ce00ec2e9c70 [2021-01-29T13:45:55.025Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-29T13:45:55.025Z] ---> Running in 8c164e36c676 [2021-01-29T13:45:55.288Z] Removing intermediate container 8c164e36c676 [2021-01-29T13:45:55.288Z] ---> 56279eb6d48c [2021-01-29T13:45:55.288Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T13:45:55.288Z] ---> Running in 89a99ae09b37 [2021-01-29T13:45:55.551Z] Removing intermediate container 89a99ae09b37 [2021-01-29T13:45:55.551Z] ---> 3c293d19da95 [2021-01-29T13:45:55.551Z] Step 22/24 : LABEL arch=amd64 [2021-01-29T13:45:55.551Z] ---> Running in ae565086252f [2021-01-29T13:45:55.814Z] Removing intermediate container ae565086252f [2021-01-29T13:45:55.814Z] ---> 5d7042c29342 [2021-01-29T13:45:55.814Z] Step 23/24 : LABEL git_sha=84ea4a05cef1466ee67975698004463005cbf340 [2021-01-29T13:45:55.814Z] ---> Running in 690a78e01a12 [2021-01-29T13:45:56.077Z] Removing intermediate container 690a78e01a12 [2021-01-29T13:45:56.077Z] ---> d227e05c4a76 [2021-01-29T13:45:56.077Z] Step 24/24 : LABEL version=2.0.0-dev.9 [2021-01-29T13:45:56.077Z] ---> Running in 9d3dc86c1627 [2021-01-29T13:45:56.340Z] Removing intermediate container 9d3dc86c1627 [2021-01-29T13:45:56.340Z] ---> 0d811331cfb4 [2021-01-29T13:45:56.340Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-29T13:45:56.340Z] Successfully built 0d811331cfb4 [2021-01-29T13:45:56.340Z] Successfully tagged docker-device-sdk-simple:latest [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] } [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.138s coverage: 9.4% of statements [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.146s coverage: 21.7% of statements [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.556s coverage: 43.6% of statements [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.765s coverage: 68.9% of statements [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.189s coverage: 53.8% of statements [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 25.2% of statements [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.804s coverage: 83.5% of statements [2021-01-29T13:46:10.591Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 4.2% of statements [2021-01-29T13:46:10.591Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-29T13:46:10.591Z] GO111MODULE=on go vet ./... [2021-01-29T13:46:43.013Z] gofmt -l . [2021-01-29T13:46:43.013Z] [ "`gofmt -l .`" = "" ] [2021-01-29T13:46:43.013Z] ./bin/test-attribution-txt.sh [2021-01-29T13:46:43.013Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-29T13:46:43.035Z] $ docker stop --time=1 d8bfbbc49a408963c7d7bd98d73181c4ca360bfe4b6a126bcf9887dc1f4cb506 [2021-01-29T13:46:45.249Z] $ docker rm -f d8bfbbc49a408963c7d7bd98d73181c4ca360bfe4b6a126bcf9887dc1f4cb506 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T13:46:46.365Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-29T13:46:46.392Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T13:46:47.574Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T13:46:48.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-29T13:46:48.586Z] + ls -al . [2021-01-29T13:46:48.586Z] total 252 [2021-01-29T13:46:48.586Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 29 13:46 . [2021-01-29T13:46:48.586Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 .. [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 29 13:43 .dockerignore [2021-01-29T13:46:48.586Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 29 13:43 .git [2021-01-29T13:46:48.586Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 13:43 .github [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 29 13:43 .gitignore [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 29 13:43 Dockerfile.build [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 29 13:43 Jenkinsfile [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 29 13:43 LICENSE [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 29 13:43 Makefile [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 29 13:43 README.md [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 29 13:43 RELEASE-NOTES.txt [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 29 13:41 VERSION [2021-01-29T13:46:48.586Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 13:43 bin [2021-01-29T13:46:48.586Z] -rw-r--r-- 1 jenkins jenkins 137333 Jan 29 13:46 coverage.out [2021-01-29T13:46:48.586Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 example [2021-01-29T13:46:48.586Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 29 13:46 go.mod [2021-01-29T13:46:48.586Z] -rw-r--r-- 1 jenkins jenkins 14191 Jan 29 13:46 go.sum [2021-01-29T13:46:48.586Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 29 13:43 internal [2021-01-29T13:46:48.586Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 openapi [2021-01-29T13:46:48.586Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 29 13:43 pkg [2021-01-29T13:46:48.586Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:43 snap [2021-01-29T13:46:48.586Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 29 13:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:46:48.927Z] + 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=84ea4a05cef1466ee67975698004463005cbf340 --label arch=arm64 --label version=2.0.0-dev.9 . [2021-01-29T13:46:49.523Z] Sending build context to Docker daemon 2.609MB [2021-01-29T13:46:49.523Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T13:46:49.523Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-29T13:46:49.523Z] ---> 037dfbc01338 [2021-01-29T13:46:49.523Z] Step 3/24 : ARG MAKE='make build' [2021-01-29T13:46:49.798Z] ---> Running in 206eca6369c7 [2021-01-29T13:46:50.070Z] Removing intermediate container 206eca6369c7 [2021-01-29T13:46:50.070Z] ---> bcfc9628205b [2021-01-29T13:46:50.070Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-29T13:46:50.345Z] ---> Running in a5952f948cff [2021-01-29T13:46:50.939Z] Removing intermediate container a5952f948cff [2021-01-29T13:46:50.939Z] ---> 4c5bceaf71eb [2021-01-29T13:46:50.939Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-29T13:46:50.939Z] ---> Running in 3396b92488ea [2021-01-29T13:46:51.539Z] Removing intermediate container 3396b92488ea [2021-01-29T13:46:51.539Z] ---> c849438c2e8a [2021-01-29T13:46:51.539Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T13:46:51.539Z] ---> Running in 1622272a6d30 [2021-01-29T13:46:54.174Z] Removing intermediate container 1622272a6d30 [2021-01-29T13:46:54.174Z] ---> 8899caae5e97 [2021-01-29T13:46:54.174Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-29T13:46:54.174Z] ---> Running in 27cc6d1eb141 [2021-01-29T13:46:55.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T13:46:55.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T13:46:56.351Z] OK: 142 MiB in 39 packages [2021-01-29T13:46:57.338Z] Removing intermediate container 27cc6d1eb141 [2021-01-29T13:46:57.338Z] ---> ffdedf240734 [2021-01-29T13:46:57.338Z] Step 8/24 : COPY . . [2021-01-29T13:46:58.769Z] ---> 08dd522bcba6 [2021-01-29T13:46:58.769Z] Step 9/24 : RUN ${MAKE} [2021-01-29T13:46:58.769Z] ---> Running in 61f5b18fec44 [2021-01-29T13:47:00.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-29T13:47:27.018Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-29T13:47:27.018Z] Removing intermediate container 61f5b18fec44 [2021-01-29T13:47:27.018Z] ---> 54247667779e [2021-01-29T13:47:27.018Z] Step 10/24 : FROM scratch [2021-01-29T13:47:27.018Z] ---> [2021-01-29T13:47:27.018Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-29T13:47:27.018Z] ---> Running in c817e6720144 [2021-01-29T13:47:27.301Z] Removing intermediate container c817e6720144 [2021-01-29T13:47:27.301Z] ---> 82e7983dce50 [2021-01-29T13:47:27.301Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-29T13:47:27.301Z] ---> Running in 2b643203b87d [2021-01-29T13:47:27.894Z] Removing intermediate container 2b643203b87d [2021-01-29T13:47:27.894Z] ---> 07bf2249c97a [2021-01-29T13:47:27.894Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-29T13:47:27.894Z] ---> Running in 65ad5680980a [2021-01-29T13:47:28.489Z] Removing intermediate container 65ad5680980a [2021-01-29T13:47:28.489Z] ---> 5d6bfe8d0efd [2021-01-29T13:47:28.489Z] Step 14/24 : WORKDIR / [2021-01-29T13:47:28.489Z] ---> Running in bd0bf69b9a8c [2021-01-29T13:47:28.762Z] Removing intermediate container bd0bf69b9a8c [2021-01-29T13:47:28.762Z] ---> 0caa85185018 [2021-01-29T13:47:28.762Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-29T13:47:30.196Z] ---> fceaf1a54399 [2021-01-29T13:47:30.196Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-29T13:47:30.468Z] ---> 8752d1c6b0c2 [2021-01-29T13:47:30.468Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-29T13:47:31.457Z] ---> 661dbe399174 [2021-01-29T13:47:31.457Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-29T13:47:32.051Z] ---> 5341093ff224 [2021-01-29T13:47:32.051Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-29T13:47:32.644Z] ---> 4a0e6a25c8df [2021-01-29T13:47:32.644Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-29T13:47:32.917Z] ---> Running in b6cecd214df3 [2021-01-29T13:47:33.196Z] Removing intermediate container b6cecd214df3 [2021-01-29T13:47:33.196Z] ---> e1aef816bffc [2021-01-29T13:47:33.196Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T13:47:33.468Z] ---> Running in fa22eb742c50 [2021-01-29T13:47:33.739Z] Removing intermediate container fa22eb742c50 [2021-01-29T13:47:33.739Z] ---> 9418ac185bd7 [2021-01-29T13:47:33.739Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T13:47:34.013Z] ---> Running in b310b54715b0 [2021-01-29T13:47:34.287Z] Removing intermediate container b310b54715b0 [2021-01-29T13:47:34.287Z] ---> af223ffd9227 [2021-01-29T13:47:34.287Z] Step 23/24 : LABEL git_sha=84ea4a05cef1466ee67975698004463005cbf340 [2021-01-29T13:47:34.559Z] ---> Running in 2f97a3021cf1 [2021-01-29T13:47:35.153Z] Removing intermediate container 2f97a3021cf1 [2021-01-29T13:47:35.153Z] ---> 04fe3c78cee2 [2021-01-29T13:47:35.153Z] Step 24/24 : LABEL version=2.0.0-dev.9 [2021-01-29T13:47:35.153Z] ---> Running in dd741bdc0cf9 [2021-01-29T13:47:35.746Z] Removing intermediate container dd741bdc0cf9 [2021-01-29T13:47:35.746Z] ---> 92518fcdbdd8 [2021-01-29T13:47:35.746Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-29T13:47:35.746Z] Successfully built 92518fcdbdd8 [2021-01-29T13:47:35.746Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-29T13:47:37.258Z] provisioning config files... [2021-01-29T13:47:37.270Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3802657325571819987tmp [Pipeline] { [Pipeline] sh [2021-01-29T13:47:37.646Z] + set +x [2021-01-29T13:47:37.647Z] + curl -s https://codecov.io/bash [2021-01-29T13:47:37.647Z] + bash -s -- [2021-01-29T13:47:37.910Z] [2021-01-29T13:47:37.910Z] _____ _ [2021-01-29T13:47:37.910Z] / ____| | | [2021-01-29T13:47:37.910Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T13:47:37.910Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T13:47:37.910Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T13:47:37.910Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T13:47:37.910Z] Bash-20210128-d4071a2 [2021-01-29T13:47:37.910Z] [2021-01-29T13:47:37.910Z] [2021-01-29T13:47:37.910Z] ==> git version 2.24.3 found [2021-01-29T13:47:37.910Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-29T13:47:37.910Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T13:47:37.910Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T13:47:37.910Z] ==> Jenkins CI detected. [2021-01-29T13:47:37.910Z] project root: . [2021-01-29T13:47:37.910Z] --> token set from env [2021-01-29T13:47:37.910Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T13:47:37.910Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T13:47:37.910Z] ==> Python coveragepy not found [2021-01-29T13:47:37.910Z] ==> Searching for coverage reports in: [2021-01-29T13:47:37.910Z] + . [2021-01-29T13:47:37.910Z] -> Found 1 reports [2021-01-29T13:47:37.910Z] ==> Detecting git/mercurial file structure [2021-01-29T13:47:37.910Z] ==> Reading reports [2021-01-29T13:47:37.910Z] + ./coverage.out bytes=137333 [2021-01-29T13:47:37.910Z] ==> Appending adjustments [2021-01-29T13:47:37.910Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T13:47:38.495Z] + Found adjustments [2021-01-29T13:47:38.495Z] ==> Gzipping contents [2021-01-29T13:47:38.495Z] 24K /tmp/codecov.xZCROn.gz [2021-01-29T13:47:38.495Z] ==> Uploading reports [2021-01-29T13:47:38.495Z] url: https://codecov.io [2021-01-29T13:47:38.495Z] query: branch=master&commit=84ea4a05cef1466ee67975698004463005cbf340&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F114%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-29T13:47:38.495Z] -> Pinging Codecov [2021-01-29T13:47:38.495Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=84ea4a05cef1466ee67975698004463005cbf340&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F114%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-29T13:47:39.450Z] -> Uploading to [2021-01-29T13:47:39.450Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/7E55EF52A471D76F132DFD9A03CDDE97/84ea4a05cef1466ee67975698004463005cbf340/9cdc2c44-4bf8-4713-aeca-43371cb2b513.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T134739Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6358a5ac68df6b76e13a7644721abceda8ef739fa24ca30ff2fe93e550f04a2d [2021-01-29T13:47:39.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T13:47:39.715Z] Dload Upload Total Spent Left Speed [2021-01-29T13:47:40.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21652 0 0 100 21652 0 39095 --:--:-- --:--:-- --:--:-- 39083 [2021-01-29T13:47:40.291Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] } [2021-01-29T13:47:40.302Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-29T13:47:41.238Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-29T13:47:41.380Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:47:41.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-29T13:47:41.741Z] [2021-01-29T13:47:41.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:47:42.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-29T13:47:42.159Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-29T13:47:42.159Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T13:47:42.159Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T13:47:42.159Z] de9db76c5a1d: Pulling fs layer [2021-01-29T13:47:42.159Z] 0eba1c9be4d2: Pulling fs layer [2021-01-29T13:47:42.159Z] 0d57e429df01: Pulling fs layer [2021-01-29T13:47:42.159Z] 4e4be7b47b0d: Pulling fs layer [2021-01-29T13:47:42.159Z] e1f770b5df2f: Pulling fs layer [2021-01-29T13:47:42.159Z] 85a0685a4137: Pulling fs layer [2021-01-29T13:47:42.159Z] 0eba1c9be4d2: Waiting [2021-01-29T13:47:42.159Z] e1f770b5df2f: Waiting [2021-01-29T13:47:42.159Z] 0d57e429df01: Waiting [2021-01-29T13:47:42.159Z] 85a0685a4137: Waiting [2021-01-29T13:47:42.159Z] de9db76c5a1d: Verifying Checksum [2021-01-29T13:47:42.159Z] de9db76c5a1d: Download complete [2021-01-29T13:47:42.159Z] 0ef7d3d256c8: Download complete [2021-01-29T13:47:42.159Z] 0d57e429df01: Verifying Checksum [2021-01-29T13:47:42.159Z] 0d57e429df01: Download complete [2021-01-29T13:47:42.159Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T13:47:42.159Z] 188c0c94c7c5: Download complete [2021-01-29T13:47:42.159Z] 4e4be7b47b0d: Verifying Checksum [2021-01-29T13:47:42.159Z] 4e4be7b47b0d: Download complete [2021-01-29T13:47:42.739Z] 188c0c94c7c5: Pull complete [2021-01-29T13:47:42.739Z] 0ef7d3d256c8: Pull complete [2021-01-29T13:47:43.003Z] de9db76c5a1d: Pull complete [2021-01-29T13:47:43.586Z] e1f770b5df2f: Verifying Checksum [2021-01-29T13:47:43.586Z] e1f770b5df2f: Download complete [2021-01-29T13:47:45.541Z] 0eba1c9be4d2: Verifying Checksum [2021-01-29T13:47:45.541Z] 0eba1c9be4d2: Download complete [2021-01-29T13:47:45.805Z] 85a0685a4137: Verifying Checksum [2021-01-29T13:47:45.805Z] 85a0685a4137: Download complete [2021-01-29T13:47:51.148Z] 0eba1c9be4d2: Pull complete [2021-01-29T13:47:51.148Z] 0d57e429df01: Pull complete [2021-01-29T13:47:51.148Z] 4e4be7b47b0d: Pull complete [2021-01-29T13:47:54.476Z] e1f770b5df2f: Pull complete [2021-01-29T13:48:02.663Z] 85a0685a4137: Pull complete [2021-01-29T13:48:02.663Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-29T13:48:02.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-29T13:48:02.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-29T13:48:02.903Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:48:02.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-29T13:48:04.116Z] $ docker top 0d770eeafb367fe3507c1129555e1ed3e44bbe7ff00fe70213c1642846b5b93c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T13:48:04.455Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-29T13:48:04.762Z] + set -o pipefail [2021-01-29T13:48:04.762Z] + snyk monitor '--org=edgex-jenkins' [2021-01-29T13:48:12.927Z] [2021-01-29T13:48:12.927Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-01-29T13:48:12.927Z] [2021-01-29T13:48:12.927Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/3a723648-8f1f-4145-a32c-96eade9aaf10 [2021-01-29T13:48:12.927Z] [2021-01-29T13:48:12.927Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-29T13:48:12.927Z] [2021-01-29T13:48:13.190Z] [Pipeline] } [2021-01-29T13:48:13.210Z] $ docker stop --time=1 0d770eeafb367fe3507c1129555e1ed3e44bbe7ff00fe70213c1642846b5b93c [2021-01-29T13:48:15.709Z] $ docker rm -f 0d770eeafb367fe3507c1129555e1ed3e44bbe7ff00fe70213c1642846b5b93c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-29T13:48:16.883Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T13:48:16.976Z] provisioning config files... [2021-01-29T13:48:17.002Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3444107176486796664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:48:17.459Z] --> edgex-publish-swagger.sh [2021-01-29T13:48:17.459Z] === Publish openapi/v1 API === [2021-01-29T13:48:17.459Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-29T13:48:17.459Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-01-29T13:48:17.459Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T13:48:17.459Z] Dload Upload Total Spent Left Speed [2021-01-29T13:48:18.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26172 --:--:-- --:--:-- --:--:-- 26177 [2021-01-29T13:48:18.303Z] [2021-01-29T13:48:18.303Z] [2021-01-29T13:48:18.303Z] === Publish openapi/v2 API === [2021-01-29T13:48:18.303Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-29T13:48:18.303Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-01-29T13:48:18.303Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T13:48:18.303Z] Dload Upload Total Spent Left Speed [2021-01-29T13:48:18.880Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 47566 0 0 100 47566 0 63285 --:--:-- --:--:-- --:--:-- 63252 100 47566 0 0 100 47566 0 63266 --:--:-- --:--:-- --:--:-- 63252 [2021-01-29T13:48:18.880Z] [2021-01-29T13:48:18.880Z] [Pipeline] } [2021-01-29T13:48:18.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-29T13:48:19.696Z] + git log --format=format:%s -1 84ea4a05cef1466ee67975698004463005cbf340 [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:48:20.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T13:48:20.004Z] . [Pipeline] withDockerContainer [2021-01-29T13:48:20.108Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:48:20.157Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T13:48:20.991Z] $ docker top 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T13:48:21.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T13:48:21.330Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T13:48:21.561Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T13:48:21.566Z] $ docker exec 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 ssh-agent [2021-01-29T13:48:21.746Z] SSH_AUTH_SOCK=/tmp/ssh-AXel9HmG8Fe1/agent.11 [2021-01-29T13:48:21.746Z] SSH_AGENT_PID=16 [2021-01-29T13:48:21.755Z] Running ssh-add (command line suppressed) [2021-01-29T13:48:21.895Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4918905061832376082.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4918905061832376082.key) [2021-01-29T13:48:21.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T13:48:22.293Z] + git semver tag [2021-01-29T13:48:22.293Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T13:48:22.293Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-29T13:48:22.293Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-29T13:48:22.293Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T13:48:22.293Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T13:48:22.293Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T13:48:22.293Z] # $SEMVER_BRANCH = master [2021-01-29T13:48:22.293Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-29T13:48:22.293Z] # 84ea4a05cef1466ee67975698004463005cbf340 HEAD [2021-01-29T13:48:22.556Z] # -> Force: false [2021-01-29T13:48:22.556Z] # 7e18fd26feaef4435987d180b1d5b4871c3c4420 refs/tags/v2.0.0-dev.9 [Pipeline] } [2021-01-29T13:48:22.570Z] $ docker exec --env ******** --env ******** 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 ssh-agent -k [2021-01-29T13:48:22.694Z] unset SSH_AUTH_SOCK; [2021-01-29T13:48:22.694Z] unset SSH_AGENT_PID; [2021-01-29T13:48:22.694Z] echo Agent pid 16 killed; [2021-01-29T13:48:22.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T13:48:23.202Z] + git semver [Pipeline] } [2021-01-29T13:48:23.222Z] $ docker stop --time=1 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 [2021-01-29T13:48:24.590Z] $ docker rm -f 7055b4a0f48522e6264794c7037c70e1fe0aad6f7abe5c259ae13108fb77f464 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:48:25.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-29T13:48:25.243Z] [2021-01-29T13:48:25.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:48:25.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-29T13:48:25.658Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-29T13:48:25.658Z] ab5ef0e58194: Pulling fs layer [2021-01-29T13:48:25.658Z] 9712f1f96733: Pulling fs layer [2021-01-29T13:48:25.658Z] 63f879dbbcfc: Pulling fs layer [2021-01-29T13:48:25.658Z] 0d9ebad4ef96: Pulling fs layer [2021-01-29T13:48:25.658Z] e9a5061849ea: Pulling fs layer [2021-01-29T13:48:25.658Z] d747dcd14b5f: Pulling fs layer [2021-01-29T13:48:25.658Z] 2de7ff778b66: Pulling fs layer [2021-01-29T13:48:25.658Z] e9a5061849ea: Waiting [2021-01-29T13:48:25.658Z] d747dcd14b5f: Waiting [2021-01-29T13:48:25.658Z] 2de7ff778b66: Waiting [2021-01-29T13:48:25.658Z] 0d9ebad4ef96: Waiting [2021-01-29T13:48:25.658Z] 9712f1f96733: Verifying Checksum [2021-01-29T13:48:25.658Z] 9712f1f96733: Download complete [2021-01-29T13:48:27.618Z] 63f879dbbcfc: Verifying Checksum [2021-01-29T13:48:27.618Z] 63f879dbbcfc: Download complete [2021-01-29T13:48:27.618Z] e9a5061849ea: Verifying Checksum [2021-01-29T13:48:27.618Z] e9a5061849ea: Download complete [2021-01-29T13:48:27.618Z] d747dcd14b5f: Verifying Checksum [2021-01-29T13:48:27.618Z] d747dcd14b5f: Download complete [2021-01-29T13:48:28.212Z] 2de7ff778b66: Verifying Checksum [2021-01-29T13:48:28.212Z] 2de7ff778b66: Download complete [2021-01-29T13:48:28.212Z] 0d9ebad4ef96: Download complete [2021-01-29T13:48:28.480Z] ab5ef0e58194: Verifying Checksum [2021-01-29T13:48:28.480Z] ab5ef0e58194: Download complete [2021-01-29T13:48:33.821Z] ab5ef0e58194: Pull complete [2021-01-29T13:48:33.821Z] 9712f1f96733: Pull complete [2021-01-29T13:48:36.617Z] 63f879dbbcfc: Pull complete [2021-01-29T13:48:43.274Z] 0d9ebad4ef96: Pull complete [2021-01-29T13:48:44.231Z] e9a5061849ea: Pull complete [2021-01-29T13:48:44.231Z] d747dcd14b5f: Pull complete [2021-01-29T13:48:46.797Z] 2de7ff778b66: Pull complete [2021-01-29T13:48:46.797Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-29T13:48:46.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-29T13:48:46.797Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-29T13:48:46.993Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:48:47.052Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-29T13:48:51.158Z] $ docker top d0e6bcc688efe447db6f1d572a75252558d348e8663eebb844acb1a22239d164 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-29T13:48:51.534Z] provisioning config files... [2021-01-29T13:48:51.544Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6814158969811434262tmp [2021-01-29T13:48:51.563Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3399812460837441293tmp [2021-01-29T13:48:51.579Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7673628608387478331tmp [Pipeline] { [Pipeline] echo [2021-01-29T13:48:51.641Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:48:51.946Z] ---> sigul-configuration.sh [2021-01-29T13:48:51.946Z] gpg: directory `/root/.gnupg' created [2021-01-29T13:48:51.946Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-29T13:48:51.946Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-29T13:48:51.946Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-29T13:48:51.946Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-29T13:48:51.946Z] gpg: CAST5 encrypted data [2021-01-29T13:48:52.209Z] gpg: encrypted with 1 passphrase [2021-01-29T13:48:52.209Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-29T13:48:52.514Z] + mkdir /home/jenkins [2021-01-29T13:48:52.514Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-29T13:48:52.817Z] + 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 [2021-01-29T13:48:52.829Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:48:53.139Z] ---> sigul-install.sh [2021-01-29T13:49:01.316Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-29T13:49:01.632Z] + git tag --list [2021-01-29T13:49:01.633Z] 0.7.1 [2021-01-29T13:49:01.633Z] delhi-tag [2021-01-29T13:49:01.633Z] v1.0.0 [2021-01-29T13:49:01.633Z] v1.1.0 [2021-01-29T13:49:01.633Z] v1.1.1 [2021-01-29T13:49:01.633Z] v1.1.2 [2021-01-29T13:49:01.633Z] v1.2.0 [2021-01-29T13:49:01.633Z] v1.2.1 [2021-01-29T13:49:01.633Z] v1.2.2 [2021-01-29T13:49:01.633Z] v1.2.3 [2021-01-29T13:49:01.633Z] v1.3.0 [2021-01-29T13:49:01.633Z] v1.4.0 [2021-01-29T13:49:01.633Z] v2.0.0-dev.1 [2021-01-29T13:49:01.633Z] v2.0.0-dev.2 [2021-01-29T13:49:01.633Z] v2.0.0-dev.3 [2021-01-29T13:49:01.633Z] v2.0.0-dev.4 [2021-01-29T13:49:01.633Z] v2.0.0-dev.5 [2021-01-29T13:49:01.633Z] v2.0.0-dev.6 [2021-01-29T13:49:01.633Z] v2.0.0-dev.7 [2021-01-29T13:49:01.633Z] v2.0.0-dev.8 [2021-01-29T13:49:01.633Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-29T13:49:01.977Z] + lftools sign git-tag v2.0.0-dev.9 [2021-01-29T13:49:03.371Z] Signing Git tag with Sigul... [2021-01-29T13:49:03.371Z] Signing v2.0.0-dev.9 [Pipeline] echo [2021-01-29T13:49:04.329Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:04.631Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-29T13:49:04.646Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-29T13:49:04.739Z] $ docker stop --time=1 d0e6bcc688efe447db6f1d572a75252558d348e8663eebb844acb1a22239d164 [2021-01-29T13:49:06.795Z] $ docker rm -f d0e6bcc688efe447db6f1d572a75252558d348e8663eebb844acb1a22239d164 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:49:07.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T13:49:07.680Z] . [Pipeline] withDockerContainer [2021-01-29T13:49:07.786Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:49:07.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T13:49:08.541Z] $ docker top 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T13:49:08.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T13:49:08.864Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T13:49:09.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T13:49:09.078Z] $ docker exec 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 ssh-agent [2021-01-29T13:49:09.254Z] SSH_AUTH_SOCK=/tmp/ssh-4XdemEYgtWYQ/agent.11 [2021-01-29T13:49:09.254Z] SSH_AGENT_PID=16 [2021-01-29T13:49:09.262Z] Running ssh-add (command line suppressed) [2021-01-29T13:49:09.396Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1875761444621046050.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1875761444621046050.key) [2021-01-29T13:49:09.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T13:49:09.786Z] + git semver bump pre [2021-01-29T13:49:09.786Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T13:49:09.786Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-29T13:49:09.786Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-29T13:49:09.786Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T13:49:09.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T13:49:09.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T13:49:09.786Z] # $SEMVER_BRANCH = master [2021-01-29T13:49:09.786Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-29T13:49:09.786Z] 2.0.0-dev.10 [Pipeline] } [2021-01-29T13:49:09.801Z] $ docker exec --env ******** --env ******** 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 ssh-agent -k [2021-01-29T13:49:09.933Z] unset SSH_AUTH_SOCK; [2021-01-29T13:49:09.933Z] unset SSH_AGENT_PID; [2021-01-29T13:49:09.933Z] echo Agent pid 16 killed; [2021-01-29T13:49:09.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T13:49:10.472Z] + git semver [Pipeline] } [2021-01-29T13:49:10.490Z] $ docker stop --time=1 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 [2021-01-29T13:49:11.872Z] $ docker rm -f 03d44b1473536970946785597103892cfc81b14533e564cb48ab3ad8f9940818 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:49:12.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T13:49:12.452Z] . [Pipeline] withDockerContainer [2021-01-29T13:49:12.560Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:49:12.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T13:49:13.328Z] $ docker top 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T13:49:13.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T13:49:13.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T13:49:13.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T13:49:13.824Z] $ docker exec 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 ssh-agent [2021-01-29T13:49:14.001Z] SSH_AUTH_SOCK=/tmp/ssh-9hNzuqlSg2Zg/agent.11 [2021-01-29T13:49:14.001Z] SSH_AGENT_PID=16 [2021-01-29T13:49:14.008Z] Running ssh-add (command line suppressed) [2021-01-29T13:49:14.135Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3975766019339851392.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3975766019339851392.key) [2021-01-29T13:49:14.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T13:49:14.602Z] + git semver push [2021-01-29T13:49:14.602Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T13:49:14.602Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-29T13:49:14.602Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-29T13:49:14.602Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T13:49:14.602Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T13:49:14.602Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T13:49:14.602Z] # $SEMVER_BRANCH = master [2021-01-29T13:49:14.602Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-29T13:49:21.220Z] $ docker exec --env ******** --env ******** 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 ssh-agent -k [2021-01-29T13:49:21.385Z] unset SSH_AUTH_SOCK; [2021-01-29T13:49:21.388Z] unset SSH_AGENT_PID; [2021-01-29T13:49:21.388Z] echo Agent pid 16 killed; [2021-01-29T13:49:21.449Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T13:49:21.982Z] + git semver [Pipeline] } [2021-01-29T13:49:22.002Z] $ docker stop --time=1 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 [2021-01-29T13:49:23.367Z] $ docker rm -f 4c95978638200b2c3f15052dc98704e895793173ade0907b1bd70c909a8f2831 [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 [2021-01-29T13:49:24.825Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:25.397Z] ---> package-listing.sh [2021-01-29T13:49:25.397Z] ++ facter osfamily [2021-01-29T13:49:25.397Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T13:49:25.397Z] + OS_FAMILY=redhat [2021-01-29T13:49:25.397Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-01-29T13:49:25.397Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T13:49:25.397Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T13:49:25.397Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T13:49:25.397Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T13:49:25.397Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-29T13:49:25.397Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T13:49:25.397Z] + case "${OS_FAMILY}" in [2021-01-29T13:49:25.397Z] + rpm -qa [2021-01-29T13:49:25.397Z] + sort [2021-01-29T13:49:30.719Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T13:49:30.719Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T13:49:30.719Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T13:49:30.719Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-29T13:49:30.719Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-01-29T13:49:30.719Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-01-29T13:49:30.733Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T13:49:31.025Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:49:31.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T13:49:31.330Z] [2021-01-29T13:49:31.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T13:49:31.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T13:49:31.682Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T13:49:31.682Z] df20fa9351a1: Pulling fs layer [2021-01-29T13:49:31.682Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T13:49:31.682Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T13:49:31.682Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T13:49:31.682Z] 93b61091891f: Pulling fs layer [2021-01-29T13:49:31.682Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T13:49:31.682Z] 5e14af77c1be: Pulling fs layer [2021-01-29T13:49:31.682Z] 01666e4c0597: Pulling fs layer [2021-01-29T13:49:31.682Z] aa168da1d23b: Pulling fs layer [2021-01-29T13:49:31.682Z] 93b61091891f: Waiting [2021-01-29T13:49:31.682Z] 93b9cdb0e59b: Waiting [2021-01-29T13:49:31.682Z] 5e14af77c1be: Waiting [2021-01-29T13:49:31.682Z] 01666e4c0597: Waiting [2021-01-29T13:49:31.682Z] aa168da1d23b: Waiting [2021-01-29T13:49:31.682Z] 46f8f816bc3b: Waiting [2021-01-29T13:49:31.682Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T13:49:31.682Z] 36b3adc4ff6f: Download complete [2021-01-29T13:49:31.682Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T13:49:31.682Z] 46f8f816bc3b: Download complete [2021-01-29T13:49:31.945Z] df20fa9351a1: Verifying Checksum [2021-01-29T13:49:31.945Z] df20fa9351a1: Download complete [2021-01-29T13:49:31.945Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T13:49:31.945Z] 93b9cdb0e59b: Download complete [2021-01-29T13:49:31.945Z] 5e14af77c1be: Verifying Checksum [2021-01-29T13:49:31.945Z] 5e14af77c1be: Download complete [2021-01-29T13:49:31.945Z] 93b61091891f: Verifying Checksum [2021-01-29T13:49:31.945Z] 93b61091891f: Download complete [2021-01-29T13:49:31.945Z] 01666e4c0597: Verifying Checksum [2021-01-29T13:49:31.945Z] 01666e4c0597: Download complete [2021-01-29T13:49:31.945Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T13:49:31.945Z] 8ad3a11d3b57: Download complete [2021-01-29T13:49:32.207Z] df20fa9351a1: Pull complete [2021-01-29T13:49:32.471Z] 36b3adc4ff6f: Pull complete [2021-01-29T13:49:33.878Z] aa168da1d23b: Verifying Checksum [2021-01-29T13:49:33.878Z] aa168da1d23b: Download complete [2021-01-29T13:49:34.829Z] 8ad3a11d3b57: Pull complete [2021-01-29T13:49:35.093Z] 46f8f816bc3b: Pull complete [2021-01-29T13:49:35.356Z] 93b61091891f: Pull complete [2021-01-29T13:49:35.356Z] 93b9cdb0e59b: Pull complete [2021-01-29T13:49:35.621Z] 5e14af77c1be: Pull complete [2021-01-29T13:49:35.621Z] 01666e4c0597: Pull complete [2021-01-29T13:49:43.803Z] aa168da1d23b: Pull complete [2021-01-29T13:49:43.803Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T13:49:43.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T13:49:43.803Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T13:49:44.042Z] prd-centos7-docker-4c-2g-23961 does not seem to be running inside a container [2021-01-29T13:49:44.099Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T13:49:46.944Z] $ docker top 16da28c37a42a975f788bbd95d14ae08e08236b706746897faac4b33c0652f38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T13:49:47.511Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T13:49:47.852Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T13:49:48.156Z] + ls /var/log/sa-host [2021-01-29T13:49:48.156Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T13:49:48.156Z] file_magic: OK [2021-01-29T13:49:48.156Z] HZ: Using current value: 100 [2021-01-29T13:49:48.156Z] file_header: OK [2021-01-29T13:49:48.156Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-29T13:49:48.156Z] Statistics: [2021-01-29T13:49:48.156Z] Hnuu...uuuununununu... [2021-01-29T13:49:48.156Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T13:49:48.156Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T13:49:48.156Z] file_magic: OK [2021-01-29T13:49:48.156Z] HZ: Using current value: 100 [2021-01-29T13:49:48.156Z] file_header: OK [2021-01-29T13:49:48.156Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-29T13:49:48.156Z] Statistics: [2021-01-29T13:49:48.156Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-29T13:49:48.156Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T13:49:48.363Z] provisioning config files... [2021-01-29T13:49:48.381Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8280661378467177067tmp [Pipeline] { [Pipeline] echo [2021-01-29T13:49:48.458Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:48.756Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T13:49:48.767Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T13:49:48.857Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:49.156Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T13:49:49.167Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:49.465Z] ---> sudo-logs.sh [2021-01-29T13:49:49.465Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T13:49:49.478Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:49.775Z] ---> job-cost.sh [2021-01-29T13:49:49.776Z] lf-activate-venv: SKIPPING [2021-01-29T13:49:49.776Z] INFO: No Stack... [2021-01-29T13:49:50.723Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T13:49:51.298Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T13:49:51.312Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T13:49:51.610Z] ---> logs-deploy.sh [2021-01-29T13:49:51.610Z] lf-activate-venv: SKIPPING [2021-01-29T13:49:51.610Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/114 [2021-01-29T13:49:51.610Z] INFO: archiving workspace using pattern(s): [2021-01-29T13:49:53.533Z] Archives upload complete. [2021-01-29T13:49:53.533Z] INFO: archiving logs to Nexus