Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c59eaec4927ead084ac23e2dc62563ecf0e6da75 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-4017 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 c59eaec4927ead084ac23e2dc62563ecf0e6da75 (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 c59eaec4927ead084ac23e2dc62563ecf0e6da75 # timeout=10 Commit message: "test: add unit tests for SDK (#900)" > git rev-list --no-walk edddd13237ed2f870dfa3fb5fc7d300be4879f06 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T06:19:46.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T06:19:46.934Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T06:19:46.965Z] ========================================================= [2021-05-10T06:19:46.965Z] EdgeX Global Pipelines Version Info [2021-05-10T06:19:46.965Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:19:49.357Z] ------------------- [2021-05-10T06:19:49.357Z] stable info: [2021-05-10T06:19:49.357Z] ------------------- [2021-05-10T06:19:49.357Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T06:19:49.357Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T06:19:49.357Z] Message: update stable to v1.0.191 [2021-05-10T06:19:50.461Z] ------------------- [2021-05-10T06:19:50.461Z] experimental info: [2021-05-10T06:19:50.461Z] ------------------- [2021-05-10T06:19:50.461Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T06:19:50.461Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T06:19:50.461Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T06:19:50.668Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-10T06:19:50.697Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-10T06:19:50.722Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T06:19:50.749Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T06:19:50.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T06:19:50.817Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T06:19:50.844Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T06:19:50.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T06:19:50.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-10T06:19:50.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T06:19:51.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T06:19:51.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-10T06:19:51.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T06:19:51.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T06:19:51.123Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T06:19:51.147Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T06:19:51.184Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T06:19:51.210Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T06:19:51.234Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T06:19:51.260Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T06:19:51.299Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T06:19:51.323Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T06:19:51.347Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T06:19:51.371Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T06:19:51.430Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-10T06:19:51.455Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T06:19:51.481Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-10T06:19:51.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-10T06:19:51.558Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-10T06:19:51.583Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c59eaec4927ead084ac23e2dc62563ecf0e6da75 [Pipeline] echo [2021-05-10T06:19:51.608Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c59eaec [Pipeline] echo [2021-05-10T06:19:51.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:19:51.727Z] provisioning config files... [2021-05-10T06:19:51.787Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config514895724257212270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:19:52.193Z] ---> docker-login.sh [2021-05-10T06:19:52.193Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:19:52.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:19:53.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:19:53.100Z] Configure a credential helper to remove this warning. See [2021-05-10T06:19:53.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:19:53.100Z] [2021-05-10T06:19:53.100Z] Login Succeeded [2021-05-10T06:19:53.100Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:19:53.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:19:53.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:19:53.397Z] Configure a credential helper to remove this warning. See [2021-05-10T06:19:53.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:19:53.397Z] [2021-05-10T06:19:53.397Z] Login Succeeded [2021-05-10T06:19:53.397Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:19:53.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:19:53.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:19:53.994Z] Configure a credential helper to remove this warning. See [2021-05-10T06:19:53.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:19:53.994Z] [2021-05-10T06:19:53.994Z] Login Succeeded [2021-05-10T06:19:53.994Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:19:54.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:19:54.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:19:54.289Z] Configure a credential helper to remove this warning. See [2021-05-10T06:19:54.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:19:54.289Z] [2021-05-10T06:19:54.289Z] Login Succeeded [2021-05-10T06:19:54.289Z] docker.io [2021-05-10T06:19:54.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:19:54.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:19:54.854Z] Configure a credential helper to remove this warning. See [2021-05-10T06:19:54.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:19:54.854Z] [2021-05-10T06:19:54.854Z] Login Succeeded [2021-05-10T06:19:54.854Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:19:54.886Z] 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-10T06:19:55.410Z] + git log --format=format:%s -1 c59eaec4927ead084ac23e2dc62563ecf0e6da75 [Pipeline] echo [2021-05-10T06:19:55.606Z] GIT_COMMIT: c59eaec4927ead084ac23e2dc62563ecf0e6da75, Commit Message: test: add unit tests for SDK (#900) [Pipeline] echo [2021-05-10T06:19:55.636Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:19:56.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:19:56.245Z] [2021-05-10T06:19:56.245Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:19:56.694Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:19:56.694Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T06:19:56.694Z] 31603596830f: Pulling fs layer [2021-05-10T06:19:56.694Z] 54011a49482f: Pulling fs layer [2021-05-10T06:19:56.694Z] a6820b24f6d8: Pulling fs layer [2021-05-10T06:19:56.694Z] f581987b2513: Pulling fs layer [2021-05-10T06:19:56.694Z] f581987b2513: Waiting [2021-05-10T06:19:56.694Z] 54011a49482f: Verifying Checksum [2021-05-10T06:19:56.694Z] 54011a49482f: Download complete [2021-05-10T06:19:57.327Z] 31603596830f: Verifying Checksum [2021-05-10T06:19:57.327Z] 31603596830f: Download complete [2021-05-10T06:19:57.619Z] f581987b2513: Verifying Checksum [2021-05-10T06:19:57.619Z] f581987b2513: Download complete [2021-05-10T06:19:57.619Z] a6820b24f6d8: Verifying Checksum [2021-05-10T06:19:57.619Z] a6820b24f6d8: Download complete [2021-05-10T06:19:57.906Z] 31603596830f: Pull complete [2021-05-10T06:19:58.190Z] 54011a49482f: Pull complete [2021-05-10T06:19:59.717Z] a6820b24f6d8: Pull complete [2021-05-10T06:19:59.987Z] f581987b2513: Pull complete [2021-05-10T06:19:59.987Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T06:19:59.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:19:59.987Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T06:20:00.151Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:20:00.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T06:20:02.712Z] $ docker top 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T06:20:02.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:20:02.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:20:03.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:20:03.222Z] $ docker exec 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c ssh-agent [2021-05-10T06:20:03.439Z] SSH_AUTH_SOCK=/tmp/ssh-00JbdIsSU6nH/agent.12 [2021-05-10T06:20:03.439Z] SSH_AGENT_PID=17 [2021-05-10T06:20:03.457Z] Running ssh-add (command line suppressed) [2021-05-10T06:20:03.644Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9082631639793412500.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9082631639793412500.key) [2021-05-10T06:20:03.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:20:04.030Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T06:20:04.056Z] $ docker exec --env ******** --env ******** 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c ssh-agent -k [2021-05-10T06:20:04.206Z] unset SSH_AUTH_SOCK; [2021-05-10T06:20:04.207Z] unset SSH_AGENT_PID; [2021-05-10T06:20:04.207Z] echo Agent pid 17 killed; [2021-05-10T06:20:04.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T06:20:04.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:20:04.310Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:20:04.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:20:04.571Z] $ docker exec 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c ssh-agent [2021-05-10T06:20:04.792Z] SSH_AUTH_SOCK=/tmp/ssh-FCd9A3JbLzc7/agent.48 [2021-05-10T06:20:04.792Z] SSH_AGENT_PID=54 [2021-05-10T06:20:04.802Z] Running ssh-add (command line suppressed) [2021-05-10T06:20:04.945Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_576437720862315669.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_576437720862315669.key) [2021-05-10T06:20:05.006Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:20:05.336Z] + git semver init [2021-05-10T06:20:05.336Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T06:20:05.336Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T06:20:05.336Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T06:20:05.336Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T06:20:05.336Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T06:20:05.336Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T06:20:05.336Z] # $SEMVER_BRANCH = master [2021-05-10T06:20:05.336Z] # $SEMVER_TEMP = /tmp/semver-079386903 [2021-05-10T06:20:05.336Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-10T06:20:07.273Z] # '/tmp/semver-079386903' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-10T06:20:07.273Z] # -> Force: false [2021-05-10T06:20:07.273Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-10T06:20:07.290Z] $ docker exec --env ******** --env ******** 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c ssh-agent -k [2021-05-10T06:20:07.431Z] unset SSH_AUTH_SOCK; [2021-05-10T06:20:07.431Z] unset SSH_AGENT_PID; [2021-05-10T06:20:07.431Z] echo Agent pid 54 killed; [2021-05-10T06:20:07.483Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T06:20:07.827Z] + git semver [Pipeline] } [2021-05-10T06:20:07.848Z] $ docker stop --time=1 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c [2021-05-10T06:20:09.567Z] $ docker rm -f 142c6f93d9ec4b0f3a4900c522a69276e9f7920778982b3d7815dbab7e765e4c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T06:20:10.038Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T06:20:10.467Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T06:20:10.471Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.53 [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-10T06:20:10.827Z] Running on prd-centos7-docker-4c-2g-4018 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-10T06:20:10.849Z] Running in /w/workspace/device-sdk-go/158 [Pipeline] { [Pipeline] checkout [2021-05-10T06:20:14.910Z] using credential edgex-jenkins-ssh [2021-05-10T06:20:14.930Z] Cloning the remote Git repository [2021-05-10T06:20:14.961Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:20:15.051Z] > git init /w/workspace/device-sdk-go/158 # timeout=10 [2021-05-10T06:20:15.130Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:20:15.131Z] > git --version # timeout=10 [2021-05-10T06:20:15.145Z] > git --version # 'git version 2.24.3' [2021-05-10T06:20:15.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:20:15.281Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:20:16.674Z] Checking out Revision c59eaec4927ead084ac23e2dc62563ecf0e6da75 (master) [2021-05-10T06:20:16.246Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:20:16.262Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:20:16.275Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:20:16.292Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:20:16.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:20:16.299Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T06:20:16.689Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:20:16.704Z] > git checkout -f c59eaec4927ead084ac23e2dc62563ecf0e6da75 # timeout=10 [2021-05-10T06:20:20.730Z] Commit message: "test: add unit tests for SDK (#900)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:20:21.779Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:20:22.141Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:20:22.510Z] + sudo service docker restart [2021-05-10T06:20:22.510Z] + true [2021-05-10T06:20:22.510Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:20:24.555Z] provisioning config files... [2021-05-10T06:20:24.592Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/158@tmp/config238380358248452458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:20:24.953Z] ---> docker-login.sh [2021-05-10T06:20:24.953Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:20:25.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:20:25.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:20:25.494Z] Configure a credential helper to remove this warning. See [2021-05-10T06:20:25.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:20:25.494Z] [2021-05-10T06:20:25.494Z] Login Succeeded [2021-05-10T06:20:25.494Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:20:25.699Z] Still waiting to schedule task [2021-05-10T06:20:25.699Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-10T06:20:25.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:20:25.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:20:25.773Z] Configure a credential helper to remove this warning. See [2021-05-10T06:20:25.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:20:25.773Z] [2021-05-10T06:20:25.773Z] Login Succeeded [2021-05-10T06:20:25.773Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:20:25.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:20:26.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:20:26.049Z] Configure a credential helper to remove this warning. See [2021-05-10T06:20:26.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:20:26.049Z] [2021-05-10T06:20:26.049Z] Login Succeeded [2021-05-10T06:20:26.049Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:20:26.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:20:26.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:20:26.315Z] Configure a credential helper to remove this warning. See [2021-05-10T06:20:26.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:20:26.315Z] [2021-05-10T06:20:26.315Z] Login Succeeded [2021-05-10T06:20:26.315Z] docker.io [2021-05-10T06:20:26.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:20:26.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:20:26.580Z] Configure a credential helper to remove this warning. See [2021-05-10T06:20:26.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:20:26.580Z] [2021-05-10T06:20:26.580Z] Login Succeeded [2021-05-10T06:20:26.580Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:20:26.592Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T06:20:26.820Z] ========================================================= [2021-05-10T06:20:26.820Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T06:20:26.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:20:27.146Z] + 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-10T06:20:27.414Z] Sending build context to Docker daemon 2.526MB [2021-05-10T06:20:27.414Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T06:20:27.414Z] Step 2/8 : FROM ${BASE} [2021-05-10T06:20:27.414Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T06:20:27.414Z] 540db60ca938: Pulling fs layer [2021-05-10T06:20:27.414Z] adcc1eea9eea: Pulling fs layer [2021-05-10T06:20:27.414Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T06:20:27.414Z] 0510c868ecb4: Pulling fs layer [2021-05-10T06:20:27.414Z] afea3b2eda06: Pulling fs layer [2021-05-10T06:20:27.415Z] 7809a108b3ef: Pulling fs layer [2021-05-10T06:20:27.415Z] f706445af74f: Pulling fs layer [2021-05-10T06:20:27.415Z] 0510c868ecb4: Waiting [2021-05-10T06:20:27.415Z] afea3b2eda06: Waiting [2021-05-10T06:20:27.415Z] 7809a108b3ef: Waiting [2021-05-10T06:20:27.415Z] f706445af74f: Waiting [2021-05-10T06:20:27.415Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T06:20:27.415Z] 4c4ab2625f07: Download complete [2021-05-10T06:20:27.415Z] adcc1eea9eea: Download complete [2021-05-10T06:20:27.415Z] afea3b2eda06: Verifying Checksum [2021-05-10T06:20:27.415Z] afea3b2eda06: Download complete [2021-05-10T06:20:27.415Z] 7809a108b3ef: Verifying Checksum [2021-05-10T06:20:27.415Z] 7809a108b3ef: Download complete [2021-05-10T06:20:27.415Z] 540db60ca938: Verifying Checksum [2021-05-10T06:20:27.415Z] 540db60ca938: Download complete [2021-05-10T06:20:28.023Z] 540db60ca938: Pull complete [2021-05-10T06:20:28.298Z] adcc1eea9eea: Pull complete [2021-05-10T06:20:28.298Z] 4c4ab2625f07: Pull complete [2021-05-10T06:20:30.313Z] f706445af74f: Verifying Checksum [2021-05-10T06:20:30.313Z] f706445af74f: Download complete [2021-05-10T06:20:32.415Z] 0510c868ecb4: Verifying Checksum [2021-05-10T06:20:32.415Z] 0510c868ecb4: Download complete [2021-05-10T06:20:40.840Z] 0510c868ecb4: Pull complete [2021-05-10T06:20:40.840Z] afea3b2eda06: Pull complete [2021-05-10T06:20:40.840Z] 7809a108b3ef: Pull complete [2021-05-10T06:20:46.292Z] f706445af74f: Pull complete [2021-05-10T06:20:46.292Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T06:20:46.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T06:20:46.292Z] ---> b068be0155e3 [2021-05-10T06:20:46.292Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:20:47.731Z] ---> Running in b87cc081c29f [2021-05-10T06:20:48.000Z] Removing intermediate container b87cc081c29f [2021-05-10T06:20:48.000Z] ---> 6efaab4ea87a [2021-05-10T06:20:48.000Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:20:48.278Z] ---> Running in 1d071d0afbeb [2021-05-10T06:20:49.699Z] Removing intermediate container 1d071d0afbeb [2021-05-10T06:20:49.699Z] ---> eb8312338d9c [2021-05-10T06:20:49.699Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-10T06:20:49.699Z] ---> Running in 10779ff90658 [2021-05-10T06:20:50.278Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T06:20:52.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T06:20:53.625Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-10T06:20:53.625Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-10T06:20:53.890Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-10T06:20:54.156Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-10T06:20:54.156Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-10T06:20:54.420Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-10T06:20:54.690Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T06:20:54.690Z] OK: 150 MiB in 46 packages [2021-05-10T06:20:55.661Z] Removing intermediate container 10779ff90658 [2021-05-10T06:20:55.661Z] ---> 62bc5db72aaa [2021-05-10T06:20:55.661Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-10T06:20:55.661Z] ---> Running in 4834da8ce8d4 [2021-05-10T06:20:55.927Z] Removing intermediate container 4834da8ce8d4 [2021-05-10T06:20:55.927Z] ---> e09e6892515a [2021-05-10T06:20:55.927Z] Step 7/8 : COPY . . [2021-05-10T06:20:57.379Z] ---> 1aefe9f916c6 [2021-05-10T06:20:57.379Z] Step 8/8 : RUN go mod download [2021-05-10T06:20:57.379Z] ---> Running in b7fc9c5ab603 [2021-05-10T06:21:24.140Z] Removing intermediate container b7fc9c5ab603 [2021-05-10T06:21:24.140Z] ---> e213e84d8157 [2021-05-10T06:21:24.140Z] Successfully built e213e84d8157 [2021-05-10T06:21:24.140Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:21:24.467Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T06:21:24.467Z] . [Pipeline] withDockerContainer [2021-05-10T06:21:24.597Z] prd-centos7-docker-4c-2g-4018 does not seem to be running inside a container [2021-05-10T06:21:24.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T06:21:25.667Z] $ docker top 53182b27b8be105c95cf6dc22e84517606064f0f1841981ebe81e6a038b61d89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:21:26.142Z] + go version [2021-05-10T06:21:26.142Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T06:21:26.159Z] $ docker stop --time=1 53182b27b8be105c95cf6dc22e84517606064f0f1841981ebe81e6a038b61d89 [2021-05-10T06:21:27.583Z] $ docker rm -f 53182b27b8be105c95cf6dc22e84517606064f0f1841981ebe81e6a038b61d89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:21:28.138Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T06:21:28.138Z] . [Pipeline] withDockerContainer [2021-05-10T06:21:28.243Z] prd-centos7-docker-4c-2g-4018 does not seem to be running inside a container [2021-05-10T06:21:28.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T06:21:29.022Z] $ docker top bf3ba6e9f99565eecf8af2b4c3e3885a71c749e91879d3609bf88e14e8ec05d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:21:29.510Z] + go mod tidy [Pipeline] sh [2021-05-10T06:21:30.496Z] + make test [2021-05-10T06:21:30.496Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T06:21:40.658Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-10T06:22:19.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.093s coverage: 25.4% of statements [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-10T06:22:19.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.081s coverage: 28.1% of statements [2021-05-10T06:22:19.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.093s coverage: 78.9% of statements [2021-05-10T06:22:19.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.070s coverage: 10.7% of statements [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-10T06:22:19.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.117s coverage: 30.2% of statements [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-10T06:22:19.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-10T06:22:19.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.164s coverage: 58.4% of statements [2021-05-10T06:22:20.860Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.353s coverage: 89.2% of statements [2021-05-10T06:22:20.860Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-10T06:22:20.860Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.069s coverage: 5.0% of statements [2021-05-10T06:22:20.860Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-10T06:22:20.860Z] GO111MODULE=on go vet ./... [2021-05-10T06:22:42.282Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4021 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-10T06:22:42.308Z] Running in /w/workspace/device-sdk-go/158 [Pipeline] { [Pipeline] checkout [2021-05-10T06:22:47.846Z] gofmt -l . [2021-05-10T06:22:47.846Z] [ "`gofmt -l .`" = "" ] [2021-05-10T06:22:47.846Z] ./bin/test-attribution-txt.sh [2021-05-10T06:22:48.442Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T06:22:48.464Z] $ docker stop --time=1 bf3ba6e9f99565eecf8af2b4c3e3885a71c749e91879d3609bf88e14e8ec05d3 [2021-05-10T06:22:48.553Z] using credential edgex-jenkins-ssh [2021-05-10T06:22:48.580Z] Cloning the remote Git repository [2021-05-10T06:22:48.651Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:22:48.755Z] > git init /w/workspace/device-sdk-go/158 # timeout=10 [2021-05-10T06:22:48.817Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:22:48.817Z] > git --version # timeout=10 [2021-05-10T06:22:48.838Z] > git --version # 'git version 2.17.1' [2021-05-10T06:22:48.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:22:48.921Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:22:50.290Z] $ docker rm -f bf3ba6e9f99565eecf8af2b4c3e3885a71c749e91879d3609bf88e14e8ec05d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T06:22:50.719Z] Checking out Revision c59eaec4927ead084ac23e2dc62563ecf0e6da75 (master) [2021-05-10T06:22:51.004Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T06:22:50.089Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:22:50.113Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T06:22:50.138Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T06:22:50.169Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T06:22:50.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T06:22:50.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T06:22:50.741Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T06:22:50.754Z] > git checkout -f c59eaec4927ead084ac23e2dc62563ecf0e6da75 # timeout=10 [2021-05-10T06:22:51.622Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-10T06:22:52.785Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T06:22:53.101Z] + ls -al . [2021-05-10T06:22:53.101Z] total 212 [2021-05-10T06:22:53.101Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 10 06:22 . [2021-05-10T06:22:53.101Z] drwxrwxr-x. 4 jenkins jenkins 32 May 10 06:20 .. [2021-05-10T06:22:53.101Z] drwxrwxr-x. 2 jenkins jenkins 64 May 10 06:20 bin [2021-05-10T06:22:53.101Z] -rw-r--r--. 1 jenkins jenkins 124140 May 10 06:22 coverage.out [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 987 May 10 06:20 Dockerfile.build [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 140 May 10 06:20 .dockerignore [2021-05-10T06:22:53.101Z] drwxrwxr-x. 5 jenkins jenkins 62 May 10 06:20 example [2021-05-10T06:22:53.101Z] drwxrwxr-x. 8 jenkins jenkins 162 May 10 06:20 .git [2021-05-10T06:22:53.101Z] drwxrwxr-x. 2 jenkins jenkins 103 May 10 06:20 .github [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 138 May 10 06:20 .gitignore [2021-05-10T06:22:53.101Z] -rw-r--r--. 1 jenkins jenkins 575 May 10 06:22 go.mod [2021-05-10T06:22:53.101Z] -rw-r--r--. 1 jenkins jenkins 20904 May 10 06:21 go.sum [2021-05-10T06:22:53.101Z] drwxrwxr-x. 15 jenkins jenkins 222 May 10 06:20 internal [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 901 May 10 06:20 Jenkinsfile [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 10 06:20 LICENSE [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 1022 May 10 06:20 Makefile [2021-05-10T06:22:53.101Z] drwxrwxr-x. 4 jenkins jenkins 26 May 10 06:20 openapi [2021-05-10T06:22:53.101Z] drwxrwxr-x. 5 jenkins jenkins 50 May 10 06:20 pkg [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 10 06:20 README.md [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 10 06:20 RELEASE-NOTES.txt [2021-05-10T06:22:53.101Z] drwxrwxr-x. 4 jenkins jenkins 54 May 10 06:20 snap [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 12 May 10 06:20 VERSION [2021-05-10T06:22:53.101Z] -rw-rw-r--. 1 jenkins jenkins 222 May 10 06:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:22:53.457Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c59eaec4927ead084ac23e2dc62563ecf0e6da75 --label arch=amd64 --label version=2.0.0-dev.53 . [2021-05-10T06:22:54.092Z] Sending build context to Docker daemon 2.651MB [2021-05-10T06:22:54.092Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T06:22:54.092Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T06:22:54.092Z] ---> e213e84d8157 [2021-05-10T06:22:54.092Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-10T06:22:54.363Z] ---> Running in fbe6fe017346 [2021-05-10T06:22:54.658Z] Removing intermediate container fbe6fe017346 [2021-05-10T06:22:54.658Z] ---> 68bf8a2cc4dc [2021-05-10T06:22:54.658Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:22:54.905Z] Commit message: "test: add unit tests for SDK (#900)" [2021-05-10T06:22:54.934Z] ---> Running in 9b36383ca79a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-05-10T06:22:55.209Z] Removing intermediate container 9b36383ca79a [2021-05-10T06:22:55.209Z] ---> 1b095b8a561a [2021-05-10T06:22:55.209Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:22:55.209Z] ---> Running in 5c64e1127bbb [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:22:56.276Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:22:56.635Z] Removing intermediate container 5c64e1127bbb [2021-05-10T06:22:56.635Z] ---> 70a02bc92896 [2021-05-10T06:22:56.636Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T06:22:56.636Z] ---> Running in 32737be9c7d8 [2021-05-10T06:22:56.716Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T06:22:57.056Z] + + true [2021-05-10T06:22:57.056Z] sudo service docker restart [2021-05-10T06:22:57.628Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T06:22:59.041Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T06:22:59.726Z] provisioning config files... [2021-05-10T06:22:59.766Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/158@tmp/config8829050861451022134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:23:00.002Z] OK: 150 MiB in 46 packages [2021-05-10T06:23:00.154Z] ---> docker-login.sh [2021-05-10T06:23:00.154Z] nexus3.edgexfoundry.org:10001 [2021-05-10T06:23:00.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:23:00.976Z] Removing intermediate container 32737be9c7d8 [2021-05-10T06:23:00.976Z] ---> 6665680d7df8 [2021-05-10T06:23:00.977Z] Step 7/23 : COPY . . [2021-05-10T06:23:01.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:23:01.360Z] Configure a credential helper to remove this warning. See [2021-05-10T06:23:01.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:23:01.360Z] [2021-05-10T06:23:01.360Z] Login Succeeded [2021-05-10T06:23:01.360Z] nexus3.edgexfoundry.org:10002 [2021-05-10T06:23:01.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:23:01.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:23:01.912Z] Configure a credential helper to remove this warning. See [2021-05-10T06:23:01.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:23:01.912Z] [2021-05-10T06:23:01.912Z] Login Succeeded [2021-05-10T06:23:01.912Z] nexus3.edgexfoundry.org:10003 [2021-05-10T06:23:01.943Z] ---> 3d96f6872bc6 [2021-05-10T06:23:01.943Z] Step 8/23 : RUN go mod download [2021-05-10T06:23:01.943Z] ---> Running in e7302eaee953 [2021-05-10T06:23:02.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:23:02.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:23:02.474Z] Configure a credential helper to remove this warning. See [2021-05-10T06:23:02.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:23:02.474Z] [2021-05-10T06:23:02.474Z] Login Succeeded [2021-05-10T06:23:02.474Z] nexus3.edgexfoundry.org:10004 [2021-05-10T06:23:02.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:23:03.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:23:03.023Z] Configure a credential helper to remove this warning. See [2021-05-10T06:23:03.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:23:03.023Z] [2021-05-10T06:23:03.023Z] Login Succeeded [2021-05-10T06:23:03.023Z] docker.io [2021-05-10T06:23:03.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T06:23:03.359Z] Removing intermediate container e7302eaee953 [2021-05-10T06:23:03.359Z] ---> 111625e5fdc7 [2021-05-10T06:23:03.359Z] Step 9/23 : RUN make build [2021-05-10T06:23:03.359Z] ---> Running in aaccaa99ddbc [2021-05-10T06:23:03.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T06:23:03.568Z] Configure a credential helper to remove this warning. See [2021-05-10T06:23:03.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T06:23:03.568Z] [2021-05-10T06:23:03.568Z] Login Succeeded [2021-05-10T06:23:03.568Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T06:23:03.585Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T06:23:03.867Z] ========================================================= [2021-05-10T06:23:03.867Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T06:23:03.867Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:23:04.207Z] + 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-10T06:23:04.330Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.53" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-10T06:23:04.480Z] Sending build context to Docker daemon 2.525MB [2021-05-10T06:23:04.761Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T06:23:04.761Z] Step 2/8 : FROM ${BASE} [2021-05-10T06:23:04.761Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T06:23:04.761Z] 595b0fe564bb: Pulling fs layer [2021-05-10T06:23:04.761Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T06:23:04.761Z] 316046926c0a: Pulling fs layer [2021-05-10T06:23:04.761Z] 4ebd0625c992: Pulling fs layer [2021-05-10T06:23:04.761Z] 207e8628e3a3: Pulling fs layer [2021-05-10T06:23:04.761Z] c791037a9be2: Pulling fs layer [2021-05-10T06:23:04.761Z] ffd874e62e21: Pulling fs layer [2021-05-10T06:23:04.761Z] 4ebd0625c992: Waiting [2021-05-10T06:23:04.761Z] 207e8628e3a3: Waiting [2021-05-10T06:23:04.761Z] c791037a9be2: Waiting [2021-05-10T06:23:04.761Z] ffd874e62e21: Waiting [2021-05-10T06:23:04.761Z] 316046926c0a: Verifying Checksum [2021-05-10T06:23:04.761Z] 316046926c0a: Download complete [2021-05-10T06:23:04.761Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T06:23:04.761Z] 7186ed65a4f7: Download complete [2021-05-10T06:23:04.761Z] 207e8628e3a3: Verifying Checksum [2021-05-10T06:23:04.761Z] 207e8628e3a3: Download complete [2021-05-10T06:23:04.761Z] c791037a9be2: Download complete [2021-05-10T06:23:04.761Z] 595b0fe564bb: Download complete [2021-05-10T06:23:05.759Z] 595b0fe564bb: Pull complete [2021-05-10T06:23:06.039Z] 7186ed65a4f7: Pull complete [2021-05-10T06:23:06.652Z] 316046926c0a: Pull complete [2021-05-10T06:23:06.938Z] ffd874e62e21: Verifying Checksum [2021-05-10T06:23:06.938Z] ffd874e62e21: Download complete [2021-05-10T06:23:08.371Z] 4ebd0625c992: Verifying Checksum [2021-05-10T06:23:08.371Z] 4ebd0625c992: Download complete [2021-05-10T06:23:18.571Z] 4ebd0625c992: Pull complete [2021-05-10T06:23:18.571Z] 207e8628e3a3: Pull complete [2021-05-10T06:23:19.168Z] c791037a9be2: Pull complete [2021-05-10T06:23:22.552Z] ffd874e62e21: Pull complete [2021-05-10T06:23:22.552Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T06:23:22.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T06:23:22.552Z] ---> cfc18b08335c [2021-05-10T06:23:22.552Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:23:22.962Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-10T06:23:22.962Z] Removing intermediate container aaccaa99ddbc [2021-05-10T06:23:22.962Z] ---> 6e05a6e9312a [2021-05-10T06:23:22.962Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T06:23:22.962Z] 3.12: Pulling from library/alpine [2021-05-10T06:23:22.962Z] 339de151aab4: Pulling fs layer [2021-05-10T06:23:23.272Z] 339de151aab4: Verifying Checksum [2021-05-10T06:23:23.272Z] 339de151aab4: Download complete [2021-05-10T06:23:23.546Z] 339de151aab4: Pull complete [2021-05-10T06:23:23.546Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T06:23:23.546Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T06:23:23.546Z] ---> 13621d1b12d4 [2021-05-10T06:23:23.546Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:23:23.844Z] ---> Running in d1d07afb7fe8 [2021-05-10T06:23:24.140Z] Removing intermediate container d1d07afb7fe8 [2021-05-10T06:23:24.140Z] ---> f1389b42e943 [2021-05-10T06:23:24.140Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:23:24.140Z] ---> Running in 949c7f573a4d [2021-05-10T06:23:25.943Z] ---> Running in 25bf93966c7f [2021-05-10T06:23:25.943Z] Removing intermediate container 25bf93966c7f [2021-05-10T06:23:25.943Z] ---> 45a3e902d79f [2021-05-10T06:23:25.943Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:23:25.943Z] ---> Running in 91166e43e6ba [2021-05-10T06:23:26.191Z] Removing intermediate container 949c7f573a4d [2021-05-10T06:23:26.191Z] ---> 96e6d73406f2 [2021-05-10T06:23:26.191Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-10T06:23:26.191Z] ---> Running in fcd9cc06c836 [2021-05-10T06:23:26.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T06:23:28.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T06:23:28.592Z] Removing intermediate container 91166e43e6ba [2021-05-10T06:23:28.592Z] ---> 68068cf9871f [2021-05-10T06:23:28.592Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-10T06:23:28.592Z] ---> Running in 1437d6d57349 [2021-05-10T06:23:28.813Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-10T06:23:28.813Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-10T06:23:29.085Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-10T06:23:29.582Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T06:23:30.501Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-10T06:23:30.501Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-10T06:23:30.766Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T06:23:30.766Z] OK: 8 MiB in 19 packages [2021-05-10T06:23:31.550Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T06:23:31.732Z] Removing intermediate container fcd9cc06c836 [2021-05-10T06:23:31.732Z] ---> dfc5dd8e5304 [2021-05-10T06:23:31.732Z] Step 14/23 : WORKDIR / [2021-05-10T06:23:31.732Z] ---> Running in 1b11640a2cef [2021-05-10T06:23:31.732Z] Removing intermediate container 1b11640a2cef [2021-05-10T06:23:31.732Z] ---> 6128b4d5c2fc [2021-05-10T06:23:31.732Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-10T06:23:32.005Z] ---> daa9216f3ff3 [2021-05-10T06:23:32.005Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-10T06:23:32.525Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-10T06:23:32.796Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-10T06:23:32.991Z] ---> 1460d06038d3 [2021-05-10T06:23:32.991Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-10T06:23:33.262Z] ---> b9ea5f42871b [2021-05-10T06:23:33.262Z] Step 18/23 : EXPOSE 49990 [2021-05-10T06:23:33.262Z] ---> Running in 8239d0ec226c [2021-05-10T06:23:33.390Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-10T06:23:33.660Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-10T06:23:33.905Z] Removing intermediate container 8239d0ec226c [2021-05-10T06:23:33.905Z] ---> f3270521270d [2021-05-10T06:23:33.905Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-10T06:23:33.905Z] ---> Running in 04d72eaa9599 [2021-05-10T06:23:33.931Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-10T06:23:33.931Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-10T06:23:34.204Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T06:23:34.204Z] OK: 139 MiB in 46 packages [2021-05-10T06:23:34.210Z] Removing intermediate container 04d72eaa9599 [2021-05-10T06:23:34.210Z] ---> 81bed1d74eeb [2021-05-10T06:23:34.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T06:23:34.796Z] ---> Running in 43827e676400 [2021-05-10T06:23:35.072Z] Removing intermediate container 43827e676400 [2021-05-10T06:23:35.072Z] ---> dcd458f69531 [2021-05-10T06:23:35.072Z] Step 21/23 : LABEL arch=amd64 [2021-05-10T06:23:35.072Z] ---> Running in 72c5f2bffd45 [2021-05-10T06:23:35.355Z] Removing intermediate container 72c5f2bffd45 [2021-05-10T06:23:35.355Z] ---> b3941f8cc506 [2021-05-10T06:23:35.355Z] Step 22/23 : LABEL git_sha=c59eaec4927ead084ac23e2dc62563ecf0e6da75 [2021-05-10T06:23:35.355Z] ---> Running in ee2b61c84ce4 [2021-05-10T06:23:35.623Z] Removing intermediate container ee2b61c84ce4 [2021-05-10T06:23:35.623Z] ---> da95417123a4 [2021-05-10T06:23:35.623Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-05-10T06:23:35.623Z] ---> Running in 564a7ae39458 [2021-05-10T06:23:35.638Z] Removing intermediate container 1437d6d57349 [2021-05-10T06:23:35.638Z] ---> b674f5ddee64 [2021-05-10T06:23:35.638Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-10T06:23:35.900Z] Removing intermediate container 564a7ae39458 [2021-05-10T06:23:35.900Z] ---> f1cefd35fedc [2021-05-10T06:23:35.900Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-10T06:23:35.900Z] Successfully built f1cefd35fedc [2021-05-10T06:23:35.900Z] Successfully tagged docker-device-sdk-simple:latest [2021-05-10T06:23:35.911Z] ---> Running in 26731be81ba9 [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-10T06:23:36.503Z] Removing intermediate container 26731be81ba9 [2021-05-10T06:23:36.503Z] ---> 90a104ce725a [2021-05-10T06:23:36.503Z] Step 7/8 : COPY . . [2021-05-10T06:23:36.525Z] ---> job-cost.sh [2021-05-10T06:23:36.525Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6JTl [2021-05-10T06:23:37.479Z] ---> 23aa484e7bc8 [2021-05-10T06:23:37.479Z] Step 8/8 : RUN go mod download [2021-05-10T06:23:37.757Z] ---> Running in 4323ac9832dc [2021-05-10T06:23:54.807Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T06:24:04.538Z] Removing intermediate container 4323ac9832dc [2021-05-10T06:24:04.538Z] ---> 62a43fa075d0 [2021-05-10T06:24:04.538Z] Successfully built 62a43fa075d0 [2021-05-10T06:24:04.538Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:24:04.889Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T06:24:04.889Z] . [Pipeline] withDockerContainer [2021-05-10T06:24:05.163Z] prd-ubuntu18.04-docker-arm64-4c-16g-4021 does not seem to be running inside a container [2021-05-10T06:24:05.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@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-10T06:24:06.900Z] $ docker top 858afde0a407547dbbfbbe4e7bb1dc14837bc8526343e81e2d9472d9856f3725 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:24:07.851Z] + go version [2021-05-10T06:24:07.851Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T06:24:07.878Z] $ docker stop --time=1 858afde0a407547dbbfbbe4e7bb1dc14837bc8526343e81e2d9472d9856f3725 [2021-05-10T06:24:09.878Z] $ docker rm -f 858afde0a407547dbbfbbe4e7bb1dc14837bc8526343e81e2d9472d9856f3725 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:24:10.575Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T06:24:10.575Z] . [Pipeline] withDockerContainer [2021-05-10T06:24:10.812Z] prd-ubuntu18.04-docker-arm64-4c-16g-4021 does not seem to be running inside a container [2021-05-10T06:24:10.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/158 -v /w/workspace/device-sdk-go/158:/w/workspace/device-sdk-go/158:rw,z -v /w/workspace/device-sdk-go/158@tmp:/w/workspace/device-sdk-go/158@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-10T06:24:12.381Z] $ docker top 2de95fc75af47891c498208819bef87b0eb42b1cc00b28713b85af4be780e2dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:24:13.332Z] + go mod tidy [Pipeline] sh [2021-05-10T06:24:14.592Z] + make test [2021-05-10T06:24:14.593Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T06:24:27.198Z] lf-activate-venv(): INFO: Adding /tmp/venv-6JTl/bin to PATH [2021-05-10T06:24:27.198Z] INFO: No Stack... [2021-05-10T06:24:27.198Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T06:24:27.198Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T06:24:27.526Z] + cat /w/workspace/device-sdk-go/158/archives/cost.csv [2021-05-10T06:24:27.526Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T06:24:27.634Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] [2021-05-10T06:24:27.643Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] did not exist. Created. [2021-05-10T06:24:27.643Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T06:24:27.989Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T06:24:28.167Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T06:24:28.203Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T06:24:36.791Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-10T06:25:45.008Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-10T06:25:45.008Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-10T06:25:45.008Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-10T06:25:55.227Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.178s coverage: 25.4% of statements [2021-05-10T06:25:55.227Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-10T06:25:55.227Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.177s coverage: 28.1% of statements [2021-05-10T06:25:55.227Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.207s coverage: 78.9% of statements [2021-05-10T06:25:55.227Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.175s coverage: 10.7% of statements [2021-05-10T06:25:55.227Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-10T06:25:55.227Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-10T06:25:55.227Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-10T06:25:57.938Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.268s coverage: 30.2% of statements [2021-05-10T06:25:57.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-10T06:25:57.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-10T06:25:57.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-10T06:25:57.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-10T06:25:58.932Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.348s coverage: 58.4% of statements [2021-05-10T06:26:00.917Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.116s coverage: 89.2% of statements [2021-05-10T06:26:00.917Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-10T06:26:00.917Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.137s coverage: 5.0% of statements [2021-05-10T06:26:00.917Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-10T06:26:01.513Z] GO111MODULE=on go vet ./... [2021-05-10T06:26:58.135Z] gofmt -l . [2021-05-10T06:26:58.135Z] [ "`gofmt -l .`" = "" ] [2021-05-10T06:26:58.135Z] ./bin/test-attribution-txt.sh [2021-05-10T06:26:58.135Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T06:26:58.162Z] $ docker stop --time=1 2de95fc75af47891c498208819bef87b0eb42b1cc00b28713b85af4be780e2dd [2021-05-10T06:27:00.354Z] $ docker rm -f 2de95fc75af47891c498208819bef87b0eb42b1cc00b28713b85af4be780e2dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T06:27:01.436Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T06:27:01.465Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T06:27:02.368Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T06:27:02.823Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T06:27:03.176Z] + ls -al . [2021-05-10T06:27:03.176Z] total 248 [2021-05-10T06:27:03.176Z] drwxrwxr-x 10 jenkins jenkins 4096 May 10 06:26 . [2021-05-10T06:27:03.176Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:22 .. [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 140 May 10 06:22 .dockerignore [2021-05-10T06:27:03.176Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:22 .git [2021-05-10T06:27:03.176Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:22 .github [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 138 May 10 06:22 .gitignore [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 987 May 10 06:22 Dockerfile.build [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 901 May 10 06:22 Jenkinsfile [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 10 06:22 LICENSE [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 1022 May 10 06:22 Makefile [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 10 06:22 README.md [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 10 06:22 RELEASE-NOTES.txt [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 12 May 10 06:20 VERSION [2021-05-10T06:27:03.176Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:22 bin [2021-05-10T06:27:03.176Z] -rw-r--r-- 1 jenkins jenkins 124140 May 10 06:26 coverage.out [2021-05-10T06:27:03.176Z] drwxrwxr-x 5 jenkins jenkins 4096 May 10 06:22 example [2021-05-10T06:27:03.176Z] -rw-r--r-- 1 jenkins jenkins 575 May 10 06:26 go.mod [2021-05-10T06:27:03.176Z] -rw-r--r-- 1 jenkins jenkins 20904 May 10 06:24 go.sum [2021-05-10T06:27:03.176Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:22 internal [2021-05-10T06:27:03.176Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:22 openapi [2021-05-10T06:27:03.176Z] drwxrwxr-x 5 jenkins jenkins 4096 May 10 06:22 pkg [2021-05-10T06:27:03.176Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:22 snap [2021-05-10T06:27:03.176Z] -rw-rw-r-- 1 jenkins jenkins 222 May 10 06:22 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:27:03.520Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c59eaec4927ead084ac23e2dc62563ecf0e6da75 --label arch=arm64 --label version=2.0.0-dev.53 . [2021-05-10T06:27:04.116Z] Sending build context to Docker daemon 2.65MB [2021-05-10T06:27:04.116Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T06:27:04.116Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T06:27:04.116Z] ---> 62a43fa075d0 [2021-05-10T06:27:04.116Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-10T06:27:04.389Z] ---> Running in 4dc5d47205aa [2021-05-10T06:27:04.671Z] Removing intermediate container 4dc5d47205aa [2021-05-10T06:27:04.671Z] ---> 900d8b6ccc0a [2021-05-10T06:27:04.671Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:27:04.956Z] ---> Running in f3b1da291f65 [2021-05-10T06:27:05.560Z] Removing intermediate container f3b1da291f65 [2021-05-10T06:27:05.560Z] ---> 37cc671a0bcf [2021-05-10T06:27:05.560Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:27:05.560Z] ---> Running in 017eb2091dab [2021-05-10T06:27:07.535Z] Removing intermediate container 017eb2091dab [2021-05-10T06:27:07.535Z] ---> 36c396dc8e40 [2021-05-10T06:27:07.535Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T06:27:07.813Z] ---> Running in aebd42f17154 [2021-05-10T06:27:08.790Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T06:27:10.757Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T06:27:11.732Z] OK: 139 MiB in 46 packages [2021-05-10T06:27:13.165Z] Removing intermediate container aebd42f17154 [2021-05-10T06:27:13.165Z] ---> fae2da47fa51 [2021-05-10T06:27:13.165Z] Step 7/23 : COPY . . [2021-05-10T06:27:14.613Z] ---> 01df50d77f6f [2021-05-10T06:27:14.613Z] Step 8/23 : RUN go mod download [2021-05-10T06:27:14.613Z] ---> Running in c938744f9135 [2021-05-10T06:27:17.235Z] Removing intermediate container c938744f9135 [2021-05-10T06:27:17.235Z] ---> c93368f2bdcd [2021-05-10T06:27:17.235Z] Step 9/23 : RUN make build [2021-05-10T06:27:17.235Z] ---> Running in b71f5f77347f [2021-05-10T06:27:18.216Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.53" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-10T06:27:50.578Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-10T06:27:53.188Z] Removing intermediate container b71f5f77347f [2021-05-10T06:27:53.188Z] ---> af05a9cb3509 [2021-05-10T06:27:53.188Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T06:27:53.777Z] 3.12: Pulling from library/alpine [2021-05-10T06:27:53.777Z] d2f70382dc9a: Pulling fs layer [2021-05-10T06:27:54.049Z] d2f70382dc9a: Verifying Checksum [2021-05-10T06:27:54.049Z] d2f70382dc9a: Download complete [2021-05-10T06:27:54.641Z] d2f70382dc9a: Pull complete [2021-05-10T06:27:54.641Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T06:27:54.641Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T06:27:54.641Z] ---> 9852663dfa18 [2021-05-10T06:27:54.641Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T06:27:54.912Z] ---> Running in e375f8a43443 [2021-05-10T06:27:55.194Z] Removing intermediate container e375f8a43443 [2021-05-10T06:27:55.194Z] ---> 76fab454ad92 [2021-05-10T06:27:55.194Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T06:27:55.467Z] ---> Running in dcb5ec731423 [2021-05-10T06:27:57.433Z] Removing intermediate container dcb5ec731423 [2021-05-10T06:27:57.433Z] ---> ecdf55d39d52 [2021-05-10T06:27:57.433Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-10T06:27:57.705Z] ---> Running in d5ae018d48bc [2021-05-10T06:27:58.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T06:28:00.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T06:28:01.066Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-10T06:28:01.336Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-10T06:28:01.604Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-10T06:28:01.873Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-10T06:28:02.143Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-10T06:28:02.417Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T06:28:02.417Z] OK: 8 MiB in 19 packages [2021-05-10T06:28:03.850Z] Removing intermediate container d5ae018d48bc [2021-05-10T06:28:03.850Z] ---> b684cd208ebe [2021-05-10T06:28:03.850Z] Step 14/23 : WORKDIR / [2021-05-10T06:28:03.850Z] ---> Running in 8dc49ffc7d8a [2021-05-10T06:28:04.441Z] Removing intermediate container 8dc49ffc7d8a [2021-05-10T06:28:04.441Z] ---> 00dac6f8545d [2021-05-10T06:28:04.441Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-10T06:28:05.035Z] ---> bbfcf823a092 [2021-05-10T06:28:05.035Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-10T06:28:06.467Z] ---> cd83a522bcd9 [2021-05-10T06:28:06.467Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-10T06:28:07.063Z] ---> 3d73a8baf125 [2021-05-10T06:28:07.063Z] Step 18/23 : EXPOSE 49990 [2021-05-10T06:28:07.336Z] ---> Running in d25ac78e321c [2021-05-10T06:28:07.610Z] Removing intermediate container d25ac78e321c [2021-05-10T06:28:07.610Z] ---> ec7790215361 [2021-05-10T06:28:07.610Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-10T06:28:07.881Z] ---> Running in 8e7361c7509e [2021-05-10T06:28:08.473Z] Removing intermediate container 8e7361c7509e [2021-05-10T06:28:08.473Z] ---> 8b88a622035c [2021-05-10T06:28:08.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T06:28:08.473Z] ---> Running in b329663a72ac [2021-05-10T06:28:09.089Z] Removing intermediate container b329663a72ac [2021-05-10T06:28:09.089Z] ---> 97a0a5f665ad [2021-05-10T06:28:09.089Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T06:28:09.089Z] ---> Running in 9d6040ffe235 [2021-05-10T06:28:09.681Z] Removing intermediate container 9d6040ffe235 [2021-05-10T06:28:09.681Z] ---> 14e493aa3da1 [2021-05-10T06:28:09.681Z] Step 22/23 : LABEL git_sha=c59eaec4927ead084ac23e2dc62563ecf0e6da75 [2021-05-10T06:28:09.681Z] ---> Running in 8a7eddd9bdd4 [2021-05-10T06:28:10.276Z] Removing intermediate container 8a7eddd9bdd4 [2021-05-10T06:28:10.276Z] ---> 605e3f2ff5b7 [2021-05-10T06:28:10.276Z] Step 23/23 : LABEL version=2.0.0-dev.53 [2021-05-10T06:28:10.547Z] ---> Running in 478f871eff68 [2021-05-10T06:28:10.820Z] Removing intermediate container 478f871eff68 [2021-05-10T06:28:10.820Z] ---> 0930d0c1f364 [2021-05-10T06:28:10.820Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-10T06:28:11.090Z] Successfully built 0930d0c1f364 [2021-05-10T06:28:11.090Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:28:11.544Z] ---> job-cost.sh [2021-05-10T06:28:11.544Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xIXj [2021-05-10T06:28:50.612Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T06:30:27.355Z] lf-activate-venv(): INFO: Adding /tmp/venv-xIXj/bin to PATH [2021-05-10T06:30:27.355Z] INFO: No Stack... [2021-05-10T06:30:27.355Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T06:30:27.355Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T06:30:27.693Z] + cat /w/workspace/device-sdk-go/158/archives/cost.csv [2021-05-10T06:30:27.693Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T06:30:27.807Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] [2021-05-10T06:30:27.823Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] did not exist. Created. [2021-05-10T06:30:27.823Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-158-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T06:30:28.185Z] /w/workspace/device-sdk-go/158@tmp/durable-c3576291/script.sh: 1: /w/workspace/device-sdk-go/158@tmp/durable-c3576291/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T06:30:28.526Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T06:30:28.557Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T06:30:28.709Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T06:30:28.728Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-158-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-10T06:30:29.381Z] provisioning config files... [2021-05-10T06:30:29.404Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3347135398619157359tmp [Pipeline] { [Pipeline] sh [2021-05-10T06:30:29.749Z] + set +x [2021-05-10T06:30:29.749Z] + curl -s https://codecov.io/bash [2021-05-10T06:30:29.749Z] + bash -s -- [2021-05-10T06:30:30.018Z] [2021-05-10T06:30:30.018Z] _____ _ [2021-05-10T06:30:30.018Z] / ____| | | [2021-05-10T06:30:30.018Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T06:30:30.018Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T06:30:30.018Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T06:30:30.018Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T06:30:30.018Z] Bash-1.0.2 [2021-05-10T06:30:30.018Z] [2021-05-10T06:30:30.018Z] [2021-05-10T06:30:30.018Z] ==> git version 2.24.3 found [2021-05-10T06:30:30.018Z] ==> 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-10T06:30:30.018Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T06:30:30.018Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T06:30:30.018Z] ==> Jenkins CI detected. [2021-05-10T06:30:30.018Z] project root: . [2021-05-10T06:30:30.018Z] --> token set from env [2021-05-10T06:30:30.018Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T06:30:30.018Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T06:30:30.018Z] ==> Python coveragepy not found [2021-05-10T06:30:30.018Z] ==> Searching for coverage reports in: [2021-05-10T06:30:30.018Z] + . [2021-05-10T06:30:30.018Z] -> Found 1 reports [2021-05-10T06:30:30.290Z] ==> Detecting git/mercurial file structure [2021-05-10T06:30:30.290Z] ==> Reading reports [2021-05-10T06:30:30.290Z] + ./coverage.out bytes=124140 [2021-05-10T06:30:30.290Z] ==> Appending adjustments [2021-05-10T06:30:30.290Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T06:30:30.874Z] + Found adjustments [2021-05-10T06:30:30.874Z] ==> Gzipping contents [2021-05-10T06:30:30.874Z] 16K /tmp/codecov.bxvGjF.gz [2021-05-10T06:30:30.874Z] ==> Uploading reports [2021-05-10T06:30:30.874Z] url: https://codecov.io [2021-05-10T06:30:30.874Z] query: branch=master&commit=c59eaec4927ead084ac23e2dc62563ecf0e6da75&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T06:30:30.874Z] -> Pinging Codecov [2021-05-10T06:30:30.874Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c59eaec4927ead084ac23e2dc62563ecf0e6da75&build=158&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F158%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T06:30:31.138Z] -> Uploading to [2021-05-10T06:30:31.138Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/7E55EF52A471D76F132DFD9A03CDDE97/c59eaec4927ead084ac23e2dc62563ecf0e6da75/dfe2b629-d965-4a31-a5bb-e3eb768032b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T063031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8ec12264b4b8ca19d33879db8cd677282b0f8bc319bf95d1cf73f7e1db2302c [2021-05-10T06:30:31.138Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T06:30:31.138Z] Dload Upload Total Spent Left Speed [2021-05-10T06:30:31.719Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16190 0 0 100 16190 0 37982 --:--:-- --:--:-- --:--:-- 38094 [2021-05-10T06:30:31.719Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/c59eaec4927ead084ac23e2dc62563ecf0e6da75 [Pipeline] } [2021-05-10T06:30:31.730Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-10T06:30:32.481Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-10T06:30:32.509Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:30:32.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T06:30:33.338Z] [2021-05-10T06:30:33.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:30:33.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T06:30:33.687Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-10T06:30:33.687Z] 188c0c94c7c5: Pulling fs layer [2021-05-10T06:30:33.687Z] 0ef7d3d256c8: Pulling fs layer [2021-05-10T06:30:33.687Z] de9db76c5a1d: Pulling fs layer [2021-05-10T06:30:33.687Z] 0eba1c9be4d2: Pulling fs layer [2021-05-10T06:30:33.687Z] 0d57e429df01: Pulling fs layer [2021-05-10T06:30:33.687Z] 4e4be7b47b0d: Pulling fs layer [2021-05-10T06:30:33.687Z] e1f770b5df2f: Pulling fs layer [2021-05-10T06:30:33.687Z] 85a0685a4137: Pulling fs layer [2021-05-10T06:30:33.687Z] 0d57e429df01: Waiting [2021-05-10T06:30:33.687Z] 4e4be7b47b0d: Waiting [2021-05-10T06:30:33.687Z] e1f770b5df2f: Waiting [2021-05-10T06:30:33.687Z] 85a0685a4137: Waiting [2021-05-10T06:30:33.687Z] 0eba1c9be4d2: Waiting [2021-05-10T06:30:33.687Z] de9db76c5a1d: Verifying Checksum [2021-05-10T06:30:33.687Z] de9db76c5a1d: Download complete [2021-05-10T06:30:33.687Z] 0ef7d3d256c8: Verifying Checksum [2021-05-10T06:30:33.687Z] 0ef7d3d256c8: Download complete [2021-05-10T06:30:33.687Z] 0d57e429df01: Verifying Checksum [2021-05-10T06:30:33.687Z] 0d57e429df01: Download complete [2021-05-10T06:30:33.687Z] 4e4be7b47b0d: Verifying Checksum [2021-05-10T06:30:33.687Z] 4e4be7b47b0d: Download complete [2021-05-10T06:30:33.957Z] 188c0c94c7c5: Verifying Checksum [2021-05-10T06:30:33.957Z] 188c0c94c7c5: Download complete [2021-05-10T06:30:34.588Z] 188c0c94c7c5: Pull complete [2021-05-10T06:30:34.875Z] 0ef7d3d256c8: Pull complete [2021-05-10T06:30:35.156Z] de9db76c5a1d: Pull complete [2021-05-10T06:30:35.430Z] e1f770b5df2f: Verifying Checksum [2021-05-10T06:30:35.430Z] e1f770b5df2f: Download complete [2021-05-10T06:30:38.819Z] 0eba1c9be4d2: Verifying Checksum [2021-05-10T06:30:38.819Z] 0eba1c9be4d2: Download complete [2021-05-10T06:30:39.099Z] 85a0685a4137: Verifying Checksum [2021-05-10T06:30:39.100Z] 85a0685a4137: Download complete [2021-05-10T06:30:47.421Z] 0eba1c9be4d2: Pull complete [2021-05-10T06:30:47.421Z] 0d57e429df01: Pull complete [2021-05-10T06:30:47.421Z] 4e4be7b47b0d: Pull complete [2021-05-10T06:30:48.832Z] e1f770b5df2f: Pull complete [2021-05-10T06:30:57.154Z] 85a0685a4137: Pull complete [2021-05-10T06:30:57.154Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-10T06:30:57.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T06:30:57.154Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-10T06:30:57.466Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:30:57.576Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-10T06:30:58.766Z] $ docker top 88a093e1d5b61bddc7294fb154e35960af3d7610156096cd9d3039da257ab8ae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T06:30:58.992Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-10T06:30:59.307Z] + set -o pipefail [2021-05-10T06:30:59.307Z] + snyk monitor '--org=edgex-jenkins' [2021-05-10T06:31:07.560Z] [2021-05-10T06:31:07.560Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-10T06:31:07.560Z] [2021-05-10T06:31:07.560Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/ec2c0e2b-ab45-424c-812a-9cb100cbae41 [2021-05-10T06:31:07.560Z] [2021-05-10T06:31:07.560Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-10T06:31:07.560Z] [2021-05-10T06:31:07.560Z] [Pipeline] } [2021-05-10T06:31:07.578Z] $ docker stop --time=1 88a093e1d5b61bddc7294fb154e35960af3d7610156096cd9d3039da257ab8ae [2021-05-10T06:31:10.462Z] $ docker rm -f 88a093e1d5b61bddc7294fb154e35960af3d7610156096cd9d3039da257ab8ae [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-10T06:31:11.648Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T06:31:11.671Z] provisioning config files... [2021-05-10T06:31:11.684Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7727068998172247110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:31:12.033Z] --> edgex-publish-swagger.sh [2021-05-10T06:31:12.033Z] === Publish openapi/v1 API === [2021-05-10T06:31:12.033Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-10T06:31:12.033Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-10T06:31:12.033Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T06:31:12.033Z] Dload Upload Total Spent Left Speed [2021-05-10T06:31:12.982Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 19691 0:00:01 0:00:01 --:--:-- 19729 100 19947 0 0 100 19947 0 19687 0:00:01 0:00:01 --:--:-- 19710 [2021-05-10T06:31:12.982Z] [2021-05-10T06:31:12.982Z] [2021-05-10T06:31:12.982Z] === Publish openapi/v2 API === [2021-05-10T06:31:12.982Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-10T06:31:12.982Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-10T06:31:12.982Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T06:31:12.982Z] Dload Upload Total Spent Left Speed [2021-05-10T06:31:13.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 73728 --:--:-- --:--:-- --:--:-- 73757 [2021-05-10T06:31:13.932Z] [2021-05-10T06:31:13.932Z] [Pipeline] } [2021-05-10T06:31:13.944Z] 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-10T06:31:14.465Z] + git log --format=format:%s -1 c59eaec4927ead084ac23e2dc62563ecf0e6da75 [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:31:14.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:31:14.800Z] . [Pipeline] withDockerContainer [2021-05-10T06:31:14.919Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:31:14.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T06:31:15.798Z] $ docker top b06f12eb74e25c512ccf1e7839429cc400b297e2c78431f53fc7a33b9e8fb3f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T06:31:15.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:31:15.967Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:31:16.222Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:31:16.228Z] $ docker exec b06f12eb74e25c512ccf1e7839429cc400b297e2c78431f53fc7a33b9e8fb3f1 ssh-agent [2021-05-10T06:31:16.413Z] SSH_AUTH_SOCK=/tmp/ssh-LDjITxrXMIME/agent.11 [2021-05-10T06:31:16.413Z] SSH_AGENT_PID=17 [2021-05-10T06:31:16.422Z] Running ssh-add (command line suppressed) [2021-05-10T06:31:16.558Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9061772372215715528.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9061772372215715528.key) [2021-05-10T06:31:16.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:31:16.936Z] + git semver tag [2021-05-10T06:31:16.937Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T06:31:16.937Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T06:31:16.937Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T06:31:16.937Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T06:31:16.937Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T06:31:16.937Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T06:31:16.937Z] # $SEMVER_BRANCH = master [2021-05-10T06:31:16.937Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-10T06:31:16.937Z] # c59eaec4927ead084ac23e2dc62563ecf0e6da75 HEAD [2021-05-10T06:31:17.200Z] # -> Force: false [2021-05-10T06:31:17.200Z] # 05d003aa3e74e168077c87361168981910db19c4 refs/tags/v2.0.0-dev.53 [Pipeline] } [2021-05-10T06:31:17.220Z] $ docker exec --env ******** --env ******** b06f12eb74e25c512ccf1e7839429cc400b297e2c78431f53fc7a33b9e8fb3f1 ssh-agent -k [2021-05-10T06:31:17.414Z] unset SSH_AUTH_SOCK; [2021-05-10T06:31:17.414Z] unset SSH_AGENT_PID; [2021-05-10T06:31:17.414Z] echo Agent pid 17 killed; [2021-05-10T06:31:17.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T06:31:17.818Z] + git semver [Pipeline] } [2021-05-10T06:31:17.841Z] $ docker stop --time=1 b06f12eb74e25c512ccf1e7839429cc400b297e2c78431f53fc7a33b9e8fb3f1 [2021-05-10T06:31:19.237Z] $ docker rm -f b06f12eb74e25c512ccf1e7839429cc400b297e2c78431f53fc7a33b9e8fb3f1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:31:19.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T06:31:19.768Z] [2021-05-10T06:31:19.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:31:20.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T06:31:20.110Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-10T06:31:20.110Z] ab5ef0e58194: Pulling fs layer [2021-05-10T06:31:20.110Z] 9712f1f96733: Pulling fs layer [2021-05-10T06:31:20.110Z] 63f879dbbcfc: Pulling fs layer [2021-05-10T06:31:20.110Z] 0d9ebad4ef96: Pulling fs layer [2021-05-10T06:31:20.110Z] e9a5061849ea: Pulling fs layer [2021-05-10T06:31:20.110Z] d747dcd14b5f: Pulling fs layer [2021-05-10T06:31:20.110Z] 2de7ff778b66: Pulling fs layer [2021-05-10T06:31:20.110Z] e9a5061849ea: Waiting [2021-05-10T06:31:20.110Z] 0d9ebad4ef96: Waiting [2021-05-10T06:31:20.110Z] d747dcd14b5f: Waiting [2021-05-10T06:31:20.110Z] 2de7ff778b66: Waiting [2021-05-10T06:31:20.110Z] 9712f1f96733: Verifying Checksum [2021-05-10T06:31:20.110Z] 9712f1f96733: Download complete [2021-05-10T06:31:21.527Z] 63f879dbbcfc: Verifying Checksum [2021-05-10T06:31:21.527Z] 63f879dbbcfc: Download complete [2021-05-10T06:31:21.790Z] e9a5061849ea: Verifying Checksum [2021-05-10T06:31:21.791Z] e9a5061849ea: Download complete [2021-05-10T06:31:21.791Z] d747dcd14b5f: Verifying Checksum [2021-05-10T06:31:21.791Z] d747dcd14b5f: Download complete [2021-05-10T06:31:22.369Z] 2de7ff778b66: Verifying Checksum [2021-05-10T06:31:22.370Z] 2de7ff778b66: Download complete [2021-05-10T06:31:22.636Z] 0d9ebad4ef96: Verifying Checksum [2021-05-10T06:31:22.636Z] 0d9ebad4ef96: Download complete [2021-05-10T06:31:23.219Z] ab5ef0e58194: Verifying Checksum [2021-05-10T06:31:23.219Z] ab5ef0e58194: Download complete [2021-05-10T06:31:28.551Z] ab5ef0e58194: Pull complete [2021-05-10T06:31:28.551Z] 9712f1f96733: Pull complete [2021-05-10T06:31:31.909Z] 63f879dbbcfc: Pull complete [2021-05-10T06:31:40.344Z] 0d9ebad4ef96: Pull complete [2021-05-10T06:31:42.478Z] e9a5061849ea: Pull complete [2021-05-10T06:31:42.818Z] d747dcd14b5f: Pull complete [2021-05-10T06:31:45.495Z] 2de7ff778b66: Pull complete [2021-05-10T06:31:45.495Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-10T06:31:45.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T06:31:45.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-10T06:31:45.802Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:31:45.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-10T06:31:49.522Z] $ docker top d3e1f1cbe91b2231cc37bbb5a5317727308d7bbd65b34806cad70b786172183b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-10T06:31:49.831Z] provisioning config files... [2021-05-10T06:31:49.857Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2305149472245512657tmp [2021-05-10T06:31:49.907Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1732900279784683431tmp [2021-05-10T06:31:49.970Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5195997721758510889tmp [Pipeline] { [Pipeline] echo [2021-05-10T06:31:50.018Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:31:50.407Z] ---> sigul-configuration.sh [2021-05-10T06:31:50.407Z] gpg: directory `/root/.gnupg' created [2021-05-10T06:31:50.407Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-10T06:31:50.407Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-10T06:31:50.407Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-10T06:31:50.407Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-10T06:31:50.407Z] gpg: CAST5 encrypted data [2021-05-10T06:31:50.685Z] gpg: encrypted with 1 passphrase [2021-05-10T06:31:50.685Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-10T06:31:51.043Z] + mkdir /home/jenkins [2021-05-10T06:31:51.043Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-10T06:31:51.819Z] + 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-10T06:31:51.838Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:31:52.195Z] ---> sigul-install.sh [2021-05-10T06:32:05.597Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-10T06:32:06.245Z] + git tag --list [2021-05-10T06:32:06.245Z] 0.7.1 [2021-05-10T06:32:06.245Z] delhi-tag [2021-05-10T06:32:06.245Z] v1.0.0 [2021-05-10T06:32:06.245Z] v1.1.0 [2021-05-10T06:32:06.245Z] v1.1.1 [2021-05-10T06:32:06.245Z] v1.1.2 [2021-05-10T06:32:06.245Z] v1.2.0 [2021-05-10T06:32:06.245Z] v1.2.1 [2021-05-10T06:32:06.245Z] v1.2.2 [2021-05-10T06:32:06.245Z] v1.2.3 [2021-05-10T06:32:06.245Z] v1.3.0 [2021-05-10T06:32:06.245Z] v1.4.0 [2021-05-10T06:32:06.245Z] v2.0.0-dev.1 [2021-05-10T06:32:06.245Z] v2.0.0-dev.10 [2021-05-10T06:32:06.245Z] v2.0.0-dev.11 [2021-05-10T06:32:06.245Z] v2.0.0-dev.12 [2021-05-10T06:32:06.245Z] v2.0.0-dev.13 [2021-05-10T06:32:06.245Z] v2.0.0-dev.14 [2021-05-10T06:32:06.245Z] v2.0.0-dev.15 [2021-05-10T06:32:06.245Z] v2.0.0-dev.16 [2021-05-10T06:32:06.245Z] v2.0.0-dev.17 [2021-05-10T06:32:06.245Z] v2.0.0-dev.18 [2021-05-10T06:32:06.245Z] v2.0.0-dev.19 [2021-05-10T06:32:06.245Z] v2.0.0-dev.2 [2021-05-10T06:32:06.245Z] v2.0.0-dev.20 [2021-05-10T06:32:06.245Z] v2.0.0-dev.21 [2021-05-10T06:32:06.245Z] v2.0.0-dev.22 [2021-05-10T06:32:06.245Z] v2.0.0-dev.23 [2021-05-10T06:32:06.245Z] v2.0.0-dev.24 [2021-05-10T06:32:06.245Z] v2.0.0-dev.25 [2021-05-10T06:32:06.245Z] v2.0.0-dev.26 [2021-05-10T06:32:06.245Z] v2.0.0-dev.27 [2021-05-10T06:32:06.245Z] v2.0.0-dev.28 [2021-05-10T06:32:06.245Z] v2.0.0-dev.29 [2021-05-10T06:32:06.245Z] v2.0.0-dev.3 [2021-05-10T06:32:06.245Z] v2.0.0-dev.30 [2021-05-10T06:32:06.245Z] v2.0.0-dev.31 [2021-05-10T06:32:06.245Z] v2.0.0-dev.32 [2021-05-10T06:32:06.245Z] v2.0.0-dev.33 [2021-05-10T06:32:06.245Z] v2.0.0-dev.34 [2021-05-10T06:32:06.245Z] v2.0.0-dev.35 [2021-05-10T06:32:06.245Z] v2.0.0-dev.36 [2021-05-10T06:32:06.245Z] v2.0.0-dev.37 [2021-05-10T06:32:06.245Z] v2.0.0-dev.38 [2021-05-10T06:32:06.245Z] v2.0.0-dev.39 [2021-05-10T06:32:06.245Z] v2.0.0-dev.4 [2021-05-10T06:32:06.245Z] v2.0.0-dev.40 [2021-05-10T06:32:06.245Z] v2.0.0-dev.41 [2021-05-10T06:32:06.245Z] v2.0.0-dev.42 [2021-05-10T06:32:06.245Z] v2.0.0-dev.43 [2021-05-10T06:32:06.245Z] v2.0.0-dev.44 [2021-05-10T06:32:06.245Z] v2.0.0-dev.45 [2021-05-10T06:32:06.245Z] v2.0.0-dev.46 [2021-05-10T06:32:06.245Z] v2.0.0-dev.47 [2021-05-10T06:32:06.245Z] v2.0.0-dev.48 [2021-05-10T06:32:06.245Z] v2.0.0-dev.49 [2021-05-10T06:32:06.245Z] v2.0.0-dev.5 [2021-05-10T06:32:06.245Z] v2.0.0-dev.50 [2021-05-10T06:32:06.245Z] v2.0.0-dev.51 [2021-05-10T06:32:06.245Z] v2.0.0-dev.52 [2021-05-10T06:32:06.245Z] v2.0.0-dev.53 [2021-05-10T06:32:06.245Z] v2.0.0-dev.6 [2021-05-10T06:32:06.245Z] v2.0.0-dev.7 [2021-05-10T06:32:06.245Z] v2.0.0-dev.8 [2021-05-10T06:32:06.245Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-10T06:32:06.559Z] + lftools sign git-tag v2.0.0-dev.53 [2021-05-10T06:32:08.593Z] Signing Git tag with Sigul... [2021-05-10T06:32:08.593Z] Signing v2.0.0-dev.53 [Pipeline] echo [2021-05-10T06:32:10.082Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:32:10.776Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-10T06:32:10.798Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-10T06:32:10.836Z] $ docker stop --time=1 d3e1f1cbe91b2231cc37bbb5a5317727308d7bbd65b34806cad70b786172183b [2021-05-10T06:32:12.817Z] $ docker rm -f d3e1f1cbe91b2231cc37bbb5a5317727308d7bbd65b34806cad70b786172183b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:32:13.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:32:14.028Z] . [Pipeline] withDockerContainer [2021-05-10T06:32:14.510Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:32:14.628Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T06:32:16.462Z] $ docker top b6331a706a61e27aa19d6da2995dc04d1ca98717b8f92e892bf61faac9121a23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T06:32:16.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:32:16.747Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:32:17.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:32:17.283Z] $ docker exec b6331a706a61e27aa19d6da2995dc04d1ca98717b8f92e892bf61faac9121a23 ssh-agent [2021-05-10T06:32:18.064Z] SSH_AUTH_SOCK=/tmp/ssh-oX7LWADT6NJb/agent.11 [2021-05-10T06:32:18.064Z] SSH_AGENT_PID=16 [2021-05-10T06:32:18.083Z] Running ssh-add (command line suppressed) [2021-05-10T06:32:18.598Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5611147336279459246.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5611147336279459246.key) [2021-05-10T06:32:18.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:32:19.461Z] + git semver bump pre [2021-05-10T06:32:19.461Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T06:32:19.461Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T06:32:19.461Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T06:32:19.461Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T06:32:19.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T06:32:19.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T06:32:19.461Z] # $SEMVER_BRANCH = master [2021-05-10T06:32:19.461Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-10T06:32:19.740Z] 2.0.0-dev.54 [Pipeline] } [2021-05-10T06:32:19.770Z] $ docker exec --env ******** --env ******** b6331a706a61e27aa19d6da2995dc04d1ca98717b8f92e892bf61faac9121a23 ssh-agent -k [2021-05-10T06:32:20.265Z] unset SSH_AUTH_SOCK; [2021-05-10T06:32:20.273Z] unset SSH_AGENT_PID; [2021-05-10T06:32:20.273Z] echo Agent pid 16 killed; [2021-05-10T06:32:20.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T06:32:21.107Z] + git semver [Pipeline] } [2021-05-10T06:32:21.150Z] $ docker stop --time=1 b6331a706a61e27aa19d6da2995dc04d1ca98717b8f92e892bf61faac9121a23 [2021-05-10T06:32:23.300Z] $ docker rm -f b6331a706a61e27aa19d6da2995dc04d1ca98717b8f92e892bf61faac9121a23 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:32:23.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T06:32:23.969Z] . [Pipeline] withDockerContainer [2021-05-10T06:32:24.464Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:32:24.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T06:32:25.970Z] $ docker top 2c7251e879036e2646254b375d06527cf76109039199f56eb0b9a5ae318b71ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T06:32:26.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T06:32:26.244Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T06:32:26.755Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T06:32:26.762Z] $ docker exec 2c7251e879036e2646254b375d06527cf76109039199f56eb0b9a5ae318b71ea ssh-agent [2021-05-10T06:32:27.066Z] SSH_AUTH_SOCK=/tmp/ssh-JSgRHBCAgk6B/agent.11 [2021-05-10T06:32:27.066Z] SSH_AGENT_PID=16 [2021-05-10T06:32:27.087Z] Running ssh-add (command line suppressed) [2021-05-10T06:32:27.374Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6789452253481431107.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6789452253481431107.key) [2021-05-10T06:32:27.529Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T06:32:28.473Z] + git semver push [2021-05-10T06:32:28.473Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T06:32:28.473Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T06:32:28.473Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T06:32:28.473Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T06:32:28.473Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T06:32:28.473Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T06:32:28.473Z] # $SEMVER_BRANCH = master [2021-05-10T06:32:28.473Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-10T06:32:35.324Z] $ docker exec --env ******** --env ******** 2c7251e879036e2646254b375d06527cf76109039199f56eb0b9a5ae318b71ea ssh-agent -k [2021-05-10T06:32:35.785Z] unset SSH_AUTH_SOCK; [2021-05-10T06:32:35.787Z] unset SSH_AGENT_PID; [2021-05-10T06:32:35.787Z] echo Agent pid 16 killed; [2021-05-10T06:32:35.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T06:32:36.638Z] + git semver [Pipeline] } [2021-05-10T06:32:36.669Z] $ docker stop --time=1 2c7251e879036e2646254b375d06527cf76109039199f56eb0b9a5ae318b71ea [2021-05-10T06:32:38.403Z] $ docker rm -f 2c7251e879036e2646254b375d06527cf76109039199f56eb0b9a5ae318b71ea [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-10T06:32:39.207Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:32:40.174Z] ---> package-listing.sh [2021-05-10T06:32:40.174Z] ++ facter osfamily [2021-05-10T06:32:40.174Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T06:32:40.462Z] + OS_FAMILY=redhat [2021-05-10T06:32:40.462Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T06:32:40.462Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T06:32:40.462Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T06:32:40.462Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T06:32:40.462Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T06:32:40.462Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-10T06:32:40.462Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T06:32:40.462Z] + case "${OS_FAMILY}" in [2021-05-10T06:32:40.462Z] + rpm -qa [2021-05-10T06:32:40.462Z] + sort [2021-05-10T06:32:47.201Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T06:32:47.201Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T06:32:47.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T06:32:47.201Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-10T06:32:47.201Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-10T06:32:47.201Z] + 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-10T06:32:47.240Z] 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-10T06:32:47.588Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:32:48.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T06:32:48.530Z] [2021-05-10T06:32:48.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T06:32:48.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T06:32:49.210Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T06:32:49.210Z] df20fa9351a1: Pulling fs layer [2021-05-10T06:32:49.210Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T06:32:49.210Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T06:32:49.210Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T06:32:49.210Z] 93b61091891f: Pulling fs layer [2021-05-10T06:32:49.210Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T06:32:49.210Z] 5e14af77c1be: Pulling fs layer [2021-05-10T06:32:49.210Z] 01666e4c0597: Pulling fs layer [2021-05-10T06:32:49.210Z] aa168da1d23b: Pulling fs layer [2021-05-10T06:32:49.210Z] 93b61091891f: Waiting [2021-05-10T06:32:49.210Z] 93b9cdb0e59b: Waiting [2021-05-10T06:32:49.210Z] 5e14af77c1be: Waiting [2021-05-10T06:32:49.210Z] 01666e4c0597: Waiting [2021-05-10T06:32:49.210Z] aa168da1d23b: Waiting [2021-05-10T06:32:49.210Z] 46f8f816bc3b: Waiting [2021-05-10T06:32:49.210Z] 36b3adc4ff6f: Download complete [2021-05-10T06:32:49.210Z] 46f8f816bc3b: Download complete [2021-05-10T06:32:49.528Z] df20fa9351a1: Download complete [2021-05-10T06:32:49.528Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T06:32:49.528Z] 93b9cdb0e59b: Download complete [2021-05-10T06:32:49.528Z] 93b61091891f: Verifying Checksum [2021-05-10T06:32:49.528Z] 93b61091891f: Download complete [2021-05-10T06:32:49.528Z] 5e14af77c1be: Verifying Checksum [2021-05-10T06:32:49.528Z] 5e14af77c1be: Download complete [2021-05-10T06:32:49.528Z] 01666e4c0597: Verifying Checksum [2021-05-10T06:32:49.528Z] 01666e4c0597: Download complete [2021-05-10T06:32:50.632Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T06:32:50.632Z] 8ad3a11d3b57: Download complete [2021-05-10T06:32:50.632Z] df20fa9351a1: Pull complete [2021-05-10T06:32:51.290Z] 36b3adc4ff6f: Pull complete [2021-05-10T06:32:53.360Z] 8ad3a11d3b57: Pull complete [2021-05-10T06:32:53.659Z] 46f8f816bc3b: Pull complete [2021-05-10T06:32:54.355Z] 93b61091891f: Pull complete [2021-05-10T06:32:54.652Z] 93b9cdb0e59b: Pull complete [2021-05-10T06:32:54.652Z] 5e14af77c1be: Pull complete [2021-05-10T06:32:55.348Z] 01666e4c0597: Pull complete [2021-05-10T06:32:56.873Z] aa168da1d23b: Verifying Checksum [2021-05-10T06:32:56.873Z] aa168da1d23b: Download complete [2021-05-10T06:33:09.772Z] aa168da1d23b: Pull complete [2021-05-10T06:33:09.772Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T06:33:09.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T06:33:09.772Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T06:33:10.156Z] prd-centos7-docker-4c-2g-4017 does not seem to be running inside a container [2021-05-10T06:33:10.353Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T06:33:13.622Z] $ docker top 6c89256c0dd4fe706cfd1e4e3645c0c52588f87c78dd69474b04e9a867a40ea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T06:33:14.891Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T06:33:15.647Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T06:33:16.329Z] + ls /var/log/sa-host [2021-05-10T06:33:16.329Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T06:33:16.329Z] file_magic: OK [2021-05-10T06:33:16.329Z] HZ: Using current value: 100 [2021-05-10T06:33:16.329Z] file_header: OK [2021-05-10T06:33:16.329Z] 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-10T06:33:16.329Z] Statistics: [2021-05-10T06:33:16.329Z] 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... [2021-05-10T06:33:16.329Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T06:33:16.329Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T06:33:16.329Z] file_magic: OK [2021-05-10T06:33:16.329Z] HZ: Using current value: 100 [2021-05-10T06:33:16.329Z] file_header: OK [2021-05-10T06:33:16.329Z] 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-10T06:33:16.329Z] Statistics: [2021-05-10T06:33:16.329Z] Hnuu...uuuununununu... [2021-05-10T06:33:16.329Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T06:33:16.627Z] provisioning config files... [2021-05-10T06:33:16.650Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6610454157093878456tmp [Pipeline] { [Pipeline] echo [2021-05-10T06:33:16.716Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:33:17.422Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T06:33:17.435Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T06:33:17.462Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:33:18.134Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T06:33:18.173Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:33:18.558Z] ---> sudo-logs.sh [2021-05-10T06:33:18.558Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T06:33:18.599Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:33:19.036Z] ---> job-cost.sh [2021-05-10T06:33:19.336Z] lf-activate-venv: SKIPPING [2021-05-10T06:33:19.336Z] DEBUG: total: 0.20999999344348907 [2021-05-10T06:33:19.336Z] INFO: Retrieving Stack Cost... [2021-05-10T06:33:19.925Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T06:33:20.911Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T06:33:20.931Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T06:33:21.277Z] ---> logs-deploy.sh [2021-05-10T06:33:21.277Z] lf-activate-venv: SKIPPING [2021-05-10T06:33:21.277Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/158 [2021-05-10T06:33:21.277Z] INFO: archiving workspace using pattern(s): [2021-05-10T06:33:23.966Z] Archives upload complete. [2021-05-10T06:33:24.232Z] INFO: archiving logs to Nexus