Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from edddd13237ed2f870dfa3fb5fc7d300be4879f06 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 ‘prd-centos7-docker-4c-2g-3933’ Running on prd-centos7-docker-4c-2g-3935 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 edddd13237ed2f870dfa3fb5fc7d300be4879f06 (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 edddd13237ed2f870dfa3fb5fc7d300be4879f06 # timeout=10 Commit message: "Merge pull request #907 from lenny-intel/secure-bus" > git rev-list --no-walk 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T04:54:25.360Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T04:54:25.456Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T04:54:25.488Z] ========================================================= [2021-05-10T04:54:25.488Z] EdgeX Global Pipelines Version Info [2021-05-10T04:54:25.489Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:54:27.020Z] ------------------- [2021-05-10T04:54:27.020Z] stable info: [2021-05-10T04:54:27.020Z] ------------------- [2021-05-10T04:54:27.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T04:54:27.020Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T04:54:27.020Z] Message: update stable to v1.0.191 [2021-05-10T04:54:27.970Z] ------------------- [2021-05-10T04:54:27.970Z] experimental info: [2021-05-10T04:54:27.970Z] ------------------- [2021-05-10T04:54:27.970Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T04:54:27.970Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T04:54:27.970Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T04:54:28.120Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-10T04:54:28.151Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-10T04:54:28.198Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T04:54:28.248Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T04:54:28.286Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T04:54:28.316Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T04:54:28.344Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T04:54:28.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T04:54:28.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-10T04:54:28.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T04:54:28.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T04:54:28.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-05-10T04:54:28.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T04:54:28.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T04:54:28.635Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T04:54:28.685Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T04:54:28.731Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T04:54:28.776Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T04:54:28.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T04:54:28.871Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T04:54:28.948Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T04:54:28.971Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T04:54:28.994Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T04:54:29.017Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T04:54:29.039Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-10T04:54:29.061Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T04:54:29.108Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-10T04:54:29.135Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-10T04:54:29.160Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-10T04:54:29.185Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edddd13237ed2f870dfa3fb5fc7d300be4879f06 [Pipeline] echo [2021-05-10T04:54:29.210Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edddd13 [Pipeline] echo [2021-05-10T04:54:29.234Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T04:54:29.316Z] provisioning config files... [2021-05-10T04:54:29.350Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config26863586500094146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:54:29.679Z] ---> docker-login.sh [2021-05-10T04:54:29.679Z] nexus3.edgexfoundry.org:10001 [2021-05-10T04:54:29.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:54:30.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:54:30.204Z] Configure a credential helper to remove this warning. See [2021-05-10T04:54:30.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:54:30.204Z] [2021-05-10T04:54:30.204Z] Login Succeeded [2021-05-10T04:54:30.204Z] nexus3.edgexfoundry.org:10002 [2021-05-10T04:54:30.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:54:30.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:54:30.204Z] Configure a credential helper to remove this warning. See [2021-05-10T04:54:30.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:54:30.204Z] [2021-05-10T04:54:30.204Z] Login Succeeded [2021-05-10T04:54:30.204Z] nexus3.edgexfoundry.org:10003 [2021-05-10T04:54:30.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:54:30.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:54:30.466Z] Configure a credential helper to remove this warning. See [2021-05-10T04:54:30.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:54:30.466Z] [2021-05-10T04:54:30.466Z] Login Succeeded [2021-05-10T04:54:30.466Z] nexus3.edgexfoundry.org:10004 [2021-05-10T04:54:30.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:54:30.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:54:30.728Z] Configure a credential helper to remove this warning. See [2021-05-10T04:54:30.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:54:30.728Z] [2021-05-10T04:54:30.728Z] Login Succeeded [2021-05-10T04:54:30.728Z] docker.io [2021-05-10T04:54:30.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:54:31.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:54:31.005Z] Configure a credential helper to remove this warning. See [2021-05-10T04:54:31.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:54:31.005Z] [2021-05-10T04:54:31.005Z] Login Succeeded [2021-05-10T04:54:31.005Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T04:54:31.015Z] 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-10T04:54:31.467Z] + git log --format=format:%s -1 edddd13237ed2f870dfa3fb5fc7d300be4879f06 [Pipeline] echo [2021-05-10T04:54:31.540Z] GIT_COMMIT: edddd13237ed2f870dfa3fb5fc7d300be4879f06, Commit Message: Merge pull request #907 from lenny-intel/secure-bus [Pipeline] echo [2021-05-10T04:54:31.557Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:54:32.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T04:54:32.113Z] [2021-05-10T04:54:32.113Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:54:32.430Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T04:54:32.430Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T04:54:32.430Z] 31603596830f: Pulling fs layer [2021-05-10T04:54:32.430Z] 54011a49482f: Pulling fs layer [2021-05-10T04:54:32.430Z] a6820b24f6d8: Pulling fs layer [2021-05-10T04:54:32.430Z] f581987b2513: Pulling fs layer [2021-05-10T04:54:32.430Z] f581987b2513: Waiting [2021-05-10T04:54:32.430Z] 54011a49482f: Verifying Checksum [2021-05-10T04:54:32.430Z] 54011a49482f: Download complete [2021-05-10T04:54:32.692Z] 31603596830f: Verifying Checksum [2021-05-10T04:54:32.692Z] 31603596830f: Download complete [2021-05-10T04:54:32.692Z] a6820b24f6d8: Verifying Checksum [2021-05-10T04:54:32.692Z] a6820b24f6d8: Download complete [2021-05-10T04:54:32.692Z] f581987b2513: Verifying Checksum [2021-05-10T04:54:32.692Z] f581987b2513: Download complete [2021-05-10T04:54:32.954Z] 31603596830f: Pull complete [2021-05-10T04:54:32.954Z] 54011a49482f: Pull complete [2021-05-10T04:54:33.913Z] a6820b24f6d8: Pull complete [2021-05-10T04:54:34.176Z] f581987b2513: Pull complete [2021-05-10T04:54:34.176Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T04:54:34.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T04:54:34.176Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T04:54:34.306Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T04:54:34.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T04:54:36.781Z] $ docker top 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T04:54:37.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T04:54:37.015Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T04:54:37.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T04:54:37.269Z] $ docker exec 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 ssh-agent [2021-05-10T04:54:37.453Z] SSH_AUTH_SOCK=/tmp/ssh-XBe1IAz2NTrG/agent.12 [2021-05-10T04:54:37.453Z] SSH_AGENT_PID=17 [2021-05-10T04:54:37.468Z] Running ssh-add (command line suppressed) [2021-05-10T04:54:37.599Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7970574959609858784.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7970574959609858784.key) [2021-05-10T04:54:37.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T04:54:37.971Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T04:54:37.997Z] $ docker exec --env ******** --env ******** 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 ssh-agent -k [2021-05-10T04:54:38.120Z] unset SSH_AUTH_SOCK; [2021-05-10T04:54:38.121Z] unset SSH_AGENT_PID; [2021-05-10T04:54:38.121Z] echo Agent pid 17 killed; [2021-05-10T04:54:38.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T04:54:38.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T04:54:38.209Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T04:54:38.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T04:54:38.388Z] $ docker exec 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 ssh-agent [2021-05-10T04:54:38.563Z] SSH_AUTH_SOCK=/tmp/ssh-ASPm3hM6o4yq/agent.46 [2021-05-10T04:54:38.563Z] SSH_AGENT_PID=52 [2021-05-10T04:54:38.571Z] Running ssh-add (command line suppressed) [2021-05-10T04:54:38.697Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6238288354708198286.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6238288354708198286.key) [2021-05-10T04:54:38.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T04:54:39.062Z] + git semver init [2021-05-10T04:54:39.062Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T04:54:39.062Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T04:54:39.062Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T04:54:39.062Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T04:54:39.062Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T04:54:39.062Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T04:54:39.062Z] # $SEMVER_BRANCH = master [2021-05-10T04:54:39.062Z] # $SEMVER_TEMP = /tmp/semver-304963093 [2021-05-10T04:54:39.062Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-10T04:54:40.021Z] # '/tmp/semver-304963093' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-10T04:54:40.021Z] # -> Force: false [2021-05-10T04:54:40.021Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-10T04:54:40.036Z] $ docker exec --env ******** --env ******** 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 ssh-agent -k [2021-05-10T04:54:40.161Z] unset SSH_AUTH_SOCK; [2021-05-10T04:54:40.161Z] unset SSH_AGENT_PID; [2021-05-10T04:54:40.162Z] echo Agent pid 52 killed; [2021-05-10T04:54:40.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T04:54:40.556Z] + git semver [Pipeline] } [2021-05-10T04:54:40.577Z] $ docker stop --time=1 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 [2021-05-10T04:54:41.969Z] $ docker rm -f 4b25e083b07060d41cac42aaaca2a0766eca112c6667f3d40c140f9a20a20d92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T04:54:42.377Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T04:54:42.768Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T04:54:42.772Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.52 [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-10T04:54:57.954Z] Still waiting to schedule task [2021-05-10T04:54:57.955Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-10T04:54:57.957Z] Still waiting to schedule task [2021-05-10T04:54:57.957Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T04:56:50.347Z] Running on prd-centos7-docker-4c-2g-3937 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-10T04:56:50.365Z] Running in /w/workspace/device-sdk-go/157 [Pipeline] { [Pipeline] checkout [2021-05-10T04:56:53.107Z] using credential edgex-jenkins-ssh [2021-05-10T04:56:53.120Z] Cloning the remote Git repository [2021-05-10T04:56:52.935Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T04:56:53.008Z] > git init /w/workspace/device-sdk-go/157 # timeout=10 [2021-05-10T04:56:53.075Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T04:56:53.075Z] > git --version # timeout=10 [2021-05-10T04:56:53.083Z] > git --version # 'git version 2.24.3' [2021-05-10T04:56:53.084Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:56:53.125Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:56:54.566Z] Checking out Revision edddd13237ed2f870dfa3fb5fc7d300be4879f06 (master) [2021-05-10T04:56:53.968Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T04:56:53.980Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:56:53.993Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T04:56:54.006Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T04:56:54.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:56:54.011Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T04:56:54.478Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T04:56:54.484Z] > git checkout -f edddd13237ed2f870dfa3fb5fc7d300be4879f06 # timeout=10 [2021-05-10T04:56:58.169Z] Commit message: "Merge pull request #907 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T04:56:59.058Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:56:59.385Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:56:59.683Z] + sudo service docker restart [2021-05-10T04:56:59.683Z] + true [2021-05-10T04:56:59.683Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T04:57:01.110Z] provisioning config files... [2021-05-10T04:57:01.139Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/157@tmp/config7232027435847691521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:57:01.475Z] ---> docker-login.sh [2021-05-10T04:57:01.475Z] nexus3.edgexfoundry.org:10001 [2021-05-10T04:57:01.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:57:02.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:57:02.001Z] Configure a credential helper to remove this warning. See [2021-05-10T04:57:02.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:57:02.001Z] [2021-05-10T04:57:02.001Z] Login Succeeded [2021-05-10T04:57:02.001Z] nexus3.edgexfoundry.org:10002 [2021-05-10T04:57:02.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:57:02.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:57:02.264Z] Configure a credential helper to remove this warning. See [2021-05-10T04:57:02.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:57:02.264Z] [2021-05-10T04:57:02.264Z] Login Succeeded [2021-05-10T04:57:02.264Z] nexus3.edgexfoundry.org:10003 [2021-05-10T04:57:02.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:57:02.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:57:02.264Z] Configure a credential helper to remove this warning. See [2021-05-10T04:57:02.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:57:02.264Z] [2021-05-10T04:57:02.264Z] Login Succeeded [2021-05-10T04:57:02.264Z] nexus3.edgexfoundry.org:10004 [2021-05-10T04:57:02.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:57:02.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:57:02.526Z] Configure a credential helper to remove this warning. See [2021-05-10T04:57:02.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:57:02.526Z] [2021-05-10T04:57:02.526Z] Login Succeeded [2021-05-10T04:57:02.526Z] docker.io [2021-05-10T04:57:02.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:57:02.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:57:02.788Z] Configure a credential helper to remove this warning. See [2021-05-10T04:57:02.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:57:02.788Z] [2021-05-10T04:57:02.788Z] Login Succeeded [2021-05-10T04:57:02.788Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T04:57:02.798Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T04:57:02.999Z] ========================================================= [2021-05-10T04:57:02.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T04:57:02.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:57:03.318Z] + 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-10T04:57:03.318Z] Sending build context to Docker daemon 2.465MB [2021-05-10T04:57:03.318Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T04:57:03.318Z] Step 2/8 : FROM ${BASE} [2021-05-10T04:57:03.583Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T04:57:03.583Z] 540db60ca938: Pulling fs layer [2021-05-10T04:57:03.583Z] adcc1eea9eea: Pulling fs layer [2021-05-10T04:57:03.583Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T04:57:03.583Z] 0510c868ecb4: Pulling fs layer [2021-05-10T04:57:03.583Z] afea3b2eda06: Pulling fs layer [2021-05-10T04:57:03.583Z] 7809a108b3ef: Pulling fs layer [2021-05-10T04:57:03.583Z] f706445af74f: Pulling fs layer [2021-05-10T04:57:03.583Z] afea3b2eda06: Waiting [2021-05-10T04:57:03.583Z] 7809a108b3ef: Waiting [2021-05-10T04:57:03.583Z] 0510c868ecb4: Waiting [2021-05-10T04:57:03.583Z] f706445af74f: Waiting [2021-05-10T04:57:03.583Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T04:57:03.583Z] 4c4ab2625f07: Download complete [2021-05-10T04:57:03.583Z] adcc1eea9eea: Verifying Checksum [2021-05-10T04:57:03.583Z] adcc1eea9eea: Download complete [2021-05-10T04:57:03.583Z] afea3b2eda06: Verifying Checksum [2021-05-10T04:57:03.583Z] afea3b2eda06: Download complete [2021-05-10T04:57:03.583Z] 7809a108b3ef: Verifying Checksum [2021-05-10T04:57:03.583Z] 7809a108b3ef: Download complete [2021-05-10T04:57:03.583Z] 540db60ca938: Verifying Checksum [2021-05-10T04:57:03.583Z] 540db60ca938: Download complete [2021-05-10T04:57:03.847Z] 540db60ca938: Pull complete [2021-05-10T04:57:04.112Z] adcc1eea9eea: Pull complete [2021-05-10T04:57:04.375Z] 4c4ab2625f07: Pull complete [2021-05-10T04:57:05.773Z] f706445af74f: Verifying Checksum [2021-05-10T04:57:05.773Z] f706445af74f: Download complete [2021-05-10T04:57:06.725Z] 0510c868ecb4: Verifying Checksum [2021-05-10T04:57:06.725Z] 0510c868ecb4: Download complete [2021-05-10T04:57:13.356Z] 0510c868ecb4: Pull complete [2021-05-10T04:57:13.356Z] afea3b2eda06: Pull complete [2021-05-10T04:57:13.356Z] 7809a108b3ef: Pull complete [2021-05-10T04:57:17.614Z] f706445af74f: Pull complete [2021-05-10T04:57:17.615Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T04:57:17.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T04:57:17.615Z] ---> b068be0155e3 [2021-05-10T04:57:17.615Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T04:57:17.881Z] ---> Running in c847b60c8ab7 [2021-05-10T04:57:18.145Z] Removing intermediate container c847b60c8ab7 [2021-05-10T04:57:18.145Z] ---> dd3111cd0313 [2021-05-10T04:57:18.145Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:57:18.145Z] ---> Running in 1bb339ac3bba [2021-05-10T04:57:19.544Z] Removing intermediate container 1bb339ac3bba [2021-05-10T04:57:19.544Z] ---> 55eb79df66a3 [2021-05-10T04:57:19.544Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-10T04:57:19.544Z] ---> Running in ef66a8715a2c [2021-05-10T04:57:19.808Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:57:21.735Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:57:22.309Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-10T04:57:22.571Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-10T04:57:22.833Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-10T04:57:22.833Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-10T04:57:23.097Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-10T04:57:23.360Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-10T04:57:23.642Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T04:57:23.642Z] OK: 150 MiB in 46 packages [2021-05-10T04:57:24.593Z] Removing intermediate container ef66a8715a2c [2021-05-10T04:57:24.593Z] ---> a2ec6bd3b18d [2021-05-10T04:57:24.593Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-10T04:57:24.593Z] ---> Running in 1ea894397974 [2021-05-10T04:57:24.593Z] Removing intermediate container 1ea894397974 [2021-05-10T04:57:24.593Z] ---> 5162dc6d3259 [2021-05-10T04:57:24.593Z] Step 7/8 : COPY . . [2021-05-10T04:57:25.993Z] ---> 311d20e0f734 [2021-05-10T04:57:25.993Z] Step 8/8 : RUN go mod download [2021-05-10T04:57:25.993Z] ---> Running in c633514bf5e5 [2021-05-10T04:57:52.641Z] Removing intermediate container c633514bf5e5 [2021-05-10T04:57:52.641Z] ---> a3aef6f84bfd [2021-05-10T04:57:52.641Z] Successfully built a3aef6f84bfd [2021-05-10T04:57:52.641Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:57:52.963Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T04:57:52.964Z] . [Pipeline] withDockerContainer [2021-05-10T04:57:53.078Z] prd-centos7-docker-4c-2g-3937 does not seem to be running inside a container [2021-05-10T04:57:53.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/157 -v /w/workspace/device-sdk-go/157:/w/workspace/device-sdk-go/157:rw,z -v /w/workspace/device-sdk-go/157@tmp:/w/workspace/device-sdk-go/157@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-10T04:57:53.935Z] $ docker top f00e46063e36e1941613281a86055a59425f788299328767fe26d2e85f2959e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:57:54.418Z] + go version [2021-05-10T04:57:54.418Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T04:57:54.436Z] $ docker stop --time=1 f00e46063e36e1941613281a86055a59425f788299328767fe26d2e85f2959e8 [2021-05-10T04:57:55.832Z] $ docker rm -f f00e46063e36e1941613281a86055a59425f788299328767fe26d2e85f2959e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:57:56.445Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T04:57:56.445Z] . [Pipeline] withDockerContainer [2021-05-10T04:57:56.540Z] prd-centos7-docker-4c-2g-3937 does not seem to be running inside a container [2021-05-10T04:57:56.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/157 -v /w/workspace/device-sdk-go/157:/w/workspace/device-sdk-go/157:rw,z -v /w/workspace/device-sdk-go/157@tmp:/w/workspace/device-sdk-go/157@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-10T04:57:57.323Z] $ docker top a2032e063543bbfe573494433f11b2851494396d0c92cfddb1723bf10080275e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:57:57.758Z] + go mod tidy [Pipeline] sh [2021-05-10T04:57:58.638Z] + make test [2021-05-10T04:57:58.638Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T04:58:06.832Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-10T04:58:31.229Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3939 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-10T04:58:31.249Z] Running in /w/workspace/device-sdk-go/157 [Pipeline] { [Pipeline] checkout [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-10T04:58:33.830Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.075s coverage: 28.1% of statements [2021-05-10T04:58:33.830Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.078s coverage: 78.9% of statements [2021-05-10T04:58:33.830Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.092s coverage: 10.7% of statements [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-10T04:58:33.830Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.085s coverage: 30.2% of statements [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-10T04:58:33.830Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-10T04:58:34.100Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.132s coverage: 57.2% of statements [2021-05-10T04:58:34.362Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.222s coverage: 6.6% of statements [2021-05-10T04:58:34.362Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.078s coverage: 5.0% of statements [2021-05-10T04:58:34.362Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-10T04:58:34.626Z] GO111MODULE=on go vet ./... [2021-05-10T04:58:37.199Z] using credential edgex-jenkins-ssh [2021-05-10T04:58:37.219Z] Cloning the remote Git repository [2021-05-10T04:58:37.253Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T04:58:37.428Z] > git init /w/workspace/device-sdk-go/157 # timeout=10 [2021-05-10T04:58:37.529Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T04:58:37.529Z] > git --version # timeout=10 [2021-05-10T04:58:37.552Z] > git --version # 'git version 2.17.1' [2021-05-10T04:58:37.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:58:37.662Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:58:38.905Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T04:58:39.528Z] Checking out Revision edddd13237ed2f870dfa3fb5fc7d300be4879f06 (master) [2021-05-10T04:58:38.930Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T04:58:38.955Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-10T04:58:38.993Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-10T04:58:38.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T04:58:39.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T04:58:39.544Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T04:58:39.562Z] > git checkout -f edddd13237ed2f870dfa3fb5fc7d300be4879f06 # timeout=10 [2021-05-10T04:58:43.738Z] Commit message: "Merge pull request #907 from lenny-intel/secure-bus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T04:58:45.008Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:58:45.419Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T04:58:45.753Z] + + true [2021-05-10T04:58:45.753Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T04:58:48.420Z] provisioning config files... [2021-05-10T04:58:48.463Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/157@tmp/config6052894082454874013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:58:48.845Z] ---> docker-login.sh [2021-05-10T04:58:48.845Z] nexus3.edgexfoundry.org:10001 [2021-05-10T04:58:49.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:58:50.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:58:50.044Z] Configure a credential helper to remove this warning. See [2021-05-10T04:58:50.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:58:50.044Z] [2021-05-10T04:58:50.044Z] Login Succeeded [2021-05-10T04:58:50.044Z] nexus3.edgexfoundry.org:10002 [2021-05-10T04:58:50.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:58:50.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:58:50.592Z] Configure a credential helper to remove this warning. See [2021-05-10T04:58:50.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:58:50.592Z] [2021-05-10T04:58:50.592Z] Login Succeeded [2021-05-10T04:58:50.592Z] nexus3.edgexfoundry.org:10003 [2021-05-10T04:58:50.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:58:51.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:58:51.143Z] Configure a credential helper to remove this warning. See [2021-05-10T04:58:51.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:58:51.143Z] [2021-05-10T04:58:51.143Z] Login Succeeded [2021-05-10T04:58:51.143Z] nexus3.edgexfoundry.org:10004 [2021-05-10T04:58:51.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:58:51.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:58:51.696Z] Configure a credential helper to remove this warning. See [2021-05-10T04:58:51.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:58:51.696Z] [2021-05-10T04:58:51.696Z] Login Succeeded [2021-05-10T04:58:51.696Z] docker.io [2021-05-10T04:58:51.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T04:58:52.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T04:58:52.239Z] Configure a credential helper to remove this warning. See [2021-05-10T04:58:52.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T04:58:52.239Z] [2021-05-10T04:58:52.239Z] Login Succeeded [2021-05-10T04:58:52.239Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T04:58:52.255Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T04:58:52.550Z] ========================================================= [2021-05-10T04:58:52.550Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T04:58:52.550Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:58:52.890Z] + 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-10T04:58:53.165Z] Sending build context to Docker daemon 2.464MB [2021-05-10T04:58:53.437Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T04:58:53.437Z] Step 2/8 : FROM ${BASE} [2021-05-10T04:58:53.437Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T04:58:53.437Z] 595b0fe564bb: Pulling fs layer [2021-05-10T04:58:53.437Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T04:58:53.437Z] 316046926c0a: Pulling fs layer [2021-05-10T04:58:53.437Z] 4ebd0625c992: Pulling fs layer [2021-05-10T04:58:53.437Z] 207e8628e3a3: Pulling fs layer [2021-05-10T04:58:53.437Z] c791037a9be2: Pulling fs layer [2021-05-10T04:58:53.437Z] ffd874e62e21: Pulling fs layer [2021-05-10T04:58:53.437Z] 4ebd0625c992: Waiting [2021-05-10T04:58:53.437Z] 207e8628e3a3: Waiting [2021-05-10T04:58:53.437Z] ffd874e62e21: Waiting [2021-05-10T04:58:53.437Z] 316046926c0a: Verifying Checksum [2021-05-10T04:58:53.437Z] 316046926c0a: Download complete [2021-05-10T04:58:53.437Z] 7186ed65a4f7: Download complete [2021-05-10T04:58:53.437Z] 207e8628e3a3: Verifying Checksum [2021-05-10T04:58:53.437Z] 207e8628e3a3: Download complete [2021-05-10T04:58:53.437Z] c791037a9be2: Download complete [2021-05-10T04:58:53.710Z] 595b0fe564bb: Verifying Checksum [2021-05-10T04:58:53.710Z] 595b0fe564bb: Download complete [2021-05-10T04:58:54.306Z] 595b0fe564bb: Pull complete [2021-05-10T04:58:54.583Z] 7186ed65a4f7: Pull complete [2021-05-10T04:58:55.183Z] 316046926c0a: Pull complete [2021-05-10T04:58:56.708Z] gofmt -l . [2021-05-10T04:58:56.708Z] [ "`gofmt -l .`" = "" ] [2021-05-10T04:58:56.708Z] ./bin/test-attribution-txt.sh [2021-05-10T04:58:56.708Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T04:58:56.730Z] $ docker stop --time=1 a2032e063543bbfe573494433f11b2851494396d0c92cfddb1723bf10080275e [2021-05-10T04:58:57.166Z] ffd874e62e21: Verifying Checksum [2021-05-10T04:58:57.166Z] ffd874e62e21: Download complete [2021-05-10T04:58:57.762Z] 4ebd0625c992: Verifying Checksum [2021-05-10T04:58:57.762Z] 4ebd0625c992: Download complete [2021-05-10T04:58:58.502Z] $ docker rm -f a2032e063543bbfe573494433f11b2851494396d0c92cfddb1723bf10080275e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T04:58:59.146Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T04:58:59.543Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-10T04:59:00.577Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T04:59:00.883Z] + ls -al . [2021-05-10T04:59:00.884Z] total 188 [2021-05-10T04:59:00.884Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 10 04:58 . [2021-05-10T04:59:00.884Z] drwxrwxr-x. 4 jenkins jenkins 32 May 10 04:56 .. [2021-05-10T04:59:00.884Z] drwxrwxr-x. 2 jenkins jenkins 64 May 10 04:56 bin [2021-05-10T04:59:00.884Z] -rw-r--r--. 1 jenkins jenkins 98899 May 10 04:58 coverage.out [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 987 May 10 04:56 Dockerfile.build [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 140 May 10 04:56 .dockerignore [2021-05-10T04:59:00.884Z] drwxrwxr-x. 5 jenkins jenkins 62 May 10 04:56 example [2021-05-10T04:59:00.884Z] drwxrwxr-x. 8 jenkins jenkins 162 May 10 04:56 .git [2021-05-10T04:59:00.884Z] drwxrwxr-x. 2 jenkins jenkins 103 May 10 04:56 .github [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 138 May 10 04:56 .gitignore [2021-05-10T04:59:00.884Z] -rw-r--r--. 1 jenkins jenkins 575 May 10 04:58 go.mod [2021-05-10T04:59:00.884Z] -rw-r--r--. 1 jenkins jenkins 20904 May 10 04:57 go.sum [2021-05-10T04:59:00.884Z] drwxrwxr-x. 15 jenkins jenkins 222 May 10 04:56 internal [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 901 May 10 04:56 Jenkinsfile [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 10 04:56 LICENSE [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 1022 May 10 04:56 Makefile [2021-05-10T04:59:00.884Z] drwxrwxr-x. 4 jenkins jenkins 26 May 10 04:56 openapi [2021-05-10T04:59:00.884Z] drwxrwxr-x. 5 jenkins jenkins 50 May 10 04:56 pkg [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 10 04:56 README.md [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 10 04:56 RELEASE-NOTES.txt [2021-05-10T04:59:00.884Z] drwxrwxr-x. 4 jenkins jenkins 54 May 10 04:56 snap [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 12 May 10 04:54 VERSION [2021-05-10T04:59:00.884Z] -rw-rw-r--. 1 jenkins jenkins 222 May 10 04:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:59:01.195Z] + 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=edddd13237ed2f870dfa3fb5fc7d300be4879f06 --label arch=amd64 --label version=2.0.0-dev.52 . [2021-05-10T04:59:01.460Z] Sending build context to Docker daemon 2.565MB [2021-05-10T04:59:01.460Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T04:59:01.460Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T04:59:01.460Z] ---> a3aef6f84bfd [2021-05-10T04:59:01.460Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-10T04:59:02.039Z] ---> Running in eba0ec162dcc [2021-05-10T04:59:02.301Z] Removing intermediate container eba0ec162dcc [2021-05-10T04:59:02.301Z] ---> c89227b59981 [2021-05-10T04:59:02.301Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T04:59:02.301Z] ---> Running in d4a58438aa21 [2021-05-10T04:59:02.564Z] Removing intermediate container d4a58438aa21 [2021-05-10T04:59:02.564Z] ---> e499c1704dee [2021-05-10T04:59:02.564Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:02.564Z] ---> Running in a20de59c532c [2021-05-10T04:59:03.513Z] Removing intermediate container a20de59c532c [2021-05-10T04:59:03.513Z] ---> 9a3b1002c1c6 [2021-05-10T04:59:03.513Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T04:59:03.513Z] ---> Running in e5e7bc5f2b49 [2021-05-10T04:59:04.090Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:59:06.647Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:59:06.909Z] OK: 150 MiB in 46 packages [2021-05-10T04:59:07.485Z] Removing intermediate container e5e7bc5f2b49 [2021-05-10T04:59:07.485Z] ---> 4589e62b7201 [2021-05-10T04:59:07.485Z] Step 7/23 : COPY . . [2021-05-10T04:59:07.934Z] 4ebd0625c992: Pull complete [2021-05-10T04:59:07.934Z] 207e8628e3a3: Pull complete [2021-05-10T04:59:08.443Z] ---> c9ca563e3480 [2021-05-10T04:59:08.443Z] Step 8/23 : RUN go mod download [2021-05-10T04:59:08.529Z] c791037a9be2: Pull complete [2021-05-10T04:59:08.709Z] ---> Running in 87eddb717b39 [2021-05-10T04:59:09.657Z] Removing intermediate container 87eddb717b39 [2021-05-10T04:59:09.657Z] ---> ef6d68f89413 [2021-05-10T04:59:09.657Z] Step 9/23 : RUN make build [2021-05-10T04:59:09.657Z] ---> Running in 8ae89002b8c2 [2021-05-10T04:59:10.238Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.52" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-10T04:59:12.863Z] ffd874e62e21: Pull complete [2021-05-10T04:59:12.863Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T04:59:12.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T04:59:12.863Z] ---> cfc18b08335c [2021-05-10T04:59:12.863Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T04:59:14.845Z] ---> Running in dfc76ea1af3a [2021-05-10T04:59:15.442Z] Removing intermediate container dfc76ea1af3a [2021-05-10T04:59:15.442Z] ---> c078e0e045a6 [2021-05-10T04:59:15.442Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:15.442Z] ---> Running in 0cc43788d0bd [2021-05-10T04:59:18.071Z] Removing intermediate container 0cc43788d0bd [2021-05-10T04:59:18.071Z] ---> ec177faa003d [2021-05-10T04:59:18.071Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-10T04:59:18.071Z] ---> Running in 2d8cb57bcaed [2021-05-10T04:59:19.051Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:21.014Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T04:59:21.988Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-10T04:59:21.988Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-10T04:59:22.258Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-10T04:59:22.258Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-10T04:59:22.527Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-10T04:59:22.636Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-10T04:59:22.798Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-10T04:59:22.798Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T04:59:23.071Z] OK: 139 MiB in 46 packages [2021-05-10T04:59:24.027Z] Removing intermediate container 8ae89002b8c2 [2021-05-10T04:59:24.028Z] ---> 611a9a5dfcaa [2021-05-10T04:59:24.028Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T04:59:24.290Z] 3.12: Pulling from library/alpine [2021-05-10T04:59:24.290Z] 339de151aab4: Pulling fs layer [2021-05-10T04:59:24.519Z] Removing intermediate container 2d8cb57bcaed [2021-05-10T04:59:24.519Z] ---> bd63f518e31a [2021-05-10T04:59:24.519Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-10T04:59:24.519Z] ---> Running in e574e5d0e27f [2021-05-10T04:59:24.556Z] 339de151aab4: Verifying Checksum [2021-05-10T04:59:24.556Z] 339de151aab4: Download complete [2021-05-10T04:59:24.817Z] 339de151aab4: Pull complete [2021-05-10T04:59:24.817Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T04:59:24.817Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T04:59:24.817Z] ---> 13621d1b12d4 [2021-05-10T04:59:24.817Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T04:59:25.079Z] ---> Running in ffa420de6204 [2021-05-10T04:59:25.079Z] Removing intermediate container ffa420de6204 [2021-05-10T04:59:25.079Z] ---> 06a38f30eefb [2021-05-10T04:59:25.079Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T04:59:25.111Z] Removing intermediate container e574e5d0e27f [2021-05-10T04:59:25.111Z] ---> 127b131ad458 [2021-05-10T04:59:25.111Z] Step 7/8 : COPY . . [2021-05-10T04:59:25.343Z] ---> Running in ce062baec55b [2021-05-10T04:59:26.091Z] ---> 110bc73b1c1c [2021-05-10T04:59:26.091Z] Step 8/8 : RUN go mod download [2021-05-10T04:59:26.290Z] Removing intermediate container ce062baec55b [2021-05-10T04:59:26.290Z] ---> 908685f7154a [2021-05-10T04:59:26.290Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-10T04:59:26.290Z] ---> Running in 40b11daec25e [2021-05-10T04:59:26.363Z] ---> Running in c158bd33165d [2021-05-10T04:59:26.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T04:59:27.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T04:59:28.531Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-10T04:59:28.795Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-10T04:59:29.058Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-10T04:59:30.452Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-10T04:59:30.452Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-10T04:59:30.714Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T04:59:30.714Z] OK: 8 MiB in 19 packages [2021-05-10T04:59:31.288Z] Removing intermediate container 40b11daec25e [2021-05-10T04:59:31.288Z] ---> 343914ed8973 [2021-05-10T04:59:31.288Z] Step 14/23 : WORKDIR / [2021-05-10T04:59:31.288Z] ---> Running in e1a787d0b211 [2021-05-10T04:59:31.288Z] Removing intermediate container e1a787d0b211 [2021-05-10T04:59:31.288Z] ---> e83fa61084f4 [2021-05-10T04:59:31.288Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-10T04:59:31.554Z] ---> 94ffa53b0dde [2021-05-10T04:59:31.555Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-10T04:59:32.134Z] ---> 3e99abbd03d2 [2021-05-10T04:59:32.134Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-10T04:59:32.403Z] ---> 6e0724c0f5e7 [2021-05-10T04:59:32.403Z] Step 18/23 : EXPOSE 49990 [2021-05-10T04:59:32.403Z] ---> Running in 4e094f4c30e6 [2021-05-10T04:59:32.666Z] Removing intermediate container 4e094f4c30e6 [2021-05-10T04:59:32.666Z] ---> 77193d9b93b4 [2021-05-10T04:59:32.666Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-10T04:59:32.666Z] ---> Running in cc712453b29f [2021-05-10T04:59:32.929Z] Removing intermediate container cc712453b29f [2021-05-10T04:59:32.929Z] ---> dd2a6aa8b14f [2021-05-10T04:59:32.929Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T04:59:32.929Z] ---> Running in bf29ab16977d [2021-05-10T04:59:33.191Z] Removing intermediate container bf29ab16977d [2021-05-10T04:59:33.191Z] ---> 43acb19ef605 [2021-05-10T04:59:33.191Z] Step 21/23 : LABEL arch=amd64 [2021-05-10T04:59:33.191Z] ---> Running in ce9d141261f0 [2021-05-10T04:59:33.458Z] Removing intermediate container ce9d141261f0 [2021-05-10T04:59:33.458Z] ---> 878cc9e9a363 [2021-05-10T04:59:33.458Z] Step 22/23 : LABEL git_sha=edddd13237ed2f870dfa3fb5fc7d300be4879f06 [2021-05-10T04:59:33.458Z] ---> Running in 0b466b9eff1e [2021-05-10T04:59:33.722Z] Removing intermediate container 0b466b9eff1e [2021-05-10T04:59:33.722Z] ---> 10cc904cbbcd [2021-05-10T04:59:33.722Z] Step 23/23 : LABEL version=2.0.0-dev.52 [2021-05-10T04:59:33.722Z] ---> Running in d3783e8d46aa [2021-05-10T04:59:33.984Z] Removing intermediate container d3783e8d46aa [2021-05-10T04:59:33.984Z] ---> a7495ea882ba [2021-05-10T04:59:33.984Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-10T04:59:33.984Z] Successfully built a7495ea882ba [2021-05-10T04:59:33.985Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T04:59:34.742Z] ---> job-cost.sh [2021-05-10T04:59:34.742Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-B9Vo [2021-05-10T04:59:52.910Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T04:59:53.162Z] Removing intermediate container c158bd33165d [2021-05-10T04:59:53.163Z] ---> d5bd9aa995ea [2021-05-10T04:59:53.163Z] Successfully built d5bd9aa995ea [2021-05-10T04:59:53.163Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:59:53.501Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T04:59:53.501Z] . [Pipeline] withDockerContainer [2021-05-10T04:59:53.748Z] prd-ubuntu18.04-docker-arm64-4c-16g-3939 does not seem to be running inside a container [2021-05-10T04:59:53.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/157 -v /w/workspace/device-sdk-go/157:/w/workspace/device-sdk-go/157:rw,z -v /w/workspace/device-sdk-go/157@tmp:/w/workspace/device-sdk-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T04:59:55.340Z] $ docker top 1df68ea4ad84307e02c6c1f89266899cdc07206f0a38a7690514fa4424d68686 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T04:59:56.277Z] + go version [2021-05-10T04:59:56.277Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T04:59:56.305Z] $ docker stop --time=1 1df68ea4ad84307e02c6c1f89266899cdc07206f0a38a7690514fa4424d68686 [2021-05-10T04:59:58.316Z] $ docker rm -f 1df68ea4ad84307e02c6c1f89266899cdc07206f0a38a7690514fa4424d68686 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T04:59:59.022Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T04:59:59.022Z] . [Pipeline] withDockerContainer [2021-05-10T04:59:59.296Z] prd-ubuntu18.04-docker-arm64-4c-16g-3939 does not seem to be running inside a container [2021-05-10T04:59:59.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/157 -v /w/workspace/device-sdk-go/157:/w/workspace/device-sdk-go/157:rw,z -v /w/workspace/device-sdk-go/157@tmp:/w/workspace/device-sdk-go/157@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T05:00:00.919Z] $ docker top 901ea09c156459b87ba953ae1e0b6965826bea372fd08267dd877856adbfb6e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T05:00:01.918Z] + go mod tidy [Pipeline] sh [2021-05-10T05:00:03.229Z] + make test [2021-05-10T05:00:03.230Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T05:00:19.591Z] lf-activate-venv(): INFO: Adding /tmp/venv-B9Vo/bin to PATH [2021-05-10T05:00:19.591Z] INFO: No Stack... [2021-05-10T05:00:19.591Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T05:00:19.591Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T05:00:19.907Z] + cat /w/workspace/device-sdk-go/157/archives/cost.csv [2021-05-10T05:00:19.907Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T05:00:19.996Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] [2021-05-10T05:00:20.004Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] did not exist. Created. [2021-05-10T05:00:20.004Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T05:00:20.339Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T05:00:20.482Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T05:00:20.498Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T05:00:25.426Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-10T05:01:33.499Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-10T05:01:33.499Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-10T05:01:33.499Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-10T05:01:33.499Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-05-10T05:01:33.499Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-10T05:01:36.147Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 28.1% of statements [2021-05-10T05:01:36.749Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.253s coverage: 78.9% of statements [2021-05-10T05:01:36.749Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.159s coverage: 10.7% of statements [2021-05-10T05:01:36.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-10T05:01:36.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-10T05:01:36.749Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-10T05:01:39.397Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.269s coverage: 30.2% of statements [2021-05-10T05:01:39.397Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-10T05:01:39.397Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler [no test files] [2021-05-10T05:01:39.398Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-10T05:01:39.398Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-10T05:01:42.058Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.287s coverage: 57.2% of statements [2021-05-10T05:01:42.654Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.331s coverage: 6.6% of statements [2021-05-10T05:01:42.654Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements [2021-05-10T05:01:42.654Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-10T05:01:43.250Z] GO111MODULE=on go vet ./... [2021-05-10T05:02:39.853Z] gofmt -l . [2021-05-10T05:02:39.853Z] [ "`gofmt -l .`" = "" ] [2021-05-10T05:02:39.853Z] ./bin/test-attribution-txt.sh [2021-05-10T05:02:39.853Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-10T05:02:39.885Z] $ docker stop --time=1 901ea09c156459b87ba953ae1e0b6965826bea372fd08267dd877856adbfb6e5 [2021-05-10T05:02:42.211Z] $ docker rm -f 901ea09c156459b87ba953ae1e0b6965826bea372fd08267dd877856adbfb6e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T05:02:43.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T05:02:43.279Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T05:02:44.413Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T05:02:44.864Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-10T05:02:45.210Z] + ls -al . [2021-05-10T05:02:45.210Z] total 224 [2021-05-10T05:02:45.210Z] drwxrwxr-x 10 jenkins jenkins 4096 May 10 05:02 . [2021-05-10T05:02:45.210Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:58 .. [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 140 May 10 04:58 .dockerignore [2021-05-10T05:02:45.210Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 04:58 .git [2021-05-10T05:02:45.210Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:58 .github [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 138 May 10 04:58 .gitignore [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 987 May 10 04:58 Dockerfile.build [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 901 May 10 04:58 Jenkinsfile [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 10 04:58 LICENSE [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 1022 May 10 04:58 Makefile [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 10 04:58 README.md [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 10 04:58 RELEASE-NOTES.txt [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 12 May 10 04:54 VERSION [2021-05-10T05:02:45.210Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 04:58 bin [2021-05-10T05:02:45.210Z] -rw-r--r-- 1 jenkins jenkins 98899 May 10 05:01 coverage.out [2021-05-10T05:02:45.210Z] drwxrwxr-x 5 jenkins jenkins 4096 May 10 04:58 example [2021-05-10T05:02:45.210Z] -rw-r--r-- 1 jenkins jenkins 575 May 10 05:02 go.mod [2021-05-10T05:02:45.210Z] -rw-r--r-- 1 jenkins jenkins 20904 May 10 05:00 go.sum [2021-05-10T05:02:45.210Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 04:58 internal [2021-05-10T05:02:45.210Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:58 openapi [2021-05-10T05:02:45.210Z] drwxrwxr-x 5 jenkins jenkins 4096 May 10 04:58 pkg [2021-05-10T05:02:45.210Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 04:58 snap [2021-05-10T05:02:45.210Z] -rw-rw-r-- 1 jenkins jenkins 222 May 10 04:58 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:02:45.585Z] + 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=edddd13237ed2f870dfa3fb5fc7d300be4879f06 --label arch=arm64 --label version=2.0.0-dev.52 . [2021-05-10T05:02:45.861Z] Sending build context to Docker daemon 2.564MB [2021-05-10T05:02:46.142Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-05-10T05:02:46.142Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-10T05:02:46.142Z] ---> d5bd9aa995ea [2021-05-10T05:02:46.142Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-10T05:02:46.418Z] ---> Running in d9a9bd877292 [2021-05-10T05:02:47.014Z] Removing intermediate container d9a9bd877292 [2021-05-10T05:02:47.014Z] ---> 9359e18942e8 [2021-05-10T05:02:47.014Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T05:02:47.014Z] ---> Running in aef2e4da4e9a [2021-05-10T05:02:47.625Z] Removing intermediate container aef2e4da4e9a [2021-05-10T05:02:47.625Z] ---> 467950f5a675 [2021-05-10T05:02:47.625Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:02:47.625Z] ---> Running in 0c6be53541e1 [2021-05-10T05:02:50.244Z] Removing intermediate container 0c6be53541e1 [2021-05-10T05:02:50.244Z] ---> 5859cf032373 [2021-05-10T05:02:50.244Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-10T05:02:50.244Z] ---> Running in 5d7c4326afc3 [2021-05-10T05:02:51.219Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:53.187Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:02:54.156Z] OK: 139 MiB in 46 packages [2021-05-10T05:02:55.133Z] Removing intermediate container 5d7c4326afc3 [2021-05-10T05:02:55.134Z] ---> 274b710cd415 [2021-05-10T05:02:55.134Z] Step 7/23 : COPY . . [2021-05-10T05:02:56.586Z] ---> 1f3135eed8fa [2021-05-10T05:02:56.586Z] Step 8/23 : RUN go mod download [2021-05-10T05:02:56.586Z] ---> Running in 1916f93d5c1e [2021-05-10T05:02:59.229Z] Removing intermediate container 1916f93d5c1e [2021-05-10T05:02:59.229Z] ---> d70921d44fc3 [2021-05-10T05:02:59.229Z] Step 9/23 : RUN make build [2021-05-10T05:02:59.229Z] ---> Running in 2cb3f7e85e2d [2021-05-10T05:03:00.214Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.52" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-10T05:03:32.591Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-10T05:03:35.209Z] Removing intermediate container 2cb3f7e85e2d [2021-05-10T05:03:35.209Z] ---> 35dc11af1e0b [2021-05-10T05:03:35.209Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T05:03:35.480Z] 3.12: Pulling from library/alpine [2021-05-10T05:03:35.480Z] d2f70382dc9a: Pulling fs layer [2021-05-10T05:03:35.754Z] d2f70382dc9a: Verifying Checksum [2021-05-10T05:03:35.755Z] d2f70382dc9a: Download complete [2021-05-10T05:03:36.352Z] d2f70382dc9a: Pull complete [2021-05-10T05:03:36.352Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T05:03:36.352Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T05:03:36.352Z] ---> 9852663dfa18 [2021-05-10T05:03:36.352Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-10T05:03:36.630Z] ---> Running in a90ac5af6c9b [2021-05-10T05:03:36.909Z] Removing intermediate container a90ac5af6c9b [2021-05-10T05:03:36.909Z] ---> fcebd316e66f [2021-05-10T05:03:36.909Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T05:03:37.181Z] ---> Running in e52b710f1a48 [2021-05-10T05:03:39.154Z] Removing intermediate container e52b710f1a48 [2021-05-10T05:03:39.154Z] ---> c5692c34462a [2021-05-10T05:03:39.154Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-10T05:03:39.427Z] ---> Running in caabb6f2dbf8 [2021-05-10T05:03:40.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:41.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T05:03:43.248Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-10T05:03:43.248Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-10T05:03:43.523Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-10T05:03:43.793Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-10T05:03:44.068Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-10T05:03:44.068Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T05:03:44.068Z] OK: 8 MiB in 19 packages [2021-05-10T05:03:45.497Z] Removing intermediate container caabb6f2dbf8 [2021-05-10T05:03:45.498Z] ---> 846d09850901 [2021-05-10T05:03:45.498Z] Step 14/23 : WORKDIR / [2021-05-10T05:03:45.498Z] ---> Running in 5cbfdae25977 [2021-05-10T05:03:46.102Z] Removing intermediate container 5cbfdae25977 [2021-05-10T05:03:46.102Z] ---> 4d431e633049 [2021-05-10T05:03:46.102Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-10T05:03:46.697Z] ---> b5cacaa10574 [2021-05-10T05:03:46.697Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-10T05:03:48.125Z] ---> 59f058cdeeb2 [2021-05-10T05:03:48.125Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-10T05:03:48.716Z] ---> 58afe20db802 [2021-05-10T05:03:48.716Z] Step 18/23 : EXPOSE 49990 [2021-05-10T05:03:48.716Z] ---> Running in 04a2833ce21e [2021-05-10T05:03:49.317Z] Removing intermediate container 04a2833ce21e [2021-05-10T05:03:49.317Z] ---> 5a99279be284 [2021-05-10T05:03:49.317Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-10T05:03:49.317Z] ---> Running in 1adeaad05341 [2021-05-10T05:03:49.589Z] Removing intermediate container 1adeaad05341 [2021-05-10T05:03:49.590Z] ---> 5024029fd99f [2021-05-10T05:03:49.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T05:03:49.862Z] ---> Running in e1c6b66c7b2c [2021-05-10T05:03:50.138Z] Removing intermediate container e1c6b66c7b2c [2021-05-10T05:03:50.138Z] ---> 25ec5645af9a [2021-05-10T05:03:50.138Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T05:03:50.410Z] ---> Running in 50f70fa4d990 [2021-05-10T05:03:51.005Z] Removing intermediate container 50f70fa4d990 [2021-05-10T05:03:51.005Z] ---> 87446ffd907a [2021-05-10T05:03:51.005Z] Step 22/23 : LABEL git_sha=edddd13237ed2f870dfa3fb5fc7d300be4879f06 [2021-05-10T05:03:51.005Z] ---> Running in 47fac0ca4fed [2021-05-10T05:03:51.601Z] Removing intermediate container 47fac0ca4fed [2021-05-10T05:03:51.601Z] ---> f2356992e833 [2021-05-10T05:03:51.601Z] Step 23/23 : LABEL version=2.0.0-dev.52 [2021-05-10T05:03:51.601Z] ---> Running in e7089eb6b164 [2021-05-10T05:03:52.191Z] Removing intermediate container e7089eb6b164 [2021-05-10T05:03:52.191Z] ---> 5d9c67181d90 [2021-05-10T05:03:52.191Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-05-10T05:03:52.191Z] Successfully built 5d9c67181d90 [2021-05-10T05:03:52.191Z] 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-10T05:03:52.674Z] ---> job-cost.sh [2021-05-10T05:03:52.674Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YeAW [2021-05-10T05:04:31.636Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T05:05:53.382Z] lf-activate-venv(): INFO: Adding /tmp/venv-YeAW/bin to PATH [2021-05-10T05:05:53.382Z] INFO: No Stack... [2021-05-10T05:05:54.353Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T05:05:54.944Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T05:05:55.282Z] + cut -d, -f6 [2021-05-10T05:05:55.282Z] + cat /w/workspace/device-sdk-go/157/archives/cost.csv [Pipeline] lock [2021-05-10T05:05:55.389Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] [2021-05-10T05:05:55.400Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] did not exist. Created. [2021-05-10T05:05:55.401Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-157-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T05:05:55.765Z] /w/workspace/device-sdk-go/157@tmp/durable-f89fca46/script.sh: 1: /w/workspace/device-sdk-go/157@tmp/durable-f89fca46/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T05:05:56.118Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T05:05:56.148Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T05:05:56.300Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T05:05:56.319Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-157-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-10T05:05:56.887Z] provisioning config files... [2021-05-10T05:05:56.908Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6533648683848909859tmp [Pipeline] { [Pipeline] sh [2021-05-10T05:05:57.342Z] + set +x [2021-05-10T05:05:57.342Z] + curl -s https://codecov.io/bash [2021-05-10T05:05:57.342Z] + bash -s -- [2021-05-10T05:05:57.611Z] [2021-05-10T05:05:57.611Z] _____ _ [2021-05-10T05:05:57.611Z] / ____| | | [2021-05-10T05:05:57.611Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T05:05:57.611Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T05:05:57.611Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T05:05:57.611Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T05:05:57.611Z] Bash-1.0.2 [2021-05-10T05:05:57.611Z] [2021-05-10T05:05:57.611Z] [2021-05-10T05:05:57.611Z] ==> git version 2.24.3 found [2021-05-10T05:05:57.611Z] ==> 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-10T05:05:57.611Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T05:05:57.611Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T05:05:57.611Z] ==> Jenkins CI detected. [2021-05-10T05:05:57.611Z] project root: . [2021-05-10T05:05:57.611Z] --> token set from env [2021-05-10T05:05:57.611Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T05:05:57.611Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T05:05:57.611Z] ==> Python coveragepy not found [2021-05-10T05:05:57.611Z] ==> Searching for coverage reports in: [2021-05-10T05:05:57.611Z] + . [2021-05-10T05:05:57.611Z] -> Found 1 reports [2021-05-10T05:05:57.611Z] ==> Detecting git/mercurial file structure [2021-05-10T05:05:57.611Z] ==> Reading reports [2021-05-10T05:05:57.611Z] + ./coverage.out bytes=98899 [2021-05-10T05:05:57.611Z] ==> Appending adjustments [2021-05-10T05:05:57.611Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T05:05:58.187Z] + Found adjustments [2021-05-10T05:05:58.187Z] ==> Gzipping contents [2021-05-10T05:05:58.187Z] 16K /tmp/codecov.COiTMz.gz [2021-05-10T05:05:58.187Z] ==> Uploading reports [2021-05-10T05:05:58.187Z] url: https://codecov.io [2021-05-10T05:05:58.187Z] query: branch=master&commit=edddd13237ed2f870dfa3fb5fc7d300be4879f06&build=157&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F157%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T05:05:58.187Z] -> Pinging Codecov [2021-05-10T05:05:58.187Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=edddd13237ed2f870dfa3fb5fc7d300be4879f06&build=157&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F157%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-10T05:05:58.772Z] -> Uploading to [2021-05-10T05:05:58.772Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/7E55EF52A471D76F132DFD9A03CDDE97/edddd13237ed2f870dfa3fb5fc7d300be4879f06/ef53e463-150e-46a4-852d-28ce2ea85810.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T050558Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f89cd4800789400a295c0e6c1f1c5adaf0dbc02fe98c27f4c24736503facbfda [2021-05-10T05:05:58.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T05:05:58.772Z] Dload Upload Total Spent Left Speed [2021-05-10T05:05:59.351Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13425 0 0 100 13425 0 23033 --:--:-- --:--:-- --:--:-- 23027 [2021-05-10T05:05:59.351Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/edddd13237ed2f870dfa3fb5fc7d300be4879f06 [Pipeline] } [2021-05-10T05:05:59.364Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-10T05:06:00.065Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-10T05:06:00.091Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:06:00.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T05:06:00.403Z] [2021-05-10T05:06:00.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:06:00.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T05:06:00.726Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-10T05:06:00.726Z] 188c0c94c7c5: Pulling fs layer [2021-05-10T05:06:00.726Z] 0ef7d3d256c8: Pulling fs layer [2021-05-10T05:06:00.726Z] de9db76c5a1d: Pulling fs layer [2021-05-10T05:06:00.726Z] 0eba1c9be4d2: Pulling fs layer [2021-05-10T05:06:00.726Z] 0d57e429df01: Pulling fs layer [2021-05-10T05:06:00.726Z] 4e4be7b47b0d: Pulling fs layer [2021-05-10T05:06:00.726Z] e1f770b5df2f: Pulling fs layer [2021-05-10T05:06:00.726Z] 85a0685a4137: Pulling fs layer [2021-05-10T05:06:00.726Z] 4e4be7b47b0d: Waiting [2021-05-10T05:06:00.726Z] e1f770b5df2f: Waiting [2021-05-10T05:06:00.726Z] 85a0685a4137: Waiting [2021-05-10T05:06:00.726Z] 0eba1c9be4d2: Waiting [2021-05-10T05:06:00.726Z] 0d57e429df01: Waiting [2021-05-10T05:06:00.726Z] de9db76c5a1d: Verifying Checksum [2021-05-10T05:06:00.726Z] de9db76c5a1d: Download complete [2021-05-10T05:06:00.726Z] 0ef7d3d256c8: Download complete [2021-05-10T05:06:00.726Z] 0d57e429df01: Verifying Checksum [2021-05-10T05:06:00.726Z] 0d57e429df01: Download complete [2021-05-10T05:06:00.726Z] 188c0c94c7c5: Verifying Checksum [2021-05-10T05:06:00.726Z] 188c0c94c7c5: Download complete [2021-05-10T05:06:00.726Z] 4e4be7b47b0d: Verifying Checksum [2021-05-10T05:06:00.726Z] 4e4be7b47b0d: Download complete [2021-05-10T05:06:01.306Z] 188c0c94c7c5: Pull complete [2021-05-10T05:06:01.571Z] 0ef7d3d256c8: Pull complete [2021-05-10T05:06:01.571Z] de9db76c5a1d: Pull complete [2021-05-10T05:06:02.975Z] e1f770b5df2f: Verifying Checksum [2021-05-10T05:06:02.975Z] e1f770b5df2f: Download complete [2021-05-10T05:06:04.913Z] 0eba1c9be4d2: Verifying Checksum [2021-05-10T05:06:04.913Z] 0eba1c9be4d2: Download complete [2021-05-10T05:06:05.494Z] 85a0685a4137: Verifying Checksum [2021-05-10T05:06:05.494Z] 85a0685a4137: Download complete [2021-05-10T05:06:12.166Z] 0eba1c9be4d2: Pull complete [2021-05-10T05:06:12.166Z] 0d57e429df01: Pull complete [2021-05-10T05:06:12.166Z] 4e4be7b47b0d: Pull complete [2021-05-10T05:06:13.573Z] e1f770b5df2f: Pull complete [2021-05-10T05:06:21.789Z] 85a0685a4137: Pull complete [2021-05-10T05:06:21.789Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-10T05:06:21.789Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-10T05:06:21.789Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-10T05:06:22.064Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T05:06:22.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-10T05:06:23.430Z] $ docker top d0f317da964dc8089cefce2e90d0ab6fa36c2095afde2d18ac1c941f9fcf96ab -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T05:06:23.615Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-10T05:06:23.912Z] + set -o pipefail [2021-05-10T05:06:23.912Z] + snyk monitor '--org=edgex-jenkins' [2021-05-10T05:06:36.185Z] [2021-05-10T05:06:36.185Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-10T05:06:36.185Z] [2021-05-10T05:06:36.185Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/65a48ee6-78a7-41bc-8258-dd5c19db4304 [2021-05-10T05:06:36.185Z] [2021-05-10T05:06:36.185Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-10T05:06:36.185Z] [2021-05-10T05:06:36.185Z] [Pipeline] } [2021-05-10T05:06:36.203Z] $ docker stop --time=1 d0f317da964dc8089cefce2e90d0ab6fa36c2095afde2d18ac1c941f9fcf96ab [2021-05-10T05:06:39.887Z] $ docker rm -f d0f317da964dc8089cefce2e90d0ab6fa36c2095afde2d18ac1c941f9fcf96ab [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-10T05:06:40.715Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T05:06:40.735Z] provisioning config files... [2021-05-10T05:06:40.746Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8942755697022400925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:06:41.084Z] --> edgex-publish-swagger.sh [2021-05-10T05:06:41.084Z] === Publish openapi/v1 API === [2021-05-10T05:06:41.084Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-10T05:06:41.084Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-10T05:06:41.084Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T05:06:41.084Z] Dload Upload Total Spent Left Speed [2021-05-10T05:06:42.033Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24894 --:--:-- --:--:-- --:--:-- 24933 100 19947 0 0 100 19947 0 24885 --:--:-- --:--:-- --:--:-- 24933 [2021-05-10T05:06:42.033Z] [2021-05-10T05:06:42.033Z] [2021-05-10T05:06:42.033Z] === Publish openapi/v2 API === [2021-05-10T05:06:42.033Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-10T05:06:42.033Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-10T05:06:42.033Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T05:06:42.033Z] Dload Upload Total Spent Left Speed [2021-05-10T05:06:42.980Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 49423 0:00:01 0:00:01 --:--:-- 49455 100 51483 0 0 100 51483 0 49414 0:00:01 0:00:01 --:--:-- 49455 [2021-05-10T05:06:42.980Z] [2021-05-10T05:06:42.980Z] [Pipeline] } [2021-05-10T05:06:42.990Z] 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-10T05:06:43.507Z] + git log --format=format:%s -1 edddd13237ed2f870dfa3fb5fc7d300be4879f06 [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:06:43.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T05:06:43.820Z] . [Pipeline] withDockerContainer [2021-05-10T05:06:43.927Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T05:06:43.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T05:06:44.907Z] $ docker top adf3c8a1766431b728f694b651167978d92a9881ea6b281ebacfaee1377c1843 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T05:06:45.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T05:06:45.071Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T05:06:45.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T05:06:45.334Z] $ docker exec adf3c8a1766431b728f694b651167978d92a9881ea6b281ebacfaee1377c1843 ssh-agent [2021-05-10T05:06:45.515Z] SSH_AUTH_SOCK=/tmp/ssh-3D86QEQsQzI0/agent.11 [2021-05-10T05:06:45.515Z] SSH_AGENT_PID=17 [2021-05-10T05:06:45.523Z] Running ssh-add (command line suppressed) [2021-05-10T05:06:45.662Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8697974812429147756.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8697974812429147756.key) [2021-05-10T05:06:45.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T05:06:46.036Z] + git semver tag [2021-05-10T05:06:46.036Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T05:06:46.036Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T05:06:46.036Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T05:06:46.036Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T05:06:46.036Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T05:06:46.036Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T05:06:46.036Z] # $SEMVER_BRANCH = master [2021-05-10T05:06:46.036Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-10T05:06:46.036Z] # edddd13237ed2f870dfa3fb5fc7d300be4879f06 HEAD [2021-05-10T05:06:46.300Z] # -> Force: false [2021-05-10T05:06:46.300Z] # af0ed4f8ae5b2402bdc6aa2feaed996231abb360 refs/tags/v2.0.0-dev.52 [Pipeline] } [2021-05-10T05:06:46.316Z] $ docker exec --env ******** --env ******** adf3c8a1766431b728f694b651167978d92a9881ea6b281ebacfaee1377c1843 ssh-agent -k [2021-05-10T05:06:46.513Z] unset SSH_AUTH_SOCK; [2021-05-10T05:06:46.514Z] unset SSH_AGENT_PID; [2021-05-10T05:06:46.514Z] echo Agent pid 17 killed; [2021-05-10T05:06:46.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T05:06:46.906Z] + git semver [Pipeline] } [2021-05-10T05:06:46.925Z] $ docker stop --time=1 adf3c8a1766431b728f694b651167978d92a9881ea6b281ebacfaee1377c1843 [2021-05-10T05:06:48.303Z] $ docker rm -f adf3c8a1766431b728f694b651167978d92a9881ea6b281ebacfaee1377c1843 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:06:48.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T05:06:48.804Z] [2021-05-10T05:06:48.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:06:49.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T05:06:49.126Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-10T05:06:49.126Z] ab5ef0e58194: Pulling fs layer [2021-05-10T05:06:49.126Z] 9712f1f96733: Pulling fs layer [2021-05-10T05:06:49.126Z] 63f879dbbcfc: Pulling fs layer [2021-05-10T05:06:49.126Z] 0d9ebad4ef96: Pulling fs layer [2021-05-10T05:06:49.126Z] e9a5061849ea: Pulling fs layer [2021-05-10T05:06:49.126Z] d747dcd14b5f: Pulling fs layer [2021-05-10T05:06:49.126Z] 2de7ff778b66: Pulling fs layer [2021-05-10T05:06:49.126Z] e9a5061849ea: Waiting [2021-05-10T05:06:49.126Z] d747dcd14b5f: Waiting [2021-05-10T05:06:49.126Z] 0d9ebad4ef96: Waiting [2021-05-10T05:06:49.126Z] 2de7ff778b66: Waiting [2021-05-10T05:06:49.126Z] 9712f1f96733: Verifying Checksum [2021-05-10T05:06:49.126Z] 9712f1f96733: Download complete [2021-05-10T05:06:51.056Z] 63f879dbbcfc: Verifying Checksum [2021-05-10T05:06:51.056Z] 63f879dbbcfc: Download complete [2021-05-10T05:06:51.320Z] e9a5061849ea: Verifying Checksum [2021-05-10T05:06:51.320Z] e9a5061849ea: Download complete [2021-05-10T05:06:51.320Z] d747dcd14b5f: Verifying Checksum [2021-05-10T05:06:51.320Z] d747dcd14b5f: Download complete [2021-05-10T05:06:51.584Z] 2de7ff778b66: Verifying Checksum [2021-05-10T05:06:51.584Z] 2de7ff778b66: Download complete [2021-05-10T05:06:51.846Z] 0d9ebad4ef96: Verifying Checksum [2021-05-10T05:06:51.846Z] 0d9ebad4ef96: Download complete [2021-05-10T05:06:52.109Z] ab5ef0e58194: Verifying Checksum [2021-05-10T05:06:52.109Z] ab5ef0e58194: Download complete [2021-05-10T05:06:56.361Z] ab5ef0e58194: Pull complete [2021-05-10T05:06:56.625Z] 9712f1f96733: Pull complete [2021-05-10T05:06:59.947Z] 63f879dbbcfc: Pull complete [2021-05-10T05:07:06.588Z] 0d9ebad4ef96: Pull complete [2021-05-10T05:07:07.980Z] e9a5061849ea: Pull complete [2021-05-10T05:07:08.249Z] d747dcd14b5f: Pull complete [2021-05-10T05:07:10.820Z] 2de7ff778b66: Pull complete [2021-05-10T05:07:10.820Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-10T05:07:10.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-10T05:07:10.820Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-10T05:07:11.068Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T05:07:11.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-10T05:07:14.970Z] $ docker top dee814e5a2b05a5dbedb7fe49d363ab3624fad3ca0c238a08833e039caa8e641 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-10T05:07:15.137Z] provisioning config files... [2021-05-10T05:07:15.147Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5060770363074442788tmp [2021-05-10T05:07:15.165Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8248597935514725640tmp [2021-05-10T05:07:15.179Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4723810857649534215tmp [Pipeline] { [Pipeline] echo [2021-05-10T05:07:15.202Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:07:15.504Z] ---> sigul-configuration.sh [2021-05-10T05:07:15.505Z] gpg: directory `/root/.gnupg' created [2021-05-10T05:07:15.505Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-10T05:07:15.505Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-10T05:07:15.505Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-10T05:07:15.505Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-10T05:07:15.505Z] gpg: CAST5 encrypted data [2021-05-10T05:07:15.768Z] gpg: encrypted with 1 passphrase [2021-05-10T05:07:15.768Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-10T05:07:16.071Z] + mkdir /home/jenkins [2021-05-10T05:07:16.071Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-10T05:07:16.375Z] + 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-10T05:07:16.386Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:07:16.685Z] ---> sigul-install.sh [2021-05-10T05:07:24.847Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-10T05:07:25.171Z] + git tag --list [2021-05-10T05:07:25.171Z] 0.7.1 [2021-05-10T05:07:25.171Z] delhi-tag [2021-05-10T05:07:25.171Z] v1.0.0 [2021-05-10T05:07:25.171Z] v1.1.0 [2021-05-10T05:07:25.171Z] v1.1.1 [2021-05-10T05:07:25.171Z] v1.1.2 [2021-05-10T05:07:25.171Z] v1.2.0 [2021-05-10T05:07:25.171Z] v1.2.1 [2021-05-10T05:07:25.171Z] v1.2.2 [2021-05-10T05:07:25.171Z] v1.2.3 [2021-05-10T05:07:25.171Z] v1.3.0 [2021-05-10T05:07:25.171Z] v1.4.0 [2021-05-10T05:07:25.171Z] v2.0.0-dev.1 [2021-05-10T05:07:25.171Z] v2.0.0-dev.10 [2021-05-10T05:07:25.171Z] v2.0.0-dev.11 [2021-05-10T05:07:25.171Z] v2.0.0-dev.12 [2021-05-10T05:07:25.171Z] v2.0.0-dev.13 [2021-05-10T05:07:25.171Z] v2.0.0-dev.14 [2021-05-10T05:07:25.171Z] v2.0.0-dev.15 [2021-05-10T05:07:25.171Z] v2.0.0-dev.16 [2021-05-10T05:07:25.171Z] v2.0.0-dev.17 [2021-05-10T05:07:25.171Z] v2.0.0-dev.18 [2021-05-10T05:07:25.171Z] v2.0.0-dev.19 [2021-05-10T05:07:25.171Z] v2.0.0-dev.2 [2021-05-10T05:07:25.171Z] v2.0.0-dev.20 [2021-05-10T05:07:25.171Z] v2.0.0-dev.21 [2021-05-10T05:07:25.171Z] v2.0.0-dev.22 [2021-05-10T05:07:25.171Z] v2.0.0-dev.23 [2021-05-10T05:07:25.171Z] v2.0.0-dev.24 [2021-05-10T05:07:25.171Z] v2.0.0-dev.25 [2021-05-10T05:07:25.171Z] v2.0.0-dev.26 [2021-05-10T05:07:25.171Z] v2.0.0-dev.27 [2021-05-10T05:07:25.171Z] v2.0.0-dev.28 [2021-05-10T05:07:25.171Z] v2.0.0-dev.29 [2021-05-10T05:07:25.171Z] v2.0.0-dev.3 [2021-05-10T05:07:25.171Z] v2.0.0-dev.30 [2021-05-10T05:07:25.171Z] v2.0.0-dev.31 [2021-05-10T05:07:25.171Z] v2.0.0-dev.32 [2021-05-10T05:07:25.171Z] v2.0.0-dev.33 [2021-05-10T05:07:25.171Z] v2.0.0-dev.34 [2021-05-10T05:07:25.171Z] v2.0.0-dev.35 [2021-05-10T05:07:25.171Z] v2.0.0-dev.36 [2021-05-10T05:07:25.171Z] v2.0.0-dev.37 [2021-05-10T05:07:25.171Z] v2.0.0-dev.38 [2021-05-10T05:07:25.171Z] v2.0.0-dev.39 [2021-05-10T05:07:25.171Z] v2.0.0-dev.4 [2021-05-10T05:07:25.171Z] v2.0.0-dev.40 [2021-05-10T05:07:25.171Z] v2.0.0-dev.41 [2021-05-10T05:07:25.171Z] v2.0.0-dev.42 [2021-05-10T05:07:25.171Z] v2.0.0-dev.43 [2021-05-10T05:07:25.171Z] v2.0.0-dev.44 [2021-05-10T05:07:25.171Z] v2.0.0-dev.45 [2021-05-10T05:07:25.171Z] v2.0.0-dev.46 [2021-05-10T05:07:25.171Z] v2.0.0-dev.47 [2021-05-10T05:07:25.171Z] v2.0.0-dev.48 [2021-05-10T05:07:25.171Z] v2.0.0-dev.49 [2021-05-10T05:07:25.171Z] v2.0.0-dev.5 [2021-05-10T05:07:25.171Z] v2.0.0-dev.50 [2021-05-10T05:07:25.171Z] v2.0.0-dev.51 [2021-05-10T05:07:25.171Z] v2.0.0-dev.52 [2021-05-10T05:07:25.171Z] v2.0.0-dev.6 [2021-05-10T05:07:25.171Z] v2.0.0-dev.7 [2021-05-10T05:07:25.171Z] v2.0.0-dev.8 [2021-05-10T05:07:25.171Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-10T05:07:25.612Z] + lftools sign git-tag v2.0.0-dev.52 [2021-05-10T05:07:27.037Z] Signing Git tag with Sigul... [2021-05-10T05:07:27.037Z] Signing v2.0.0-dev.52 [Pipeline] echo [2021-05-10T05:07:28.446Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:07:28.748Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-10T05:07:28.758Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-10T05:07:28.790Z] $ docker stop --time=1 dee814e5a2b05a5dbedb7fe49d363ab3624fad3ca0c238a08833e039caa8e641 [2021-05-10T05:07:30.393Z] $ docker rm -f dee814e5a2b05a5dbedb7fe49d363ab3624fad3ca0c238a08833e039caa8e641 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:07:30.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T05:07:30.954Z] . [Pipeline] withDockerContainer [2021-05-10T05:07:31.058Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T05:07:31.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T05:07:31.846Z] $ docker top 9cd4785b1b912a0c9ef2eba51a662ce7f0762c69b73627a16d0f141b93c642a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T05:07:32.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T05:07:32.055Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T05:07:32.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T05:07:32.285Z] $ docker exec 9cd4785b1b912a0c9ef2eba51a662ce7f0762c69b73627a16d0f141b93c642a1 ssh-agent [2021-05-10T05:07:32.475Z] SSH_AUTH_SOCK=/tmp/ssh-xbW6Pm2PQ4Kr/agent.11 [2021-05-10T05:07:32.475Z] SSH_AGENT_PID=17 [2021-05-10T05:07:32.482Z] Running ssh-add (command line suppressed) [2021-05-10T05:07:32.623Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5319947609992254060.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5319947609992254060.key) [2021-05-10T05:07:32.685Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T05:07:32.993Z] + git semver bump pre [2021-05-10T05:07:32.993Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T05:07:32.993Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T05:07:32.993Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T05:07:32.993Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T05:07:32.993Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T05:07:32.993Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T05:07:32.993Z] # $SEMVER_BRANCH = master [2021-05-10T05:07:32.993Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-10T05:07:32.993Z] 2.0.0-dev.53 [Pipeline] } [2021-05-10T05:07:33.008Z] $ docker exec --env ******** --env ******** 9cd4785b1b912a0c9ef2eba51a662ce7f0762c69b73627a16d0f141b93c642a1 ssh-agent -k [2021-05-10T05:07:33.133Z] unset SSH_AUTH_SOCK; [2021-05-10T05:07:33.133Z] unset SSH_AGENT_PID; [2021-05-10T05:07:33.133Z] echo Agent pid 17 killed; [2021-05-10T05:07:33.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T05:07:33.522Z] + git semver [Pipeline] } [2021-05-10T05:07:33.543Z] $ docker stop --time=1 9cd4785b1b912a0c9ef2eba51a662ce7f0762c69b73627a16d0f141b93c642a1 [2021-05-10T05:07:34.903Z] $ docker rm -f 9cd4785b1b912a0c9ef2eba51a662ce7f0762c69b73627a16d0f141b93c642a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:07:35.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T05:07:35.351Z] . [Pipeline] withDockerContainer [2021-05-10T05:07:35.458Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T05:07:35.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T05:07:36.402Z] $ docker top aab247348abcc41092fbe281863e94b5a7e113e7107e376d8fd4b2f6e83ded11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T05:07:36.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T05:07:36.580Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T05:07:36.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T05:07:36.831Z] $ docker exec aab247348abcc41092fbe281863e94b5a7e113e7107e376d8fd4b2f6e83ded11 ssh-agent [2021-05-10T05:07:37.014Z] SSH_AUTH_SOCK=/tmp/ssh-cOD524XeFDtn/agent.11 [2021-05-10T05:07:37.014Z] SSH_AGENT_PID=16 [2021-05-10T05:07:37.022Z] Running ssh-add (command line suppressed) [2021-05-10T05:07:37.160Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2127800451574760633.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2127800451574760633.key) [2021-05-10T05:07:37.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T05:07:37.519Z] + git semver push [2021-05-10T05:07:37.519Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T05:07:37.519Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-10T05:07:37.519Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T05:07:37.519Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T05:07:37.519Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T05:07:37.519Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T05:07:37.519Z] # $SEMVER_BRANCH = master [2021-05-10T05:07:37.519Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-10T05:07:42.837Z] $ docker exec --env ******** --env ******** aab247348abcc41092fbe281863e94b5a7e113e7107e376d8fd4b2f6e83ded11 ssh-agent -k [2021-05-10T05:07:42.967Z] unset SSH_AUTH_SOCK; [2021-05-10T05:07:42.969Z] unset SSH_AGENT_PID; [2021-05-10T05:07:42.969Z] echo Agent pid 16 killed; [2021-05-10T05:07:43.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T05:07:43.364Z] + git semver [Pipeline] } [2021-05-10T05:07:43.384Z] $ docker stop --time=1 aab247348abcc41092fbe281863e94b5a7e113e7107e376d8fd4b2f6e83ded11 [2021-05-10T05:07:44.782Z] $ docker rm -f aab247348abcc41092fbe281863e94b5a7e113e7107e376d8fd4b2f6e83ded11 [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-10T05:07:45.512Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:07:46.084Z] ---> package-listing.sh [2021-05-10T05:07:46.084Z] ++ facter osfamily [2021-05-10T05:07:46.084Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T05:07:46.084Z] + OS_FAMILY=redhat [2021-05-10T05:07:46.084Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-10T05:07:46.084Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T05:07:46.084Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T05:07:46.084Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T05:07:46.084Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T05:07:46.084Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-10T05:07:46.084Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T05:07:46.084Z] + case "${OS_FAMILY}" in [2021-05-10T05:07:46.084Z] + rpm -qa [2021-05-10T05:07:46.084Z] + sort [2021-05-10T05:07:51.402Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T05:07:51.402Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T05:07:51.402Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T05:07:51.402Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-10T05:07:51.402Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-10T05:07:51.402Z] + 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-10T05:07:51.417Z] 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-10T05:07:51.710Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:07:52.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T05:07:52.017Z] [2021-05-10T05:07:52.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T05:07:52.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T05:07:52.342Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T05:07:52.342Z] df20fa9351a1: Pulling fs layer [2021-05-10T05:07:52.342Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T05:07:52.342Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T05:07:52.342Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T05:07:52.342Z] 93b61091891f: Pulling fs layer [2021-05-10T05:07:52.342Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T05:07:52.342Z] 5e14af77c1be: Pulling fs layer [2021-05-10T05:07:52.342Z] 01666e4c0597: Pulling fs layer [2021-05-10T05:07:52.342Z] aa168da1d23b: Pulling fs layer [2021-05-10T05:07:52.342Z] 46f8f816bc3b: Waiting [2021-05-10T05:07:52.342Z] 93b61091891f: Waiting [2021-05-10T05:07:52.342Z] 5e14af77c1be: Waiting [2021-05-10T05:07:52.342Z] 93b9cdb0e59b: Waiting [2021-05-10T05:07:52.342Z] 01666e4c0597: Waiting [2021-05-10T05:07:52.342Z] aa168da1d23b: Waiting [2021-05-10T05:07:52.342Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T05:07:52.342Z] 36b3adc4ff6f: Download complete [2021-05-10T05:07:52.342Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T05:07:52.342Z] 46f8f816bc3b: Download complete [2021-05-10T05:07:52.342Z] df20fa9351a1: Verifying Checksum [2021-05-10T05:07:52.342Z] df20fa9351a1: Download complete [2021-05-10T05:07:52.342Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T05:07:52.342Z] 93b9cdb0e59b: Download complete [2021-05-10T05:07:52.608Z] 5e14af77c1be: Verifying Checksum [2021-05-10T05:07:52.608Z] 5e14af77c1be: Download complete [2021-05-10T05:07:52.608Z] 93b61091891f: Verifying Checksum [2021-05-10T05:07:52.608Z] 93b61091891f: Download complete [2021-05-10T05:07:52.608Z] 01666e4c0597: Verifying Checksum [2021-05-10T05:07:52.608Z] 01666e4c0597: Download complete [2021-05-10T05:07:52.874Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T05:07:52.874Z] 8ad3a11d3b57: Download complete [2021-05-10T05:07:52.874Z] df20fa9351a1: Pull complete [2021-05-10T05:07:53.141Z] 36b3adc4ff6f: Pull complete [2021-05-10T05:07:54.557Z] 8ad3a11d3b57: Pull complete [2021-05-10T05:07:54.828Z] 46f8f816bc3b: Pull complete [2021-05-10T05:07:55.099Z] aa168da1d23b: Verifying Checksum [2021-05-10T05:07:55.099Z] aa168da1d23b: Download complete [2021-05-10T05:07:55.366Z] 93b61091891f: Pull complete [2021-05-10T05:07:55.629Z] 93b9cdb0e59b: Pull complete [2021-05-10T05:07:55.629Z] 5e14af77c1be: Pull complete [2021-05-10T05:07:55.895Z] 01666e4c0597: Pull complete [2021-05-10T05:08:05.970Z] aa168da1d23b: Pull complete [2021-05-10T05:08:05.970Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T05:08:05.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T05:08:05.970Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T05:08:06.141Z] prd-centos7-docker-4c-2g-3935 does not seem to be running inside a container [2021-05-10T05:08:06.195Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T05:08:08.969Z] $ docker top 3aed333c603fc329f223d843d829377fb7c2b5d1a26213111cfe0d991dc2778c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T05:08:09.523Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T05:08:09.841Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T05:08:10.167Z] + ls /var/log/sa-host [2021-05-10T05:08:10.167Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T05:08:10.167Z] file_magic: OK [2021-05-10T05:08:10.167Z] HZ: Using current value: 100 [2021-05-10T05:08:10.167Z] file_header: OK [2021-05-10T05:08:10.167Z] 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-10T05:08:10.167Z] Statistics: [2021-05-10T05:08:10.167Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T05:08:10.167Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T05:08:10.167Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T05:08:10.167Z] file_magic: OK [2021-05-10T05:08:10.167Z] HZ: Using current value: 100 [2021-05-10T05:08:10.167Z] file_header: OK [2021-05-10T05:08:10.167Z] 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-10T05:08:10.167Z] Statistics: [2021-05-10T05:08:10.167Z] Hnuu...uuuununununu... [2021-05-10T05:08:10.167Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T05:08:10.354Z] provisioning config files... [2021-05-10T05:08:10.371Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config949916505769672520tmp [Pipeline] { [Pipeline] echo [2021-05-10T05:08:10.396Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:08:10.698Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T05:08:10.709Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T05:08:10.736Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:08:11.036Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T05:08:11.047Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:08:11.353Z] ---> sudo-logs.sh [2021-05-10T05:08:11.353Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T05:08:11.389Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:08:11.689Z] ---> job-cost.sh [2021-05-10T05:08:11.689Z] lf-activate-venv: SKIPPING [2021-05-10T05:08:11.689Z] DEBUG: total: 0.20999999344348907 [2021-05-10T05:08:11.689Z] INFO: Retrieving Stack Cost... [2021-05-10T05:08:13.083Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T05:08:13.345Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T05:08:13.361Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T05:08:13.663Z] ---> logs-deploy.sh [2021-05-10T05:08:13.663Z] lf-activate-venv: SKIPPING [2021-05-10T05:08:13.663Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/157 [2021-05-10T05:08:13.663Z] INFO: archiving workspace using pattern(s): [2021-05-10T05:08:15.592Z] Archives upload complete. [2021-05-10T05:08:15.854Z] INFO: archiving logs to Nexus