Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b058260e0a173cbd20e8373902e2c8ff53da770e 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16709 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 b058260e0a173cbd20e8373902e2c8ff53da770e (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 b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 Commit message: "Merge pull request #650 from tzstoyanov/dev" > git rev-list --no-walk 4525aed633a2d28dffb46d50cb0e81f75e767df3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-18T03:01:47.672Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-18T03:01:47.986Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-18T03:01:48.098Z] ========================================================= [2020-12-18T03:01:48.098Z] EdgeX Global Pipelines Version Info [2020-12-18T03:01:48.098Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:01:49.602Z] ------------------- [2020-12-18T03:01:49.602Z] stable info: [2020-12-18T03:01:49.602Z] ------------------- [2020-12-18T03:01:49.602Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-18T03:01:49.602Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T03:01:49.602Z] Message: update stable to v1.0.173 [2020-12-18T03:01:50.555Z] ------------------- [2020-12-18T03:01:50.555Z] experimental info: [2020-12-18T03:01:50.555Z] ------------------- [2020-12-18T03:01:50.555Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-18T03:01:50.555Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T03:01:50.555Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-18T03:01:50.880Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-18T03:01:50.987Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-18T03:01:51.088Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-18T03:01:51.219Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-18T03:01:51.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-18T03:01:51.436Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-18T03:01:51.538Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-18T03:01:51.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-18T03:01:51.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-18T03:01:51.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-18T03:01:51.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-18T03:01:52.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-18T03:01:52.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-18T03:01:52.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-18T03:01:52.409Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T03:01:52.518Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T03:01:52.614Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T03:01:52.712Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-18T03:01:52.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-18T03:01:52.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-18T03:01:53.004Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-18T03:01:53.116Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-18T03:01:53.214Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-18T03:01:53.352Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-18T03:01:53.483Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-18T03:01:53.630Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-18T03:01:53.728Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-18T03:01:53.829Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-18T03:01:53.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-18T03:01:54.049Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-18T03:01:54.147Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] echo [2020-12-18T03:01:54.247Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b058260 [Pipeline] echo [2020-12-18T03:01:54.346Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T03:01:54.544Z] provisioning config files... [2020-12-18T03:01:54.592Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3857642406689538862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:01:54.955Z] ---> docker-login.sh [2020-12-18T03:01:54.955Z] nexus3.edgexfoundry.org:10001 [2020-12-18T03:01:55.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:01:55.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:01:55.482Z] Configure a credential helper to remove this warning. See [2020-12-18T03:01:55.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:01:55.482Z] [2020-12-18T03:01:55.482Z] Login Succeeded [2020-12-18T03:01:55.482Z] nexus3.edgexfoundry.org:10002 [2020-12-18T03:01:55.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:01:55.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:01:55.746Z] Configure a credential helper to remove this warning. See [2020-12-18T03:01:55.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:01:55.746Z] [2020-12-18T03:01:55.746Z] Login Succeeded [2020-12-18T03:01:55.746Z] nexus3.edgexfoundry.org:10003 [2020-12-18T03:01:56.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:01:56.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:01:56.039Z] Configure a credential helper to remove this warning. See [2020-12-18T03:01:56.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:01:56.039Z] [2020-12-18T03:01:56.039Z] Login Succeeded [2020-12-18T03:01:56.039Z] nexus3.edgexfoundry.org:10004 [2020-12-18T03:01:56.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:01:56.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:01:56.313Z] Configure a credential helper to remove this warning. See [2020-12-18T03:01:56.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:01:56.313Z] [2020-12-18T03:01:56.313Z] Login Succeeded [2020-12-18T03:01:56.313Z] docker.io [2020-12-18T03:01:56.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:01:56.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:01:56.578Z] Configure a credential helper to remove this warning. See [2020-12-18T03:01:56.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:01:56.578Z] [2020-12-18T03:01:56.578Z] Login Succeeded [2020-12-18T03:01:56.578Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T03:01:56.589Z] 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 [2020-12-18T03:01:57.530Z] + git log --format=format:%s -1 b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] echo [2020-12-18T03:01:57.597Z] GIT_COMMIT: b058260e0a173cbd20e8373902e2c8ff53da770e, Commit Message: Merge pull request #650 from tzstoyanov/dev [Pipeline] echo [2020-12-18T03:01:57.889Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:01:59.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T03:01:59.034Z] [2020-12-18T03:01:59.034Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:01:59.391Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T03:01:59.391Z] latest: Pulling from edgex-devops/git-semver [2020-12-18T03:01:59.391Z] 31603596830f: Pulling fs layer [2020-12-18T03:01:59.391Z] 2a8b12db71e7: Pulling fs layer [2020-12-18T03:01:59.391Z] 6ca5941a6612: Pulling fs layer [2020-12-18T03:01:59.391Z] ecc8261a40a4: Pulling fs layer [2020-12-18T03:01:59.391Z] ecc8261a40a4: Waiting [2020-12-18T03:01:59.391Z] 2a8b12db71e7: Verifying Checksum [2020-12-18T03:01:59.391Z] 2a8b12db71e7: Download complete [2020-12-18T03:01:59.657Z] 31603596830f: Verifying Checksum [2020-12-18T03:01:59.657Z] 31603596830f: Download complete [2020-12-18T03:01:59.920Z] ecc8261a40a4: Verifying Checksum [2020-12-18T03:01:59.920Z] ecc8261a40a4: Download complete [2020-12-18T03:01:59.920Z] 6ca5941a6612: Verifying Checksum [2020-12-18T03:01:59.920Z] 6ca5941a6612: Download complete [2020-12-18T03:02:00.187Z] 31603596830f: Pull complete [2020-12-18T03:02:00.187Z] 2a8b12db71e7: Pull complete [2020-12-18T03:02:01.144Z] 6ca5941a6612: Pull complete [2020-12-18T03:02:01.407Z] ecc8261a40a4: Pull complete [2020-12-18T03:02:01.407Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-18T03:02:01.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T03:02:01.407Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-18T03:02:01.523Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:02:01.581Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T03:02:03.883Z] $ docker top 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T03:02:04.323Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T03:02:04.323Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T03:02:04.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T03:02:04.581Z] $ docker exec 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent [2020-12-18T03:02:04.763Z] SSH_AUTH_SOCK=/tmp/ssh-uhSoZYW5NUPr/agent.11 [2020-12-18T03:02:04.763Z] SSH_AGENT_PID=16 [2020-12-18T03:02:04.779Z] Running ssh-add (command line suppressed) [2020-12-18T03:02:04.902Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_41242860719801758.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_41242860719801758.key) [2020-12-18T03:02:04.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T03:02:05.301Z] + git tag --points-at HEAD [Pipeline] } [2020-12-18T03:02:05.330Z] $ docker exec --env ******** --env ******** 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent -k [2020-12-18T03:02:05.449Z] unset SSH_AUTH_SOCK; [2020-12-18T03:02:05.449Z] unset SSH_AGENT_PID; [2020-12-18T03:02:05.450Z] echo Agent pid 16 killed; [2020-12-18T03:02:05.500Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-18T03:02:05.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T03:02:05.655Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T03:02:05.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T03:02:05.831Z] $ docker exec 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent [2020-12-18T03:02:06.002Z] SSH_AUTH_SOCK=/tmp/ssh-s6HLaXX78Cfv/agent.44 [2020-12-18T03:02:06.002Z] SSH_AGENT_PID=50 [2020-12-18T03:02:06.010Z] Running ssh-add (command line suppressed) [2020-12-18T03:02:06.133Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3230060286661479434.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3230060286661479434.key) [2020-12-18T03:02:06.189Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T03:02:06.532Z] + git semver init [2020-12-18T03:02:06.532Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T03:02:06.532Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-18T03:02:06.532Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-18T03:02:06.532Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T03:02:06.532Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T03:02:06.532Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T03:02:06.532Z] # $SEMVER_BRANCH = master [2020-12-18T03:02:06.532Z] # $SEMVER_TEMP = /tmp/semver-096375058 [2020-12-18T03:02:06.532Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-18T03:02:07.482Z] # '/tmp/semver-096375058' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-12-18T03:02:07.482Z] # -> Force: false [2020-12-18T03:02:07.482Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-12-18T03:02:07.495Z] $ docker exec --env ******** --env ******** 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c ssh-agent -k [2020-12-18T03:02:07.620Z] unset SSH_AUTH_SOCK; [2020-12-18T03:02:07.620Z] unset SSH_AGENT_PID; [2020-12-18T03:02:07.620Z] echo Agent pid 50 killed; [2020-12-18T03:02:07.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T03:02:08.198Z] + git semver [Pipeline] } [2020-12-18T03:02:08.217Z] $ docker stop --time=1 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c [2020-12-18T03:02:09.914Z] $ docker rm -f 757394b568a4b529e462d8f067fd2129c6e60707ebbf9b7deec64aacc8be0c6c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T03:02:10.416Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-18T03:02:10.944Z] Stashed 1 file(s) [Pipeline] echo [2020-12-18T03:02:10.946Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-18T03:02:26.500Z] Still waiting to schedule task [2020-12-18T03:02:26.500Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-18T03:02:26.503Z] Still waiting to schedule task [2020-12-18T03:02:26.503Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-18T03:04:18.408Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16710 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-18T03:04:18.488Z] Running in /w/workspace/device-sdk-go/96 [Pipeline] { [Pipeline] checkout [2020-12-18T03:04:23.449Z] using credential edgex-jenkins-ssh [2020-12-18T03:04:23.512Z] Cloning the remote Git repository [2020-12-18T03:04:23.567Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-18T03:04:23.671Z] > git init /w/workspace/device-sdk-go/96 # timeout=10 [2020-12-18T03:04:23.736Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-18T03:04:23.737Z] > git --version # timeout=10 [2020-12-18T03:04:23.758Z] > git --version # 'git version 2.17.1' [2020-12-18T03:04:23.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T03:04:23.820Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T03:04:25.605Z] Checking out Revision b058260e0a173cbd20e8373902e2c8ff53da770e (master) [2020-12-18T03:04:25.007Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-18T03:04:25.033Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T03:04:25.061Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-18T03:04:25.105Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-18T03:04:25.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T03:04:25.115Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T03:04:25.632Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T03:04:25.656Z] > git checkout -f b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 [2020-12-18T03:04:30.085Z] Commit message: "Merge pull request #650 from tzstoyanov/dev" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T03:04:31.781Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-18T03:04:32.192Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T03:04:32.631Z] + + sudo service docker restart [2020-12-18T03:04:32.631Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T03:04:35.348Z] provisioning config files... [2020-12-18T03:04:35.388Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/96@tmp/config3253125460873009736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:04:35.803Z] ---> docker-login.sh [2020-12-18T03:04:35.803Z] nexus3.edgexfoundry.org:10001 [2020-12-18T03:04:36.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:04:37.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:04:37.060Z] Configure a credential helper to remove this warning. See [2020-12-18T03:04:37.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:04:37.060Z] [2020-12-18T03:04:37.060Z] Login Succeeded [2020-12-18T03:04:37.060Z] nexus3.edgexfoundry.org:10002 [2020-12-18T03:04:37.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:04:37.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:04:37.613Z] Configure a credential helper to remove this warning. See [2020-12-18T03:04:37.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:04:37.613Z] [2020-12-18T03:04:37.613Z] Login Succeeded [2020-12-18T03:04:37.613Z] nexus3.edgexfoundry.org:10003 [2020-12-18T03:04:37.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:04:38.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:04:38.164Z] Configure a credential helper to remove this warning. See [2020-12-18T03:04:38.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:04:38.164Z] [2020-12-18T03:04:38.164Z] Login Succeeded [2020-12-18T03:04:38.164Z] nexus3.edgexfoundry.org:10004 [2020-12-18T03:04:38.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:04:38.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:04:38.709Z] Configure a credential helper to remove this warning. See [2020-12-18T03:04:38.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:04:38.709Z] [2020-12-18T03:04:38.709Z] Login Succeeded [2020-12-18T03:04:38.709Z] docker.io [2020-12-18T03:04:38.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:04:39.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:04:39.254Z] Configure a credential helper to remove this warning. See [2020-12-18T03:04:39.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:04:39.254Z] [2020-12-18T03:04:39.254Z] Login Succeeded [2020-12-18T03:04:39.254Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T03:04:39.288Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-18T03:04:39.833Z] ========================================================= [2020-12-18T03:04:39.833Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-18T03:04:39.833Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:04:40.224Z] + 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 . [2020-12-18T03:04:40.843Z] Sending build context to Docker daemon 2.4MB [2020-12-18T03:04:40.843Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-18T03:04:40.843Z] Step 2/8 : FROM ${BASE} [2020-12-18T03:04:40.843Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-18T03:04:40.843Z] 5f621e34cdf4: Pulling fs layer [2020-12-18T03:04:40.843Z] a4357932f1b6: Pulling fs layer [2020-12-18T03:04:40.843Z] 18c013af1878: Pulling fs layer [2020-12-18T03:04:40.843Z] 00ac8860ef70: Pulling fs layer [2020-12-18T03:04:40.843Z] 63d7cb157983: Pulling fs layer [2020-12-18T03:04:40.843Z] b116817d02f9: Pulling fs layer [2020-12-18T03:04:40.843Z] 745a02a5169b: Pulling fs layer [2020-12-18T03:04:40.843Z] 63d7cb157983: Waiting [2020-12-18T03:04:40.843Z] b116817d02f9: Waiting [2020-12-18T03:04:40.843Z] 745a02a5169b: Waiting [2020-12-18T03:04:40.843Z] 00ac8860ef70: Waiting [2020-12-18T03:04:40.843Z] 18c013af1878: Verifying Checksum [2020-12-18T03:04:40.843Z] 18c013af1878: Download complete [2020-12-18T03:04:40.843Z] a4357932f1b6: Verifying Checksum [2020-12-18T03:04:40.843Z] a4357932f1b6: Download complete [2020-12-18T03:04:40.843Z] 63d7cb157983: Verifying Checksum [2020-12-18T03:04:40.843Z] 63d7cb157983: Download complete [2020-12-18T03:04:41.117Z] b116817d02f9: Verifying Checksum [2020-12-18T03:04:41.117Z] b116817d02f9: Download complete [2020-12-18T03:04:41.117Z] 5f621e34cdf4: Verifying Checksum [2020-12-18T03:04:41.117Z] 5f621e34cdf4: Download complete [2020-12-18T03:04:41.717Z] 5f621e34cdf4: Pull complete [2020-12-18T03:04:42.319Z] a4357932f1b6: Pull complete [2020-12-18T03:04:42.594Z] 18c013af1878: Pull complete [2020-12-18T03:04:44.043Z] 745a02a5169b: Verifying Checksum [2020-12-18T03:04:44.043Z] 745a02a5169b: Download complete [2020-12-18T03:04:45.481Z] 00ac8860ef70: Download complete [2020-12-18T03:04:55.689Z] 00ac8860ef70: Pull complete [2020-12-18T03:04:55.974Z] 63d7cb157983: Pull complete [2020-12-18T03:04:56.248Z] b116817d02f9: Pull complete [2020-12-18T03:04:57.983Z] Running on prd-centos7-docker-4c-2g-16712 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-18T03:04:58.054Z] Running in /w/workspace/device-sdk-go/96 [Pipeline] { [Pipeline] checkout [2020-12-18T03:05:00.368Z] using credential edgex-jenkins-ssh [2020-12-18T03:05:00.443Z] Cloning the remote Git repository [2020-12-18T03:05:00.561Z] 745a02a5169b: Pull complete [2020-12-18T03:05:00.561Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-18T03:05:00.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-18T03:05:00.561Z] ---> b7e6874047d6 [2020-12-18T03:05:00.561Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T03:05:00.038Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-18T03:05:00.108Z] > git init /w/workspace/device-sdk-go/96 # timeout=10 [2020-12-18T03:05:00.172Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-18T03:05:00.173Z] > git --version # timeout=10 [2020-12-18T03:05:00.180Z] > git --version # 'git version 2.24.3' [2020-12-18T03:05:00.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T03:05:00.212Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T03:05:02.268Z] Checking out Revision b058260e0a173cbd20e8373902e2c8ff53da770e (master) [2020-12-18T03:05:01.152Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-18T03:05:01.159Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T03:05:01.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-18T03:05:01.186Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-18T03:05:01.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T03:05:01.191Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T03:05:01.995Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T03:05:02.000Z] > git checkout -f b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 [2020-12-18T03:05:03.176Z] ---> Running in 19291492240e [2020-12-18T03:05:03.176Z] Removing intermediate container 19291492240e [2020-12-18T03:05:03.176Z] ---> 938d979df847 [2020-12-18T03:05:03.176Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T03:05:03.176Z] ---> Running in e35db69a54d9 [2020-12-18T03:05:05.153Z] Removing intermediate container e35db69a54d9 [2020-12-18T03:05:05.153Z] ---> 830819110e5f [2020-12-18T03:05:05.153Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-18T03:05:05.425Z] ---> Running in 568ffd66564d [2020-12-18T03:05:05.695Z] Commit message: "Merge pull request #650 from tzstoyanov/dev" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-18T03:05:06.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2020-12-18T03:05:07.060Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-18T03:05:07.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T03:05:07.389Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T03:05:07.694Z] + sudo service docker restart [2020-12-18T03:05:07.694Z] + true [2020-12-18T03:05:07.694Z] Redirecting to /bin/systemctl restart docker.service [2020-12-18T03:05:07.974Z] OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T03:05:08.721Z] provisioning config files... [2020-12-18T03:05:08.761Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/96@tmp/config3822013661675735027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:05:08.950Z] Removing intermediate container 568ffd66564d [2020-12-18T03:05:08.950Z] ---> d0f02bfb6cc7 [2020-12-18T03:05:08.950Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-18T03:05:09.139Z] ---> docker-login.sh [2020-12-18T03:05:09.139Z] nexus3.edgexfoundry.org:10001 [2020-12-18T03:05:09.222Z] ---> Running in bad4e01847ab [2020-12-18T03:05:09.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:05:09.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:05:09.405Z] Configure a credential helper to remove this warning. See [2020-12-18T03:05:09.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:05:09.405Z] [2020-12-18T03:05:09.405Z] Login Succeeded [2020-12-18T03:05:09.405Z] nexus3.edgexfoundry.org:10002 [2020-12-18T03:05:09.496Z] Removing intermediate container bad4e01847ab [2020-12-18T03:05:09.496Z] ---> 71d9ccac6a70 [2020-12-18T03:05:09.496Z] Step 7/8 : COPY . . [2020-12-18T03:05:09.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:05:09.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:05:09.668Z] Configure a credential helper to remove this warning. See [2020-12-18T03:05:09.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:05:09.668Z] [2020-12-18T03:05:09.668Z] Login Succeeded [2020-12-18T03:05:09.668Z] nexus3.edgexfoundry.org:10003 [2020-12-18T03:05:09.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:05:09.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:05:09.931Z] Configure a credential helper to remove this warning. See [2020-12-18T03:05:09.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:05:09.931Z] [2020-12-18T03:05:09.931Z] Login Succeeded [2020-12-18T03:05:09.931Z] nexus3.edgexfoundry.org:10004 [2020-12-18T03:05:09.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:05:10.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:05:10.195Z] Configure a credential helper to remove this warning. See [2020-12-18T03:05:10.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:05:10.195Z] [2020-12-18T03:05:10.195Z] Login Succeeded [2020-12-18T03:05:10.195Z] docker.io [2020-12-18T03:05:10.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T03:05:10.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T03:05:10.778Z] Configure a credential helper to remove this warning. See [2020-12-18T03:05:10.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T03:05:10.778Z] [2020-12-18T03:05:10.778Z] Login Succeeded [2020-12-18T03:05:10.778Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T03:05:10.789Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2020-12-18T03:05:10.919Z] ---> 883abb9d33fb [2020-12-18T03:05:10.919Z] Step 8/8 : RUN go mod download [2020-12-18T03:05:10.919Z] ---> Running in 5c9908700ae8 [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-18T03:05:11.162Z] ========================================================= [2020-12-18T03:05:11.162Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-18T03:05:11.162Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:05:11.554Z] + 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 . [2020-12-18T03:05:11.554Z] Sending build context to Docker daemon 2.401MB [2020-12-18T03:05:11.554Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-18T03:05:11.554Z] Step 2/8 : FROM ${BASE} [2020-12-18T03:05:11.818Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-18T03:05:11.818Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T03:05:11.818Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T03:05:11.818Z] de9db76c5a1d: Pulling fs layer [2020-12-18T03:05:11.818Z] bca2f99d35d6: Pulling fs layer [2020-12-18T03:05:11.818Z] 93359f2a8cfa: Pulling fs layer [2020-12-18T03:05:11.818Z] 7c6f9722023f: Pulling fs layer [2020-12-18T03:05:11.818Z] a35cf1a2eb13: Pulling fs layer [2020-12-18T03:05:11.818Z] 93359f2a8cfa: Waiting [2020-12-18T03:05:11.818Z] a35cf1a2eb13: Waiting [2020-12-18T03:05:11.818Z] 7c6f9722023f: Waiting [2020-12-18T03:05:11.818Z] bca2f99d35d6: Waiting [2020-12-18T03:05:11.818Z] de9db76c5a1d: Download complete [2020-12-18T03:05:11.818Z] 0ef7d3d256c8: Verifying Checksum [2020-12-18T03:05:11.818Z] 0ef7d3d256c8: Download complete [2020-12-18T03:05:11.818Z] 93359f2a8cfa: Verifying Checksum [2020-12-18T03:05:11.818Z] 93359f2a8cfa: Download complete [2020-12-18T03:05:11.818Z] 7c6f9722023f: Verifying Checksum [2020-12-18T03:05:11.818Z] 7c6f9722023f: Download complete [2020-12-18T03:05:11.818Z] 188c0c94c7c5: Verifying Checksum [2020-12-18T03:05:11.818Z] 188c0c94c7c5: Download complete [2020-12-18T03:05:12.082Z] 188c0c94c7c5: Pull complete [2020-12-18T03:05:12.346Z] 0ef7d3d256c8: Pull complete [2020-12-18T03:05:12.346Z] de9db76c5a1d: Pull complete [2020-12-18T03:05:14.273Z] a35cf1a2eb13: Verifying Checksum [2020-12-18T03:05:14.273Z] a35cf1a2eb13: Download complete [2020-12-18T03:05:14.857Z] bca2f99d35d6: Verifying Checksum [2020-12-18T03:05:14.857Z] bca2f99d35d6: Download complete [2020-12-18T03:05:20.173Z] bca2f99d35d6: Pull complete [2020-12-18T03:05:20.440Z] 93359f2a8cfa: Pull complete [2020-12-18T03:05:20.440Z] 7c6f9722023f: Pull complete [2020-12-18T03:05:24.686Z] a35cf1a2eb13: Pull complete [2020-12-18T03:05:24.686Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-18T03:05:24.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-18T03:05:24.686Z] ---> a62c8e92a672 [2020-12-18T03:05:24.686Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T03:05:24.686Z] ---> Running in 842272b31811 [2020-12-18T03:05:24.951Z] Removing intermediate container 842272b31811 [2020-12-18T03:05:24.951Z] ---> 9a794c601ee6 [2020-12-18T03:05:24.951Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T03:05:24.951Z] ---> Running in 7ac175f2a3eb [2020-12-18T03:05:25.909Z] Removing intermediate container 7ac175f2a3eb [2020-12-18T03:05:25.909Z] ---> 0a7eb7eb17aa [2020-12-18T03:05:25.909Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-18T03:05:25.909Z] ---> Running in a61adc5c732d [2020-12-18T03:05:26.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T03:05:28.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T03:05:30.805Z] OK: 166 MiB in 39 packages [2020-12-18T03:05:31.377Z] Removing intermediate container a61adc5c732d [2020-12-18T03:05:31.377Z] ---> 2235a0498a92 [2020-12-18T03:05:31.377Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-18T03:05:31.377Z] ---> Running in c01bde2f5187 [2020-12-18T03:05:31.640Z] Removing intermediate container c01bde2f5187 [2020-12-18T03:05:31.640Z] ---> 20dad22ded70 [2020-12-18T03:05:31.640Z] Step 7/8 : COPY . . [2020-12-18T03:05:33.037Z] ---> 8665c8af4466 [2020-12-18T03:05:33.037Z] Step 8/8 : RUN go mod download [2020-12-18T03:05:33.037Z] ---> Running in 3d8aa744c05e [2020-12-18T03:05:37.702Z] Removing intermediate container 5c9908700ae8 [2020-12-18T03:05:37.702Z] ---> 303caba4cc27 [2020-12-18T03:05:37.702Z] Successfully built 303caba4cc27 [2020-12-18T03:05:37.702Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:05:38.048Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T03:05:38.048Z] . [Pipeline] withDockerContainer [2020-12-18T03:05:38.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-16710 does not seem to be running inside a container [2020-12-18T03:05:38.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@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-arm64 cat [2020-12-18T03:05:39.836Z] $ docker top f603e3b5d6774e204686d6efdf4dbce90d2371bb96f52cd096354521b3e69202 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T03:05:40.895Z] + go version [2020-12-18T03:05:40.895Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-18T03:05:40.930Z] $ docker stop --time=1 f603e3b5d6774e204686d6efdf4dbce90d2371bb96f52cd096354521b3e69202 [2020-12-18T03:05:43.093Z] $ docker rm -f f603e3b5d6774e204686d6efdf4dbce90d2371bb96f52cd096354521b3e69202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:05:44.087Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T03:05:44.087Z] . [Pipeline] withDockerContainer [2020-12-18T03:05:44.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-16710 does not seem to be running inside a container [2020-12-18T03:05:44.397Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@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-arm64 cat [2020-12-18T03:05:45.921Z] $ docker top cadbada4848fd1fd5dfa0ee0249a030470b69ec97b75f6146d18e20fe91fe9aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T03:05:46.944Z] + make test [2020-12-18T03:05:46.945Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-18T03:05:51.315Z] Removing intermediate container 3d8aa744c05e [2020-12-18T03:05:51.315Z] ---> 93c47fc5d6ab [2020-12-18T03:05:51.315Z] Successfully built 93c47fc5d6ab [2020-12-18T03:05:51.315Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:05:51.637Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T03:05:51.637Z] . [Pipeline] withDockerContainer [2020-12-18T03:05:51.750Z] prd-centos7-docker-4c-2g-16712 does not seem to be running inside a container [2020-12-18T03:05:51.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@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 [2020-12-18T03:05:52.619Z] $ docker top 04520d0245836d0bc5f9a57d9af5d0280806a30a8b31c189bbf1f69212513049 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T03:05:53.109Z] + go version [2020-12-18T03:05:53.109Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-18T03:05:53.127Z] $ docker stop --time=1 04520d0245836d0bc5f9a57d9af5d0280806a30a8b31c189bbf1f69212513049 [2020-12-18T03:05:54.477Z] $ docker rm -f 04520d0245836d0bc5f9a57d9af5d0280806a30a8b31c189bbf1f69212513049 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:05:55.338Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T03:05:55.338Z] . [Pipeline] withDockerContainer [2020-12-18T03:05:55.430Z] prd-centos7-docker-4c-2g-16712 does not seem to be running inside a container [2020-12-18T03:05:55.480Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/96 -v /w/workspace/device-sdk-go/96:/w/workspace/device-sdk-go/96:rw,z -v /w/workspace/device-sdk-go/96@tmp:/w/workspace/device-sdk-go/96@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 [2020-12-18T03:05:56.149Z] $ docker top dff325d5d22c7a281adaef7b7fed28f209075d362748dbbbec247ace6e83837c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T03:05:56.730Z] + make test [2020-12-18T03:05:56.730Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-18T03:06:03.368Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-18T03:06:09.130Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-18T03:06:18.400Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-18T03:06:18.400Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-18T03:06:18.400Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-18T03:06:18.400Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.060s coverage: 19.4% of statements [2020-12-18T03:06:19.800Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.471s coverage: 97.1% of statements [2020-12-18T03:06:51.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements [2020-12-18T03:06:51.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.9% of statements [2020-12-18T03:06:51.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-18T03:06:51.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.214s coverage: 42.5% of statements [2020-12-18T03:06:51.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-18T03:06:51.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.298s coverage: 68.9% of statements [2020-12-18T03:06:51.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-18T03:06:51.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-18T03:06:51.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-18T03:06:51.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-18T03:06:51.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.066s coverage: 53.8% of statements [2020-12-18T03:06:51.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-18T03:06:51.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-18T03:06:51.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-18T03:06:51.976Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.251s coverage: 68.9% of statements [2020-12-18T03:06:51.976Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.3% of statements [2020-12-18T03:06:51.976Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-18T03:06:51.976Z] GO111MODULE=on go vet ./... [2020-12-18T03:06:56.154Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-18T03:06:56.154Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-18T03:06:56.154Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-18T03:06:56.154Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.113s coverage: 19.4% of statements [2020-12-18T03:06:56.154Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.177s coverage: 97.1% of statements [2020-12-18T03:06:58.637Z] gofmt -l . [2020-12-18T03:06:58.637Z] [ "`gofmt -l .`" = "" ] [2020-12-18T03:06:58.637Z] ./bin/test-attribution-txt.sh [2020-12-18T03:06:58.637Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-18T03:06:58.657Z] $ docker stop --time=1 dff325d5d22c7a281adaef7b7fed28f209075d362748dbbbec247ace6e83837c [2020-12-18T03:07:00.594Z] $ docker rm -f dff325d5d22c7a281adaef7b7fed28f209075d362748dbbbec247ace6e83837c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T03:07:01.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-18T03:07:01.738Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-18T03:07:04.516Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-18T03:07:04.815Z] + ls -al . [2020-12-18T03:07:04.815Z] total 208 [2020-12-18T03:07:04.815Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 18 03:06 . [2020-12-18T03:07:04.815Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 18 03:05 .. [2020-12-18T03:07:04.815Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 18 03:05 bin [2020-12-18T03:07:04.816Z] -rw-r--r--. 1 jenkins jenkins 130290 Dec 18 03:06 coverage.out [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 18 03:05 Dockerfile.build [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 18 03:05 .dockerignore [2020-12-18T03:07:04.816Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 18 03:05 example [2020-12-18T03:07:04.816Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 18 03:05 .git [2020-12-18T03:07:04.816Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 18 03:05 .github [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 18 03:05 .gitignore [2020-12-18T03:07:04.816Z] -rw-r--r--. 1 jenkins jenkins 488 Dec 18 03:06 go.mod [2020-12-18T03:07:04.816Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 18 03:06 go.sum [2020-12-18T03:07:04.816Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 18 03:05 internal [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 18 03:05 Jenkinsfile [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 18 03:05 LICENSE [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 18 03:05 Makefile [2020-12-18T03:07:04.816Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 18 03:05 openapi [2020-12-18T03:07:04.816Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 18 03:05 pkg [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 18 03:05 README.md [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 18 03:05 RELEASE-NOTES.txt [2020-12-18T03:07:04.816Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 18 03:05 snap [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 18 03:02 VERSION [2020-12-18T03:07:04.816Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 18 03:05 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:07:05.136Z] + 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=b058260e0a173cbd20e8373902e2c8ff53da770e --label arch=amd64 --label version=1.3.1-dev.9 . [2020-12-18T03:07:05.398Z] Sending build context to Docker daemon 2.532MB [2020-12-18T03:07:05.398Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-18T03:07:05.398Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-18T03:07:05.398Z] ---> 93c47fc5d6ab [2020-12-18T03:07:05.398Z] Step 3/24 : ARG MAKE='make build' [2020-12-18T03:07:05.972Z] ---> Running in 2ab7276355d4 [2020-12-18T03:07:05.972Z] Removing intermediate container 2ab7276355d4 [2020-12-18T03:07:05.972Z] ---> fef2e8794e9a [2020-12-18T03:07:05.972Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-18T03:07:05.972Z] ---> Running in 00fe2077ca2e [2020-12-18T03:07:06.235Z] Removing intermediate container 00fe2077ca2e [2020-12-18T03:07:06.235Z] ---> 11935e0d61d9 [2020-12-18T03:07:06.235Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T03:07:06.235Z] ---> Running in c04d4c8e3ee3 [2020-12-18T03:07:06.499Z] Removing intermediate container c04d4c8e3ee3 [2020-12-18T03:07:06.499Z] ---> dff013fe098a [2020-12-18T03:07:06.499Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T03:07:06.499Z] ---> Running in 6c6ed87f768e [2020-12-18T03:07:07.444Z] Removing intermediate container 6c6ed87f768e [2020-12-18T03:07:07.444Z] ---> d673ba63d272 [2020-12-18T03:07:07.444Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-18T03:07:07.444Z] ---> Running in 24e603ab891a [2020-12-18T03:07:08.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T03:07:09.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T03:07:11.326Z] OK: 166 MiB in 39 packages [2020-12-18T03:07:11.588Z] Removing intermediate container 24e603ab891a [2020-12-18T03:07:11.588Z] ---> c56ff5fc68e3 [2020-12-18T03:07:11.588Z] Step 8/24 : COPY . . [2020-12-18T03:07:12.546Z] ---> 18aef9cf82ea [2020-12-18T03:07:12.547Z] Step 9/24 : RUN ${MAKE} [2020-12-18T03:07:12.547Z] ---> Running in d213e0a37e2c [2020-12-18T03:07:13.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-18T03:07:21.345Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.122s coverage: 9.4% of statements [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.126s coverage: 21.9% of statements [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.607s coverage: 42.5% of statements [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.817s coverage: 68.9% of statements [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.198s coverage: 53.8% of statements [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.712s coverage: 68.9% of statements [2020-12-18T03:07:23.007Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.145s coverage: 4.3% of statements [2020-12-18T03:07:23.007Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-18T03:07:23.272Z] Removing intermediate container d213e0a37e2c [2020-12-18T03:07:23.272Z] ---> ec5f0b103988 [2020-12-18T03:07:23.272Z] Step 10/24 : FROM scratch [2020-12-18T03:07:23.272Z] ---> [2020-12-18T03:07:23.272Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T03:07:23.272Z] ---> Running in 74b65f9a2c07 [2020-12-18T03:07:23.272Z] Removing intermediate container 74b65f9a2c07 [2020-12-18T03:07:23.272Z] ---> 02a2ef5bed93 [2020-12-18T03:07:23.272Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-18T03:07:23.272Z] ---> Running in 11dfa0c86642 [2020-12-18T03:07:23.272Z] Removing intermediate container 11dfa0c86642 [2020-12-18T03:07:23.272Z] ---> e03b467907e8 [2020-12-18T03:07:23.272Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-18T03:07:23.539Z] ---> Running in 1297a17d60ab [2020-12-18T03:07:23.539Z] Removing intermediate container 1297a17d60ab [2020-12-18T03:07:23.539Z] ---> a04f0394ee4c [2020-12-18T03:07:23.539Z] Step 14/24 : WORKDIR / [2020-12-18T03:07:23.539Z] ---> Running in eec3ab6fdc4b [2020-12-18T03:07:23.613Z] GO111MODULE=on go vet ./... [2020-12-18T03:07:23.802Z] Removing intermediate container eec3ab6fdc4b [2020-12-18T03:07:23.802Z] ---> aa27d0c6b27d [2020-12-18T03:07:23.802Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-18T03:07:24.377Z] ---> b67c6488751d [2020-12-18T03:07:24.377Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-18T03:07:24.377Z] ---> dd6718101a43 [2020-12-18T03:07:24.377Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-18T03:07:24.638Z] ---> e85471e3d0b2 [2020-12-18T03:07:24.639Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-18T03:07:24.901Z] ---> a28070c20ff7 [2020-12-18T03:07:24.901Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-18T03:07:25.164Z] ---> 1721b873c820 [2020-12-18T03:07:25.164Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-18T03:07:25.164Z] ---> Running in 3e50dd06b380 [2020-12-18T03:07:25.426Z] Removing intermediate container 3e50dd06b380 [2020-12-18T03:07:25.426Z] ---> 93b6992aa8e4 [2020-12-18T03:07:25.426Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T03:07:25.426Z] ---> Running in f69b43ce9e24 [2020-12-18T03:07:25.688Z] Removing intermediate container f69b43ce9e24 [2020-12-18T03:07:25.688Z] ---> 22920a5f7c39 [2020-12-18T03:07:25.688Z] Step 22/24 : LABEL arch=amd64 [2020-12-18T03:07:25.688Z] ---> Running in 23c3e3ae60d4 [2020-12-18T03:07:25.688Z] Removing intermediate container 23c3e3ae60d4 [2020-12-18T03:07:25.688Z] ---> 27fd2ce7cb98 [2020-12-18T03:07:25.688Z] Step 23/24 : LABEL git_sha=b058260e0a173cbd20e8373902e2c8ff53da770e [2020-12-18T03:07:25.952Z] ---> Running in 5591417d3180 [2020-12-18T03:07:25.952Z] Removing intermediate container 5591417d3180 [2020-12-18T03:07:25.952Z] ---> 2d7687d7d093 [2020-12-18T03:07:25.952Z] Step 24/24 : LABEL version=1.3.1-dev.9 [2020-12-18T03:07:25.952Z] ---> Running in 02921754d295 [2020-12-18T03:07:26.216Z] Removing intermediate container 02921754d295 [2020-12-18T03:07:26.216Z] ---> dd8e2e960f32 [2020-12-18T03:07:26.216Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-18T03:07:26.216Z] Successfully built dd8e2e960f32 [2020-12-18T03:07:26.216Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-18T03:07:56.009Z] gofmt -l . [2020-12-18T03:07:56.009Z] [ "`gofmt -l .`" = "" ] [2020-12-18T03:07:56.009Z] ./bin/test-attribution-txt.sh [2020-12-18T03:07:56.009Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-18T03:07:56.036Z] $ docker stop --time=1 cadbada4848fd1fd5dfa0ee0249a030470b69ec97b75f6146d18e20fe91fe9aa [2020-12-18T03:07:58.267Z] $ docker rm -f cadbada4848fd1fd5dfa0ee0249a030470b69ec97b75f6146d18e20fe91fe9aa [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T03:07:59.409Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-18T03:07:59.474Z] Warning: overwriting stash ‘coverage-report’ [2020-12-18T03:08:00.442Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T03:08:01.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-18T03:08:01.564Z] + ls -al . [2020-12-18T03:08:01.564Z] total 244 [2020-12-18T03:08:01.564Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 03:07 . [2020-12-18T03:08:01.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 .. [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 18 03:04 .dockerignore [2020-12-18T03:08:01.564Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 03:04 .git [2020-12-18T03:08:01.564Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 03:04 .github [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 18 03:04 .gitignore [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 18 03:04 Dockerfile.build [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 18 03:04 Jenkinsfile [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 18 03:04 LICENSE [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 18 03:04 Makefile [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 18 03:04 README.md [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 18 03:04 RELEASE-NOTES.txt [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 18 03:02 VERSION [2020-12-18T03:08:01.564Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 03:04 bin [2020-12-18T03:08:01.564Z] -rw-r--r-- 1 jenkins jenkins 130290 Dec 18 03:07 coverage.out [2020-12-18T03:08:01.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 example [2020-12-18T03:08:01.564Z] -rw-r--r-- 1 jenkins jenkins 488 Dec 18 03:07 go.mod [2020-12-18T03:08:01.564Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 18 03:07 go.sum [2020-12-18T03:08:01.564Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 18 03:04 internal [2020-12-18T03:08:01.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 openapi [2020-12-18T03:08:01.564Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 18 03:04 pkg [2020-12-18T03:08:01.564Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 03:04 snap [2020-12-18T03:08:01.564Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 18 03:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:08:01.926Z] + 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=b058260e0a173cbd20e8373902e2c8ff53da770e --label arch=arm64 --label version=1.3.1-dev.9 . [2020-12-18T03:08:02.210Z] Sending build context to Docker daemon 2.531MB [2020-12-18T03:08:02.488Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-18T03:08:02.488Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-18T03:08:02.488Z] ---> 303caba4cc27 [2020-12-18T03:08:02.488Z] Step 3/24 : ARG MAKE='make build' [2020-12-18T03:08:02.763Z] ---> Running in f36afb9afae7 [2020-12-18T03:08:03.363Z] Removing intermediate container f36afb9afae7 [2020-12-18T03:08:03.363Z] ---> 89b26b46be32 [2020-12-18T03:08:03.363Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-18T03:08:03.363Z] ---> Running in dda7514b4b34 [2020-12-18T03:08:03.957Z] Removing intermediate container dda7514b4b34 [2020-12-18T03:08:03.957Z] ---> f27f2d4b0608 [2020-12-18T03:08:03.957Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T03:08:03.957Z] ---> Running in 57392ff30edd [2020-12-18T03:08:04.552Z] Removing intermediate container 57392ff30edd [2020-12-18T03:08:04.552Z] ---> cadfbec26a4d [2020-12-18T03:08:04.552Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T03:08:04.552Z] ---> Running in d08684263221 [2020-12-18T03:08:06.539Z] Removing intermediate container d08684263221 [2020-12-18T03:08:06.539Z] ---> 381673517d17 [2020-12-18T03:08:06.539Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-18T03:08:06.539Z] ---> Running in 30ae3294b851 [2020-12-18T03:08:07.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T03:08:08.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T03:08:10.915Z] OK: 142 MiB in 39 packages [2020-12-18T03:08:11.885Z] Removing intermediate container 30ae3294b851 [2020-12-18T03:08:11.885Z] ---> 5b24ab77fcf1 [2020-12-18T03:08:11.885Z] Step 8/24 : COPY . . [2020-12-18T03:08:12.863Z] ---> deef6494d484 [2020-12-18T03:08:12.863Z] Step 9/24 : RUN ${MAKE} [2020-12-18T03:08:13.137Z] ---> Running in 3b3149ed83fb [2020-12-18T03:08:14.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.3.1-dev.9" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-18T03:08:40.952Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-18T03:08:40.952Z] Removing intermediate container 3b3149ed83fb [2020-12-18T03:08:40.952Z] ---> 060c6a8a3d79 [2020-12-18T03:08:40.952Z] Step 10/24 : FROM scratch [2020-12-18T03:08:40.952Z] ---> [2020-12-18T03:08:40.952Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-18T03:08:40.952Z] ---> Running in 7a52afc3aee2 [2020-12-18T03:08:40.952Z] Removing intermediate container 7a52afc3aee2 [2020-12-18T03:08:40.952Z] ---> 772e9f750cc3 [2020-12-18T03:08:40.952Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-18T03:08:41.223Z] ---> Running in 4f011965862d [2020-12-18T03:08:41.498Z] Removing intermediate container 4f011965862d [2020-12-18T03:08:41.498Z] ---> cbf1bc9ed538 [2020-12-18T03:08:41.498Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-18T03:08:41.498Z] ---> Running in e90f39d7bd61 [2020-12-18T03:08:42.092Z] Removing intermediate container e90f39d7bd61 [2020-12-18T03:08:42.092Z] ---> 5873212534c2 [2020-12-18T03:08:42.092Z] Step 14/24 : WORKDIR / [2020-12-18T03:08:42.092Z] ---> Running in c6effee96f76 [2020-12-18T03:08:42.684Z] Removing intermediate container c6effee96f76 [2020-12-18T03:08:42.684Z] ---> 67beb54dd71d [2020-12-18T03:08:42.684Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-18T03:08:43.668Z] ---> 577b47c9602e [2020-12-18T03:08:43.668Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-18T03:08:44.650Z] ---> cc6a671f9832 [2020-12-18T03:08:44.650Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-18T03:08:45.246Z] ---> 34d6efeef9eb [2020-12-18T03:08:45.246Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-18T03:08:45.839Z] ---> 8713b0796672 [2020-12-18T03:08:45.840Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-18T03:08:46.429Z] ---> 7ae78a8cc073 [2020-12-18T03:08:46.429Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-18T03:08:46.701Z] ---> Running in d1c93c1958e5 [2020-12-18T03:08:47.291Z] Removing intermediate container d1c93c1958e5 [2020-12-18T03:08:47.291Z] ---> a7b728010a8f [2020-12-18T03:08:47.291Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T03:08:47.291Z] ---> Running in bbb078f4621a [2020-12-18T03:08:47.883Z] Removing intermediate container bbb078f4621a [2020-12-18T03:08:47.883Z] ---> 7ce9880b018d [2020-12-18T03:08:47.883Z] Step 22/24 : LABEL arch=arm64 [2020-12-18T03:08:47.883Z] ---> Running in abe523d96581 [2020-12-18T03:08:48.155Z] Removing intermediate container abe523d96581 [2020-12-18T03:08:48.155Z] ---> 99081ddd02d4 [2020-12-18T03:08:48.155Z] Step 23/24 : LABEL git_sha=b058260e0a173cbd20e8373902e2c8ff53da770e [2020-12-18T03:08:48.425Z] ---> Running in e53df9fad1f0 [2020-12-18T03:08:49.016Z] Removing intermediate container e53df9fad1f0 [2020-12-18T03:08:49.016Z] ---> 05568ec27dba [2020-12-18T03:08:49.016Z] Step 24/24 : LABEL version=1.3.1-dev.9 [2020-12-18T03:08:49.016Z] ---> Running in 2c4a3485d4ba [2020-12-18T03:08:49.295Z] Removing intermediate container 2c4a3485d4ba [2020-12-18T03:08:49.295Z] ---> 2dd20cbb010e [2020-12-18T03:08:49.295Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-18T03:08:49.566Z] Successfully built 2dd20cbb010e [2020-12-18T03:08:49.566Z] 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 [2020-12-18T03:08:51.599Z] provisioning config files... [2020-12-18T03:08:51.615Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6811628749100050931tmp [Pipeline] { [Pipeline] sh [2020-12-18T03:08:52.002Z] + set +x [2020-12-18T03:08:52.003Z] + curl -s https://codecov.io/bash [2020-12-18T03:08:52.003Z] + bash -s -- [2020-12-18T03:08:52.267Z] [2020-12-18T03:08:52.267Z] _____ _ [2020-12-18T03:08:52.267Z] / ____| | | [2020-12-18T03:08:52.267Z] | | ___ __| | ___ ___ _____ __ [2020-12-18T03:08:52.267Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-18T03:08:52.267Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-18T03:08:52.267Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-18T03:08:52.267Z] Bash-20201217-3d3df35 [2020-12-18T03:08:52.267Z] [2020-12-18T03:08:52.267Z] [2020-12-18T03:08:52.267Z] git version 2.24.3 found [2020-12-18T03:08:52.267Z] 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 [2020-12-18T03:08:52.267Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-18T03:08:52.267Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-18T03:08:52.267Z] ==> Jenkins CI detected. [2020-12-18T03:08:52.267Z] project root: . [2020-12-18T03:08:52.267Z] --> token set from env [2020-12-18T03:08:52.267Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-18T03:08:52.267Z] ==> Running gcov in . (disable via -X gcov) [2020-12-18T03:08:52.267Z] ==> Python coveragepy not found [2020-12-18T03:08:52.267Z] ==> Searching for coverage reports in: [2020-12-18T03:08:52.267Z] + . [2020-12-18T03:08:52.267Z] -> Found 1 reports [2020-12-18T03:08:52.267Z] ==> Detecting git/mercurial file structure [2020-12-18T03:08:52.267Z] ==> Reading reports [2020-12-18T03:08:52.267Z] + ./coverage.out bytes=130290 [2020-12-18T03:08:52.267Z] ==> Appending adjustments [2020-12-18T03:08:52.267Z] https://docs.codecov.io/docs/fixing-reports [2020-12-18T03:08:52.843Z] + Found adjustments [2020-12-18T03:08:52.843Z] ==> Gzipping contents [2020-12-18T03:08:52.843Z] 24K /tmp/codecov.CoqSZE.gz [2020-12-18T03:08:52.843Z] ==> Uploading reports [2020-12-18T03:08:52.843Z] url: https://codecov.io [2020-12-18T03:08:52.843Z] query: branch=master&commit=b058260e0a173cbd20e8373902e2c8ff53da770e&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-18T03:08:52.843Z] -> Pinging Codecov [2020-12-18T03:08:52.843Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=b058260e0a173cbd20e8373902e2c8ff53da770e&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-18T03:08:53.418Z] -> Uploading to [2020-12-18T03:08:53.418Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-18/7E55EF52A471D76F132DFD9A03CDDE97/b058260e0a173cbd20e8373902e2c8ff53da770e/d1126d4a-b1f8-42a8-a472-c77c8d884d74.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T030853Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0abbc53958ddccf87d3f7aa53b7d0824fc2a16288215040f6da3187a6eb73be9 [2020-12-18T03:08:53.418Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T03:08:53.418Z] Dload Upload Total Spent Left Speed [2020-12-18T03:08:53.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21231 0 0 100 21231 0 41750 --:--:-- --:--:-- --:--:-- 41711 100 21231 0 0 100 21231 0 41738 --:--:-- --:--:-- --:--:-- 41711 [2020-12-18T03:08:53.995Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] } [2020-12-18T03:08:54.006Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-18T03:08:54.932Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-18T03:08:54.994Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:08:55.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-18T03:08:55.343Z] [2020-12-18T03:08:55.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:08:55.699Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-18T03:08:55.699Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-18T03:08:55.699Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T03:08:55.699Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T03:08:55.699Z] de9db76c5a1d: Pulling fs layer [2020-12-18T03:08:55.699Z] 0eba1c9be4d2: Pulling fs layer [2020-12-18T03:08:55.699Z] 0d57e429df01: Pulling fs layer [2020-12-18T03:08:55.699Z] 4e4be7b47b0d: Pulling fs layer [2020-12-18T03:08:55.699Z] e1f770b5df2f: Pulling fs layer [2020-12-18T03:08:55.699Z] 85a0685a4137: Pulling fs layer [2020-12-18T03:08:55.699Z] 0eba1c9be4d2: Waiting [2020-12-18T03:08:55.700Z] 0d57e429df01: Waiting [2020-12-18T03:08:55.700Z] 4e4be7b47b0d: Waiting [2020-12-18T03:08:55.700Z] 85a0685a4137: Waiting [2020-12-18T03:08:55.700Z] e1f770b5df2f: Waiting [2020-12-18T03:08:55.700Z] de9db76c5a1d: Verifying Checksum [2020-12-18T03:08:55.700Z] de9db76c5a1d: Download complete [2020-12-18T03:08:55.700Z] 0ef7d3d256c8: Download complete [2020-12-18T03:08:55.700Z] 0d57e429df01: Download complete [2020-12-18T03:08:55.969Z] 4e4be7b47b0d: Verifying Checksum [2020-12-18T03:08:55.969Z] 4e4be7b47b0d: Download complete [2020-12-18T03:08:55.969Z] 188c0c94c7c5: Download complete [2020-12-18T03:08:56.234Z] 188c0c94c7c5: Pull complete [2020-12-18T03:08:56.500Z] 0ef7d3d256c8: Pull complete [2020-12-18T03:08:56.500Z] de9db76c5a1d: Pull complete [2020-12-18T03:08:57.896Z] e1f770b5df2f: Download complete [2020-12-18T03:09:00.469Z] 0eba1c9be4d2: Verifying Checksum [2020-12-18T03:09:00.469Z] 0eba1c9be4d2: Download complete [2020-12-18T03:09:00.469Z] 85a0685a4137: Verifying Checksum [2020-12-18T03:09:00.469Z] 85a0685a4137: Download complete [2020-12-18T03:09:05.803Z] 0eba1c9be4d2: Pull complete [2020-12-18T03:09:05.803Z] 0d57e429df01: Pull complete [2020-12-18T03:09:05.803Z] 4e4be7b47b0d: Pull complete [2020-12-18T03:09:09.153Z] e1f770b5df2f: Pull complete [2020-12-18T03:09:15.814Z] 85a0685a4137: Pull complete [2020-12-18T03:09:15.814Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-18T03:09:15.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-18T03:09:15.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-18T03:09:16.033Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:09:16.083Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-18T03:09:17.111Z] $ docker top c9b15c627aa4845a9575921417e98923db1b3e3e208a5c92c1c1df1c558f5f3e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-18T03:09:17.359Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-18T03:09:17.666Z] + set -o pipefail [2020-12-18T03:09:17.666Z] + snyk monitor '--org=edgex-jenkins' [2020-12-18T03:09:39.681Z] [2020-12-18T03:09:39.681Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-12-18T03:09:39.681Z] [2020-12-18T03:09:39.681Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/8918b79d-fc35-4c84-902b-c72731b9c9af [2020-12-18T03:09:39.681Z] [2020-12-18T03:09:39.681Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-18T03:09:39.681Z] [2020-12-18T03:09:39.681Z] [2020-12-18T03:09:39.681Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-18T03:09:39.681Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-18T03:09:39.705Z] $ docker stop --time=1 c9b15c627aa4845a9575921417e98923db1b3e3e208a5c92c1c1df1c558f5f3e [2020-12-18T03:09:42.325Z] $ docker rm -f c9b15c627aa4845a9575921417e98923db1b3e3e208a5c92c1c1df1c558f5f3e [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 [2020-12-18T03:09:43.807Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-18T03:09:43.866Z] provisioning config files... [2020-12-18T03:09:43.878Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5201383126923871702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:09:44.280Z] --> edgex-publish-swagger.sh [2020-12-18T03:09:44.280Z] === Publish openapi/v1 API === [2020-12-18T03:09:44.280Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-18T03:09:44.280Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-12-18T03:09:44.280Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T03:09:44.280Z] Dload Upload Total Spent Left Speed [2020-12-18T03:09:44.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 28287 --:--:-- --:--:-- --:--:-- 28274 100 20188 0 0 100 20188 0 28281 --:--:-- --:--:-- --:--:-- 28274 [2020-12-18T03:09:44.855Z] [2020-12-18T03:09:44.855Z] [2020-12-18T03:09:44.855Z] === Publish openapi/v2 API === [2020-12-18T03:09:44.855Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-18T03:09:44.855Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-12-18T03:09:44.855Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T03:09:44.855Z] Dload Upload Total Spent Left Speed [2020-12-18T03:09:45.805Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 73348 --:--:-- --:--:-- --:--:-- 73433 [2020-12-18T03:09:45.805Z] [2020-12-18T03:09:45.805Z] [Pipeline] } [2020-12-18T03:09:45.815Z] 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 [2020-12-18T03:09:46.786Z] + git log --format=format:%s -1 b058260e0a173cbd20e8373902e2c8ff53da770e [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:09:47.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T03:09:47.094Z] . [Pipeline] withDockerContainer [2020-12-18T03:09:47.195Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:09:47.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T03:09:48.135Z] $ docker top 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T03:09:48.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T03:09:48.454Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T03:09:48.712Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T03:09:48.714Z] $ docker exec 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 ssh-agent [2020-12-18T03:09:48.890Z] SSH_AUTH_SOCK=/tmp/ssh-08eYRZAJ3LFE/agent.11 [2020-12-18T03:09:48.890Z] SSH_AGENT_PID=16 [2020-12-18T03:09:48.897Z] Running ssh-add (command line suppressed) [2020-12-18T03:09:49.025Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6538569926823640523.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6538569926823640523.key) [2020-12-18T03:09:49.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T03:09:49.440Z] + git semver tag [2020-12-18T03:09:49.440Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T03:09:49.440Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-18T03:09:49.440Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-18T03:09:49.440Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T03:09:49.440Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T03:09:49.440Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T03:09:49.440Z] # $SEMVER_BRANCH = master [2020-12-18T03:09:49.440Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-12-18T03:09:49.440Z] # b058260e0a173cbd20e8373902e2c8ff53da770e HEAD [2020-12-18T03:09:49.440Z] # -> Force: false [2020-12-18T03:09:49.440Z] # 4e6ff077b9505d28e16cdd8474f812234c9bb52f refs/tags/v1.3.1-dev.9 [Pipeline] } [2020-12-18T03:09:49.451Z] $ docker exec --env ******** --env ******** 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 ssh-agent -k [2020-12-18T03:09:49.586Z] unset SSH_AUTH_SOCK; [2020-12-18T03:09:49.587Z] unset SSH_AGENT_PID; [2020-12-18T03:09:49.587Z] echo Agent pid 16 killed; [2020-12-18T03:09:49.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T03:09:50.144Z] + git semver [Pipeline] } [2020-12-18T03:09:50.159Z] $ docker stop --time=1 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 [2020-12-18T03:09:51.513Z] $ docker rm -f 9b5bb6bb3e9e99dbc8e43c84286f1cf6ceaff1ec3bed793fdae7e569ad4e9f78 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:09:52.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-18T03:09:52.166Z] [2020-12-18T03:09:52.166Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:09:52.521Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-18T03:09:52.521Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-18T03:09:52.521Z] ab5ef0e58194: Pulling fs layer [2020-12-18T03:09:52.521Z] 9712f1f96733: Pulling fs layer [2020-12-18T03:09:52.521Z] 63f879dbbcfc: Pulling fs layer [2020-12-18T03:09:52.521Z] 0d9ebad4ef96: Pulling fs layer [2020-12-18T03:09:52.521Z] e9a5061849ea: Pulling fs layer [2020-12-18T03:09:52.521Z] d747dcd14b5f: Pulling fs layer [2020-12-18T03:09:52.521Z] 2de7ff778b66: Pulling fs layer [2020-12-18T03:09:52.521Z] 0d9ebad4ef96: Waiting [2020-12-18T03:09:52.521Z] e9a5061849ea: Waiting [2020-12-18T03:09:52.521Z] d747dcd14b5f: Waiting [2020-12-18T03:09:52.521Z] 2de7ff778b66: Waiting [2020-12-18T03:09:52.521Z] 9712f1f96733: Verifying Checksum [2020-12-18T03:09:52.521Z] 9712f1f96733: Download complete [2020-12-18T03:09:55.084Z] 63f879dbbcfc: Verifying Checksum [2020-12-18T03:09:55.084Z] 63f879dbbcfc: Download complete [2020-12-18T03:09:55.084Z] e9a5061849ea: Verifying Checksum [2020-12-18T03:09:55.084Z] e9a5061849ea: Download complete [2020-12-18T03:09:55.084Z] d747dcd14b5f: Verifying Checksum [2020-12-18T03:09:55.084Z] d747dcd14b5f: Download complete [2020-12-18T03:09:55.486Z] 2de7ff778b66: Verifying Checksum [2020-12-18T03:09:55.486Z] 2de7ff778b66: Download complete [2020-12-18T03:09:55.752Z] ab5ef0e58194: Verifying Checksum [2020-12-18T03:09:55.752Z] ab5ef0e58194: Download complete [2020-12-18T03:09:56.067Z] 0d9ebad4ef96: Verifying Checksum [2020-12-18T03:09:56.067Z] 0d9ebad4ef96: Download complete [2020-12-18T03:10:00.445Z] ab5ef0e58194: Pull complete [2020-12-18T03:10:00.445Z] 9712f1f96733: Pull complete [2020-12-18T03:10:03.022Z] 63f879dbbcfc: Pull complete [2020-12-18T03:10:08.376Z] 0d9ebad4ef96: Pull complete [2020-12-18T03:10:10.302Z] e9a5061849ea: Pull complete [2020-12-18T03:10:10.302Z] d747dcd14b5f: Pull complete [2020-12-18T03:10:12.867Z] 2de7ff778b66: Pull complete [2020-12-18T03:10:12.867Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-18T03:10:12.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-18T03:10:12.867Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-18T03:10:13.061Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:10:13.108Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-18T03:10:17.246Z] $ docker top 192607c930c4a62ad5151393b57a90274c3848ca851293fc27835d10057a7b50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-18T03:10:17.577Z] provisioning config files... [2020-12-18T03:10:17.598Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8231327708667275684tmp [2020-12-18T03:10:17.615Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5012220830615510640tmp [2020-12-18T03:10:17.678Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3990189904066252504tmp [Pipeline] { [Pipeline] echo [2020-12-18T03:10:17.735Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:10:18.041Z] ---> sigul-configuration.sh [2020-12-18T03:10:18.041Z] gpg: directory `/root/.gnupg' created [2020-12-18T03:10:18.041Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-18T03:10:18.041Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-18T03:10:18.041Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-18T03:10:18.041Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-18T03:10:18.041Z] gpg: CAST5 encrypted data [2020-12-18T03:10:18.303Z] gpg: encrypted with 1 passphrase [2020-12-18T03:10:18.303Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-18T03:10:18.605Z] + mkdir /home/jenkins [2020-12-18T03:10:18.605Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-18T03:10:18.909Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-18T03:10:18.925Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:10:19.232Z] ---> sigul-install.sh [2020-12-18T03:10:24.546Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-18T03:10:24.863Z] + git tag --list [2020-12-18T03:10:24.864Z] 0.7.1 [2020-12-18T03:10:24.864Z] delhi-tag [2020-12-18T03:10:24.864Z] v1.0.0 [2020-12-18T03:10:24.864Z] v1.1.0 [2020-12-18T03:10:24.864Z] v1.1.1 [2020-12-18T03:10:24.864Z] v1.1.2 [2020-12-18T03:10:24.864Z] v1.2.0 [2020-12-18T03:10:24.864Z] v1.2.1 [2020-12-18T03:10:24.864Z] v1.2.2 [2020-12-18T03:10:24.864Z] v1.2.3 [2020-12-18T03:10:24.864Z] v1.2.4-dev.1 [2020-12-18T03:10:24.864Z] v1.2.4-dev.10 [2020-12-18T03:10:24.864Z] v1.2.4-dev.11 [2020-12-18T03:10:24.864Z] v1.2.4-dev.12 [2020-12-18T03:10:24.864Z] v1.2.4-dev.13 [2020-12-18T03:10:24.864Z] v1.2.4-dev.14 [2020-12-18T03:10:24.864Z] v1.2.4-dev.15 [2020-12-18T03:10:24.864Z] v1.2.4-dev.16 [2020-12-18T03:10:24.864Z] v1.2.4-dev.17 [2020-12-18T03:10:24.864Z] v1.2.4-dev.18 [2020-12-18T03:10:24.864Z] v1.2.4-dev.19 [2020-12-18T03:10:24.864Z] v1.2.4-dev.2 [2020-12-18T03:10:24.864Z] v1.2.4-dev.20 [2020-12-18T03:10:24.864Z] v1.2.4-dev.21 [2020-12-18T03:10:24.864Z] v1.2.4-dev.22 [2020-12-18T03:10:24.864Z] v1.2.4-dev.23 [2020-12-18T03:10:24.864Z] v1.2.4-dev.24 [2020-12-18T03:10:24.864Z] v1.2.4-dev.25 [2020-12-18T03:10:24.864Z] v1.2.4-dev.26 [2020-12-18T03:10:24.864Z] v1.2.4-dev.27 [2020-12-18T03:10:24.864Z] v1.2.4-dev.28 [2020-12-18T03:10:24.864Z] v1.2.4-dev.29 [2020-12-18T03:10:24.864Z] v1.2.4-dev.3 [2020-12-18T03:10:24.864Z] v1.2.4-dev.30 [2020-12-18T03:10:24.864Z] v1.2.4-dev.31 [2020-12-18T03:10:24.864Z] v1.2.4-dev.32 [2020-12-18T03:10:24.864Z] v1.2.4-dev.33 [2020-12-18T03:10:24.864Z] v1.2.4-dev.34 [2020-12-18T03:10:24.864Z] v1.2.4-dev.35 [2020-12-18T03:10:24.864Z] v1.2.4-dev.4 [2020-12-18T03:10:24.864Z] v1.2.4-dev.5 [2020-12-18T03:10:24.864Z] v1.2.4-dev.6 [2020-12-18T03:10:24.864Z] v1.2.4-dev.7 [2020-12-18T03:10:24.864Z] v1.2.4-dev.8 [2020-12-18T03:10:24.864Z] v1.2.4-dev.9 [2020-12-18T03:10:24.864Z] v1.3.0 [2020-12-18T03:10:24.864Z] v1.3.1-dev.1 [2020-12-18T03:10:24.864Z] v1.3.1-dev.2 [2020-12-18T03:10:24.864Z] v1.3.1-dev.3 [2020-12-18T03:10:24.864Z] v1.3.1-dev.4 [2020-12-18T03:10:24.864Z] v1.3.1-dev.5 [2020-12-18T03:10:24.864Z] v1.3.1-dev.6 [2020-12-18T03:10:24.864Z] v1.3.1-dev.7 [2020-12-18T03:10:24.864Z] v1.3.1-dev.8 [2020-12-18T03:10:24.864Z] v1.3.1-dev.9 [Pipeline] sh [2020-12-18T03:10:25.170Z] + lftools sign git-tag v1.3.1-dev.9 [2020-12-18T03:10:26.567Z] Signing Git tag with Sigul... [2020-12-18T03:10:26.567Z] Signing v1.3.1-dev.9 [Pipeline] echo [2020-12-18T03:10:27.533Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:10:27.836Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-18T03:10:27.847Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-18T03:10:27.941Z] $ docker stop --time=1 192607c930c4a62ad5151393b57a90274c3848ca851293fc27835d10057a7b50 [2020-12-18T03:10:29.944Z] $ docker rm -f 192607c930c4a62ad5151393b57a90274c3848ca851293fc27835d10057a7b50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:10:30.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T03:10:30.919Z] . [Pipeline] withDockerContainer [2020-12-18T03:10:31.025Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:10:31.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T03:10:31.745Z] $ docker top 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T03:10:32.073Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T03:10:32.073Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T03:10:32.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T03:10:32.270Z] $ docker exec 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac ssh-agent [2020-12-18T03:10:32.444Z] SSH_AUTH_SOCK=/tmp/ssh-FPP1f8m3OMKo/agent.11 [2020-12-18T03:10:32.444Z] SSH_AGENT_PID=17 [2020-12-18T03:10:32.451Z] Running ssh-add (command line suppressed) [2020-12-18T03:10:32.573Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_590434127016857896.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_590434127016857896.key) [2020-12-18T03:10:32.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T03:10:32.987Z] + git semver bump pre [2020-12-18T03:10:32.987Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T03:10:32.987Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-18T03:10:32.987Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-18T03:10:32.987Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T03:10:32.987Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T03:10:32.987Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T03:10:32.987Z] # $SEMVER_BRANCH = master [2020-12-18T03:10:32.987Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-12-18T03:10:33.249Z] 1.3.1-dev.10 [Pipeline] } [2020-12-18T03:10:33.260Z] $ docker exec --env ******** --env ******** 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac ssh-agent -k [2020-12-18T03:10:33.383Z] unset SSH_AUTH_SOCK; [2020-12-18T03:10:33.384Z] unset SSH_AGENT_PID; [2020-12-18T03:10:33.384Z] echo Agent pid 17 killed; [2020-12-18T03:10:33.438Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T03:10:33.913Z] + git semver [Pipeline] } [2020-12-18T03:10:33.929Z] $ docker stop --time=1 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac [2020-12-18T03:10:35.293Z] $ docker rm -f 6367d6d7a664aadf7b40d1010d49b77b94cdc52d833369b95d210af179028bac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:10:35.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T03:10:35.821Z] . [Pipeline] withDockerContainer [2020-12-18T03:10:35.918Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:10:35.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T03:10:36.671Z] $ docker top 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T03:10:37.062Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T03:10:37.062Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T03:10:37.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T03:10:37.267Z] $ docker exec 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 ssh-agent [2020-12-18T03:10:37.444Z] SSH_AUTH_SOCK=/tmp/ssh-mgqhq2QhQNhK/agent.11 [2020-12-18T03:10:37.444Z] SSH_AGENT_PID=16 [2020-12-18T03:10:37.452Z] Running ssh-add (command line suppressed) [2020-12-18T03:10:37.570Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_166403291297256073.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_166403291297256073.key) [2020-12-18T03:10:37.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T03:10:37.965Z] + git semver push [2020-12-18T03:10:37.965Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T03:10:37.965Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-12-18T03:10:37.965Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-12-18T03:10:37.965Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T03:10:37.965Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T03:10:37.965Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T03:10:37.965Z] # $SEMVER_BRANCH = master [2020-12-18T03:10:37.965Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-12-18T03:10:44.586Z] $ docker exec --env ******** --env ******** 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 ssh-agent -k [2020-12-18T03:10:44.747Z] unset SSH_AUTH_SOCK; [2020-12-18T03:10:44.747Z] unset SSH_AGENT_PID; [2020-12-18T03:10:44.747Z] echo Agent pid 16 killed; [2020-12-18T03:10:44.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T03:10:45.358Z] + git semver [Pipeline] } [2020-12-18T03:10:45.394Z] $ docker stop --time=1 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 [2020-12-18T03:10:46.783Z] $ docker rm -f 189ec33ee25b2e86bdde1bece6613341dbef3fcaa56866671bab53c0e40e8624 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:10:48.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:10:49.091Z] ---> package-listing.sh [2020-12-18T03:10:49.091Z] ++ facter osfamily [2020-12-18T03:10:49.091Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-18T03:10:49.091Z] + OS_FAMILY=redhat [2020-12-18T03:10:49.091Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-12-18T03:10:49.091Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-18T03:10:49.091Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-18T03:10:49.091Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-18T03:10:49.091Z] + PACKAGES=/tmp/packages_start.txt [2020-12-18T03:10:49.091Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-12-18T03:10:49.091Z] + PACKAGES=/tmp/packages_end.txt [2020-12-18T03:10:49.091Z] + case "${OS_FAMILY}" in [2020-12-18T03:10:49.091Z] + rpm -qa [2020-12-18T03:10:49.091Z] + sort [2020-12-18T03:10:54.398Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-18T03:10:54.399Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-18T03:10:54.399Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-18T03:10:54.399Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-12-18T03:10:54.399Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-12-18T03:10:54.399Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-12-18T03:10:54.414Z] 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 [2020-12-18T03:10:54.709Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:10:55.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T03:10:55.019Z] [2020-12-18T03:10:55.019Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-18T03:10:55.370Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T03:10:55.370Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-18T03:10:55.370Z] df20fa9351a1: Pulling fs layer [2020-12-18T03:10:55.370Z] 36b3adc4ff6f: Pulling fs layer [2020-12-18T03:10:55.370Z] 8ad3a11d3b57: Pulling fs layer [2020-12-18T03:10:55.370Z] 46f8f816bc3b: Pulling fs layer [2020-12-18T03:10:55.370Z] 93b61091891f: Pulling fs layer [2020-12-18T03:10:55.370Z] 93b9cdb0e59b: Pulling fs layer [2020-12-18T03:10:55.370Z] 5e14af77c1be: Pulling fs layer [2020-12-18T03:10:55.370Z] 01666e4c0597: Pulling fs layer [2020-12-18T03:10:55.370Z] aa168da1d23b: Pulling fs layer [2020-12-18T03:10:55.370Z] 01666e4c0597: Waiting [2020-12-18T03:10:55.370Z] 93b9cdb0e59b: Waiting [2020-12-18T03:10:55.370Z] 5e14af77c1be: Waiting [2020-12-18T03:10:55.370Z] aa168da1d23b: Waiting [2020-12-18T03:10:55.370Z] 46f8f816bc3b: Waiting [2020-12-18T03:10:55.370Z] 93b61091891f: Waiting [2020-12-18T03:10:55.370Z] 36b3adc4ff6f: Verifying Checksum [2020-12-18T03:10:55.370Z] 36b3adc4ff6f: Download complete [2020-12-18T03:10:55.638Z] 46f8f816bc3b: Download complete [2020-12-18T03:10:55.638Z] df20fa9351a1: Verifying Checksum [2020-12-18T03:10:55.638Z] 93b9cdb0e59b: Verifying Checksum [2020-12-18T03:10:55.638Z] 93b9cdb0e59b: Download complete [2020-12-18T03:10:55.638Z] 93b61091891f: Download complete [2020-12-18T03:10:55.638Z] 5e14af77c1be: Download complete [2020-12-18T03:10:55.638Z] 01666e4c0597: Verifying Checksum [2020-12-18T03:10:55.638Z] 01666e4c0597: Download complete [2020-12-18T03:10:56.218Z] df20fa9351a1: Pull complete [2020-12-18T03:10:56.218Z] 8ad3a11d3b57: Verifying Checksum [2020-12-18T03:10:56.218Z] 8ad3a11d3b57: Download complete [2020-12-18T03:10:56.485Z] 36b3adc4ff6f: Pull complete [2020-12-18T03:10:57.066Z] 8ad3a11d3b57: Pull complete [2020-12-18T03:10:57.332Z] 46f8f816bc3b: Pull complete [2020-12-18T03:10:58.290Z] 93b61091891f: Pull complete [2020-12-18T03:10:58.553Z] aa168da1d23b: Verifying Checksum [2020-12-18T03:10:58.553Z] aa168da1d23b: Download complete [2020-12-18T03:10:58.815Z] 93b9cdb0e59b: Pull complete [2020-12-18T03:10:58.815Z] 5e14af77c1be: Pull complete [2020-12-18T03:10:59.080Z] 01666e4c0597: Pull complete [2020-12-18T03:11:05.711Z] aa168da1d23b: Pull complete [2020-12-18T03:11:05.711Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-18T03:11:05.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T03:11:05.974Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-18T03:11:06.147Z] prd-centos7-docker-4c-2g-16709 does not seem to be running inside a container [2020-12-18T03:11:06.190Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-18T03:11:09.029Z] $ docker top be77ae5f01001c2e6dd2e6b6f3126aa747b0732ec0162bf0beaa4f2bdd4a373a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T03:11:09.553Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-18T03:11:09.854Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-18T03:11:10.161Z] + ls /var/log/sa-host [2020-12-18T03:11:10.161Z] + sadf -c /var/log/sa-host/sa18 [2020-12-18T03:11:10.161Z] file_magic: OK [2020-12-18T03:11:10.161Z] HZ: Using current value: 100 [2020-12-18T03:11:10.161Z] file_header: OK [2020-12-18T03:11:10.161Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-18T03:11:10.161Z] Statistics: [2020-12-18T03:11:10.161Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-18T03:11:10.161Z] File successfully converted to sysstat format version 12.2.1 [2020-12-18T03:11:10.161Z] + sadf -c /var/log/sa-host/sa23 [2020-12-18T03:11:10.161Z] file_magic: OK [2020-12-18T03:11:10.161Z] HZ: Using current value: 100 [2020-12-18T03:11:10.161Z] file_header: OK [2020-12-18T03:11:10.161Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-18T03:11:10.161Z] Statistics: [2020-12-18T03:11:10.161Z] Hnuu...uuuununununu... [2020-12-18T03:11:10.161Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-18T03:11:10.888Z] provisioning config files... [2020-12-18T03:11:10.908Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config296282321052904958tmp [Pipeline] { [Pipeline] echo [2020-12-18T03:11:11.002Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:11:11.300Z] ---> create-netrc.sh [Pipeline] } [2020-12-18T03:11:11.311Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-18T03:11:11.411Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:11:11.707Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-18T03:11:11.719Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:11:12.014Z] ---> sudo-logs.sh [2020-12-18T03:11:12.014Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-18T03:11:12.025Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:11:12.336Z] ---> job-cost.sh [2020-12-18T03:11:12.336Z] lf-activate-venv: SKIPPING [2020-12-18T03:11:12.336Z] INFO: No Stack... [2020-12-18T03:11:14.888Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-18T03:11:14.888Z] INFO: Archiving Costs [Pipeline] echo [2020-12-18T03:11:14.902Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T03:11:15.199Z] ---> logs-deploy.sh [2020-12-18T03:11:15.199Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/96 [2020-12-18T03:11:15.199Z] INFO: archiving workspace using pattern(s): [2020-12-18T03:11:17.122Z] Archives upload complete. [2020-12-18T03:11:17.122Z] INFO: archiving logs to Nexus