Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-19258 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 Checking out Revision 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 # timeout=10 Commit message: "Merge pull request #715 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.4" > git rev-list --no-walk 3c425af093304cd635dd4d13aa8de6855cdd3d8b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-09T13:20:39.269Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-09T13:20:39.540Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-09T13:20:39.644Z] ========================================================= [2021-01-09T13:20:39.644Z] EdgeX Global Pipelines Version Info [2021-01-09T13:20:39.644Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:20:41.098Z] ------------------- [2021-01-09T13:20:41.098Z] stable info: [2021-01-09T13:20:41.098Z] ------------------- [2021-01-09T13:20:41.098Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-09T13:20:41.098Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T13:20:41.098Z] Message: update stable to v1.0.173 [2021-01-09T13:20:42.051Z] ------------------- [2021-01-09T13:20:42.051Z] experimental info: [2021-01-09T13:20:42.051Z] ------------------- [2021-01-09T13:20:42.051Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-09T13:20:42.051Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T13:20:42.051Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-09T13:20:42.465Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-09T13:20:42.588Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-09T13:20:42.701Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-09T13:20:42.806Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-09T13:20:43.023Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-09T13:20:43.117Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-09T13:20:43.209Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-09T13:20:43.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-09T13:20:43.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-09T13:20:43.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-09T13:20:43.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-09T13:20:43.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-09T13:20:43.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-09T13:20:43.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-09T13:20:43.933Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T13:20:44.022Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-09T13:20:44.116Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-09T13:20:44.203Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-09T13:20:44.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-09T13:20:44.378Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-09T13:20:44.470Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-09T13:20:44.553Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-09T13:20:44.649Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-09T13:20:44.737Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-09T13:20:44.891Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-09T13:20:44.976Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-09T13:20:45.063Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-09T13:20:45.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-09T13:20:45.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-09T13:20:45.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-09T13:20:45.406Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 [Pipeline] echo [2021-01-09T13:20:45.494Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 909cc88 [Pipeline] echo [2021-01-09T13:20:45.580Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T13:20:45.762Z] provisioning config files... [2021-01-09T13:20:45.790Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3932744971930838822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:20:46.152Z] ---> docker-login.sh [2021-01-09T13:20:46.152Z] nexus3.edgexfoundry.org:10001 [2021-01-09T13:20:46.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:20:46.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:20:46.681Z] Configure a credential helper to remove this warning. See [2021-01-09T13:20:46.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:20:46.681Z] [2021-01-09T13:20:46.681Z] Login Succeeded [2021-01-09T13:20:46.681Z] nexus3.edgexfoundry.org:10002 [2021-01-09T13:20:46.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:20:46.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:20:46.681Z] Configure a credential helper to remove this warning. See [2021-01-09T13:20:46.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:20:46.681Z] [2021-01-09T13:20:46.681Z] Login Succeeded [2021-01-09T13:20:46.681Z] nexus3.edgexfoundry.org:10003 [2021-01-09T13:20:46.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:20:46.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:20:46.944Z] Configure a credential helper to remove this warning. See [2021-01-09T13:20:46.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:20:46.944Z] [2021-01-09T13:20:46.944Z] Login Succeeded [2021-01-09T13:20:46.944Z] nexus3.edgexfoundry.org:10004 [2021-01-09T13:20:46.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:20:47.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:20:47.210Z] Configure a credential helper to remove this warning. See [2021-01-09T13:20:47.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:20:47.210Z] [2021-01-09T13:20:47.210Z] Login Succeeded [2021-01-09T13:20:47.210Z] docker.io [2021-01-09T13:20:47.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:20:47.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:20:47.475Z] Configure a credential helper to remove this warning. See [2021-01-09T13:20:47.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:20:47.475Z] [2021-01-09T13:20:47.475Z] Login Succeeded [2021-01-09T13:20:47.475Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T13:20:47.487Z] 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-09T13:20:48.309Z] + git log --format=format:%s -1 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 [Pipeline] echo [2021-01-09T13:20:48.393Z] GIT_COMMIT: 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5, Commit Message: Merge pull request #715 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.4 [Pipeline] echo [2021-01-09T13:20:48.436Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:20:49.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:20:49.445Z] [2021-01-09T13:20:49.445Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:20:49.797Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:20:49.797Z] latest: Pulling from edgex-devops/git-semver [2021-01-09T13:20:49.797Z] 31603596830f: Pulling fs layer [2021-01-09T13:20:49.797Z] 2a8b12db71e7: Pulling fs layer [2021-01-09T13:20:49.797Z] 6ca5941a6612: Pulling fs layer [2021-01-09T13:20:49.797Z] ecc8261a40a4: Pulling fs layer [2021-01-09T13:20:49.797Z] ecc8261a40a4: Waiting [2021-01-09T13:20:49.797Z] 2a8b12db71e7: Download complete [2021-01-09T13:20:50.060Z] 31603596830f: Download complete [2021-01-09T13:20:50.060Z] 6ca5941a6612: Verifying Checksum [2021-01-09T13:20:50.060Z] 6ca5941a6612: Download complete [2021-01-09T13:20:50.060Z] ecc8261a40a4: Verifying Checksum [2021-01-09T13:20:50.060Z] ecc8261a40a4: Download complete [2021-01-09T13:20:50.638Z] 31603596830f: Pull complete [2021-01-09T13:20:51.217Z] 2a8b12db71e7: Pull complete [2021-01-09T13:20:52.627Z] 6ca5941a6612: Pull complete [2021-01-09T13:20:53.204Z] ecc8261a40a4: Pull complete [2021-01-09T13:20:53.204Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-09T13:20:53.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:20:53.204Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-09T13:20:53.321Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:20:53.382Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T13:20:55.496Z] $ docker top 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T13:20:55.814Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:20:55.815Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:20:56.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:20:56.051Z] $ docker exec 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 ssh-agent [2021-01-09T13:20:56.237Z] SSH_AUTH_SOCK=/tmp/ssh-Tzr9hF07cBKk/agent.12 [2021-01-09T13:20:56.237Z] SSH_AGENT_PID=17 [2021-01-09T13:20:56.247Z] Running ssh-add (command line suppressed) [2021-01-09T13:20:56.378Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4605199934326514000.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4605199934326514000.key) [2021-01-09T13:20:56.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:20:56.786Z] + git tag --points-at HEAD [Pipeline] } [2021-01-09T13:20:56.810Z] $ docker exec --env ******** --env ******** 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 ssh-agent -k [2021-01-09T13:20:56.932Z] unset SSH_AUTH_SOCK; [2021-01-09T13:20:56.932Z] unset SSH_AGENT_PID; [2021-01-09T13:20:56.932Z] echo Agent pid 17 killed; [2021-01-09T13:20:56.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-09T13:20:57.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:20:57.151Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:20:57.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:20:57.353Z] $ docker exec 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 ssh-agent [2021-01-09T13:20:57.531Z] SSH_AUTH_SOCK=/tmp/ssh-UkylRq3WeLid/agent.46 [2021-01-09T13:20:57.531Z] SSH_AGENT_PID=51 [2021-01-09T13:20:57.539Z] Running ssh-add (command line suppressed) [2021-01-09T13:20:57.664Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2323523001893335767.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2323523001893335767.key) [2021-01-09T13:20:57.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:20:58.069Z] + git semver init [2021-01-09T13:20:58.069Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T13:20:58.069Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-09T13:20:58.069Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-09T13:20:58.069Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T13:20:58.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T13:20:58.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T13:20:58.069Z] # $SEMVER_BRANCH = master [2021-01-09T13:20:58.069Z] # $SEMVER_TEMP = /tmp/semver-980340697 [2021-01-09T13:20:58.069Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-09T13:20:59.017Z] # '/tmp/semver-980340697' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-01-09T13:20:59.017Z] # -> Force: false [2021-01-09T13:20:59.017Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-09T13:20:59.033Z] $ docker exec --env ******** --env ******** 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 ssh-agent -k [2021-01-09T13:20:59.150Z] unset SSH_AUTH_SOCK; [2021-01-09T13:20:59.151Z] unset SSH_AGENT_PID; [2021-01-09T13:20:59.151Z] echo Agent pid 51 killed; [2021-01-09T13:20:59.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T13:20:59.671Z] + git semver [Pipeline] } [2021-01-09T13:20:59.691Z] $ docker stop --time=1 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 [2021-01-09T13:21:01.417Z] $ docker rm -f 2249d3f14efd6f9691044cb582cfc879ee6c79f0db5f59767556c777a0f0b006 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T13:21:01.952Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-09T13:21:02.399Z] Stashed 1 file(s) [Pipeline] echo [2021-01-09T13:21:02.402Z] [edgeXSemver]: initialized semver on version 1.4.1-dev.4 [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-09T13:21:17.904Z] Still waiting to schedule task [2021-01-09T13:21:17.904Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-09T13:21:17.906Z] Still waiting to schedule task [2021-01-09T13:21:17.906Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-09T13:23:01.088Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19259 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-09T13:23:01.163Z] Running in /w/workspace/device-sdk-go/102 [Pipeline] { [Pipeline] checkout [2021-01-09T13:23:06.185Z] using credential edgex-jenkins-ssh [2021-01-09T13:23:06.244Z] Cloning the remote Git repository [2021-01-09T13:23:06.298Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-09T13:23:06.407Z] > git init /w/workspace/device-sdk-go/102 # timeout=10 [2021-01-09T13:23:06.474Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-09T13:23:06.475Z] > git --version # timeout=10 [2021-01-09T13:23:06.500Z] > git --version # 'git version 2.17.1' [2021-01-09T13:23:06.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:23:06.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:23:08.248Z] Checking out Revision 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 (master) [2021-01-09T13:23:07.646Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-09T13:23:07.673Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:23:07.696Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-09T13:23:07.726Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-09T13:23:07.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:23:07.739Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T13:23:08.265Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T13:23:08.283Z] > git checkout -f 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 # timeout=10 [2021-01-09T13:23:12.814Z] Commit message: "Merge pull request #715 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T13:23:14.230Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:23:14.638Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:23:14.979Z] + sudo service docker restart [2021-01-09T13:23:14.979Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T13:23:17.730Z] provisioning config files... [2021-01-09T13:23:17.773Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/102@tmp/config454169980250941741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:23:18.171Z] ---> docker-login.sh [2021-01-09T13:23:18.171Z] nexus3.edgexfoundry.org:10001 [2021-01-09T13:23:18.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:19.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:19.360Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:19.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:19.360Z] [2021-01-09T13:23:19.360Z] Login Succeeded [2021-01-09T13:23:19.360Z] nexus3.edgexfoundry.org:10002 [2021-01-09T13:23:19.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:19.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:19.904Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:19.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:19.904Z] [2021-01-09T13:23:19.904Z] Login Succeeded [2021-01-09T13:23:19.904Z] nexus3.edgexfoundry.org:10003 [2021-01-09T13:23:20.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:20.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:20.457Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:20.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:20.457Z] [2021-01-09T13:23:20.457Z] Login Succeeded [2021-01-09T13:23:20.457Z] nexus3.edgexfoundry.org:10004 [2021-01-09T13:23:20.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:20.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:20.730Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:20.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:20.730Z] [2021-01-09T13:23:20.730Z] Login Succeeded [2021-01-09T13:23:20.730Z] docker.io [2021-01-09T13:23:21.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:21.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:21.608Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:21.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:21.608Z] [2021-01-09T13:23:21.608Z] Login Succeeded [2021-01-09T13:23:21.608Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T13:23:21.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T13:23:22.057Z] ========================================================= [2021-01-09T13:23:22.057Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-09T13:23:22.057Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:23:22.444Z] + 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-09T13:23:22.716Z] Sending build context to Docker daemon 2.436MB [2021-01-09T13:23:22.716Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:23:22.716Z] Step 2/8 : FROM ${BASE} [2021-01-09T13:23:22.990Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-09T13:23:22.990Z] 5f621e34cdf4: Pulling fs layer [2021-01-09T13:23:22.990Z] a4357932f1b6: Pulling fs layer [2021-01-09T13:23:22.990Z] 18c013af1878: Pulling fs layer [2021-01-09T13:23:22.990Z] 00ac8860ef70: Pulling fs layer [2021-01-09T13:23:22.990Z] 63d7cb157983: Pulling fs layer [2021-01-09T13:23:22.990Z] b116817d02f9: Pulling fs layer [2021-01-09T13:23:22.990Z] 745a02a5169b: Pulling fs layer [2021-01-09T13:23:22.990Z] 00ac8860ef70: Waiting [2021-01-09T13:23:22.990Z] b116817d02f9: Waiting [2021-01-09T13:23:22.990Z] 63d7cb157983: Waiting [2021-01-09T13:23:22.990Z] 745a02a5169b: Waiting [2021-01-09T13:23:22.990Z] 18c013af1878: Verifying Checksum [2021-01-09T13:23:22.990Z] 18c013af1878: Download complete [2021-01-09T13:23:22.990Z] a4357932f1b6: Verifying Checksum [2021-01-09T13:23:22.990Z] a4357932f1b6: Download complete [2021-01-09T13:23:22.990Z] 63d7cb157983: Verifying Checksum [2021-01-09T13:23:22.990Z] 63d7cb157983: Download complete [2021-01-09T13:23:22.990Z] b116817d02f9: Verifying Checksum [2021-01-09T13:23:22.990Z] b116817d02f9: Download complete [2021-01-09T13:23:22.990Z] 5f621e34cdf4: Verifying Checksum [2021-01-09T13:23:22.990Z] 5f621e34cdf4: Download complete [2021-01-09T13:23:23.588Z] 5f621e34cdf4: Pull complete [2021-01-09T13:23:24.183Z] a4357932f1b6: Pull complete [2021-01-09T13:23:24.460Z] 18c013af1878: Pull complete [2021-01-09T13:23:25.899Z] 745a02a5169b: Verifying Checksum [2021-01-09T13:23:25.899Z] 745a02a5169b: Download complete [2021-01-09T13:23:27.330Z] 00ac8860ef70: Verifying Checksum [2021-01-09T13:23:27.330Z] 00ac8860ef70: Download complete [2021-01-09T13:23:34.882Z] Running on prd-centos7-docker-4c-2g-19261 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-01-09T13:23:34.936Z] Running in /w/workspace/device-sdk-go/102 [Pipeline] { [Pipeline] checkout [2021-01-09T13:23:40.821Z] using credential edgex-jenkins-ssh [2021-01-09T13:23:40.918Z] Cloning the remote Git repository [2021-01-09T13:23:41.015Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-09T13:23:41.108Z] > git init /w/workspace/device-sdk-go/102 # timeout=10 [2021-01-09T13:23:41.840Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-09T13:23:41.841Z] > git --version # timeout=10 [2021-01-09T13:23:41.851Z] > git --version # 'git version 2.24.3' [2021-01-09T13:23:41.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:23:41.919Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:23:42.422Z] 00ac8860ef70: Pull complete [2021-01-09T13:23:42.422Z] 63d7cb157983: Pull complete [2021-01-09T13:23:42.422Z] b116817d02f9: Pull complete [2021-01-09T13:23:42.839Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-09T13:23:42.871Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:23:42.895Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-09T13:23:42.924Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-09T13:23:42.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:23:42.931Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T13:23:43.369Z] Checking out Revision 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 (master) [2021-01-09T13:23:43.380Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T13:23:43.393Z] > git checkout -f 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 # timeout=10 [2021-01-09T13:23:45.063Z] 745a02a5169b: Pull complete [2021-01-09T13:23:45.063Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-09T13:23:45.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-09T13:23:45.063Z] ---> b7e6874047d6 [2021-01-09T13:23:45.063Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-09T13:23:47.615Z] Commit message: "Merge pull request #715 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T13:23:48.470Z] ---> Running in ffe7a25b550f [2021-01-09T13:23:48.757Z] Removing intermediate container ffe7a25b550f [2021-01-09T13:23:48.757Z] ---> 7a7ae3687dff [2021-01-09T13:23:48.757Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:23:48.757Z] ---> Running in 3087e1cbee8b [2021-01-09T13:23:49.011Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:23:49.458Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:23:49.848Z] + sudo service docker restart [2021-01-09T13:23:49.848Z] + true [2021-01-09T13:23:49.848Z] Redirecting to /bin/systemctl restart docker.service [2021-01-09T13:23:51.377Z] Removing intermediate container 3087e1cbee8b [2021-01-09T13:23:51.377Z] ---> 7b58abb7c515 [2021-01-09T13:23:51.377Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-09T13:23:51.656Z] ---> Running in a470de37bf41 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T13:23:51.878Z] provisioning config files... [2021-01-09T13:23:51.920Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/102@tmp/config2341888344109433785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:23:52.365Z] ---> docker-login.sh [2021-01-09T13:23:52.365Z] nexus3.edgexfoundry.org:10001 [2021-01-09T13:23:52.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T13:23:52.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:52.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:52.960Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:52.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:52.960Z] [2021-01-09T13:23:52.960Z] Login Succeeded [2021-01-09T13:23:52.960Z] nexus3.edgexfoundry.org:10002 [2021-01-09T13:23:53.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:53.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:53.505Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:53.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:53.505Z] [2021-01-09T13:23:53.505Z] Login Succeeded [2021-01-09T13:23:53.505Z] nexus3.edgexfoundry.org:10003 [2021-01-09T13:23:53.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T13:23:53.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:53.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:53.773Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:53.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:53.773Z] [2021-01-09T13:23:53.773Z] Login Succeeded [2021-01-09T13:23:53.773Z] nexus3.edgexfoundry.org:10004 [2021-01-09T13:23:54.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:54.209Z] OK: 142 MiB in 39 packages [2021-01-09T13:23:54.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:54.338Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:54.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:54.338Z] [2021-01-09T13:23:54.338Z] Login Succeeded [2021-01-09T13:23:54.338Z] docker.io [2021-01-09T13:23:54.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:23:54.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:23:54.880Z] Configure a credential helper to remove this warning. See [2021-01-09T13:23:54.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:23:54.880Z] [2021-01-09T13:23:54.880Z] Login Succeeded [2021-01-09T13:23:54.880Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T13:23:54.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T13:23:55.371Z] ========================================================= [2021-01-09T13:23:55.371Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-09T13:23:55.371Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:23:55.635Z] Removing intermediate container a470de37bf41 [2021-01-09T13:23:55.635Z] ---> 1c3421cabd94 [2021-01-09T13:23:55.635Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-09T13:23:55.798Z] + 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-09T13:23:55.907Z] ---> Running in 7732766f6fc5 [2021-01-09T13:23:56.504Z] Removing intermediate container 7732766f6fc5 [2021-01-09T13:23:56.504Z] ---> e2ca181bfc2c [2021-01-09T13:23:56.504Z] Step 7/8 : COPY . . [2021-01-09T13:23:56.510Z] Sending build context to Docker daemon 2.437MB [2021-01-09T13:23:56.510Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:23:56.510Z] Step 2/8 : FROM ${BASE} [2021-01-09T13:23:56.510Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-09T13:23:56.510Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T13:23:56.510Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T13:23:56.510Z] de9db76c5a1d: Pulling fs layer [2021-01-09T13:23:56.510Z] bca2f99d35d6: Pulling fs layer [2021-01-09T13:23:56.510Z] 93359f2a8cfa: Pulling fs layer [2021-01-09T13:23:56.510Z] 7c6f9722023f: Pulling fs layer [2021-01-09T13:23:56.511Z] a35cf1a2eb13: Pulling fs layer [2021-01-09T13:23:56.511Z] bca2f99d35d6: Waiting [2021-01-09T13:23:56.511Z] 93359f2a8cfa: Waiting [2021-01-09T13:23:56.511Z] 7c6f9722023f: Waiting [2021-01-09T13:23:56.511Z] a35cf1a2eb13: Waiting [2021-01-09T13:23:56.511Z] de9db76c5a1d: Verifying Checksum [2021-01-09T13:23:56.511Z] de9db76c5a1d: Download complete [2021-01-09T13:23:56.511Z] 0ef7d3d256c8: Verifying Checksum [2021-01-09T13:23:56.511Z] 0ef7d3d256c8: Download complete [2021-01-09T13:23:56.511Z] 93359f2a8cfa: Verifying Checksum [2021-01-09T13:23:56.511Z] 93359f2a8cfa: Download complete [2021-01-09T13:23:56.511Z] 7c6f9722023f: Verifying Checksum [2021-01-09T13:23:56.511Z] 7c6f9722023f: Download complete [2021-01-09T13:23:56.789Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T13:23:56.789Z] 188c0c94c7c5: Download complete [2021-01-09T13:23:57.399Z] 188c0c94c7c5: Pull complete [2021-01-09T13:23:57.935Z] ---> 73019f4a1255 [2021-01-09T13:23:57.936Z] Step 8/8 : RUN go mod download [2021-01-09T13:23:57.936Z] ---> Running in 8d05fb25ce9f [2021-01-09T13:23:58.056Z] 0ef7d3d256c8: Pull complete [2021-01-09T13:23:58.348Z] de9db76c5a1d: Pull complete [2021-01-09T13:24:02.993Z] a35cf1a2eb13: Verifying Checksum [2021-01-09T13:24:02.993Z] a35cf1a2eb13: Download complete [2021-01-09T13:24:04.029Z] bca2f99d35d6: Verifying Checksum [2021-01-09T13:24:04.029Z] bca2f99d35d6: Download complete [2021-01-09T13:24:16.800Z] bca2f99d35d6: Pull complete [2021-01-09T13:24:16.800Z] 93359f2a8cfa: Pull complete [2021-01-09T13:24:16.800Z] 7c6f9722023f: Pull complete [2021-01-09T13:24:20.093Z] Removing intermediate container 8d05fb25ce9f [2021-01-09T13:24:20.093Z] ---> ed8888447503 [2021-01-09T13:24:20.093Z] Successfully built ed8888447503 [2021-01-09T13:24:20.093Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:24:20.437Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T13:24:20.437Z] . [Pipeline] withDockerContainer [2021-01-09T13:24:20.687Z] prd-ubuntu18.04-docker-arm64-4c-16g-19259 does not seem to be running inside a container [2021-01-09T13:24:20.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/102 -v /w/workspace/device-sdk-go/102:/w/workspace/device-sdk-go/102:rw,z -v /w/workspace/device-sdk-go/102@tmp:/w/workspace/device-sdk-go/102@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 ******** ci-base-image-arm64 cat [2021-01-09T13:24:21.236Z] a35cf1a2eb13: Pull complete [2021-01-09T13:24:21.237Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-09T13:24:21.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-09T13:24:21.237Z] ---> a62c8e92a672 [2021-01-09T13:24:21.237Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-09T13:24:21.237Z] ---> Running in 616da3f85573 [2021-01-09T13:24:21.594Z] Removing intermediate container 616da3f85573 [2021-01-09T13:24:21.594Z] ---> 1b170ff7cfcf [2021-01-09T13:24:21.594Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:24:21.594Z] ---> Running in fe5acc1fb326 [2021-01-09T13:24:22.294Z] $ docker top 971c28529c3b6c7bc19b8f02b2c5ca10d462c1a8498df9927f3133ae9b4bb6e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:24:23.319Z] + go version [2021-01-09T13:24:23.319Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-09T13:24:23.341Z] $ docker stop --time=1 971c28529c3b6c7bc19b8f02b2c5ca10d462c1a8498df9927f3133ae9b4bb6e7 [2021-01-09T13:24:23.581Z] Removing intermediate container fe5acc1fb326 [2021-01-09T13:24:23.581Z] ---> 7b5a24599dde [2021-01-09T13:24:23.581Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-09T13:24:23.581Z] ---> Running in bb1fbe302f71 [2021-01-09T13:24:25.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T13:24:25.271Z] $ docker rm -f 971c28529c3b6c7bc19b8f02b2c5ca10d462c1a8498df9927f3133ae9b4bb6e7 [Pipeline] // withDockerContainer [2021-01-09T13:24:25.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:24:26.256Z] OK: 166 MiB in 39 packages [2021-01-09T13:24:26.321Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T13:24:26.321Z] . [Pipeline] withDockerContainer [2021-01-09T13:24:26.553Z] prd-ubuntu18.04-docker-arm64-4c-16g-19259 does not seem to be running inside a container [2021-01-09T13:24:26.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/102 -v /w/workspace/device-sdk-go/102:/w/workspace/device-sdk-go/102:rw,z -v /w/workspace/device-sdk-go/102@tmp:/w/workspace/device-sdk-go/102@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 ******** ci-base-image-arm64 cat [2021-01-09T13:24:26.861Z] Removing intermediate container bb1fbe302f71 [2021-01-09T13:24:26.861Z] ---> 383880ab58c5 [2021-01-09T13:24:26.861Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-09T13:24:27.145Z] ---> Running in 799198192b94 [2021-01-09T13:24:27.145Z] Removing intermediate container 799198192b94 [2021-01-09T13:24:27.145Z] ---> f2eff6bd851c [2021-01-09T13:24:27.145Z] Step 7/8 : COPY . . [2021-01-09T13:24:28.058Z] $ docker top eeda05b3cb8d83a7209ba485de6c769acf427e213d031aa556afb0578f47ecd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:24:29.071Z] + make test [2021-01-09T13:24:29.072Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T13:24:29.145Z] ---> 0eac736b451a [2021-01-09T13:24:29.145Z] Step 8/8 : RUN go mod download [2021-01-09T13:24:29.145Z] ---> Running in ce36ac083250 [2021-01-09T13:24:51.258Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-09T13:24:56.420Z] Removing intermediate container ce36ac083250 [2021-01-09T13:24:56.420Z] ---> 0b869f9e0cac [2021-01-09T13:24:56.420Z] Successfully built 0b869f9e0cac [2021-01-09T13:24:56.420Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:24:56.837Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T13:24:57.499Z] . [Pipeline] withDockerContainer [2021-01-09T13:24:58.313Z] prd-centos7-docker-4c-2g-19261 does not seem to be running inside a container [2021-01-09T13:24:58.643Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/102 -v /w/workspace/device-sdk-go/102:/w/workspace/device-sdk-go/102:rw,z -v /w/workspace/device-sdk-go/102@tmp:/w/workspace/device-sdk-go/102@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 ******** ci-base-image-x86_64 cat [2021-01-09T13:25:00.611Z] $ docker top 0909692193cca71a94a64ca6685f3abbc5addb3c380a55af00c7f0197837c657 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:25:01.301Z] + go version [2021-01-09T13:25:01.301Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-09T13:25:01.371Z] $ docker stop --time=1 0909692193cca71a94a64ca6685f3abbc5addb3c380a55af00c7f0197837c657 [2021-01-09T13:25:03.130Z] $ docker rm -f 0909692193cca71a94a64ca6685f3abbc5addb3c380a55af00c7f0197837c657 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:25:04.207Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T13:25:04.207Z] . [Pipeline] withDockerContainer [2021-01-09T13:25:04.490Z] prd-centos7-docker-4c-2g-19261 does not seem to be running inside a container [2021-01-09T13:25:04.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/102 -v /w/workspace/device-sdk-go/102:/w/workspace/device-sdk-go/102:rw,z -v /w/workspace/device-sdk-go/102@tmp:/w/workspace/device-sdk-go/102@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 ******** ci-base-image-x86_64 cat [2021-01-09T13:25:06.389Z] $ docker top fb4ebcb595a91120d52150ed7b28070d1cfc695b9c266febd4e9298c4177236f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:25:07.232Z] + make test [2021-01-09T13:25:07.232Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T13:25:20.037Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-09T13:25:30.305Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-09T13:25:30.306Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-09T13:25:30.306Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-09T13:25:30.306Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.130s coverage: 19.4% of statements [2021-01-09T13:25:35.751Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.193s coverage: 97.1% of statements [2021-01-09T13:25:47.363Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-09T13:25:47.363Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-09T13:25:47.363Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-09T13:25:47.363Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.089s coverage: 19.4% of statements [2021-01-09T13:25:52.965Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.786s coverage: 97.1% of statements [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.132s coverage: 9.4% of statements [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.115s coverage: 21.7% of statements [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.611s coverage: 42.5% of statements [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.731s coverage: 68.9% of statements [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.195s coverage: 53.8% of statements [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.737s coverage: 68.9% of statements [2021-01-09T13:26:02.569Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.139s coverage: 4.2% of statements [2021-01-09T13:26:02.569Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-09T13:26:03.168Z] GO111MODULE=on go vet ./... [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.110s coverage: 9.4% of statements [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.117s coverage: 21.7% of statements [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.298s coverage: 42.5% of statements [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.340s coverage: 68.9% of statements [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.121s coverage: 53.8% of statements [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.459s coverage: 68.9% of statements [2021-01-09T13:26:19.980Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.119s coverage: 4.2% of statements [2021-01-09T13:26:19.980Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-09T13:26:19.980Z] GO111MODULE=on go vet ./... [2021-01-09T13:26:35.552Z] gofmt -l . [2021-01-09T13:26:35.552Z] [ "`gofmt -l .`" = "" ] [2021-01-09T13:26:35.552Z] ./bin/test-attribution-txt.sh [2021-01-09T13:26:35.552Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-09T13:26:35.575Z] $ docker stop --time=1 eeda05b3cb8d83a7209ba485de6c769acf427e213d031aa556afb0578f47ecd2 [2021-01-09T13:26:37.855Z] $ docker rm -f eeda05b3cb8d83a7209ba485de6c769acf427e213d031aa556afb0578f47ecd2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T13:26:38.783Z] gofmt -l . [2021-01-09T13:26:38.783Z] [ "`gofmt -l .`" = "" ] [2021-01-09T13:26:38.783Z] ./bin/test-attribution-txt.sh [2021-01-09T13:26:38.972Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-09T13:26:39.404Z] ./bin/test-go-mod-tidy.sh [2021-01-09T13:26:39.883Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] } [2021-01-09T13:26:42.272Z] $ docker stop --time=1 fb4ebcb595a91120d52150ed7b28070d1cfc695b9c266febd4e9298c4177236f [2021-01-09T13:26:44.662Z] $ docker rm -f fb4ebcb595a91120d52150ed7b28070d1cfc695b9c266febd4e9298c4177236f [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T13:26:46.439Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-09T13:26:46.685Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-09T13:26:46.747Z] Warning: overwriting stash ‘coverage-report’ [2021-01-09T13:26:46.808Z] + ls -al . [2021-01-09T13:26:46.808Z] total 244 [2021-01-09T13:26:46.808Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 9 13:26 . [2021-01-09T13:26:46.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:23 .. [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 9 13:23 .dockerignore [2021-01-09T13:26:46.808Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 13:23 .git [2021-01-09T13:26:46.808Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 13:23 .github [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 9 13:23 .gitignore [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 9 13:23 Dockerfile.build [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 9 13:23 Jenkinsfile [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 9 13:23 LICENSE [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 1013 Jan 9 13:23 Makefile [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 9 13:23 README.md [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 9 13:23 RELEASE-NOTES.txt [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 9 13:21 VERSION [2021-01-09T13:26:46.808Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 13:23 bin [2021-01-09T13:26:46.808Z] -rw-r--r-- 1 jenkins jenkins 130605 Jan 9 13:26 coverage.out [2021-01-09T13:26:46.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:23 example [2021-01-09T13:26:46.808Z] -rw-r--r-- 1 jenkins jenkins 488 Jan 9 13:26 go.mod [2021-01-09T13:26:46.808Z] -rw-r--r-- 1 jenkins jenkins 14014 Jan 9 13:26 go.sum [2021-01-09T13:26:46.808Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 9 13:23 internal [2021-01-09T13:26:46.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:23 openapi [2021-01-09T13:26:46.808Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 9 13:23 pkg [2021-01-09T13:26:46.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:23 snap [2021-01-09T13:26:46.808Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 9 13:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:26:47.199Z] + 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=909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 --label arch=arm64 --label version=1.4.1-dev.4 . [2021-01-09T13:26:47.480Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-09T13:26:47.864Z] Sending build context to Docker daemon 2.568MB [2021-01-09T13:26:47.864Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:26:47.864Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-09T13:26:47.864Z] ---> ed8888447503 [2021-01-09T13:26:47.864Z] Step 3/24 : ARG MAKE='make build' [2021-01-09T13:26:47.864Z] ---> Running in 1a6c2b847890 [2021-01-09T13:26:48.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-09T13:26:48.474Z] Removing intermediate container 1a6c2b847890 [2021-01-09T13:26:48.474Z] ---> 63751e51e9a5 [2021-01-09T13:26:48.474Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-09T13:26:48.474Z] ---> Running in 59d9e21a8116 [2021-01-09T13:26:48.658Z] + ls -al . [2021-01-09T13:26:48.659Z] total 208 [2021-01-09T13:26:48.659Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 9 13:26 . [2021-01-09T13:26:48.659Z] drwxrwxr-x. 4 jenkins jenkins 32 Jan 9 13:23 .. [2021-01-09T13:26:48.659Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 9 13:23 bin [2021-01-09T13:26:48.659Z] -rw-r--r--. 1 jenkins jenkins 130605 Jan 9 13:26 coverage.out [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 9 13:23 Dockerfile.build [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 9 13:23 .dockerignore [2021-01-09T13:26:48.659Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 9 13:23 example [2021-01-09T13:26:48.659Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 9 13:23 .git [2021-01-09T13:26:48.659Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 9 13:23 .github [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 9 13:23 .gitignore [2021-01-09T13:26:48.659Z] -rw-r--r--. 1 jenkins jenkins 488 Jan 9 13:26 go.mod [2021-01-09T13:26:48.659Z] -rw-r--r--. 1 jenkins jenkins 14014 Jan 9 13:26 go.sum [2021-01-09T13:26:48.659Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 9 13:23 internal [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 9 13:23 Jenkinsfile [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 9 13:23 LICENSE [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 1013 Jan 9 13:23 Makefile [2021-01-09T13:26:48.659Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 9 13:23 openapi [2021-01-09T13:26:48.659Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 9 13:23 pkg [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 9 13:23 README.md [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 9 13:23 RELEASE-NOTES.txt [2021-01-09T13:26:48.659Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 9 13:23 snap [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 9 13:21 VERSION [2021-01-09T13:26:48.659Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 9 13:23 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:26:49.088Z] Removing intermediate container 59d9e21a8116 [2021-01-09T13:26:49.088Z] ---> 10ae5ae577b4 [2021-01-09T13:26:49.088Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-09T13:26:49.088Z] ---> Running in 16921899fa98 [2021-01-09T13:26:49.119Z] + 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=909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 --label arch=amd64 --label version=1.4.1-dev.4 . [2021-01-09T13:26:49.693Z] Removing intermediate container 16921899fa98 [2021-01-09T13:26:49.693Z] ---> f83c57fff4b0 [2021-01-09T13:26:49.693Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:26:49.693Z] ---> Running in ae70f0811e9f [2021-01-09T13:26:50.168Z] Sending build context to Docker daemon 2.569MB [2021-01-09T13:26:50.168Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:26:50.168Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-09T13:26:50.168Z] ---> 0b869f9e0cac [2021-01-09T13:26:50.168Z] Step 3/24 : ARG MAKE='make build' [2021-01-09T13:26:50.168Z] ---> Running in aec9108239b5 [2021-01-09T13:26:50.503Z] Removing intermediate container aec9108239b5 [2021-01-09T13:26:50.503Z] ---> 221acc52fe34 [2021-01-09T13:26:50.503Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-09T13:26:50.794Z] ---> Running in d43709016537 [2021-01-09T13:26:51.085Z] Removing intermediate container d43709016537 [2021-01-09T13:26:51.085Z] ---> 119e158742aa [2021-01-09T13:26:51.085Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-09T13:26:51.085Z] ---> Running in 8913071e6a63 [2021-01-09T13:26:51.423Z] Removing intermediate container 8913071e6a63 [2021-01-09T13:26:51.423Z] ---> a0bf4f48c7e5 [2021-01-09T13:26:51.423Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:26:51.423Z] ---> Running in 939ecfa8a05d [2021-01-09T13:26:51.665Z] Removing intermediate container ae70f0811e9f [2021-01-09T13:26:51.665Z] ---> 2e033548e2da [2021-01-09T13:26:51.665Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-09T13:26:51.942Z] ---> Running in e088b9a74303 [2021-01-09T13:26:52.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T13:26:53.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T13:26:54.199Z] Removing intermediate container 939ecfa8a05d [2021-01-09T13:26:54.199Z] ---> d5f4244bdb68 [2021-01-09T13:26:54.199Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-09T13:26:54.199Z] ---> Running in 537b51a82c7e [2021-01-09T13:26:54.486Z] OK: 142 MiB in 39 packages [2021-01-09T13:26:55.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T13:26:55.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T13:26:55.927Z] Removing intermediate container e088b9a74303 [2021-01-09T13:26:55.927Z] ---> 144bd3108137 [2021-01-09T13:26:55.927Z] Step 8/24 : COPY . . [2021-01-09T13:26:56.386Z] OK: 166 MiB in 39 packages [2021-01-09T13:26:56.903Z] ---> 10004cf41ce5 [2021-01-09T13:26:56.903Z] Step 9/24 : RUN ${MAKE} [2021-01-09T13:26:57.178Z] ---> Running in 62c6524d6e76 [2021-01-09T13:26:57.449Z] Removing intermediate container 537b51a82c7e [2021-01-09T13:26:57.449Z] ---> e203d5bf3919 [2021-01-09T13:26:57.449Z] Step 8/24 : COPY . . [2021-01-09T13:26:58.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-09T13:26:58.598Z] ---> ea8492fc5dc5 [2021-01-09T13:26:58.598Z] Step 9/24 : RUN ${MAKE} [2021-01-09T13:26:58.871Z] ---> Running in b15033b911ee [2021-01-09T13:26:59.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.4.1-dev.4" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-09T13:27:19.048Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-09T13:27:21.654Z] Removing intermediate container b15033b911ee [2021-01-09T13:27:21.654Z] ---> b7c6377a2223 [2021-01-09T13:27:21.654Z] Step 10/24 : FROM scratch [2021-01-09T13:27:21.654Z] ---> [2021-01-09T13:27:21.654Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-09T13:27:21.654Z] ---> Running in cf744d4107c9 [2021-01-09T13:27:21.937Z] Removing intermediate container cf744d4107c9 [2021-01-09T13:27:21.937Z] ---> 5ebb6e3cf56b [2021-01-09T13:27:21.937Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-09T13:27:22.208Z] ---> Running in 9f038613a0bc [2021-01-09T13:27:22.208Z] Removing intermediate container 9f038613a0bc [2021-01-09T13:27:22.208Z] ---> d5dbb2b9a559 [2021-01-09T13:27:22.208Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T13:27:22.480Z] ---> Running in 184f943cc0b2 [2021-01-09T13:27:22.480Z] Removing intermediate container 184f943cc0b2 [2021-01-09T13:27:22.480Z] ---> 4ce2f43c9b97 [2021-01-09T13:27:22.480Z] Step 14/24 : WORKDIR / [2021-01-09T13:27:22.480Z] ---> Running in de976ce8769f [2021-01-09T13:27:22.749Z] Removing intermediate container de976ce8769f [2021-01-09T13:27:22.749Z] ---> c0e6e63ef723 [2021-01-09T13:27:22.749Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-09T13:27:23.729Z] ---> c6bee6a96bb2 [2021-01-09T13:27:23.729Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-09T13:27:24.036Z] ---> 755af518b83d [2021-01-09T13:27:24.036Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-09T13:27:24.343Z] ---> 7c95d5f37864 [2021-01-09T13:27:24.343Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-09T13:27:24.633Z] ---> d6565648f977 [2021-01-09T13:27:24.633Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-09T13:27:24.988Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-09T13:27:24.988Z] Removing intermediate container 62c6524d6e76 [2021-01-09T13:27:24.988Z] ---> fce1f859596f [2021-01-09T13:27:24.988Z] Step 10/24 : FROM scratch [2021-01-09T13:27:24.988Z] ---> [2021-01-09T13:27:24.988Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-09T13:27:24.988Z] ---> Running in d10f0291aac4 [2021-01-09T13:27:25.260Z] Removing intermediate container d10f0291aac4 [2021-01-09T13:27:25.260Z] ---> 22c8ab5cfe66 [2021-01-09T13:27:25.260Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-09T13:27:25.282Z] ---> f38b401be0ed [2021-01-09T13:27:25.282Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-09T13:27:25.282Z] ---> Running in 28e08126a3c1 [2021-01-09T13:27:25.533Z] ---> Running in d33958d67a9a [2021-01-09T13:27:25.565Z] Removing intermediate container 28e08126a3c1 [2021-01-09T13:27:25.565Z] ---> 06e186af8518 [2021-01-09T13:27:25.565Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T13:27:25.565Z] ---> Running in bf02f8bfed7e [2021-01-09T13:27:25.805Z] Removing intermediate container d33958d67a9a [2021-01-09T13:27:25.805Z] ---> 122c39dbb240 [2021-01-09T13:27:25.805Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T13:27:25.852Z] Removing intermediate container bf02f8bfed7e [2021-01-09T13:27:25.852Z] ---> 7b92cd0e90b9 [2021-01-09T13:27:25.852Z] Step 22/24 : LABEL arch=amd64 [2021-01-09T13:27:25.852Z] ---> Running in d4d9ecb55531 [2021-01-09T13:27:26.078Z] ---> Running in 3d3de373dae2 [2021-01-09T13:27:26.122Z] Removing intermediate container d4d9ecb55531 [2021-01-09T13:27:26.122Z] ---> 192fb0fe023b [2021-01-09T13:27:26.122Z] Step 23/24 : LABEL git_sha=909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 [2021-01-09T13:27:26.122Z] ---> Running in 110e72372406 [2021-01-09T13:27:26.348Z] Removing intermediate container 3d3de373dae2 [2021-01-09T13:27:26.348Z] ---> c542969a8785 [2021-01-09T13:27:26.348Z] Step 14/24 : WORKDIR / [2021-01-09T13:27:26.408Z] Removing intermediate container 110e72372406 [2021-01-09T13:27:26.408Z] ---> 3322b11de28c [2021-01-09T13:27:26.408Z] Step 24/24 : LABEL version=1.4.1-dev.4 [2021-01-09T13:27:26.408Z] ---> Running in a32aec1c30e7 [2021-01-09T13:27:26.620Z] ---> Running in 75e3e12b36c1 [2021-01-09T13:27:26.696Z] Removing intermediate container a32aec1c30e7 [2021-01-09T13:27:26.696Z] ---> c3a44ef52f94 [2021-01-09T13:27:26.696Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-09T13:27:26.696Z] Successfully built c3a44ef52f94 [2021-01-09T13:27:26.696Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-09T13:27:26.891Z] Removing intermediate container 75e3e12b36c1 [2021-01-09T13:27:26.891Z] ---> 160b0300d790 [2021-01-09T13:27:26.891Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 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 [2021-01-09T13:27:28.323Z] ---> ac9984641aeb [2021-01-09T13:27:28.323Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [Pipeline] } [2021-01-09T13:27:28.914Z] ---> 41c2c13abb16 [2021-01-09T13:27:28.915Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-09T13:27:29.508Z] ---> c0a46e81bbfe [2021-01-09T13:27:29.508Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-09T13:27:30.107Z] ---> 564dfc364e36 [2021-01-09T13:27:30.107Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-09T13:27:30.700Z] ---> bd6272cf0490 [2021-01-09T13:27:30.700Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-09T13:27:30.972Z] ---> Running in 355a9fcae067 [2021-01-09T13:27:31.566Z] Removing intermediate container 355a9fcae067 [2021-01-09T13:27:31.566Z] ---> 6770530c839f [2021-01-09T13:27:31.566Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T13:27:31.566Z] ---> Running in 7f314958596e [2021-01-09T13:27:31.838Z] Removing intermediate container 7f314958596e [2021-01-09T13:27:31.838Z] ---> 9e1d91596cc7 [2021-01-09T13:27:31.838Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T13:27:32.111Z] ---> Running in 08adefb85f1f [2021-01-09T13:27:32.384Z] Removing intermediate container 08adefb85f1f [2021-01-09T13:27:32.384Z] ---> 5acae921d676 [2021-01-09T13:27:32.384Z] Step 23/24 : LABEL git_sha=909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 [2021-01-09T13:27:32.660Z] ---> Running in c8e019c78c20 [2021-01-09T13:27:33.255Z] Removing intermediate container c8e019c78c20 [2021-01-09T13:27:33.255Z] ---> b051c8c6e772 [2021-01-09T13:27:33.255Z] Step 24/24 : LABEL version=1.4.1-dev.4 [2021-01-09T13:27:33.255Z] ---> Running in 1d4d4c4205ed [2021-01-09T13:27:33.850Z] Removing intermediate container 1d4d4c4205ed [2021-01-09T13:27:33.850Z] ---> a3bff644b3eb [2021-01-09T13:27:33.850Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-09T13:27:33.850Z] Successfully built a3bff644b3eb [2021-01-09T13:27:33.850Z] 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-09T13:27:35.403Z] provisioning config files... [2021-01-09T13:27:35.416Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1742363821355448130tmp [Pipeline] { [Pipeline] sh [2021-01-09T13:27:35.793Z] + set +x [2021-01-09T13:27:35.793Z] + curl -s https://codecov.io/bash [2021-01-09T13:27:35.793Z] + bash -s -- [2021-01-09T13:27:36.059Z] [2021-01-09T13:27:36.059Z] _____ _ [2021-01-09T13:27:36.059Z] / ____| | | [2021-01-09T13:27:36.059Z] | | ___ __| | ___ ___ _____ __ [2021-01-09T13:27:36.059Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-09T13:27:36.059Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-09T13:27:36.059Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-09T13:27:36.059Z] Bash-20201231-23d4836 [2021-01-09T13:27:36.059Z] [2021-01-09T13:27:36.059Z] [2021-01-09T13:27:36.059Z] ==> git version 2.24.3 found [2021-01-09T13:27:36.059Z] ==> 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-09T13:27:36.059Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-09T13:27:36.059Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-09T13:27:36.059Z] ==> Jenkins CI detected. [2021-01-09T13:27:36.059Z] project root: . [2021-01-09T13:27:36.059Z] --> token set from env [2021-01-09T13:27:36.059Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-09T13:27:36.059Z] ==> Running gcov in . (disable via -X gcov) [2021-01-09T13:27:36.059Z] ==> Python coveragepy not found [2021-01-09T13:27:36.059Z] ==> Searching for coverage reports in: [2021-01-09T13:27:36.059Z] + . [2021-01-09T13:27:36.059Z] -> Found 1 reports [2021-01-09T13:27:36.059Z] ==> Detecting git/mercurial file structure [2021-01-09T13:27:36.059Z] ==> Reading reports [2021-01-09T13:27:36.059Z] + ./coverage.out bytes=130605 [2021-01-09T13:27:36.059Z] ==> Appending adjustments [2021-01-09T13:27:36.059Z] https://docs.codecov.io/docs/fixing-reports [2021-01-09T13:27:36.639Z] + Found adjustments [2021-01-09T13:27:36.639Z] ==> Gzipping contents [2021-01-09T13:27:36.639Z] 24K /tmp/codecov.COSAJl.gz [2021-01-09T13:27:36.639Z] ==> Uploading reports [2021-01-09T13:27:36.639Z] url: https://codecov.io [2021-01-09T13:27:36.639Z] query: branch=master&commit=909cc88fb1ad949568bf33336c87c0ea6bd2f5d5&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F102%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-09T13:27:36.639Z] -> Pinging Codecov [2021-01-09T13:27:36.639Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=909cc88fb1ad949568bf33336c87c0ea6bd2f5d5&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F102%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-09T13:27:37.216Z] -> Uploading to [2021-01-09T13:27:37.216Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-09/7E55EF52A471D76F132DFD9A03CDDE97/909cc88fb1ad949568bf33336c87c0ea6bd2f5d5/e8a1fa71-99a9-43b6-b12e-0c3da7ea1c64.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T132736Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b32fe0c94c93f8f3970e9876d04812f13c2d87e159735106ab461f21b0381f7 [2021-01-09T13:27:37.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T13:27:37.216Z] Dload Upload Total Spent Left Speed [2021-01-09T13:27:37.793Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21329 0 0 100 21329 0 39454 --:--:-- --:--:-- --:--:-- 39498 [2021-01-09T13:27:37.793Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 [Pipeline] } [2021-01-09T13:27:37.804Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-09T13:27:38.267Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-09T13:27:38.320Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:27:38.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-09T13:27:38.931Z] [2021-01-09T13:27:38.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:27:39.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-09T13:27:39.284Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-09T13:27:39.284Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T13:27:39.284Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T13:27:39.284Z] de9db76c5a1d: Pulling fs layer [2021-01-09T13:27:39.284Z] 0eba1c9be4d2: Pulling fs layer [2021-01-09T13:27:39.284Z] 0d57e429df01: Pulling fs layer [2021-01-09T13:27:39.284Z] 4e4be7b47b0d: Pulling fs layer [2021-01-09T13:27:39.284Z] e1f770b5df2f: Pulling fs layer [2021-01-09T13:27:39.284Z] 85a0685a4137: Pulling fs layer [2021-01-09T13:27:39.284Z] 4e4be7b47b0d: Waiting [2021-01-09T13:27:39.284Z] 0eba1c9be4d2: Waiting [2021-01-09T13:27:39.284Z] 0d57e429df01: Waiting [2021-01-09T13:27:39.284Z] e1f770b5df2f: Waiting [2021-01-09T13:27:39.284Z] 85a0685a4137: Waiting [2021-01-09T13:27:39.284Z] de9db76c5a1d: Verifying Checksum [2021-01-09T13:27:39.284Z] de9db76c5a1d: Download complete [2021-01-09T13:27:39.284Z] 0ef7d3d256c8: Verifying Checksum [2021-01-09T13:27:39.284Z] 0ef7d3d256c8: Download complete [2021-01-09T13:27:39.284Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T13:27:39.284Z] 188c0c94c7c5: Download complete [2021-01-09T13:27:39.284Z] 0d57e429df01: Verifying Checksum [2021-01-09T13:27:39.284Z] 0d57e429df01: Download complete [2021-01-09T13:27:39.553Z] 4e4be7b47b0d: Download complete [2021-01-09T13:27:39.815Z] 188c0c94c7c5: Pull complete [2021-01-09T13:27:40.079Z] 0ef7d3d256c8: Pull complete [2021-01-09T13:27:40.349Z] de9db76c5a1d: Pull complete [2021-01-09T13:27:40.929Z] e1f770b5df2f: Verifying Checksum [2021-01-09T13:27:40.929Z] e1f770b5df2f: Download complete [2021-01-09T13:27:43.499Z] 0eba1c9be4d2: Verifying Checksum [2021-01-09T13:27:43.499Z] 0eba1c9be4d2: Download complete [2021-01-09T13:27:43.499Z] 85a0685a4137: Verifying Checksum [2021-01-09T13:27:43.499Z] 85a0685a4137: Download complete [2021-01-09T13:27:48.822Z] 0eba1c9be4d2: Pull complete [2021-01-09T13:27:49.089Z] 0d57e429df01: Pull complete [2021-01-09T13:27:49.089Z] 4e4be7b47b0d: Pull complete [2021-01-09T13:27:51.661Z] e1f770b5df2f: Pull complete [2021-01-09T13:27:59.843Z] 85a0685a4137: Pull complete [2021-01-09T13:27:59.843Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-09T13:27:59.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-09T13:27:59.843Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-09T13:28:00.081Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:28:00.128Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-09T13:28:01.299Z] $ docker top 6e387197ca83a101d95ec729233c90f28842c2f7abc50bf3c53e18a16df96c2f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T13:28:01.600Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-09T13:28:01.903Z] + set -o pipefail [2021-01-09T13:28:01.903Z] + snyk monitor '--org=edgex-jenkins' [2021-01-09T13:28:08.522Z] [2021-01-09T13:28:08.522Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2021-01-09T13:28:08.522Z] [2021-01-09T13:28:08.522Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/61301b4a-47a0-4e65-a110-20e2aff7ca07 [2021-01-09T13:28:08.522Z] [2021-01-09T13:28:08.522Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-09T13:28:08.522Z] [2021-01-09T13:28:08.522Z] [Pipeline] } [2021-01-09T13:28:08.541Z] $ docker stop --time=1 6e387197ca83a101d95ec729233c90f28842c2f7abc50bf3c53e18a16df96c2f [2021-01-09T13:28:10.976Z] $ docker rm -f 6e387197ca83a101d95ec729233c90f28842c2f7abc50bf3c53e18a16df96c2f [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-09T13:28:12.699Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T13:28:12.766Z] provisioning config files... [2021-01-09T13:28:12.780Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2952996205795330636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:28:13.168Z] --> edgex-publish-swagger.sh [2021-01-09T13:28:13.168Z] === Publish openapi/v1 API === [2021-01-09T13:28:13.168Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-09T13:28:13.168Z] [publishToSwagger] Publishing API Name [device-sdk] [2021-01-09T13:28:13.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T13:28:13.168Z] Dload Upload Total Spent Left Speed [2021-01-09T13:28:14.116Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19946 0 0 100 19946 0 22664 --:--:-- --:--:-- --:--:-- 22665 100 19946 0 0 100 19946 0 22659 --:--:-- --:--:-- --:--:-- 22665 [2021-01-09T13:28:14.116Z] [2021-01-09T13:28:14.116Z] [2021-01-09T13:28:14.116Z] === Publish openapi/v2 API === [2021-01-09T13:28:14.116Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-09T13:28:14.116Z] [publishToSwagger] Publishing API Name [device-sdk] [2021-01-09T13:28:14.116Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T13:28:14.116Z] Dload Upload Total Spent Left Speed [2021-01-09T13:28:14.691Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 72886 --:--:-- --:--:-- --:--:-- 72998 [2021-01-09T13:28:14.691Z] [2021-01-09T13:28:14.691Z] [Pipeline] } [2021-01-09T13:28:14.701Z] 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-09T13:28:15.612Z] + git log --format=format:%s -1 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:28:15.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:28:15.933Z] . [Pipeline] withDockerContainer [2021-01-09T13:28:16.038Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:28:16.087Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T13:28:16.945Z] $ docker top 6016592b655606fd95550426a2162bf4609f93546064ae5d0353f89678189a7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T13:28:17.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:28:17.282Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:28:17.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:28:17.512Z] $ docker exec 6016592b655606fd95550426a2162bf4609f93546064ae5d0353f89678189a7c ssh-agent [2021-01-09T13:28:17.688Z] SSH_AUTH_SOCK=/tmp/ssh-TDPQB056k726/agent.11 [2021-01-09T13:28:17.688Z] SSH_AGENT_PID=17 [2021-01-09T13:28:17.695Z] Running ssh-add (command line suppressed) [2021-01-09T13:28:17.823Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_36558550980491022.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_36558550980491022.key) [2021-01-09T13:28:17.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:28:18.224Z] + git semver tag [2021-01-09T13:28:18.224Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T13:28:18.224Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-09T13:28:18.224Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-09T13:28:18.224Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T13:28:18.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T13:28:18.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T13:28:18.224Z] # $SEMVER_BRANCH = master [2021-01-09T13:28:18.224Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-09T13:28:18.224Z] # 909cc88fb1ad949568bf33336c87c0ea6bd2f5d5 HEAD [2021-01-09T13:28:18.224Z] # -> Force: false [2021-01-09T13:28:18.224Z] # 3abbaed0cc1bc6363248f1c71aabe01a484ed3f0 refs/tags/v1.4.1-dev.4 [Pipeline] } [2021-01-09T13:28:18.239Z] $ docker exec --env ******** --env ******** 6016592b655606fd95550426a2162bf4609f93546064ae5d0353f89678189a7c ssh-agent -k [2021-01-09T13:28:18.378Z] unset SSH_AUTH_SOCK; [2021-01-09T13:28:18.380Z] unset SSH_AGENT_PID; [2021-01-09T13:28:18.380Z] echo Agent pid 17 killed; [2021-01-09T13:28:18.425Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T13:28:18.916Z] + git semver [Pipeline] } [2021-01-09T13:28:18.935Z] $ docker stop --time=1 6016592b655606fd95550426a2162bf4609f93546064ae5d0353f89678189a7c [2021-01-09T13:28:20.307Z] $ docker rm -f 6016592b655606fd95550426a2162bf4609f93546064ae5d0353f89678189a7c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:28:21.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-09T13:28:21.015Z] [2021-01-09T13:28:21.015Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:28:21.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-09T13:28:21.366Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-09T13:28:21.366Z] ab5ef0e58194: Pulling fs layer [2021-01-09T13:28:21.366Z] 9712f1f96733: Pulling fs layer [2021-01-09T13:28:21.366Z] 63f879dbbcfc: Pulling fs layer [2021-01-09T13:28:21.366Z] 0d9ebad4ef96: Pulling fs layer [2021-01-09T13:28:21.366Z] e9a5061849ea: Pulling fs layer [2021-01-09T13:28:21.366Z] d747dcd14b5f: Pulling fs layer [2021-01-09T13:28:21.366Z] 2de7ff778b66: Pulling fs layer [2021-01-09T13:28:21.366Z] 0d9ebad4ef96: Waiting [2021-01-09T13:28:21.366Z] e9a5061849ea: Waiting [2021-01-09T13:28:21.366Z] d747dcd14b5f: Waiting [2021-01-09T13:28:21.366Z] 2de7ff778b66: Waiting [2021-01-09T13:28:21.366Z] 9712f1f96733: Verifying Checksum [2021-01-09T13:28:21.366Z] 9712f1f96733: Download complete [2021-01-09T13:28:23.295Z] 63f879dbbcfc: Verifying Checksum [2021-01-09T13:28:23.295Z] 63f879dbbcfc: Download complete [2021-01-09T13:28:23.295Z] e9a5061849ea: Verifying Checksum [2021-01-09T13:28:23.295Z] e9a5061849ea: Download complete [2021-01-09T13:28:23.295Z] d747dcd14b5f: Verifying Checksum [2021-01-09T13:28:23.295Z] d747dcd14b5f: Download complete [2021-01-09T13:28:23.881Z] 0d9ebad4ef96: Verifying Checksum [2021-01-09T13:28:23.881Z] 0d9ebad4ef96: Download complete [2021-01-09T13:28:23.881Z] 2de7ff778b66: Verifying Checksum [2021-01-09T13:28:23.881Z] 2de7ff778b66: Download complete [2021-01-09T13:28:24.151Z] ab5ef0e58194: Verifying Checksum [2021-01-09T13:28:24.151Z] ab5ef0e58194: Download complete [2021-01-09T13:28:28.667Z] ab5ef0e58194: Pull complete [2021-01-09T13:28:28.667Z] 9712f1f96733: Pull complete [2021-01-09T13:28:30.604Z] 63f879dbbcfc: Pull complete [2021-01-09T13:28:37.227Z] 0d9ebad4ef96: Pull complete [2021-01-09T13:28:38.621Z] e9a5061849ea: Pull complete [2021-01-09T13:28:38.621Z] d747dcd14b5f: Pull complete [2021-01-09T13:28:40.564Z] 2de7ff778b66: Pull complete [2021-01-09T13:28:40.564Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-09T13:28:40.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-09T13:28:40.564Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-09T13:28:40.777Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:28:40.826Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-09T13:28:45.080Z] $ docker top 47f3c8ade584ef50bb5f0880838ad1d1ab80544bb2a23fa423c454ccd9b17351 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-09T13:28:45.315Z] provisioning config files... [2021-01-09T13:28:45.326Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6151420224102720225tmp [2021-01-09T13:28:45.345Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3881404092969736458tmp [2021-01-09T13:28:45.362Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6805271509719179313tmp [Pipeline] { [Pipeline] echo [2021-01-09T13:28:45.420Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:28:45.725Z] ---> sigul-configuration.sh [2021-01-09T13:28:45.725Z] gpg: directory `/root/.gnupg' created [2021-01-09T13:28:45.725Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-09T13:28:45.725Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-09T13:28:45.725Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-09T13:28:45.725Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-09T13:28:45.725Z] gpg: CAST5 encrypted data [2021-01-09T13:28:45.988Z] gpg: encrypted with 1 passphrase [2021-01-09T13:28:45.988Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-09T13:28:46.293Z] + mkdir /home/jenkins [2021-01-09T13:28:46.293Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-09T13:28:46.596Z] + 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-09T13:28:46.607Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:28:46.903Z] ---> sigul-install.sh [2021-01-09T13:28:52.211Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-09T13:28:52.510Z] + git tag --list [2021-01-09T13:28:52.510Z] 0.7.1 [2021-01-09T13:28:52.510Z] delhi-tag [2021-01-09T13:28:52.510Z] v1.0.0 [2021-01-09T13:28:52.510Z] v1.1.0 [2021-01-09T13:28:52.510Z] v1.1.1 [2021-01-09T13:28:52.510Z] v1.1.2 [2021-01-09T13:28:52.510Z] v1.2.0 [2021-01-09T13:28:52.510Z] v1.2.1 [2021-01-09T13:28:52.510Z] v1.2.2 [2021-01-09T13:28:52.510Z] v1.2.3 [2021-01-09T13:28:52.510Z] v1.2.4-dev.1 [2021-01-09T13:28:52.510Z] v1.2.4-dev.10 [2021-01-09T13:28:52.510Z] v1.2.4-dev.11 [2021-01-09T13:28:52.510Z] v1.2.4-dev.12 [2021-01-09T13:28:52.510Z] v1.2.4-dev.13 [2021-01-09T13:28:52.510Z] v1.2.4-dev.14 [2021-01-09T13:28:52.510Z] v1.2.4-dev.15 [2021-01-09T13:28:52.510Z] v1.2.4-dev.16 [2021-01-09T13:28:52.510Z] v1.2.4-dev.17 [2021-01-09T13:28:52.510Z] v1.2.4-dev.18 [2021-01-09T13:28:52.510Z] v1.2.4-dev.19 [2021-01-09T13:28:52.510Z] v1.2.4-dev.2 [2021-01-09T13:28:52.510Z] v1.2.4-dev.20 [2021-01-09T13:28:52.510Z] v1.2.4-dev.21 [2021-01-09T13:28:52.510Z] v1.2.4-dev.22 [2021-01-09T13:28:52.510Z] v1.2.4-dev.23 [2021-01-09T13:28:52.510Z] v1.2.4-dev.24 [2021-01-09T13:28:52.510Z] v1.2.4-dev.25 [2021-01-09T13:28:52.510Z] v1.2.4-dev.26 [2021-01-09T13:28:52.510Z] v1.2.4-dev.27 [2021-01-09T13:28:52.510Z] v1.2.4-dev.28 [2021-01-09T13:28:52.510Z] v1.2.4-dev.29 [2021-01-09T13:28:52.510Z] v1.2.4-dev.3 [2021-01-09T13:28:52.510Z] v1.2.4-dev.30 [2021-01-09T13:28:52.510Z] v1.2.4-dev.31 [2021-01-09T13:28:52.510Z] v1.2.4-dev.32 [2021-01-09T13:28:52.510Z] v1.2.4-dev.33 [2021-01-09T13:28:52.510Z] v1.2.4-dev.34 [2021-01-09T13:28:52.510Z] v1.2.4-dev.35 [2021-01-09T13:28:52.510Z] v1.2.4-dev.4 [2021-01-09T13:28:52.510Z] v1.2.4-dev.5 [2021-01-09T13:28:52.510Z] v1.2.4-dev.6 [2021-01-09T13:28:52.510Z] v1.2.4-dev.7 [2021-01-09T13:28:52.510Z] v1.2.4-dev.8 [2021-01-09T13:28:52.510Z] v1.2.4-dev.9 [2021-01-09T13:28:52.510Z] v1.3.0 [2021-01-09T13:28:52.510Z] v1.3.1-dev.1 [2021-01-09T13:28:52.510Z] v1.3.1-dev.10 [2021-01-09T13:28:52.510Z] v1.3.1-dev.2 [2021-01-09T13:28:52.510Z] v1.3.1-dev.3 [2021-01-09T13:28:52.510Z] v1.3.1-dev.4 [2021-01-09T13:28:52.510Z] v1.3.1-dev.5 [2021-01-09T13:28:52.510Z] v1.3.1-dev.6 [2021-01-09T13:28:52.510Z] v1.3.1-dev.7 [2021-01-09T13:28:52.510Z] v1.3.1-dev.8 [2021-01-09T13:28:52.510Z] v1.3.1-dev.9 [2021-01-09T13:28:52.510Z] v1.4.0 [2021-01-09T13:28:52.510Z] v1.4.1-dev.1 [2021-01-09T13:28:52.510Z] v1.4.1-dev.2 [2021-01-09T13:28:52.510Z] v1.4.1-dev.3 [2021-01-09T13:28:52.510Z] v1.4.1-dev.4 [Pipeline] sh [2021-01-09T13:28:52.810Z] + lftools sign git-tag v1.4.1-dev.4 [2021-01-09T13:28:54.932Z] Signing Git tag with Sigul... [2021-01-09T13:28:54.932Z] Signing v1.4.1-dev.4 [Pipeline] echo [2021-01-09T13:28:54.958Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:28:55.254Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-09T13:28:55.268Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-09T13:28:55.370Z] $ docker stop --time=1 47f3c8ade584ef50bb5f0880838ad1d1ab80544bb2a23fa423c454ccd9b17351 [2021-01-09T13:28:57.231Z] $ docker rm -f 47f3c8ade584ef50bb5f0880838ad1d1ab80544bb2a23fa423c454ccd9b17351 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:28:58.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:28:58.252Z] . [Pipeline] withDockerContainer [2021-01-09T13:28:58.363Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:28:58.417Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T13:28:59.186Z] $ docker top 157a5f762b14bc41fbba30ffb36d0e449e8861d2e2db1d914363e4b0a7d3ed6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T13:28:59.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:28:59.515Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:28:59.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:28:59.766Z] $ docker exec 157a5f762b14bc41fbba30ffb36d0e449e8861d2e2db1d914363e4b0a7d3ed6b ssh-agent [2021-01-09T13:28:59.950Z] SSH_AUTH_SOCK=/tmp/ssh-z6Sw695Og21t/agent.12 [2021-01-09T13:28:59.950Z] SSH_AGENT_PID=17 [2021-01-09T13:28:59.957Z] Running ssh-add (command line suppressed) [2021-01-09T13:29:00.090Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5698283179105185190.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5698283179105185190.key) [2021-01-09T13:29:00.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:29:00.494Z] + git semver bump pre [2021-01-09T13:29:00.494Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T13:29:00.494Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-09T13:29:00.494Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-09T13:29:00.494Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T13:29:00.494Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T13:29:00.494Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T13:29:00.494Z] # $SEMVER_BRANCH = master [2021-01-09T13:29:00.494Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-01-09T13:29:00.494Z] 1.4.1-dev.5 [Pipeline] } [2021-01-09T13:29:00.510Z] $ docker exec --env ******** --env ******** 157a5f762b14bc41fbba30ffb36d0e449e8861d2e2db1d914363e4b0a7d3ed6b ssh-agent -k [2021-01-09T13:29:00.671Z] unset SSH_AUTH_SOCK; [2021-01-09T13:29:00.672Z] unset SSH_AGENT_PID; [2021-01-09T13:29:00.672Z] echo Agent pid 17 killed; [2021-01-09T13:29:00.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T13:29:01.208Z] + git semver [Pipeline] } [2021-01-09T13:29:01.227Z] $ docker stop --time=1 157a5f762b14bc41fbba30ffb36d0e449e8861d2e2db1d914363e4b0a7d3ed6b [2021-01-09T13:29:02.600Z] $ docker rm -f 157a5f762b14bc41fbba30ffb36d0e449e8861d2e2db1d914363e4b0a7d3ed6b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:29:03.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:29:03.138Z] . [Pipeline] withDockerContainer [2021-01-09T13:29:03.249Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:29:03.301Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T13:29:04.021Z] $ docker top 16e0b1510ccca5b074ea121aef86272e862019c86a1fa2c9d0a4200ed10c24c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T13:29:04.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:29:04.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:29:04.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:29:04.570Z] $ docker exec 16e0b1510ccca5b074ea121aef86272e862019c86a1fa2c9d0a4200ed10c24c6 ssh-agent [2021-01-09T13:29:04.758Z] SSH_AUTH_SOCK=/tmp/ssh-RvyqewD75obV/agent.12 [2021-01-09T13:29:04.758Z] SSH_AGENT_PID=17 [2021-01-09T13:29:04.765Z] Running ssh-add (command line suppressed) [2021-01-09T13:29:04.903Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3689350683475134391.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3689350683475134391.key) [2021-01-09T13:29:04.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:29:05.303Z] + git semver push [2021-01-09T13:29:05.303Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T13:29:05.303Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-01-09T13:29:05.303Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-01-09T13:29:05.303Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T13:29:05.303Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T13:29:05.303Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T13:29:05.303Z] # $SEMVER_BRANCH = master [2021-01-09T13:29:05.303Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-01-09T13:29:11.935Z] $ docker exec --env ******** --env ******** 16e0b1510ccca5b074ea121aef86272e862019c86a1fa2c9d0a4200ed10c24c6 ssh-agent -k [2021-01-09T13:29:12.087Z] unset SSH_AUTH_SOCK; [2021-01-09T13:29:12.087Z] unset SSH_AGENT_PID; [2021-01-09T13:29:12.087Z] echo Agent pid 17 killed; [2021-01-09T13:29:12.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T13:29:12.647Z] + git semver [Pipeline] } [2021-01-09T13:29:12.667Z] $ docker stop --time=1 16e0b1510ccca5b074ea121aef86272e862019c86a1fa2c9d0a4200ed10c24c6 [2021-01-09T13:29:14.039Z] $ docker rm -f 16e0b1510ccca5b074ea121aef86272e862019c86a1fa2c9d0a4200ed10c24c6 [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-09T13:29:15.653Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:29:16.228Z] ---> package-listing.sh [2021-01-09T13:29:16.228Z] ++ facter osfamily [2021-01-09T13:29:16.228Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-09T13:29:16.228Z] + OS_FAMILY=redhat [2021-01-09T13:29:16.228Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-01-09T13:29:16.228Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-09T13:29:16.228Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-09T13:29:16.228Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-09T13:29:16.228Z] + PACKAGES=/tmp/packages_start.txt [2021-01-09T13:29:16.228Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-09T13:29:16.228Z] + PACKAGES=/tmp/packages_end.txt [2021-01-09T13:29:16.228Z] + case "${OS_FAMILY}" in [2021-01-09T13:29:16.228Z] + rpm -qa [2021-01-09T13:29:16.228Z] + sort [2021-01-09T13:29:21.706Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-09T13:29:21.706Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-09T13:29:21.706Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-09T13:29:21.706Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-01-09T13:29:21.706Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-01-09T13:29:21.706Z] + 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-09T13:29:21.721Z] 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-09T13:29:22.013Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:29:22.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T13:29:22.324Z] [2021-01-09T13:29:22.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:29:22.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T13:29:22.678Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-09T13:29:22.678Z] df20fa9351a1: Pulling fs layer [2021-01-09T13:29:22.678Z] 36b3adc4ff6f: Pulling fs layer [2021-01-09T13:29:22.678Z] 8ad3a11d3b57: Pulling fs layer [2021-01-09T13:29:22.678Z] 46f8f816bc3b: Pulling fs layer [2021-01-09T13:29:22.678Z] 93b61091891f: Pulling fs layer [2021-01-09T13:29:22.678Z] 93b9cdb0e59b: Pulling fs layer [2021-01-09T13:29:22.678Z] 5e14af77c1be: Pulling fs layer [2021-01-09T13:29:22.678Z] 01666e4c0597: Pulling fs layer [2021-01-09T13:29:22.678Z] aa168da1d23b: Pulling fs layer [2021-01-09T13:29:22.678Z] 93b9cdb0e59b: Waiting [2021-01-09T13:29:22.678Z] 01666e4c0597: Waiting [2021-01-09T13:29:22.678Z] aa168da1d23b: Waiting [2021-01-09T13:29:22.678Z] 5e14af77c1be: Waiting [2021-01-09T13:29:22.678Z] 93b61091891f: Waiting [2021-01-09T13:29:22.678Z] 36b3adc4ff6f: Verifying Checksum [2021-01-09T13:29:22.678Z] 36b3adc4ff6f: Download complete [2021-01-09T13:29:22.678Z] 46f8f816bc3b: Verifying Checksum [2021-01-09T13:29:22.678Z] 46f8f816bc3b: Download complete [2021-01-09T13:29:22.678Z] df20fa9351a1: Verifying Checksum [2021-01-09T13:29:22.678Z] df20fa9351a1: Download complete [2021-01-09T13:29:22.678Z] 93b9cdb0e59b: Verifying Checksum [2021-01-09T13:29:22.678Z] 93b9cdb0e59b: Download complete [2021-01-09T13:29:22.946Z] 93b61091891f: Verifying Checksum [2021-01-09T13:29:22.946Z] 93b61091891f: Download complete [2021-01-09T13:29:22.946Z] 5e14af77c1be: Verifying Checksum [2021-01-09T13:29:22.946Z] 5e14af77c1be: Download complete [2021-01-09T13:29:22.946Z] 01666e4c0597: Download complete [2021-01-09T13:29:23.209Z] 8ad3a11d3b57: Verifying Checksum [2021-01-09T13:29:23.209Z] 8ad3a11d3b57: Download complete [2021-01-09T13:29:23.209Z] df20fa9351a1: Pull complete [2021-01-09T13:29:23.477Z] 36b3adc4ff6f: Pull complete [2021-01-09T13:29:24.883Z] 8ad3a11d3b57: Pull complete [2021-01-09T13:29:25.153Z] aa168da1d23b: Verifying Checksum [2021-01-09T13:29:25.153Z] aa168da1d23b: Download complete [2021-01-09T13:29:25.153Z] 46f8f816bc3b: Pull complete [2021-01-09T13:29:25.423Z] 93b61091891f: Pull complete [2021-01-09T13:29:25.686Z] 93b9cdb0e59b: Pull complete [2021-01-09T13:29:25.686Z] 5e14af77c1be: Pull complete [2021-01-09T13:29:25.949Z] 01666e4c0597: Pull complete [2021-01-09T13:29:34.172Z] aa168da1d23b: Pull complete [2021-01-09T13:29:34.172Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-09T13:29:34.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T13:29:34.172Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-09T13:29:34.392Z] prd-centos7-docker-4c-2g-19258 does not seem to be running inside a container [2021-01-09T13:29:34.453Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-09T13:29:37.293Z] $ docker top a310dba55146c150c5f5450d630baffcaef0e1e7b773484dd319159e16b03a5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:29:37.845Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-09T13:29:38.155Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-09T13:29:38.455Z] + ls /var/log/sa-host [2021-01-09T13:29:38.455Z] + sadf -c /var/log/sa-host/sa09 [2021-01-09T13:29:38.455Z] file_magic: OK [2021-01-09T13:29:38.455Z] HZ: Using current value: 100 [2021-01-09T13:29:38.455Z] file_header: OK [2021-01-09T13:29:38.455Z] 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-09T13:29:38.455Z] Statistics: [2021-01-09T13:29:38.455Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-09T13:29:38.455Z] File successfully converted to sysstat format version 12.2.1 [2021-01-09T13:29:38.455Z] + sadf -c /var/log/sa-host/sa23 [2021-01-09T13:29:38.455Z] file_magic: OK [2021-01-09T13:29:38.455Z] HZ: Using current value: 100 [2021-01-09T13:29:38.455Z] file_header: OK [2021-01-09T13:29:38.455Z] 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-09T13:29:38.455Z] Statistics: [2021-01-09T13:29:38.455Z] Hnuu...uuuununununu... [2021-01-09T13:29:38.455Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T13:29:39.140Z] provisioning config files... [2021-01-09T13:29:39.159Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config185674416676608838tmp [Pipeline] { [Pipeline] echo [2021-01-09T13:29:39.233Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:29:39.537Z] ---> create-netrc.sh [Pipeline] } [2021-01-09T13:29:39.548Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-09T13:29:39.648Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:29:39.946Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-09T13:29:39.957Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:29:40.257Z] ---> sudo-logs.sh [2021-01-09T13:29:40.257Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-09T13:29:40.268Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:29:40.565Z] ---> job-cost.sh [2021-01-09T13:29:40.565Z] lf-activate-venv: SKIPPING [2021-01-09T13:29:40.565Z] INFO: No Stack... [2021-01-09T13:29:41.987Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-09T13:29:42.256Z] INFO: Archiving Costs [Pipeline] echo [2021-01-09T13:29:42.275Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:29:42.587Z] ---> logs-deploy.sh [2021-01-09T13:29:42.587Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/102 [2021-01-09T13:29:42.587Z] INFO: archiving workspace using pattern(s): [2021-01-09T13:29:44.515Z] Archives upload complete. [2021-01-09T13:29:44.515Z] INFO: archiving logs to Nexus