Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 759496df5f428c8235f1427b99e1498ca885078c 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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: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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5057 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 759496df5f428c8235f1427b99e1498ca885078c (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 759496df5f428c8235f1427b99e1498ca885078c # timeout=10 Commit message: "Merge pull request #928 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.15" > git rev-list --no-walk 8d3d36979320f9fc0ce2797f8744993b6dbca912 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T08:14:11.561Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T08:14:11.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T08:14:11.676Z] ========================================================= [2021-05-13T08:14:11.676Z] EdgeX Global Pipelines Version Info [2021-05-13T08:14:11.676Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:14:13.203Z] ------------------- [2021-05-13T08:14:13.203Z] stable info: [2021-05-13T08:14:13.203Z] ------------------- [2021-05-13T08:14:13.203Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T08:14:13.203Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:14:13.203Z] Message: update stable to v1.0.192 [2021-05-13T08:14:14.157Z] ------------------- [2021-05-13T08:14:14.157Z] experimental info: [2021-05-13T08:14:14.157Z] ------------------- [2021-05-13T08:14:14.157Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T08:14:14.157Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T08:14:14.157Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T08:14:14.383Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-13T08:14:14.464Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-13T08:14:14.487Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T08:14:14.513Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T08:14:14.538Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T08:14:14.563Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T08:14:14.588Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T08:14:14.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T08:14:14.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-13T08:14:14.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T08:14:14.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T08:14:14.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-05-13T08:14:14.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T08:14:14.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T08:14:14.789Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T08:14:14.814Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T08:14:14.839Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T08:14:14.864Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T08:14:14.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T08:14:14.911Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-13T08:14:14.934Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T08:14:14.957Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T08:14:14.982Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-13T08:14:15.029Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-13T08:14:15.052Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-13T08:14:15.074Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T08:14:15.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-13T08:14:15.120Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-13T08:14:15.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-13T08:14:15.173Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 759496df5f428c8235f1427b99e1498ca885078c [Pipeline] echo [2021-05-13T08:14:15.197Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 759496d [Pipeline] echo [2021-05-13T08:14:15.223Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:14:15.308Z] provisioning config files... [2021-05-13T08:14:15.338Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7234644162751960772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:14:15.659Z] ---> docker-login.sh [2021-05-13T08:14:15.659Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:14:15.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:14:16.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:14:16.202Z] Configure a credential helper to remove this warning. See [2021-05-13T08:14:16.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:14:16.202Z] [2021-05-13T08:14:16.202Z] Login Succeeded [2021-05-13T08:14:16.202Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:14:16.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:14:16.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:14:16.202Z] Configure a credential helper to remove this warning. See [2021-05-13T08:14:16.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:14:16.202Z] [2021-05-13T08:14:16.202Z] Login Succeeded [2021-05-13T08:14:16.202Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:14:16.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:14:16.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:14:16.466Z] Configure a credential helper to remove this warning. See [2021-05-13T08:14:16.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:14:16.466Z] [2021-05-13T08:14:16.466Z] Login Succeeded [2021-05-13T08:14:16.466Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:14:16.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:14:16.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:14:16.734Z] Configure a credential helper to remove this warning. See [2021-05-13T08:14:16.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:14:16.734Z] [2021-05-13T08:14:16.734Z] Login Succeeded [2021-05-13T08:14:16.734Z] docker.io [2021-05-13T08:14:16.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:14:17.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:14:17.312Z] Configure a credential helper to remove this warning. See [2021-05-13T08:14:17.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:14:17.312Z] [2021-05-13T08:14:17.312Z] Login Succeeded [2021-05-13T08:14:17.312Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:14:17.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:14:17.796Z] + git log --format=format:%s -1 759496df5f428c8235f1427b99e1498ca885078c [Pipeline] echo [2021-05-13T08:14:17.878Z] GIT_COMMIT: 759496df5f428c8235f1427b99e1498ca885078c, Commit Message: Merge pull request #928 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.15 [Pipeline] echo [2021-05-13T08:14:17.892Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:14:18.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:14:18.809Z] [2021-05-13T08:14:18.809Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:14:19.122Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:14:19.122Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T08:14:19.122Z] 31603596830f: Pulling fs layer [2021-05-13T08:14:19.122Z] 54011a49482f: Pulling fs layer [2021-05-13T08:14:19.122Z] a6820b24f6d8: Pulling fs layer [2021-05-13T08:14:19.122Z] f581987b2513: Pulling fs layer [2021-05-13T08:14:19.122Z] f581987b2513: Waiting [2021-05-13T08:14:19.122Z] 54011a49482f: Verifying Checksum [2021-05-13T08:14:19.122Z] 54011a49482f: Download complete [2021-05-13T08:14:19.385Z] 31603596830f: Verifying Checksum [2021-05-13T08:14:19.385Z] 31603596830f: Download complete [2021-05-13T08:14:19.385Z] f581987b2513: Verifying Checksum [2021-05-13T08:14:19.385Z] f581987b2513: Download complete [2021-05-13T08:14:19.385Z] a6820b24f6d8: Verifying Checksum [2021-05-13T08:14:19.385Z] a6820b24f6d8: Download complete [2021-05-13T08:14:19.649Z] 31603596830f: Pull complete [2021-05-13T08:14:19.917Z] 54011a49482f: Pull complete [2021-05-13T08:14:20.881Z] a6820b24f6d8: Pull complete [2021-05-13T08:14:21.143Z] f581987b2513: Pull complete [2021-05-13T08:14:21.143Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T08:14:21.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:14:21.409Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T08:14:21.549Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:14:21.604Z] $ 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 [2021-05-13T08:14:23.694Z] $ docker top 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:14:23.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:14:23.914Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:14:24.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:14:24.165Z] $ docker exec 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 ssh-agent [2021-05-13T08:14:24.354Z] SSH_AUTH_SOCK=/tmp/ssh-U8qHSByPM0Hj/agent.12 [2021-05-13T08:14:24.354Z] SSH_AGENT_PID=17 [2021-05-13T08:14:24.369Z] Running ssh-add (command line suppressed) [2021-05-13T08:14:24.499Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6256807133811965351.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6256807133811965351.key) [2021-05-13T08:14:24.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:14:24.866Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T08:14:24.889Z] $ docker exec --env ******** --env ******** 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 ssh-agent -k [2021-05-13T08:14:25.028Z] unset SSH_AUTH_SOCK; [2021-05-13T08:14:25.028Z] unset SSH_AGENT_PID; [2021-05-13T08:14:25.029Z] echo Agent pid 17 killed; [2021-05-13T08:14:25.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T08:14:25.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:14:25.147Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:14:25.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:14:25.336Z] $ docker exec 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 ssh-agent [2021-05-13T08:14:25.521Z] SSH_AUTH_SOCK=/tmp/ssh-O2B79eCBJ0JX/agent.45 [2021-05-13T08:14:25.521Z] SSH_AGENT_PID=50 [2021-05-13T08:14:25.530Z] Running ssh-add (command line suppressed) [2021-05-13T08:14:25.665Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9128379940718700502.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9128379940718700502.key) [2021-05-13T08:14:25.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:14:26.037Z] + git semver init [2021-05-13T08:14:26.037Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:14:26.037Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T08:14:26.037Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T08:14:26.037Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:14:26.037Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:14:26.037Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:14:26.037Z] # $SEMVER_BRANCH = master [2021-05-13T08:14:26.037Z] # $SEMVER_TEMP = /tmp/semver-685382015 [2021-05-13T08:14:26.037Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-13T08:14:26.988Z] # '/tmp/semver-685382015' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-13T08:14:26.988Z] # -> Force: false [2021-05-13T08:14:26.988Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-13T08:14:27.004Z] $ docker exec --env ******** --env ******** 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 ssh-agent -k [2021-05-13T08:14:27.130Z] unset SSH_AUTH_SOCK; [2021-05-13T08:14:27.131Z] unset SSH_AGENT_PID; [2021-05-13T08:14:27.131Z] echo Agent pid 50 killed; [2021-05-13T08:14:27.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:14:27.524Z] + git semver [Pipeline] } [2021-05-13T08:14:27.544Z] $ docker stop --time=1 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 [2021-05-13T08:14:29.350Z] $ docker rm -f 596db36209ded04b28c3f5b4c3e95af24513f2399b177ab7021dcb9819c49e12 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:14:29.762Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T08:14:30.092Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T08:14:30.095Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.59 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-05-13T08:14:45.282Z] Still waiting to schedule task [2021-05-13T08:14:45.282Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-5056’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-5058’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-13T08:14:45.285Z] Still waiting to schedule task [2021-05-13T08:14:45.285Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-13T08:16:46.424Z] Running on prd-centos7-docker-4c-2g-5064 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-13T08:16:46.444Z] Running in /w/workspace/device-sdk-go/164 [Pipeline] { [Pipeline] checkout [2021-05-13T08:16:49.386Z] using credential edgex-jenkins-ssh [2021-05-13T08:16:49.497Z] Cloning the remote Git repository [2021-05-13T08:16:49.521Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:16:49.593Z] > git init /w/workspace/device-sdk-go/164 # timeout=10 [2021-05-13T08:16:49.652Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:16:49.652Z] > git --version # timeout=10 [2021-05-13T08:16:49.662Z] > git --version # 'git version 2.24.3' [2021-05-13T08:16:49.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:16:49.699Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:16:50.858Z] Checking out Revision 759496df5f428c8235f1427b99e1498ca885078c (master) [2021-05-13T08:16:50.425Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:16:50.430Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:16:50.448Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:16:50.466Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:16:50.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:16:50.471Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:16:50.867Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:16:50.872Z] > git checkout -f 759496df5f428c8235f1427b99e1498ca885078c # timeout=10 [2021-05-13T08:16:54.579Z] Commit message: "Merge pull request #928 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:16:55.592Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:16:55.925Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:16:56.226Z] + sudo service docker restart [2021-05-13T08:16:56.226Z] + true [2021-05-13T08:16:56.226Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:16:57.223Z] provisioning config files... [2021-05-13T08:16:57.268Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/164@tmp/config5594592813397355858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:16:57.596Z] ---> docker-login.sh [2021-05-13T08:16:57.596Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:16:57.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:16:58.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:16:58.124Z] Configure a credential helper to remove this warning. See [2021-05-13T08:16:58.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:16:58.124Z] [2021-05-13T08:16:58.124Z] Login Succeeded [2021-05-13T08:16:58.124Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:16:58.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:16:58.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:16:58.124Z] Configure a credential helper to remove this warning. See [2021-05-13T08:16:58.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:16:58.124Z] [2021-05-13T08:16:58.124Z] Login Succeeded [2021-05-13T08:16:58.124Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:16:58.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:16:58.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:16:58.385Z] Configure a credential helper to remove this warning. See [2021-05-13T08:16:58.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:16:58.385Z] [2021-05-13T08:16:58.385Z] Login Succeeded [2021-05-13T08:16:58.385Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:16:58.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:16:58.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:16:58.647Z] Configure a credential helper to remove this warning. See [2021-05-13T08:16:58.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:16:58.647Z] [2021-05-13T08:16:58.647Z] Login Succeeded [2021-05-13T08:16:58.647Z] docker.io [2021-05-13T08:16:58.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:16:58.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:16:58.910Z] Configure a credential helper to remove this warning. See [2021-05-13T08:16:58.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:16:58.910Z] [2021-05-13T08:16:58.910Z] Login Succeeded [2021-05-13T08:16:58.910Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:16:58.922Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T08:16:59.099Z] ========================================================= [2021-05-13T08:16:59.099Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T08:16:59.099Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:16:59.421Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T08:16:59.421Z] Sending build context to Docker daemon 2.56MB [2021-05-13T08:16:59.421Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:16:59.421Z] Step 2/8 : FROM ${BASE} [2021-05-13T08:16:59.684Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T08:16:59.684Z] 540db60ca938: Pulling fs layer [2021-05-13T08:16:59.684Z] adcc1eea9eea: Pulling fs layer [2021-05-13T08:16:59.684Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T08:16:59.684Z] 0510c868ecb4: Pulling fs layer [2021-05-13T08:16:59.684Z] afea3b2eda06: Pulling fs layer [2021-05-13T08:16:59.684Z] 7809a108b3ef: Pulling fs layer [2021-05-13T08:16:59.684Z] f706445af74f: Pulling fs layer [2021-05-13T08:16:59.684Z] afea3b2eda06: Waiting [2021-05-13T08:16:59.684Z] 7809a108b3ef: Waiting [2021-05-13T08:16:59.684Z] f706445af74f: Waiting [2021-05-13T08:16:59.684Z] 0510c868ecb4: Waiting [2021-05-13T08:16:59.684Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T08:16:59.684Z] 4c4ab2625f07: Download complete [2021-05-13T08:16:59.684Z] adcc1eea9eea: Verifying Checksum [2021-05-13T08:16:59.684Z] adcc1eea9eea: Download complete [2021-05-13T08:16:59.684Z] afea3b2eda06: Verifying Checksum [2021-05-13T08:16:59.684Z] afea3b2eda06: Download complete [2021-05-13T08:16:59.684Z] 7809a108b3ef: Download complete [2021-05-13T08:16:59.684Z] 540db60ca938: Verifying Checksum [2021-05-13T08:16:59.684Z] 540db60ca938: Download complete [2021-05-13T08:16:59.946Z] 540db60ca938: Pull complete [2021-05-13T08:17:00.217Z] adcc1eea9eea: Pull complete [2021-05-13T08:17:00.217Z] 4c4ab2625f07: Pull complete [2021-05-13T08:17:01.645Z] f706445af74f: Verifying Checksum [2021-05-13T08:17:01.645Z] f706445af74f: Download complete [2021-05-13T08:17:02.617Z] 0510c868ecb4: Verifying Checksum [2021-05-13T08:17:02.617Z] 0510c868ecb4: Download complete [2021-05-13T08:17:07.957Z] 0510c868ecb4: Pull complete [2021-05-13T08:17:08.226Z] afea3b2eda06: Pull complete [2021-05-13T08:17:08.226Z] 7809a108b3ef: Pull complete [2021-05-13T08:17:13.592Z] f706445af74f: Pull complete [2021-05-13T08:17:13.592Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T08:17:13.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T08:17:13.592Z] ---> b068be0155e3 [2021-05-13T08:17:13.592Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:17:13.592Z] ---> Running in 755e1bd9baa5 [2021-05-13T08:17:13.856Z] Removing intermediate container 755e1bd9baa5 [2021-05-13T08:17:13.856Z] ---> c90bd2d93a0b [2021-05-13T08:17:13.856Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:17:14.121Z] ---> Running in 8363764a616f [2021-05-13T08:17:15.070Z] Removing intermediate container 8363764a616f [2021-05-13T08:17:15.070Z] ---> 30490f39f843 [2021-05-13T08:17:15.070Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-13T08:17:15.339Z] ---> Running in 715f66eff50b [2021-05-13T08:17:15.604Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:17:16.996Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:17:18.933Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-13T08:17:19.196Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:17:19.458Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-13T08:17:19.458Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:17:19.458Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-13T08:17:20.032Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:17:20.032Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:17:20.032Z] OK: 150 MiB in 46 packages [2021-05-13T08:17:20.981Z] Removing intermediate container 715f66eff50b [2021-05-13T08:17:20.981Z] ---> c88d21a5db27 [2021-05-13T08:17:20.981Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-13T08:17:20.981Z] ---> Running in 5a6427ca15ef [2021-05-13T08:17:20.981Z] Removing intermediate container 5a6427ca15ef [2021-05-13T08:17:20.981Z] ---> a843abe38293 [2021-05-13T08:17:20.981Z] Step 7/8 : COPY . . [2021-05-13T08:17:22.399Z] ---> 7169e60e79b1 [2021-05-13T08:17:22.399Z] Step 8/8 : RUN go mod download [2021-05-13T08:17:22.399Z] ---> Running in f9a88c08ea37 [2021-05-13T08:17:49.055Z] Removing intermediate container f9a88c08ea37 [2021-05-13T08:17:49.055Z] ---> 8d50928efeca [2021-05-13T08:17:49.055Z] Successfully built 8d50928efeca [2021-05-13T08:17:49.055Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:17:49.377Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:17:49.377Z] . [Pipeline] withDockerContainer [2021-05-13T08:17:49.520Z] prd-centos7-docker-4c-2g-5064 does not seem to be running inside a container [2021-05-13T08:17:49.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/164 -v /w/workspace/device-sdk-go/164:/w/workspace/device-sdk-go/164:rw,z -v /w/workspace/device-sdk-go/164@tmp:/w/workspace/device-sdk-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T08:17:50.513Z] $ docker top dd1b4bade48d064952abdc77e7c31289e5997c119c6bc222eff116fd925ece31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:17:50.981Z] + go version [2021-05-13T08:17:50.981Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T08:17:50.998Z] $ docker stop --time=1 dd1b4bade48d064952abdc77e7c31289e5997c119c6bc222eff116fd925ece31 [2021-05-13T08:17:52.337Z] $ docker rm -f dd1b4bade48d064952abdc77e7c31289e5997c119c6bc222eff116fd925ece31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:17:52.839Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T08:17:52.839Z] . [Pipeline] withDockerContainer [2021-05-13T08:17:52.944Z] prd-centos7-docker-4c-2g-5064 does not seem to be running inside a container [2021-05-13T08:17:52.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/164 -v /w/workspace/device-sdk-go/164:/w/workspace/device-sdk-go/164:rw,z -v /w/workspace/device-sdk-go/164@tmp:/w/workspace/device-sdk-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T08:17:53.575Z] $ docker top e5900f348bb3c71207f74cea4919a364e59e0c9481e125104485c533582d9611 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:17:53.975Z] + go mod tidy [Pipeline] sh [2021-05-13T08:17:54.880Z] + make test [2021-05-13T08:17:54.880Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:18:03.304Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-13T08:18:16.891Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5068 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-13T08:18:16.911Z] Running in /w/workspace/device-sdk-go/164 [Pipeline] { [Pipeline] checkout [2021-05-13T08:18:23.350Z] using credential edgex-jenkins-ssh [2021-05-13T08:18:23.373Z] Cloning the remote Git repository [2021-05-13T08:18:23.429Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:18:23.568Z] > git init /w/workspace/device-sdk-go/164 # timeout=10 [2021-05-13T08:18:23.650Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:18:23.651Z] > git --version # timeout=10 [2021-05-13T08:18:23.663Z] > git --version # 'git version 2.17.1' [2021-05-13T08:18:23.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:18:23.747Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:18:25.635Z] Checking out Revision 759496df5f428c8235f1427b99e1498ca885078c (master) [2021-05-13T08:18:24.987Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:18:25.015Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T08:18:25.036Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-13T08:18:25.065Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-13T08:18:25.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T08:18:25.076Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T08:18:25.651Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T08:18:25.665Z] > git checkout -f 759496df5f428c8235f1427b99e1498ca885078c # timeout=10 [2021-05-13T08:18:29.952Z] Commit message: "Merge pull request #928 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-05-13T08:18:30.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-13T08:18:30.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-13T08:18:30.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:18:30.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.080s coverage: 25.4% of statements [2021-05-13T08:18:30.854Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-13T08:18:30.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.089s coverage: 28.1% of statements [2021-05-13T08:18:30.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.085s coverage: 78.9% of statements [2021-05-13T08:18:31.375Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-05-13T08:18:31.445Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.071s coverage: 10.7% of statements [2021-05-13T08:18:31.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-13T08:18:31.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-13T08:18:31.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [Pipeline] sh [2021-05-13T08:18:31.713Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 30.2% of statements [2021-05-13T08:18:31.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-13T08:18:31.820Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T08:18:32.154Z] + sudo service docker restart [2021-05-13T08:18:32.154Z] + true [2021-05-13T08:18:33.118Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.086s coverage: 83.3% of statements [2021-05-13T08:18:33.118Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-13T08:18:33.118Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-13T08:18:33.118Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.117s coverage: 58.4% of statements [2021-05-13T08:18:34.064Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.193s coverage: 89.2% of statements [2021-05-13T08:18:34.064Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-13T08:18:34.064Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-05-13T08:18:34.064Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-13T08:18:34.064Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T08:18:34.809Z] provisioning config files... [2021-05-13T08:18:34.847Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/164@tmp/config5596566729087885172tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:18:35.220Z] ---> docker-login.sh [2021-05-13T08:18:35.220Z] nexus3.edgexfoundry.org:10001 [2021-05-13T08:18:36.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:18:36.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:18:36.470Z] Configure a credential helper to remove this warning. See [2021-05-13T08:18:36.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:18:36.470Z] [2021-05-13T08:18:36.470Z] Login Succeeded [2021-05-13T08:18:36.470Z] nexus3.edgexfoundry.org:10002 [2021-05-13T08:18:36.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:18:36.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:18:36.741Z] Configure a credential helper to remove this warning. See [2021-05-13T08:18:36.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:18:36.741Z] [2021-05-13T08:18:36.741Z] Login Succeeded [2021-05-13T08:18:36.741Z] nexus3.edgexfoundry.org:10003 [2021-05-13T08:18:37.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:18:37.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:18:37.335Z] Configure a credential helper to remove this warning. See [2021-05-13T08:18:37.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:18:37.335Z] [2021-05-13T08:18:37.335Z] Login Succeeded [2021-05-13T08:18:37.335Z] nexus3.edgexfoundry.org:10004 [2021-05-13T08:18:37.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:18:37.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:18:37.884Z] Configure a credential helper to remove this warning. See [2021-05-13T08:18:37.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:18:37.884Z] [2021-05-13T08:18:37.884Z] Login Succeeded [2021-05-13T08:18:37.884Z] docker.io [2021-05-13T08:18:38.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T08:18:38.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T08:18:38.755Z] Configure a credential helper to remove this warning. See [2021-05-13T08:18:38.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T08:18:38.755Z] [2021-05-13T08:18:38.755Z] Login Succeeded [2021-05-13T08:18:38.755Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T08:18:38.772Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T08:18:39.054Z] ========================================================= [2021-05-13T08:18:39.054Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T08:18:39.054Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:18:39.424Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T08:18:39.700Z] Sending build context to Docker daemon 2.559MB [2021-05-13T08:18:39.976Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:18:39.976Z] Step 2/8 : FROM ${BASE} [2021-05-13T08:18:39.976Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T08:18:39.976Z] 595b0fe564bb: Pulling fs layer [2021-05-13T08:18:39.976Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T08:18:39.976Z] 316046926c0a: Pulling fs layer [2021-05-13T08:18:39.976Z] 4ebd0625c992: Pulling fs layer [2021-05-13T08:18:39.976Z] 207e8628e3a3: Pulling fs layer [2021-05-13T08:18:39.976Z] c791037a9be2: Pulling fs layer [2021-05-13T08:18:39.976Z] ffd874e62e21: Pulling fs layer [2021-05-13T08:18:39.976Z] 4ebd0625c992: Waiting [2021-05-13T08:18:39.976Z] 207e8628e3a3: Waiting [2021-05-13T08:18:39.976Z] c791037a9be2: Waiting [2021-05-13T08:18:39.976Z] ffd874e62e21: Waiting [2021-05-13T08:18:39.976Z] 316046926c0a: Verifying Checksum [2021-05-13T08:18:39.976Z] 316046926c0a: Download complete [2021-05-13T08:18:39.976Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T08:18:39.976Z] 7186ed65a4f7: Download complete [2021-05-13T08:18:39.976Z] 207e8628e3a3: Download complete [2021-05-13T08:18:39.976Z] 595b0fe564bb: Verifying Checksum [2021-05-13T08:18:39.976Z] c791037a9be2: Verifying Checksum [2021-05-13T08:18:39.976Z] c791037a9be2: Download complete [2021-05-13T08:18:40.964Z] 595b0fe564bb: Pull complete [2021-05-13T08:18:41.577Z] 7186ed65a4f7: Pull complete [2021-05-13T08:18:41.851Z] 316046926c0a: Pull complete [2021-05-13T08:18:42.125Z] ffd874e62e21: Verifying Checksum [2021-05-13T08:18:42.125Z] ffd874e62e21: Download complete [2021-05-13T08:18:43.558Z] 4ebd0625c992: Verifying Checksum [2021-05-13T08:18:43.558Z] 4ebd0625c992: Download complete [2021-05-13T08:18:55.966Z] 4ebd0625c992: Pull complete [2021-05-13T08:18:55.966Z] 207e8628e3a3: Pull complete [2021-05-13T08:18:55.966Z] c791037a9be2: Pull complete [2021-05-13T08:18:56.222Z] gofmt -l . [2021-05-13T08:18:56.222Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:18:56.222Z] ./bin/test-attribution-txt.sh [2021-05-13T08:18:56.222Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T08:18:56.237Z] $ docker stop --time=1 e5900f348bb3c71207f74cea4919a364e59e0c9481e125104485c533582d9611 [2021-05-13T08:18:57.943Z] $ docker rm -f e5900f348bb3c71207f74cea4919a364e59e0c9481e125104485c533582d9611 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:18:58.607Z] ffd874e62e21: Pull complete [2021-05-13T08:18:58.607Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T08:18:58.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T08:18:58.607Z] ---> cfc18b08335c [2021-05-13T08:18:58.607Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:18:58.677Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T08:18:59.075Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-05-13T08:19:01.292Z] ---> Running in 5e4b215e1548 [Pipeline] sh [2021-05-13T08:19:01.567Z] Removing intermediate container 5e4b215e1548 [2021-05-13T08:19:01.567Z] ---> df4f405fce61 [2021-05-13T08:19:01.567Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:19:01.567Z] ---> Running in af20acac06f8 [2021-05-13T08:19:01.727Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T08:19:02.032Z] + ls -al . [2021-05-13T08:19:02.032Z] total 208 [2021-05-13T08:19:02.032Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 13 08:18 . [2021-05-13T08:19:02.032Z] drwxrwxr-x. 4 jenkins jenkins 32 May 13 08:16 .. [2021-05-13T08:19:02.032Z] drwxrwxr-x. 2 jenkins jenkins 64 May 13 08:16 bin [2021-05-13T08:19:02.032Z] -rw-r--r--. 1 jenkins jenkins 126002 May 13 08:18 coverage.out [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 987 May 13 08:16 Dockerfile.build [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 140 May 13 08:16 .dockerignore [2021-05-13T08:19:02.032Z] drwxrwxr-x. 5 jenkins jenkins 62 May 13 08:16 example [2021-05-13T08:19:02.032Z] drwxrwxr-x. 8 jenkins jenkins 162 May 13 08:16 .git [2021-05-13T08:19:02.032Z] drwxrwxr-x. 2 jenkins jenkins 103 May 13 08:16 .github [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 138 May 13 08:16 .gitignore [2021-05-13T08:19:02.032Z] -rw-r--r--. 1 jenkins jenkins 575 May 13 08:18 go.mod [2021-05-13T08:19:02.032Z] -rw-r--r--. 1 jenkins jenkins 20408 May 13 08:17 go.sum [2021-05-13T08:19:02.032Z] drwxrwxr-x. 15 jenkins jenkins 224 May 13 08:16 internal [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 894 May 13 08:16 Jenkinsfile [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 13 08:16 LICENSE [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 13 08:16 Makefile [2021-05-13T08:19:02.032Z] drwxrwxr-x. 4 jenkins jenkins 26 May 13 08:16 openapi [2021-05-13T08:19:02.032Z] drwxrwxr-x. 5 jenkins jenkins 50 May 13 08:16 pkg [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 13 08:16 README.md [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 13 08:16 RELEASE-NOTES.txt [2021-05-13T08:19:02.032Z] drwxrwxr-x. 4 jenkins jenkins 54 May 13 08:16 snap [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 12 May 13 08:14 VERSION [2021-05-13T08:19:02.032Z] -rw-rw-r--. 1 jenkins jenkins 222 May 13 08:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:19:02.347Z] + docker build -t 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=759496df5f428c8235f1427b99e1498ca885078c --label arch=amd64 --label version=2.0.0-dev.59 . [2021-05-13T08:19:02.609Z] Sending build context to Docker daemon 2.687MB [2021-05-13T08:19:02.609Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:19:02.609Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T08:19:02.609Z] ---> 8d50928efeca [2021-05-13T08:19:02.609Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-13T08:19:03.184Z] ---> Running in d66498cea2f7 [2021-05-13T08:19:03.447Z] Removing intermediate container d66498cea2f7 [2021-05-13T08:19:03.447Z] ---> 8f6adc186f3e [2021-05-13T08:19:03.447Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:19:03.447Z] ---> Running in 6dcd4ced211a [2021-05-13T08:19:03.741Z] Removing intermediate container 6dcd4ced211a [2021-05-13T08:19:03.741Z] ---> 1c1527f9866c [2021-05-13T08:19:03.741Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:19:03.741Z] ---> Running in 545231fdc355 [2021-05-13T08:19:04.192Z] Removing intermediate container af20acac06f8 [2021-05-13T08:19:04.192Z] ---> 0be6a9b8a907 [2021-05-13T08:19:04.192Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-13T08:19:04.192Z] ---> Running in 8c2a73d7606b [2021-05-13T08:19:05.134Z] Removing intermediate container 545231fdc355 [2021-05-13T08:19:05.134Z] ---> f987e6a301f7 [2021-05-13T08:19:05.134Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-13T08:19:05.134Z] ---> Running in 33ca122aee95 [2021-05-13T08:19:05.172Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:19:05.397Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:19:06.152Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:19:06.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:19:06.606Z] OK: 150 MiB in 46 packages [2021-05-13T08:19:06.751Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-13T08:19:07.023Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-13T08:19:07.023Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-13T08:19:07.023Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-13T08:19:07.185Z] Removing intermediate container 33ca122aee95 [2021-05-13T08:19:07.185Z] ---> 608da0e30801 [2021-05-13T08:19:07.185Z] Step 7/23 : COPY . . [2021-05-13T08:19:07.295Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-13T08:19:07.295Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-13T08:19:07.295Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T08:19:07.569Z] OK: 139 MiB in 46 packages [2021-05-13T08:19:09.006Z] Removing intermediate container 8c2a73d7606b [2021-05-13T08:19:09.006Z] ---> 4a39fdc67a07 [2021-05-13T08:19:09.006Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-13T08:19:09.006Z] ---> Running in fef296b7f513 [2021-05-13T08:19:09.112Z] ---> 854383f43456 [2021-05-13T08:19:09.112Z] Step 8/23 : RUN go mod download [2021-05-13T08:19:09.112Z] ---> Running in c60cea0aa7d0 [2021-05-13T08:19:09.602Z] Removing intermediate container fef296b7f513 [2021-05-13T08:19:09.602Z] ---> 70ad31c865c7 [2021-05-13T08:19:09.602Z] Step 7/8 : COPY . . [2021-05-13T08:19:10.078Z] Removing intermediate container c60cea0aa7d0 [2021-05-13T08:19:10.078Z] ---> 2f093c956968 [2021-05-13T08:19:10.078Z] Step 9/23 : RUN make build [2021-05-13T08:19:10.078Z] ---> Running in 081749d71c15 [2021-05-13T08:19:10.582Z] ---> 06d80bccd028 [2021-05-13T08:19:10.582Z] Step 8/8 : RUN go mod download [2021-05-13T08:19:10.666Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.59" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-13T08:19:10.855Z] ---> Running in ccd171f3e1fc [2021-05-13T08:19:23.004Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-13T08:19:23.956Z] Removing intermediate container 081749d71c15 [2021-05-13T08:19:23.956Z] ---> 67c430ed8a1a [2021-05-13T08:19:23.956Z] Step 10/23 : FROM alpine:3.12 [2021-05-13T08:19:24.220Z] 3.12: Pulling from library/alpine [2021-05-13T08:19:24.484Z] 339de151aab4: Pulling fs layer [2021-05-13T08:19:24.484Z] 339de151aab4: Download complete [2021-05-13T08:19:24.748Z] 339de151aab4: Pull complete [2021-05-13T08:19:24.748Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:19:25.010Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:19:25.010Z] ---> 13621d1b12d4 [2021-05-13T08:19:25.010Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:19:25.010Z] ---> Running in 8fe18c68ae66 [2021-05-13T08:19:25.277Z] Removing intermediate container 8fe18c68ae66 [2021-05-13T08:19:25.277Z] ---> e9bc1435e3f1 [2021-05-13T08:19:25.277Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:19:25.277Z] ---> Running in 399c2ddda32f [2021-05-13T08:19:26.236Z] Removing intermediate container 399c2ddda32f [2021-05-13T08:19:26.236Z] ---> b7539be6a547 [2021-05-13T08:19:26.236Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-13T08:19:26.502Z] ---> Running in 4f7bbd89af3c [2021-05-13T08:19:27.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T08:19:27.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T08:19:28.236Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-13T08:19:28.500Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-13T08:19:28.500Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:19:29.074Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-13T08:19:29.074Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-13T08:19:29.074Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:19:29.340Z] OK: 8 MiB in 19 packages [2021-05-13T08:19:29.917Z] Removing intermediate container 4f7bbd89af3c [2021-05-13T08:19:29.917Z] ---> 909e8a61fd89 [2021-05-13T08:19:29.917Z] Step 14/23 : WORKDIR / [2021-05-13T08:19:29.917Z] ---> Running in 02554b806638 [2021-05-13T08:19:29.917Z] Removing intermediate container 02554b806638 [2021-05-13T08:19:29.917Z] ---> a05785790428 [2021-05-13T08:19:29.917Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-13T08:19:30.180Z] ---> 45370f1d48f4 [2021-05-13T08:19:30.180Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-13T08:19:30.778Z] ---> d40baf6ef825 [2021-05-13T08:19:30.778Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-13T08:19:31.046Z] ---> 7797a5e83b9e [2021-05-13T08:19:31.046Z] Step 18/23 : EXPOSE 49990 [2021-05-13T08:19:31.046Z] ---> Running in 342235c48205 [2021-05-13T08:19:31.313Z] Removing intermediate container 342235c48205 [2021-05-13T08:19:31.313Z] ---> cab107b24889 [2021-05-13T08:19:31.313Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-13T08:19:31.313Z] ---> Running in 236b1bd4e8d6 [2021-05-13T08:19:31.575Z] Removing intermediate container 236b1bd4e8d6 [2021-05-13T08:19:31.575Z] ---> dc6d836ca9ce [2021-05-13T08:19:31.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:19:31.575Z] ---> Running in b2e0776de02b [2021-05-13T08:19:31.838Z] Removing intermediate container b2e0776de02b [2021-05-13T08:19:31.838Z] ---> bf628654c33d [2021-05-13T08:19:31.838Z] Step 21/23 : LABEL arch=amd64 [2021-05-13T08:19:31.838Z] ---> Running in 9773dd2f5b11 [2021-05-13T08:19:32.099Z] Removing intermediate container 9773dd2f5b11 [2021-05-13T08:19:32.099Z] ---> 7f3d040c6f01 [2021-05-13T08:19:32.099Z] Step 22/23 : LABEL git_sha=759496df5f428c8235f1427b99e1498ca885078c [2021-05-13T08:19:32.099Z] ---> Running in 3cca329a1a16 [2021-05-13T08:19:32.361Z] Removing intermediate container 3cca329a1a16 [2021-05-13T08:19:32.361Z] ---> 2c7c3d0278db [2021-05-13T08:19:32.361Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-05-13T08:19:32.361Z] ---> Running in 19a74b6f19d2 [2021-05-13T08:19:32.624Z] Removing intermediate container 19a74b6f19d2 [2021-05-13T08:19:32.624Z] ---> 4f0f6c20bae0 [2021-05-13T08:19:32.624Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-13T08:19:32.624Z] Successfully built 4f0f6c20bae0 [2021-05-13T08:19:32.624Z] Successfully tagged 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:19:33.253Z] ---> job-cost.sh [2021-05-13T08:19:33.254Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-t1Z1 [2021-05-13T08:19:37.643Z] Removing intermediate container ccd171f3e1fc [2021-05-13T08:19:37.643Z] ---> d179d2f4316a [2021-05-13T08:19:37.643Z] Successfully built d179d2f4316a [2021-05-13T08:19:37.643Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:19:37.981Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:19:37.981Z] . [Pipeline] withDockerContainer [2021-05-13T08:19:38.217Z] prd-ubuntu18.04-docker-arm64-4c-16g-5068 does not seem to be running inside a container [2021-05-13T08:19:38.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/164 -v /w/workspace/device-sdk-go/164:/w/workspace/device-sdk-go/164:rw,z -v /w/workspace/device-sdk-go/164@tmp:/w/workspace/device-sdk-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T08:19:39.768Z] $ docker top 8111ece8b3cae8a5ab4894edbf6058a1ceb3332ff9b19e95b5e3164c7f5ce097 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:19:40.695Z] + go version [2021-05-13T08:19:40.695Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T08:19:40.721Z] $ docker stop --time=1 8111ece8b3cae8a5ab4894edbf6058a1ceb3332ff9b19e95b5e3164c7f5ce097 [2021-05-13T08:19:42.580Z] $ docker rm -f 8111ece8b3cae8a5ab4894edbf6058a1ceb3332ff9b19e95b5e3164c7f5ce097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:19:43.230Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T08:19:43.230Z] . [Pipeline] withDockerContainer [2021-05-13T08:19:43.448Z] prd-ubuntu18.04-docker-arm64-4c-16g-5068 does not seem to be running inside a container [2021-05-13T08:19:43.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/164 -v /w/workspace/device-sdk-go/164:/w/workspace/device-sdk-go/164:rw,z -v /w/workspace/device-sdk-go/164@tmp:/w/workspace/device-sdk-go/164@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-13T08:19:45.003Z] $ docker top 51413f991320e71f13956f79fa25f2b8c71ae87d480094a6ef2e1f9d5ea59217 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:19:45.943Z] + go mod tidy [Pipeline] sh [2021-05-13T08:19:47.252Z] + make test [2021-05-13T08:19:47.252Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T08:19:48.226Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T08:20:14.122Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-13T08:20:14.881Z] lf-activate-venv(): INFO: Adding /tmp/venv-t1Z1/bin to PATH [2021-05-13T08:20:14.881Z] INFO: No Stack... [2021-05-13T08:20:15.828Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T08:20:16.774Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T08:20:17.091Z] + cat /w/workspace/device-sdk-go/164/archives/cost.csv [2021-05-13T08:20:17.091Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T08:20:17.176Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] [2021-05-13T08:20:17.184Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] did not exist. Created. [2021-05-13T08:20:17.185Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:20:17.512Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-13T08:20:17.651Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T08:20:17.670Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T08:21:22.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-13T08:21:22.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-13T08:21:22.264Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-13T08:21:26.615Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.333s coverage: 25.4% of statements [2021-05-13T08:21:26.615Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-13T08:21:26.615Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 28.1% of statements [2021-05-13T08:21:26.615Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.196s coverage: 78.9% of statements [2021-05-13T08:21:26.615Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.205s coverage: 10.7% of statements [2021-05-13T08:21:26.615Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-13T08:21:26.615Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-13T08:21:26.615Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-13T08:21:28.606Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.227s coverage: 30.2% of statements [2021-05-13T08:21:28.606Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-13T08:21:30.760Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.223s coverage: 83.3% of statements [2021-05-13T08:21:30.760Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-13T08:21:30.760Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-13T08:21:30.760Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.330s coverage: 58.4% of statements [2021-05-13T08:21:34.155Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.983s coverage: 89.2% of statements [2021-05-13T08:21:34.155Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-13T08:21:34.155Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.136s coverage: 5.0% of statements [2021-05-13T08:21:34.155Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-13T08:21:34.155Z] GO111MODULE=on go vet ./... [2021-05-13T08:22:42.250Z] gofmt -l . [2021-05-13T08:22:42.250Z] [ "`gofmt -l .`" = "" ] [2021-05-13T08:22:42.250Z] ./bin/test-attribution-txt.sh [2021-05-13T08:22:42.250Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-13T08:22:42.269Z] $ docker stop --time=1 51413f991320e71f13956f79fa25f2b8c71ae87d480094a6ef2e1f9d5ea59217 [2021-05-13T08:22:44.367Z] $ docker rm -f 51413f991320e71f13956f79fa25f2b8c71ae87d480094a6ef2e1f9d5ea59217 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T08:22:45.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T08:22:45.575Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T08:22:46.606Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T08:22:47.093Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-13T08:22:47.517Z] + ls -al . [2021-05-13T08:22:47.517Z] total 244 [2021-05-13T08:22:47.517Z] drwxrwxr-x 10 jenkins jenkins 4096 May 13 08:22 . [2021-05-13T08:22:47.517Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 08:18 .. [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 140 May 13 08:18 .dockerignore [2021-05-13T08:22:47.517Z] drwxrwxr-x 8 jenkins jenkins 4096 May 13 08:18 .git [2021-05-13T08:22:47.517Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 08:18 .github [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 138 May 13 08:18 .gitignore [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 987 May 13 08:18 Dockerfile.build [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 894 May 13 08:18 Jenkinsfile [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 13 08:18 LICENSE [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 13 08:18 Makefile [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 13 08:18 README.md [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 13 08:18 RELEASE-NOTES.txt [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 12 May 13 08:14 VERSION [2021-05-13T08:22:47.517Z] drwxrwxr-x 2 jenkins jenkins 4096 May 13 08:18 bin [2021-05-13T08:22:47.517Z] -rw-r--r-- 1 jenkins jenkins 126002 May 13 08:21 coverage.out [2021-05-13T08:22:47.517Z] drwxrwxr-x 5 jenkins jenkins 4096 May 13 08:18 example [2021-05-13T08:22:47.517Z] -rw-r--r-- 1 jenkins jenkins 575 May 13 08:22 go.mod [2021-05-13T08:22:47.517Z] -rw-r--r-- 1 jenkins jenkins 20408 May 13 08:19 go.sum [2021-05-13T08:22:47.517Z] drwxrwxr-x 15 jenkins jenkins 4096 May 13 08:18 internal [2021-05-13T08:22:47.517Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 08:18 openapi [2021-05-13T08:22:47.517Z] drwxrwxr-x 5 jenkins jenkins 4096 May 13 08:18 pkg [2021-05-13T08:22:47.517Z] drwxrwxr-x 4 jenkins jenkins 4096 May 13 08:18 snap [2021-05-13T08:22:47.517Z] -rw-rw-r-- 1 jenkins jenkins 222 May 13 08:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:22:47.937Z] + docker build -t 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=759496df5f428c8235f1427b99e1498ca885078c --label arch=arm64 --label version=2.0.0-dev.59 . [2021-05-13T08:22:48.556Z] Sending build context to Docker daemon 2.686MB [2021-05-13T08:22:48.556Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T08:22:48.556Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-13T08:22:48.556Z] ---> d179d2f4316a [2021-05-13T08:22:48.556Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-13T08:22:49.166Z] ---> Running in 464766773fd1 [2021-05-13T08:22:49.439Z] Removing intermediate container 464766773fd1 [2021-05-13T08:22:49.439Z] ---> 56051a79640c [2021-05-13T08:22:49.439Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:22:49.726Z] ---> Running in bf4d42f86790 [2021-05-13T08:22:49.998Z] Removing intermediate container bf4d42f86790 [2021-05-13T08:22:49.998Z] ---> ae9d5d2f7fe0 [2021-05-13T08:22:49.998Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:22:50.276Z] ---> Running in 0722a647ddb5 [2021-05-13T08:22:52.262Z] Removing intermediate container 0722a647ddb5 [2021-05-13T08:22:52.262Z] ---> 7e9c46b686f8 [2021-05-13T08:22:52.262Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-13T08:22:52.546Z] ---> Running in e7753e65546f [2021-05-13T08:22:53.528Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:22:54.499Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:22:55.131Z] OK: 139 MiB in 46 packages [2021-05-13T08:22:56.567Z] Removing intermediate container e7753e65546f [2021-05-13T08:22:56.567Z] ---> ff973aeb6d6b [2021-05-13T08:22:56.567Z] Step 7/23 : COPY . . [2021-05-13T08:22:58.005Z] ---> cb2f15ce8a7b [2021-05-13T08:22:58.005Z] Step 8/23 : RUN go mod download [2021-05-13T08:22:58.005Z] ---> Running in b60e2ee0c8a0 [2021-05-13T08:23:00.618Z] Removing intermediate container b60e2ee0c8a0 [2021-05-13T08:23:00.618Z] ---> 79287294bf68 [2021-05-13T08:23:00.619Z] Step 9/23 : RUN make build [2021-05-13T08:23:00.619Z] ---> Running in 0ea0e7e70208 [2021-05-13T08:23:01.599Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.59" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-13T08:23:40.636Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-13T08:23:40.636Z] Removing intermediate container 0ea0e7e70208 [2021-05-13T08:23:40.636Z] ---> 80b8c8a8f3e8 [2021-05-13T08:23:40.636Z] Step 10/23 : FROM alpine:3.12 [2021-05-13T08:23:40.636Z] 3.12: Pulling from library/alpine [2021-05-13T08:23:40.636Z] d2f70382dc9a: Pulling fs layer [2021-05-13T08:23:40.636Z] d2f70382dc9a: Verifying Checksum [2021-05-13T08:23:40.636Z] d2f70382dc9a: Download complete [2021-05-13T08:23:40.636Z] d2f70382dc9a: Pull complete [2021-05-13T08:23:40.636Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T08:23:40.636Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T08:23:40.636Z] ---> 9852663dfa18 [2021-05-13T08:23:40.636Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-13T08:23:40.636Z] ---> Running in 918b6b698b9f [2021-05-13T08:23:40.909Z] Removing intermediate container 918b6b698b9f [2021-05-13T08:23:40.909Z] ---> 328ef179c257 [2021-05-13T08:23:40.909Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T08:23:41.185Z] ---> Running in 1a746461cb62 [2021-05-13T08:23:43.173Z] Removing intermediate container 1a746461cb62 [2021-05-13T08:23:43.173Z] ---> e1ae7b93aa89 [2021-05-13T08:23:43.173Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-13T08:23:43.450Z] ---> Running in 6a953098fd6f [2021-05-13T08:23:44.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T08:23:45.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T08:23:46.455Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-13T08:23:46.455Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-13T08:23:46.734Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-13T08:23:47.007Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-13T08:23:47.599Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-13T08:23:47.599Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T08:23:47.599Z] OK: 8 MiB in 19 packages [2021-05-13T08:23:49.035Z] Removing intermediate container 6a953098fd6f [2021-05-13T08:23:49.035Z] ---> 50857a54701f [2021-05-13T08:23:49.035Z] Step 14/23 : WORKDIR / [2021-05-13T08:23:49.035Z] ---> Running in d989f226d462 [2021-05-13T08:23:49.629Z] Removing intermediate container d989f226d462 [2021-05-13T08:23:49.629Z] ---> 7d503342bc64 [2021-05-13T08:23:49.629Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-13T08:23:50.607Z] ---> 43da0d24c5ee [2021-05-13T08:23:50.607Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-13T08:23:51.604Z] ---> 831e9b7499c2 [2021-05-13T08:23:51.604Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-13T08:23:52.584Z] ---> 11204119f52e [2021-05-13T08:23:52.584Z] Step 18/23 : EXPOSE 49990 [2021-05-13T08:23:52.584Z] ---> Running in 01311e0ffd49 [2021-05-13T08:23:53.180Z] Removing intermediate container 01311e0ffd49 [2021-05-13T08:23:53.180Z] ---> 7b743f3ecce4 [2021-05-13T08:23:53.180Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-13T08:23:53.180Z] ---> Running in eb37b1287731 [2021-05-13T08:23:53.773Z] Removing intermediate container eb37b1287731 [2021-05-13T08:23:53.773Z] ---> 63dcf5bb1c8e [2021-05-13T08:23:53.773Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T08:23:54.045Z] ---> Running in 66990f4f6368 [2021-05-13T08:23:54.322Z] Removing intermediate container 66990f4f6368 [2021-05-13T08:23:54.322Z] ---> 0448da6038b1 [2021-05-13T08:23:54.322Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T08:23:54.597Z] ---> Running in 6633fd28ebb9 [2021-05-13T08:23:55.210Z] Removing intermediate container 6633fd28ebb9 [2021-05-13T08:23:55.210Z] ---> b193cceb1af3 [2021-05-13T08:23:55.210Z] Step 22/23 : LABEL git_sha=759496df5f428c8235f1427b99e1498ca885078c [2021-05-13T08:23:55.210Z] ---> Running in 4eaf19d8e763 [2021-05-13T08:23:55.804Z] Removing intermediate container 4eaf19d8e763 [2021-05-13T08:23:55.804Z] ---> e0de44153e3b [2021-05-13T08:23:55.804Z] Step 23/23 : LABEL version=2.0.0-dev.59 [2021-05-13T08:23:55.804Z] ---> Running in b26018d1735b [2021-05-13T08:23:56.398Z] Removing intermediate container b26018d1735b [2021-05-13T08:23:56.398Z] ---> 4d998e441798 [2021-05-13T08:23:56.398Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-13T08:23:56.398Z] Successfully built 4d998e441798 [2021-05-13T08:23:56.398Z] Successfully tagged 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:23:56.853Z] ---> job-cost.sh [2021-05-13T08:23:56.853Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zng6 [2021-05-13T08:24:53.372Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T08:26:45.164Z] lf-activate-venv(): INFO: Adding /tmp/venv-zng6/bin to PATH [2021-05-13T08:26:45.164Z] INFO: No Stack... [2021-05-13T08:26:45.164Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T08:26:45.164Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T08:26:45.514Z] + cut -d, -f6 [2021-05-13T08:26:45.514Z] + cat /w/workspace/device-sdk-go/164/archives/cost.csv [Pipeline] lock [2021-05-13T08:26:45.653Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] [2021-05-13T08:26:45.668Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] did not exist. Created. [2021-05-13T08:26:45.668Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:26:46.046Z] /w/workspace/device-sdk-go/164@tmp/durable-bff456ec/script.sh: 1: /w/workspace/device-sdk-go/164@tmp/durable-bff456ec/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-13T08:26:46.400Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T08:26:46.434Z] Warning: overwriting stash ‘stack-cost’ [2021-05-13T08:26:46.609Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T08:26:46.624Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-164-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-13T08:26:47.219Z] provisioning config files... [2021-05-13T08:26:47.236Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3435099687991739143tmp [Pipeline] { [Pipeline] sh [2021-05-13T08:26:47.630Z] + set +x [2021-05-13T08:26:47.630Z] + curl -s https://codecov.io/bash [2021-05-13T08:26:47.630Z] + bash -s -- [2021-05-13T08:26:47.892Z] [2021-05-13T08:26:47.892Z] _____ _ [2021-05-13T08:26:47.892Z] / ____| | | [2021-05-13T08:26:47.892Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T08:26:47.892Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T08:26:47.892Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T08:26:47.892Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T08:26:47.892Z] Bash-1.0.2 [2021-05-13T08:26:47.892Z] [2021-05-13T08:26:47.892Z] [2021-05-13T08:26:47.892Z] ==> git version 2.24.3 found [2021-05-13T08:26:47.892Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-13T08:26:47.892Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T08:26:47.892Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T08:26:47.892Z] ==> Jenkins CI detected. [2021-05-13T08:26:47.892Z] project root: . [2021-05-13T08:26:47.892Z] --> token set from env [2021-05-13T08:26:47.892Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T08:26:47.892Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T08:26:47.892Z] ==> Python coveragepy not found [2021-05-13T08:26:47.892Z] ==> Searching for coverage reports in: [2021-05-13T08:26:47.892Z] + . [2021-05-13T08:26:47.892Z] -> Found 1 reports [2021-05-13T08:26:47.892Z] ==> Detecting git/mercurial file structure [2021-05-13T08:26:47.892Z] ==> Reading reports [2021-05-13T08:26:47.892Z] + ./coverage.out bytes=126002 [2021-05-13T08:26:47.892Z] ==> Appending adjustments [2021-05-13T08:26:47.892Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T08:26:48.155Z] + Found adjustments [2021-05-13T08:26:48.155Z] ==> Gzipping contents [2021-05-13T08:26:48.155Z] 20K /tmp/codecov.Sc2fAT.gz [2021-05-13T08:26:48.155Z] ==> Uploading reports [2021-05-13T08:26:48.155Z] url: https://codecov.io [2021-05-13T08:26:48.156Z] query: branch=master&commit=759496df5f428c8235f1427b99e1498ca885078c&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F164%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T08:26:48.419Z] -> Pinging Codecov [2021-05-13T08:26:48.419Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=759496df5f428c8235f1427b99e1498ca885078c&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F164%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T08:26:48.996Z] -> Uploading to [2021-05-13T08:26:48.996Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/7E55EF52A471D76F132DFD9A03CDDE97/759496df5f428c8235f1427b99e1498ca885078c/a8992327-377c-47af-b1f0-8f409a85725e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T082648Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3a9875c8e69b9df7a48329e8f1436bd72d2cde8d58360df3807ee06c569ea5d [2021-05-13T08:26:48.996Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:26:48.996Z] Dload Upload Total Spent Left Speed [2021-05-13T08:26:49.572Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16442 0 0 100 16442 0 27290 --:--:-- --:--:-- --:--:-- 27312 [2021-05-13T08:26:49.572Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/759496df5f428c8235f1427b99e1498ca885078c [Pipeline] } [2021-05-13T08:26:49.583Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-13T08:26:50.281Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-13T08:26:50.320Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:26:50.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T08:26:50.632Z] [2021-05-13T08:26:50.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:26:50.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T08:26:50.957Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-13T08:26:50.957Z] 188c0c94c7c5: Pulling fs layer [2021-05-13T08:26:50.957Z] 0ef7d3d256c8: Pulling fs layer [2021-05-13T08:26:50.957Z] de9db76c5a1d: Pulling fs layer [2021-05-13T08:26:50.957Z] 0eba1c9be4d2: Pulling fs layer [2021-05-13T08:26:50.957Z] 0d57e429df01: Pulling fs layer [2021-05-13T08:26:50.957Z] 4e4be7b47b0d: Pulling fs layer [2021-05-13T08:26:50.957Z] e1f770b5df2f: Pulling fs layer [2021-05-13T08:26:50.957Z] 85a0685a4137: Pulling fs layer [2021-05-13T08:26:50.957Z] 0eba1c9be4d2: Waiting [2021-05-13T08:26:50.957Z] 0d57e429df01: Waiting [2021-05-13T08:26:50.957Z] 4e4be7b47b0d: Waiting [2021-05-13T08:26:50.957Z] e1f770b5df2f: Waiting [2021-05-13T08:26:50.957Z] 85a0685a4137: Waiting [2021-05-13T08:26:50.957Z] de9db76c5a1d: Download complete [2021-05-13T08:26:50.957Z] 0ef7d3d256c8: Download complete [2021-05-13T08:26:50.957Z] 0d57e429df01: Download complete [2021-05-13T08:26:50.957Z] 4e4be7b47b0d: Verifying Checksum [2021-05-13T08:26:50.957Z] 4e4be7b47b0d: Download complete [2021-05-13T08:26:50.957Z] 188c0c94c7c5: Verifying Checksum [2021-05-13T08:26:50.957Z] 188c0c94c7c5: Download complete [2021-05-13T08:26:51.542Z] 188c0c94c7c5: Pull complete [2021-05-13T08:26:51.806Z] 0ef7d3d256c8: Pull complete [2021-05-13T08:26:51.806Z] de9db76c5a1d: Pull complete [2021-05-13T08:26:52.753Z] e1f770b5df2f: Verifying Checksum [2021-05-13T08:26:52.753Z] e1f770b5df2f: Download complete [2021-05-13T08:26:54.696Z] 0eba1c9be4d2: Download complete [2021-05-13T08:26:54.962Z] 85a0685a4137: Verifying Checksum [2021-05-13T08:26:54.962Z] 85a0685a4137: Download complete [2021-05-13T08:27:00.298Z] 0eba1c9be4d2: Pull complete [2021-05-13T08:27:00.298Z] 0d57e429df01: Pull complete [2021-05-13T08:27:00.298Z] 4e4be7b47b0d: Pull complete [2021-05-13T08:27:02.252Z] e1f770b5df2f: Pull complete [2021-05-13T08:27:10.470Z] 85a0685a4137: Pull complete [2021-05-13T08:27:10.470Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-13T08:27:10.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T08:27:10.470Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-13T08:27:10.712Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:27:10.768Z] $ 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 [2021-05-13T08:27:11.904Z] $ docker top 876b01beeb4c7b389b28dbf16802189e3cecedceaf64d239d1d72495a62614a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T08:27:12.057Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-13T08:27:12.360Z] + set -o pipefail [2021-05-13T08:27:12.360Z] + snyk monitor '--org=edgex-jenkins' [2021-05-13T08:27:22.419Z] [2021-05-13T08:27:22.419Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-13T08:27:22.419Z] [2021-05-13T08:27:22.419Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/dc8eec94-423e-4d09-8794-d54e137fccbd [2021-05-13T08:27:22.419Z] [2021-05-13T08:27:22.419Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-13T08:27:22.419Z] [2021-05-13T08:27:22.419Z] [Pipeline] } [2021-05-13T08:27:22.437Z] $ docker stop --time=1 876b01beeb4c7b389b28dbf16802189e3cecedceaf64d239d1d72495a62614a5 [2021-05-13T08:27:25.763Z] $ docker rm -f 876b01beeb4c7b389b28dbf16802189e3cecedceaf64d239d1d72495a62614a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-13T08:27:27.027Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:27:27.047Z] provisioning config files... [2021-05-13T08:27:27.064Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1797658752411878883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:27:27.400Z] --> edgex-publish-swagger.sh [2021-05-13T08:27:27.400Z] === Publish openapi/v1 API === [2021-05-13T08:27:27.400Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-13T08:27:27.400Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-13T08:27:27.400Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:27:27.400Z] Dload Upload Total Spent Left Speed [2021-05-13T08:27:28.352Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25615 --:--:-- --:--:-- --:--:-- 25605 100 19947 0 0 100 19947 0 25605 --:--:-- --:--:-- --:--:-- 25605 [2021-05-13T08:27:28.352Z] [2021-05-13T08:27:28.352Z] [2021-05-13T08:27:28.352Z] === Publish openapi/v2 API === [2021-05-13T08:27:28.352Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-13T08:27:28.352Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-13T08:27:28.352Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T08:27:28.352Z] Dload Upload Total Spent Left Speed [2021-05-13T08:27:28.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 72662 --:--:-- --:--:-- --:--:-- 72613 100 51483 0 0 100 51483 0 72643 --:--:-- --:--:-- --:--:-- 72613 [2021-05-13T08:27:28.927Z] [2021-05-13T08:27:28.927Z] [Pipeline] } [2021-05-13T08:27:28.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T08:27:29.429Z] + git log --format=format:%s -1 759496df5f428c8235f1427b99e1498ca885078c [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:29.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:27:29.752Z] . [Pipeline] withDockerContainer [2021-05-13T08:27:29.863Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:27:29.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T08:27:30.739Z] $ docker top 12af7631d5bb208025c6d7d455728ccef965539431de173cc34f926004402725 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:27:30.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:27:30.952Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:27:31.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:27:31.188Z] $ docker exec 12af7631d5bb208025c6d7d455728ccef965539431de173cc34f926004402725 ssh-agent [2021-05-13T08:27:31.369Z] SSH_AUTH_SOCK=/tmp/ssh-2B0kn3mzkNb0/agent.12 [2021-05-13T08:27:31.369Z] SSH_AGENT_PID=18 [2021-05-13T08:27:31.379Z] Running ssh-add (command line suppressed) [2021-05-13T08:27:31.520Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3157258175498210847.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3157258175498210847.key) [2021-05-13T08:27:31.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:27:31.915Z] + git semver tag [2021-05-13T08:27:31.915Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:27:31.915Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T08:27:31.915Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T08:27:31.915Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:27:31.915Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:27:31.915Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:27:31.915Z] # $SEMVER_BRANCH = master [2021-05-13T08:27:31.915Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-13T08:27:31.915Z] # 759496df5f428c8235f1427b99e1498ca885078c HEAD [2021-05-13T08:27:32.180Z] # -> Force: false [2021-05-13T08:27:32.180Z] # ceba1aff7c78e938fb7dfb10819a9bdcfb73b01e refs/tags/v2.0.0-dev.59 [Pipeline] } [2021-05-13T08:27:32.197Z] $ docker exec --env ******** --env ******** 12af7631d5bb208025c6d7d455728ccef965539431de173cc34f926004402725 ssh-agent -k [2021-05-13T08:27:32.329Z] unset SSH_AUTH_SOCK; [2021-05-13T08:27:32.330Z] unset SSH_AGENT_PID; [2021-05-13T08:27:32.330Z] echo Agent pid 18 killed; [2021-05-13T08:27:32.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:27:32.738Z] + git semver [Pipeline] } [2021-05-13T08:27:32.758Z] $ docker stop --time=1 12af7631d5bb208025c6d7d455728ccef965539431de173cc34f926004402725 [2021-05-13T08:27:34.130Z] $ docker rm -f 12af7631d5bb208025c6d7d455728ccef965539431de173cc34f926004402725 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:34.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T08:27:34.635Z] [2021-05-13T08:27:34.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:27:34.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T08:27:34.955Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-13T08:27:34.955Z] ab5ef0e58194: Pulling fs layer [2021-05-13T08:27:34.955Z] 9712f1f96733: Pulling fs layer [2021-05-13T08:27:34.955Z] 63f879dbbcfc: Pulling fs layer [2021-05-13T08:27:34.955Z] 0d9ebad4ef96: Pulling fs layer [2021-05-13T08:27:34.955Z] e9a5061849ea: Pulling fs layer [2021-05-13T08:27:34.956Z] d747dcd14b5f: Pulling fs layer [2021-05-13T08:27:34.956Z] 2de7ff778b66: Pulling fs layer [2021-05-13T08:27:34.956Z] 0d9ebad4ef96: Waiting [2021-05-13T08:27:34.956Z] d747dcd14b5f: Waiting [2021-05-13T08:27:34.956Z] 2de7ff778b66: Waiting [2021-05-13T08:27:34.956Z] e9a5061849ea: Waiting [2021-05-13T08:27:34.956Z] 9712f1f96733: Verifying Checksum [2021-05-13T08:27:34.956Z] 9712f1f96733: Download complete [2021-05-13T08:27:36.893Z] 63f879dbbcfc: Verifying Checksum [2021-05-13T08:27:36.893Z] 63f879dbbcfc: Download complete [2021-05-13T08:27:36.893Z] e9a5061849ea: Verifying Checksum [2021-05-13T08:27:36.893Z] e9a5061849ea: Download complete [2021-05-13T08:27:36.893Z] d747dcd14b5f: Verifying Checksum [2021-05-13T08:27:36.893Z] d747dcd14b5f: Download complete [2021-05-13T08:27:37.157Z] 2de7ff778b66: Verifying Checksum [2021-05-13T08:27:37.157Z] 2de7ff778b66: Download complete [2021-05-13T08:27:37.419Z] 0d9ebad4ef96: Verifying Checksum [2021-05-13T08:27:37.419Z] 0d9ebad4ef96: Download complete [2021-05-13T08:27:37.682Z] ab5ef0e58194: Verifying Checksum [2021-05-13T08:27:37.682Z] ab5ef0e58194: Download complete [2021-05-13T08:27:43.015Z] ab5ef0e58194: Pull complete [2021-05-13T08:27:43.015Z] 9712f1f96733: Pull complete [2021-05-13T08:27:46.411Z] 63f879dbbcfc: Pull complete [2021-05-13T08:27:51.854Z] 0d9ebad4ef96: Pull complete [2021-05-13T08:27:53.781Z] e9a5061849ea: Pull complete [2021-05-13T08:27:53.781Z] d747dcd14b5f: Pull complete [2021-05-13T08:27:56.361Z] 2de7ff778b66: Pull complete [2021-05-13T08:27:56.361Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-13T08:27:56.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T08:27:56.361Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-13T08:27:56.585Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:27:56.647Z] $ 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 [2021-05-13T08:28:00.787Z] $ docker top e0c33350cefa8944c508d71dbfa2af16a14ac309b2c6a24c424106d79fc2c93d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:28:00.954Z] provisioning config files... [2021-05-13T08:28:00.966Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7520979423934942744tmp [2021-05-13T08:28:00.987Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8091375071977821042tmp [2021-05-13T08:28:01.002Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2428039454694189296tmp [Pipeline] { [Pipeline] echo [2021-05-13T08:28:01.029Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:01.343Z] ---> sigul-configuration.sh [2021-05-13T08:28:01.343Z] gpg: directory `/root/.gnupg' created [2021-05-13T08:28:01.343Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-13T08:28:01.343Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-13T08:28:01.343Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-13T08:28:01.343Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-13T08:28:01.343Z] gpg: CAST5 encrypted data [2021-05-13T08:28:01.622Z] gpg: encrypted with 1 passphrase [2021-05-13T08:28:01.622Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-13T08:28:02.020Z] + mkdir /home/jenkins [2021-05-13T08:28:02.020Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-13T08:28:02.413Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-05-13T08:28:02.428Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:02.753Z] ---> sigul-install.sh [2021-05-13T08:28:12.815Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-13T08:28:13.143Z] + git tag --list [2021-05-13T08:28:13.143Z] 0.7.1 [2021-05-13T08:28:13.143Z] delhi-tag [2021-05-13T08:28:13.143Z] v1.0.0 [2021-05-13T08:28:13.143Z] v1.1.0 [2021-05-13T08:28:13.143Z] v1.1.1 [2021-05-13T08:28:13.143Z] v1.1.2 [2021-05-13T08:28:13.143Z] v1.2.0 [2021-05-13T08:28:13.143Z] v1.2.1 [2021-05-13T08:28:13.143Z] v1.2.2 [2021-05-13T08:28:13.143Z] v1.2.3 [2021-05-13T08:28:13.143Z] v1.3.0 [2021-05-13T08:28:13.143Z] v1.4.0 [2021-05-13T08:28:13.143Z] v2.0.0-dev.1 [2021-05-13T08:28:13.143Z] v2.0.0-dev.10 [2021-05-13T08:28:13.143Z] v2.0.0-dev.11 [2021-05-13T08:28:13.143Z] v2.0.0-dev.12 [2021-05-13T08:28:13.143Z] v2.0.0-dev.13 [2021-05-13T08:28:13.143Z] v2.0.0-dev.14 [2021-05-13T08:28:13.143Z] v2.0.0-dev.15 [2021-05-13T08:28:13.143Z] v2.0.0-dev.16 [2021-05-13T08:28:13.143Z] v2.0.0-dev.17 [2021-05-13T08:28:13.143Z] v2.0.0-dev.18 [2021-05-13T08:28:13.143Z] v2.0.0-dev.19 [2021-05-13T08:28:13.143Z] v2.0.0-dev.2 [2021-05-13T08:28:13.143Z] v2.0.0-dev.20 [2021-05-13T08:28:13.143Z] v2.0.0-dev.21 [2021-05-13T08:28:13.143Z] v2.0.0-dev.22 [2021-05-13T08:28:13.143Z] v2.0.0-dev.23 [2021-05-13T08:28:13.143Z] v2.0.0-dev.24 [2021-05-13T08:28:13.143Z] v2.0.0-dev.25 [2021-05-13T08:28:13.143Z] v2.0.0-dev.26 [2021-05-13T08:28:13.143Z] v2.0.0-dev.27 [2021-05-13T08:28:13.143Z] v2.0.0-dev.28 [2021-05-13T08:28:13.143Z] v2.0.0-dev.29 [2021-05-13T08:28:13.143Z] v2.0.0-dev.3 [2021-05-13T08:28:13.143Z] v2.0.0-dev.30 [2021-05-13T08:28:13.143Z] v2.0.0-dev.31 [2021-05-13T08:28:13.143Z] v2.0.0-dev.32 [2021-05-13T08:28:13.143Z] v2.0.0-dev.33 [2021-05-13T08:28:13.143Z] v2.0.0-dev.34 [2021-05-13T08:28:13.143Z] v2.0.0-dev.35 [2021-05-13T08:28:13.143Z] v2.0.0-dev.36 [2021-05-13T08:28:13.143Z] v2.0.0-dev.37 [2021-05-13T08:28:13.143Z] v2.0.0-dev.38 [2021-05-13T08:28:13.143Z] v2.0.0-dev.39 [2021-05-13T08:28:13.143Z] v2.0.0-dev.4 [2021-05-13T08:28:13.143Z] v2.0.0-dev.40 [2021-05-13T08:28:13.143Z] v2.0.0-dev.41 [2021-05-13T08:28:13.143Z] v2.0.0-dev.42 [2021-05-13T08:28:13.143Z] v2.0.0-dev.43 [2021-05-13T08:28:13.143Z] v2.0.0-dev.44 [2021-05-13T08:28:13.143Z] v2.0.0-dev.45 [2021-05-13T08:28:13.143Z] v2.0.0-dev.46 [2021-05-13T08:28:13.143Z] v2.0.0-dev.47 [2021-05-13T08:28:13.143Z] v2.0.0-dev.48 [2021-05-13T08:28:13.143Z] v2.0.0-dev.49 [2021-05-13T08:28:13.143Z] v2.0.0-dev.5 [2021-05-13T08:28:13.143Z] v2.0.0-dev.50 [2021-05-13T08:28:13.143Z] v2.0.0-dev.51 [2021-05-13T08:28:13.143Z] v2.0.0-dev.52 [2021-05-13T08:28:13.143Z] v2.0.0-dev.53 [2021-05-13T08:28:13.143Z] v2.0.0-dev.54 [2021-05-13T08:28:13.143Z] v2.0.0-dev.55 [2021-05-13T08:28:13.143Z] v2.0.0-dev.56 [2021-05-13T08:28:13.143Z] v2.0.0-dev.57 [2021-05-13T08:28:13.143Z] v2.0.0-dev.58 [2021-05-13T08:28:13.143Z] v2.0.0-dev.59 [2021-05-13T08:28:13.143Z] v2.0.0-dev.6 [2021-05-13T08:28:13.143Z] v2.0.0-dev.7 [2021-05-13T08:28:13.143Z] v2.0.0-dev.8 [2021-05-13T08:28:13.143Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-13T08:28:13.455Z] + lftools sign git-tag v2.0.0-dev.59 [2021-05-13T08:28:14.900Z] Signing Git tag with Sigul... [2021-05-13T08:28:14.900Z] Signing v2.0.0-dev.59 [Pipeline] echo [2021-05-13T08:28:16.430Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:16.736Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-13T08:28:16.747Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-13T08:28:16.777Z] $ docker stop --time=1 e0c33350cefa8944c508d71dbfa2af16a14ac309b2c6a24c424106d79fc2c93d [2021-05-13T08:28:18.270Z] $ docker rm -f e0c33350cefa8944c508d71dbfa2af16a14ac309b2c6a24c424106d79fc2c93d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:18.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:28:18.852Z] . [Pipeline] withDockerContainer [2021-05-13T08:28:18.964Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:28:19.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T08:28:19.888Z] $ docker top 68404b3a4309d0cc7e87c74c219bc11078a93043e402703d6136bf8a196bdc4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:28:20.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:28:20.082Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:28:20.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:28:20.317Z] $ docker exec 68404b3a4309d0cc7e87c74c219bc11078a93043e402703d6136bf8a196bdc4c ssh-agent [2021-05-13T08:28:20.513Z] SSH_AUTH_SOCK=/tmp/ssh-XldN84oL03Yd/agent.11 [2021-05-13T08:28:20.513Z] SSH_AGENT_PID=16 [2021-05-13T08:28:20.521Z] Running ssh-add (command line suppressed) [2021-05-13T08:28:20.659Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3254296026340742341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3254296026340742341.key) [2021-05-13T08:28:20.720Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:28:21.026Z] + git semver bump pre [2021-05-13T08:28:21.026Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:28:21.026Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T08:28:21.026Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T08:28:21.026Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:28:21.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:28:21.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:28:21.026Z] # $SEMVER_BRANCH = master [2021-05-13T08:28:21.026Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-13T08:28:21.026Z] 2.0.0-dev.60 [Pipeline] } [2021-05-13T08:28:21.041Z] $ docker exec --env ******** --env ******** 68404b3a4309d0cc7e87c74c219bc11078a93043e402703d6136bf8a196bdc4c ssh-agent -k [2021-05-13T08:28:21.175Z] unset SSH_AUTH_SOCK; [2021-05-13T08:28:21.175Z] unset SSH_AGENT_PID; [2021-05-13T08:28:21.175Z] echo Agent pid 16 killed; [2021-05-13T08:28:21.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:28:21.565Z] + git semver [Pipeline] } [2021-05-13T08:28:21.584Z] $ docker stop --time=1 68404b3a4309d0cc7e87c74c219bc11078a93043e402703d6136bf8a196bdc4c [2021-05-13T08:28:22.949Z] $ docker rm -f 68404b3a4309d0cc7e87c74c219bc11078a93043e402703d6136bf8a196bdc4c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:23.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T08:28:23.394Z] . [Pipeline] withDockerContainer [2021-05-13T08:28:23.498Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:28:23.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T08:28:24.234Z] $ docker top ed4846351a226b4f98c12cb3a4e5efaec88dee88366222a7c861148b31723494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T08:28:24.459Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T08:28:24.459Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T08:28:24.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T08:28:24.667Z] $ docker exec ed4846351a226b4f98c12cb3a4e5efaec88dee88366222a7c861148b31723494 ssh-agent [2021-05-13T08:28:24.856Z] SSH_AUTH_SOCK=/tmp/ssh-C3x0Q8xMDavx/agent.12 [2021-05-13T08:28:24.856Z] SSH_AGENT_PID=17 [2021-05-13T08:28:24.864Z] Running ssh-add (command line suppressed) [2021-05-13T08:28:25.004Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7173905511574867308.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7173905511574867308.key) [2021-05-13T08:28:25.067Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T08:28:25.370Z] + git semver push [2021-05-13T08:28:25.371Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T08:28:25.371Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-13T08:28:25.371Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T08:28:25.371Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T08:28:25.371Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T08:28:25.371Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T08:28:25.371Z] # $SEMVER_BRANCH = master [2021-05-13T08:28:25.371Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-13T08:28:30.682Z] $ docker exec --env ******** --env ******** ed4846351a226b4f98c12cb3a4e5efaec88dee88366222a7c861148b31723494 ssh-agent -k [2021-05-13T08:28:30.840Z] unset SSH_AUTH_SOCK; [2021-05-13T08:28:30.842Z] unset SSH_AGENT_PID; [2021-05-13T08:28:30.842Z] echo Agent pid 17 killed; [2021-05-13T08:28:30.914Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T08:28:31.369Z] + git semver [Pipeline] } [2021-05-13T08:28:31.387Z] $ docker stop --time=1 ed4846351a226b4f98c12cb3a4e5efaec88dee88366222a7c861148b31723494 [2021-05-13T08:28:32.858Z] $ docker rm -f ed4846351a226b4f98c12cb3a4e5efaec88dee88366222a7c861148b31723494 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:33.737Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:34.326Z] ---> package-listing.sh [2021-05-13T08:28:34.326Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T08:28:34.326Z] ++ facter osfamily [2021-05-13T08:28:34.326Z] + OS_FAMILY=redhat [2021-05-13T08:28:34.326Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-13T08:28:34.326Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T08:28:34.326Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T08:28:34.326Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T08:28:34.326Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T08:28:34.326Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-13T08:28:34.326Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T08:28:34.326Z] + case "${OS_FAMILY}" in [2021-05-13T08:28:34.326Z] + rpm -qa [2021-05-13T08:28:34.326Z] + sort [2021-05-13T08:28:39.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T08:28:39.648Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T08:28:39.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T08:28:39.648Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-13T08:28:39.648Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-13T08:28:39.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-05-13T08:28:39.664Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T08:28:39.964Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:40.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:28:40.275Z] [2021-05-13T08:28:40.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T08:28:40.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:28:40.595Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T08:28:40.595Z] df20fa9351a1: Pulling fs layer [2021-05-13T08:28:40.595Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T08:28:40.595Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T08:28:40.595Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T08:28:40.595Z] 93b61091891f: Pulling fs layer [2021-05-13T08:28:40.595Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T08:28:40.595Z] 5e14af77c1be: Pulling fs layer [2021-05-13T08:28:40.595Z] 01666e4c0597: Pulling fs layer [2021-05-13T08:28:40.595Z] aa168da1d23b: Pulling fs layer [2021-05-13T08:28:40.595Z] 46f8f816bc3b: Waiting [2021-05-13T08:28:40.595Z] 5e14af77c1be: Waiting [2021-05-13T08:28:40.595Z] 93b61091891f: Waiting [2021-05-13T08:28:40.595Z] 93b9cdb0e59b: Waiting [2021-05-13T08:28:40.595Z] aa168da1d23b: Waiting [2021-05-13T08:28:40.595Z] 01666e4c0597: Waiting [2021-05-13T08:28:40.595Z] 36b3adc4ff6f: Download complete [2021-05-13T08:28:40.595Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T08:28:40.595Z] 46f8f816bc3b: Download complete [2021-05-13T08:28:40.857Z] df20fa9351a1: Verifying Checksum [2021-05-13T08:28:40.857Z] df20fa9351a1: Download complete [2021-05-13T08:28:40.857Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T08:28:40.857Z] 93b9cdb0e59b: Download complete [2021-05-13T08:28:40.857Z] 5e14af77c1be: Download complete [2021-05-13T08:28:40.857Z] 01666e4c0597: Verifying Checksum [2021-05-13T08:28:40.857Z] 01666e4c0597: Download complete [2021-05-13T08:28:40.857Z] 93b61091891f: Verifying Checksum [2021-05-13T08:28:40.857Z] 93b61091891f: Download complete [2021-05-13T08:28:41.122Z] df20fa9351a1: Pull complete [2021-05-13T08:28:41.401Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T08:28:41.401Z] 8ad3a11d3b57: Download complete [2021-05-13T08:28:41.688Z] 36b3adc4ff6f: Pull complete [2021-05-13T08:28:42.776Z] 8ad3a11d3b57: Pull complete [2021-05-13T08:28:42.776Z] 46f8f816bc3b: Pull complete [2021-05-13T08:28:43.351Z] aa168da1d23b: Verifying Checksum [2021-05-13T08:28:43.351Z] aa168da1d23b: Download complete [2021-05-13T08:28:43.929Z] 93b61091891f: Pull complete [2021-05-13T08:28:44.192Z] 93b9cdb0e59b: Pull complete [2021-05-13T08:28:44.192Z] 5e14af77c1be: Pull complete [2021-05-13T08:28:44.461Z] 01666e4c0597: Pull complete [2021-05-13T08:28:52.660Z] aa168da1d23b: Pull complete [2021-05-13T08:28:52.660Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T08:28:52.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T08:28:52.660Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T08:28:52.866Z] prd-centos7-docker-4c-2g-5057 does not seem to be running inside a container [2021-05-13T08:28:52.916Z] $ 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 [2021-05-13T08:28:55.911Z] $ docker top a711ab5086da57934367ddbfead5dc9dc77f82070e87f4a4abb9b71a7152280a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T08:28:56.340Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T08:28:56.643Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T08:28:56.944Z] + ls /var/log/sa-host [2021-05-13T08:28:56.944Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T08:28:56.944Z] file_magic: OK [2021-05-13T08:28:56.944Z] HZ: Using current value: 100 [2021-05-13T08:28:56.944Z] file_header: OK [2021-05-13T08:28:56.944Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-13T08:28:56.944Z] Statistics: [2021-05-13T08:28:56.944Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T08:28:56.944Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T08:28:56.944Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T08:28:56.944Z] file_magic: OK [2021-05-13T08:28:56.944Z] HZ: Using current value: 100 [2021-05-13T08:28:56.944Z] file_header: OK [2021-05-13T08:28:56.944Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-13T08:28:56.944Z] Statistics: [2021-05-13T08:28:56.944Z] Hnuu...uuuununununu... [2021-05-13T08:28:56.944Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T08:28:57.121Z] provisioning config files... [2021-05-13T08:28:57.138Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3205901758057972365tmp [Pipeline] { [Pipeline] echo [2021-05-13T08:28:57.159Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:57.457Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T08:28:57.467Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T08:28:57.493Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:57.793Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T08:28:57.805Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:58.103Z] ---> sudo-logs.sh [2021-05-13T08:28:58.103Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T08:28:58.136Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:28:58.436Z] ---> job-cost.sh [2021-05-13T08:28:58.436Z] lf-activate-venv: SKIPPING [2021-05-13T08:28:58.436Z] DEBUG: total: 0.20999999344348907 [2021-05-13T08:28:58.436Z] INFO: Retrieving Stack Cost... [2021-05-13T08:28:59.832Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T08:29:00.094Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T08:29:00.110Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T08:29:00.417Z] ---> logs-deploy.sh [2021-05-13T08:29:00.417Z] lf-activate-venv: SKIPPING [2021-05-13T08:29:00.417Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/164 [2021-05-13T08:29:00.417Z] INFO: archiving workspace using pattern(s): [2021-05-13T08:29:02.374Z] Archives upload complete. [2021-05-13T08:29:02.636Z] INFO: archiving logs to Nexus