Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8d3d36979320f9fc0ce2797f8744993b6dbca912 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4705 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 > 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 Checking out Revision 8d3d36979320f9fc0ce2797f8744993b6dbca912 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d3d36979320f9fc0ce2797f8744993b6dbca912 # timeout=10 Commit message: "Merge pull request #922 from lenny-intel/secure-bus-rework" > git rev-list --no-walk 889e38f586d888c0021f1798e3d6b8462ec57b6f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T15:47:01.994Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T15:47:02.167Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T15:47:02.206Z] ========================================================= [2021-05-12T15:47:02.206Z] EdgeX Global Pipelines Version Info [2021-05-12T15:47:02.206Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:47:04.948Z] ------------------- [2021-05-12T15:47:04.948Z] stable info: [2021-05-12T15:47:04.948Z] ------------------- [2021-05-12T15:47:04.948Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T15:47:04.948Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T15:47:04.948Z] Message: update stable to v1.0.192 [2021-05-12T15:47:06.522Z] ------------------- [2021-05-12T15:47:06.522Z] experimental info: [2021-05-12T15:47:06.522Z] ------------------- [2021-05-12T15:47:06.522Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T15:47:06.522Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T15:47:06.522Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T15:47:06.760Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-05-12T15:47:06.783Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-05-12T15:47:06.806Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T15:47:06.829Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T15:47:06.853Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T15:47:06.876Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T15:47:06.900Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T15:47:06.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T15:47:06.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-05-12T15:47:06.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T15:47:06.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T15:47:07.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-05-12T15:47:07.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T15:47:07.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T15:47:07.086Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T15:47:07.108Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T15:47:07.131Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T15:47:07.154Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T15:47:07.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T15:47:07.197Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T15:47:07.220Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-12T15:47:07.243Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-12T15:47:07.265Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-12T15:47:07.289Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-12T15:47:07.314Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-12T15:47:07.337Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T15:47:07.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-12T15:47:07.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-12T15:47:07.414Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-12T15:47:07.437Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d3d36979320f9fc0ce2797f8744993b6dbca912 [Pipeline] echo [2021-05-12T15:47:07.461Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d3d369 [Pipeline] echo [2021-05-12T15:47:07.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T15:47:07.562Z] provisioning config files... [2021-05-12T15:47:07.613Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5430507508675854343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:47:08.049Z] ---> docker-login.sh [2021-05-12T15:47:08.049Z] nexus3.edgexfoundry.org:10001 [2021-05-12T15:47:09.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:47:10.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:47:10.550Z] Configure a credential helper to remove this warning. See [2021-05-12T15:47:10.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:47:10.550Z] [2021-05-12T15:47:10.550Z] Login Succeeded [2021-05-12T15:47:10.550Z] nexus3.edgexfoundry.org:10002 [2021-05-12T15:47:11.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:47:11.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:47:11.212Z] Configure a credential helper to remove this warning. See [2021-05-12T15:47:11.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:47:11.212Z] [2021-05-12T15:47:11.212Z] Login Succeeded [2021-05-12T15:47:11.212Z] nexus3.edgexfoundry.org:10003 [2021-05-12T15:47:11.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:47:11.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:47:11.842Z] Configure a credential helper to remove this warning. See [2021-05-12T15:47:11.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:47:11.842Z] [2021-05-12T15:47:11.842Z] Login Succeeded [2021-05-12T15:47:11.842Z] nexus3.edgexfoundry.org:10004 [2021-05-12T15:47:12.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:47:12.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:47:12.416Z] Configure a credential helper to remove this warning. See [2021-05-12T15:47:12.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:47:12.416Z] [2021-05-12T15:47:12.416Z] Login Succeeded [2021-05-12T15:47:12.416Z] docker.io [2021-05-12T15:47:12.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:47:12.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:47:12.993Z] Configure a credential helper to remove this warning. See [2021-05-12T15:47:12.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:47:12.993Z] [2021-05-12T15:47:12.993Z] Login Succeeded [2021-05-12T15:47:12.993Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T15:47:13.017Z] 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-12T15:47:13.544Z] + git log --format=format:%s -1 8d3d36979320f9fc0ce2797f8744993b6dbca912 [Pipeline] echo [2021-05-12T15:47:13.862Z] GIT_COMMIT: 8d3d36979320f9fc0ce2797f8744993b6dbca912, Commit Message: Merge pull request #922 from lenny-intel/secure-bus-rework [Pipeline] echo [2021-05-12T15:47:13.876Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:47:14.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T15:47:14.692Z] [2021-05-12T15:47:14.693Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:47:15.078Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T15:47:15.079Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T15:47:15.079Z] 31603596830f: Pulling fs layer [2021-05-12T15:47:15.079Z] 54011a49482f: Pulling fs layer [2021-05-12T15:47:15.079Z] a6820b24f6d8: Pulling fs layer [2021-05-12T15:47:15.079Z] f581987b2513: Pulling fs layer [2021-05-12T15:47:15.079Z] f581987b2513: Waiting [2021-05-12T15:47:15.079Z] 54011a49482f: Verifying Checksum [2021-05-12T15:47:15.079Z] 54011a49482f: Download complete [2021-05-12T15:47:15.886Z] 31603596830f: Verifying Checksum [2021-05-12T15:47:15.886Z] 31603596830f: Download complete [2021-05-12T15:47:16.546Z] f581987b2513: Verifying Checksum [2021-05-12T15:47:16.546Z] f581987b2513: Download complete [2021-05-12T15:47:16.546Z] a6820b24f6d8: Verifying Checksum [2021-05-12T15:47:16.546Z] a6820b24f6d8: Download complete [2021-05-12T15:47:16.834Z] 31603596830f: Pull complete [2021-05-12T15:47:17.122Z] 54011a49482f: Pull complete [2021-05-12T15:47:19.283Z] a6820b24f6d8: Pull complete [2021-05-12T15:47:20.263Z] f581987b2513: Pull complete [2021-05-12T15:47:20.263Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T15:47:20.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T15:47:20.263Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T15:47:20.438Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T15:47:20.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T15:47:23.763Z] $ docker top 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T15:47:24.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T15:47:24.186Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T15:47:24.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T15:47:24.932Z] $ docker exec 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 ssh-agent [2021-05-12T15:47:25.382Z] SSH_AUTH_SOCK=/tmp/ssh-4PjNd5rDIWIq/agent.11 [2021-05-12T15:47:25.382Z] SSH_AGENT_PID=17 [2021-05-12T15:47:25.417Z] Running ssh-add (command line suppressed) [2021-05-12T15:47:25.834Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6062724120884659601.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6062724120884659601.key) [2021-05-12T15:47:26.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T15:47:26.407Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T15:47:26.737Z] $ docker exec --env ******** --env ******** 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 ssh-agent -k [2021-05-12T15:47:27.241Z] unset SSH_AUTH_SOCK; [2021-05-12T15:47:27.253Z] unset SSH_AGENT_PID; [2021-05-12T15:47:27.253Z] echo Agent pid 17 killed; [2021-05-12T15:47:27.500Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T15:47:27.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T15:47:27.540Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T15:47:28.002Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T15:47:28.008Z] $ docker exec 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 ssh-agent [2021-05-12T15:47:28.347Z] SSH_AUTH_SOCK=/tmp/ssh-7D2eYp999yC9/agent.46 [2021-05-12T15:47:28.347Z] SSH_AGENT_PID=51 [2021-05-12T15:47:28.359Z] Running ssh-add (command line suppressed) [2021-05-12T15:47:28.596Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1674742853598748516.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1674742853598748516.key) [2021-05-12T15:47:28.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T15:47:29.478Z] + git semver init [2021-05-12T15:47:29.478Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T15:47:29.478Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-12T15:47:29.478Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-12T15:47:29.478Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T15:47:29.478Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T15:47:29.478Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T15:47:29.478Z] # $SEMVER_BRANCH = master [2021-05-12T15:47:29.478Z] # $SEMVER_TEMP = /tmp/semver-358759373 [2021-05-12T15:47:29.478Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-05-12T15:47:31.032Z] # '/tmp/semver-358759373' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-05-12T15:47:31.032Z] # -> Force: false [2021-05-12T15:47:31.032Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-12T15:47:31.056Z] $ docker exec --env ******** --env ******** 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 ssh-agent -k [2021-05-12T15:47:31.325Z] unset SSH_AUTH_SOCK; [2021-05-12T15:47:31.327Z] unset SSH_AGENT_PID; [2021-05-12T15:47:31.327Z] echo Agent pid 51 killed; [2021-05-12T15:47:31.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T15:47:31.869Z] + git semver [Pipeline] } [2021-05-12T15:47:31.953Z] $ docker stop --time=1 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 [2021-05-12T15:47:34.117Z] $ docker rm -f 47d868872f90384b0f1aed67211ad8e5d1e0622a521fdade3bbb6b228ef350f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T15:47:35.109Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T15:47:36.900Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T15:47:36.904Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.58 [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-12T15:47:52.089Z] Still waiting to schedule task [2021-05-12T15:47:52.089Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4706’ is offline; ‘prd-centos7-docker-4c-2g-4707’ is offline; ‘prd-centos7-docker-4c-2g-4709’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-12T15:47:52.092Z] Still waiting to schedule task [2021-05-12T15:47:52.092Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-12T15:48:42.421Z] Running on prd-centos7-docker-4c-2g-4710 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-05-12T15:48:42.439Z] Running in /w/workspace/device-sdk-go/163 [Pipeline] { [Pipeline] checkout [2021-05-12T15:48:44.959Z] using credential edgex-jenkins-ssh [2021-05-12T15:48:44.971Z] Cloning the remote Git repository [2021-05-12T15:48:44.993Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-12T15:48:45.055Z] > git init /w/workspace/device-sdk-go/163 # timeout=10 [2021-05-12T15:48:45.110Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-12T15:48:45.110Z] > git --version # timeout=10 [2021-05-12T15:48:45.127Z] > git --version # 'git version 2.24.3' [2021-05-12T15:48:45.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T15:48:45.184Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T15:48:47.789Z] Checking out Revision 8d3d36979320f9fc0ce2797f8744993b6dbca912 (master) [2021-05-12T15:48:47.181Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-12T15:48:47.186Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T15:48:47.203Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-12T15:48:47.215Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-12T15:48:47.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T15:48:47.219Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T15:48:47.798Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T15:48:47.804Z] > git checkout -f 8d3d36979320f9fc0ce2797f8744993b6dbca912 # timeout=10 [2021-05-12T15:48:51.428Z] Commit message: "Merge pull request #922 from lenny-intel/secure-bus-rework" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T15:48:52.516Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T15:48:52.838Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T15:48:53.132Z] + true [2021-05-12T15:48:53.132Z] + sudo service docker restart [2021-05-12T15:48:53.132Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T15:48:54.114Z] provisioning config files... [2021-05-12T15:48:54.150Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/163@tmp/config2705847153170697017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:48:54.481Z] ---> docker-login.sh [2021-05-12T15:48:54.481Z] nexus3.edgexfoundry.org:10001 [2021-05-12T15:48:54.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:48:54.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:48:54.744Z] Configure a credential helper to remove this warning. See [2021-05-12T15:48:54.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:48:54.744Z] [2021-05-12T15:48:54.744Z] Login Succeeded [2021-05-12T15:48:54.744Z] nexus3.edgexfoundry.org:10002 [2021-05-12T15:48:55.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:48:55.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:48:55.005Z] Configure a credential helper to remove this warning. See [2021-05-12T15:48:55.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:48:55.005Z] [2021-05-12T15:48:55.005Z] Login Succeeded [2021-05-12T15:48:55.005Z] nexus3.edgexfoundry.org:10003 [2021-05-12T15:48:55.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:48:55.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:48:55.266Z] Configure a credential helper to remove this warning. See [2021-05-12T15:48:55.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:48:55.266Z] [2021-05-12T15:48:55.266Z] Login Succeeded [2021-05-12T15:48:55.266Z] nexus3.edgexfoundry.org:10004 [2021-05-12T15:48:55.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:48:55.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:48:55.266Z] Configure a credential helper to remove this warning. See [2021-05-12T15:48:55.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:48:55.266Z] [2021-05-12T15:48:55.266Z] Login Succeeded [2021-05-12T15:48:55.266Z] docker.io [2021-05-12T15:48:55.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:48:55.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:48:55.791Z] Configure a credential helper to remove this warning. See [2021-05-12T15:48:55.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:48:55.791Z] [2021-05-12T15:48:55.791Z] Login Succeeded [2021-05-12T15:48:55.791Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T15:48:55.801Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T15:48:55.982Z] ========================================================= [2021-05-12T15:48:55.982Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T15:48:55.982Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:48:56.293Z] + 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-12T15:48:56.293Z] Sending build context to Docker daemon 2.556MB [2021-05-12T15:48:56.293Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T15:48:56.293Z] Step 2/8 : FROM ${BASE} [2021-05-12T15:48:56.293Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T15:48:56.293Z] 540db60ca938: Pulling fs layer [2021-05-12T15:48:56.293Z] adcc1eea9eea: Pulling fs layer [2021-05-12T15:48:56.293Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T15:48:56.293Z] 0510c868ecb4: Pulling fs layer [2021-05-12T15:48:56.293Z] afea3b2eda06: Pulling fs layer [2021-05-12T15:48:56.293Z] 7809a108b3ef: Pulling fs layer [2021-05-12T15:48:56.293Z] f706445af74f: Pulling fs layer [2021-05-12T15:48:56.293Z] 0510c868ecb4: Waiting [2021-05-12T15:48:56.293Z] afea3b2eda06: Waiting [2021-05-12T15:48:56.293Z] 7809a108b3ef: Waiting [2021-05-12T15:48:56.293Z] f706445af74f: Waiting [2021-05-12T15:48:56.554Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T15:48:56.554Z] 4c4ab2625f07: Download complete [2021-05-12T15:48:56.554Z] adcc1eea9eea: Verifying Checksum [2021-05-12T15:48:56.554Z] adcc1eea9eea: Download complete [2021-05-12T15:48:56.554Z] afea3b2eda06: Verifying Checksum [2021-05-12T15:48:56.554Z] afea3b2eda06: Download complete [2021-05-12T15:48:56.554Z] 540db60ca938: Verifying Checksum [2021-05-12T15:48:56.554Z] 7809a108b3ef: Verifying Checksum [2021-05-12T15:48:56.554Z] 7809a108b3ef: Download complete [2021-05-12T15:48:56.816Z] 540db60ca938: Pull complete [2021-05-12T15:48:57.077Z] adcc1eea9eea: Pull complete [2021-05-12T15:48:57.077Z] 4c4ab2625f07: Pull complete [2021-05-12T15:48:58.469Z] f706445af74f: Verifying Checksum [2021-05-12T15:48:58.469Z] f706445af74f: Download complete [2021-05-12T15:48:58.733Z] 0510c868ecb4: Verifying Checksum [2021-05-12T15:48:58.733Z] 0510c868ecb4: Download complete [2021-05-12T15:49:04.203Z] 0510c868ecb4: Pull complete [2021-05-12T15:49:04.203Z] afea3b2eda06: Pull complete [2021-05-12T15:49:04.203Z] 7809a108b3ef: Pull complete [2021-05-12T15:49:09.512Z] f706445af74f: Pull complete [2021-05-12T15:49:09.512Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T15:49:09.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T15:49:09.512Z] ---> b068be0155e3 [2021-05-12T15:49:09.512Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T15:49:10.903Z] ---> Running in e2268a36f72d [2021-05-12T15:49:10.903Z] Removing intermediate container e2268a36f72d [2021-05-12T15:49:10.903Z] ---> d8be56fa8149 [2021-05-12T15:49:10.903Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T15:49:10.903Z] ---> Running in 49cc4d2b6a97 [2021-05-12T15:49:11.852Z] Removing intermediate container 49cc4d2b6a97 [2021-05-12T15:49:11.852Z] ---> 31e0e091f083 [2021-05-12T15:49:11.852Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-12T15:49:11.852Z] ---> Running in a55b6b44414b [2021-05-12T15:49:12.431Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T15:49:13.372Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T15:49:13.633Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-12T15:49:13.894Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-12T15:49:13.894Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-12T15:49:13.894Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-12T15:49:14.156Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-12T15:49:14.156Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-12T15:49:14.156Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T15:49:14.156Z] OK: 150 MiB in 46 packages [2021-05-12T15:49:15.102Z] Removing intermediate container a55b6b44414b [2021-05-12T15:49:15.102Z] ---> f1f1a1dee06d [2021-05-12T15:49:15.102Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-12T15:49:15.102Z] ---> Running in 495efe4a2bc2 [2021-05-12T15:49:15.102Z] Removing intermediate container 495efe4a2bc2 [2021-05-12T15:49:15.102Z] ---> 22d952a2710e [2021-05-12T15:49:15.102Z] Step 7/8 : COPY . . [2021-05-12T15:49:16.486Z] ---> e201df1cc29f [2021-05-12T15:49:16.486Z] Step 8/8 : RUN go mod download [2021-05-12T15:49:16.486Z] ---> Running in f7e6b48d1ad8 [2021-05-12T15:49:43.097Z] Removing intermediate container f7e6b48d1ad8 [2021-05-12T15:49:43.097Z] ---> 50b02f983289 [2021-05-12T15:49:43.097Z] Successfully built 50b02f983289 [2021-05-12T15:49:43.097Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:49:43.404Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T15:49:43.404Z] . [Pipeline] withDockerContainer [2021-05-12T15:49:43.511Z] prd-centos7-docker-4c-2g-4710 does not seem to be running inside a container [2021-05-12T15:49:43.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/163 -v /w/workspace/device-sdk-go/163:/w/workspace/device-sdk-go/163:rw,z -v /w/workspace/device-sdk-go/163@tmp:/w/workspace/device-sdk-go/163@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-12T15:49:43.773Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4711 in /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-12T15:49:44.245Z] $ docker top 90ffa8279153e10aea47d375041d2090d7bd22b532ae5577fa324399e4d992c9 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-05-12T15:49:44.402Z] Running in /w/workspace/device-sdk-go/163 [Pipeline] { [Pipeline] checkout [2021-05-12T15:49:44.657Z] + go version [2021-05-12T15:49:44.657Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T15:49:44.671Z] $ docker stop --time=1 90ffa8279153e10aea47d375041d2090d7bd22b532ae5577fa324399e4d992c9 [2021-05-12T15:49:46.054Z] $ docker rm -f 90ffa8279153e10aea47d375041d2090d7bd22b532ae5577fa324399e4d992c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:49:46.541Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T15:49:46.541Z] . [Pipeline] withDockerContainer [2021-05-12T15:49:46.626Z] prd-centos7-docker-4c-2g-4710 does not seem to be running inside a container [2021-05-12T15:49:46.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/163 -v /w/workspace/device-sdk-go/163:/w/workspace/device-sdk-go/163:rw,z -v /w/workspace/device-sdk-go/163@tmp:/w/workspace/device-sdk-go/163@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-12T15:49:47.308Z] $ docker top da3b7192ea3dfc2743ff1a9079fbc2ad004ba075ff4b78052c9b4fc41049e120 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T15:49:47.745Z] + go mod tidy [Pipeline] sh [2021-05-12T15:49:48.624Z] + make test [2021-05-12T15:49:48.624Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T15:49:49.744Z] using credential edgex-jenkins-ssh [2021-05-12T15:49:49.762Z] Cloning the remote Git repository [2021-05-12T15:49:49.824Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-05-12T15:49:49.935Z] > git init /w/workspace/device-sdk-go/163 # timeout=10 [2021-05-12T15:49:50.107Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-12T15:49:50.108Z] > git --version # timeout=10 [2021-05-12T15:49:50.153Z] > git --version # 'git version 2.17.1' [2021-05-12T15:49:50.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T15:49:50.207Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T15:49:51.588Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-12T15:49:51.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T15:49:51.640Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-05-12T15:49:51.676Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-05-12T15:49:51.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T15:49:51.690Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T15:49:52.220Z] Checking out Revision 8d3d36979320f9fc0ce2797f8744993b6dbca912 (master) [2021-05-12T15:49:52.242Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T15:49:52.268Z] > git checkout -f 8d3d36979320f9fc0ce2797f8744993b6dbca912 # timeout=10 [2021-05-12T15:49:56.476Z] Commit message: "Merge pull request #922 from lenny-intel/secure-bus-rework" [2021-05-12T15:49:56.804Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T15:49:58.166Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T15:49:58.616Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T15:49:58.967Z] + true [2021-05-12T15:49:58.967Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T15:50:01.666Z] provisioning config files... [2021-05-12T15:50:01.718Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/163@tmp/config6628704652209741924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:50:02.101Z] ---> docker-login.sh [2021-05-12T15:50:02.101Z] nexus3.edgexfoundry.org:10001 [2021-05-12T15:50:03.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:50:03.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:50:03.357Z] Configure a credential helper to remove this warning. See [2021-05-12T15:50:03.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:50:03.357Z] [2021-05-12T15:50:03.357Z] Login Succeeded [2021-05-12T15:50:03.357Z] nexus3.edgexfoundry.org:10002 [2021-05-12T15:50:03.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:50:03.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:50:03.907Z] Configure a credential helper to remove this warning. See [2021-05-12T15:50:03.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:50:03.907Z] [2021-05-12T15:50:03.907Z] Login Succeeded [2021-05-12T15:50:03.907Z] nexus3.edgexfoundry.org:10003 [2021-05-12T15:50:04.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:50:04.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:50:04.457Z] Configure a credential helper to remove this warning. See [2021-05-12T15:50:04.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:50:04.457Z] [2021-05-12T15:50:04.457Z] Login Succeeded [2021-05-12T15:50:04.457Z] nexus3.edgexfoundry.org:10004 [2021-05-12T15:50:04.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:50:05.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:50:05.008Z] Configure a credential helper to remove this warning. See [2021-05-12T15:50:05.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:50:05.008Z] [2021-05-12T15:50:05.008Z] Login Succeeded [2021-05-12T15:50:05.008Z] docker.io [2021-05-12T15:50:05.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T15:50:05.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T15:50:05.555Z] Configure a credential helper to remove this warning. See [2021-05-12T15:50:05.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T15:50:05.555Z] [2021-05-12T15:50:05.555Z] Login Succeeded [2021-05-12T15:50:05.555Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T15:50:05.576Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T15:50:05.882Z] ========================================================= [2021-05-12T15:50:05.882Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T15:50:05.882Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:50:06.226Z] + 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-12T15:50:06.495Z] Sending build context to Docker daemon 2.555MB [2021-05-12T15:50:06.770Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T15:50:06.770Z] Step 2/8 : FROM ${BASE} [2021-05-12T15:50:06.770Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T15:50:06.770Z] 595b0fe564bb: Pulling fs layer [2021-05-12T15:50:06.770Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T15:50:06.770Z] 316046926c0a: Pulling fs layer [2021-05-12T15:50:06.770Z] 4ebd0625c992: Pulling fs layer [2021-05-12T15:50:06.770Z] 207e8628e3a3: Pulling fs layer [2021-05-12T15:50:06.770Z] c791037a9be2: Pulling fs layer [2021-05-12T15:50:06.770Z] ffd874e62e21: Pulling fs layer [2021-05-12T15:50:06.770Z] c791037a9be2: Waiting [2021-05-12T15:50:06.770Z] 4ebd0625c992: Waiting [2021-05-12T15:50:06.770Z] 207e8628e3a3: Waiting [2021-05-12T15:50:06.770Z] ffd874e62e21: Waiting [2021-05-12T15:50:06.770Z] 316046926c0a: Verifying Checksum [2021-05-12T15:50:06.770Z] 316046926c0a: Download complete [2021-05-12T15:50:06.770Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T15:50:06.770Z] 7186ed65a4f7: Download complete [2021-05-12T15:50:06.770Z] 207e8628e3a3: Verifying Checksum [2021-05-12T15:50:06.770Z] 207e8628e3a3: Download complete [2021-05-12T15:50:06.770Z] 595b0fe564bb: Verifying Checksum [2021-05-12T15:50:06.770Z] 595b0fe564bb: Download complete [2021-05-12T15:50:06.770Z] c791037a9be2: Verifying Checksum [2021-05-12T15:50:06.770Z] c791037a9be2: Download complete [2021-05-12T15:50:07.370Z] 595b0fe564bb: Pull complete [2021-05-12T15:50:07.967Z] 7186ed65a4f7: Pull complete [2021-05-12T15:50:08.563Z] 316046926c0a: Pull complete [2021-05-12T15:50:08.563Z] ffd874e62e21: Verifying Checksum [2021-05-12T15:50:08.563Z] ffd874e62e21: Download complete [2021-05-12T15:50:09.986Z] 4ebd0625c992: Verifying Checksum [2021-05-12T15:50:09.986Z] 4ebd0625c992: Download complete [2021-05-12T15:50:18.864Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-12T15:50:18.864Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-12T15:50:18.864Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-12T15:50:19.824Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.071s coverage: 25.4% of statements [2021-05-12T15:50:19.824Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-12T15:50:19.824Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 28.1% of statements [2021-05-12T15:50:19.824Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.086s coverage: 78.9% of statements [2021-05-12T15:50:20.188Z] 4ebd0625c992: Pull complete [2021-05-12T15:50:20.188Z] 207e8628e3a3: Pull complete [2021-05-12T15:50:20.188Z] c791037a9be2: Pull complete [2021-05-12T15:50:20.790Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.060s coverage: 10.7% of statements [2021-05-12T15:50:20.791Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-12T15:50:20.791Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-12T15:50:20.791Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-12T15:50:21.059Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 30.2% of statements [2021-05-12T15:50:21.059Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-12T15:50:22.004Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.085s coverage: 83.3% of statements [2021-05-12T15:50:22.004Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-12T15:50:22.004Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-12T15:50:22.004Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.101s coverage: 58.4% of statements [2021-05-12T15:50:22.946Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.168s coverage: 89.2% of statements [2021-05-12T15:50:22.946Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-12T15:50:22.946Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.0% of statements [2021-05-12T15:50:22.946Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-12T15:50:23.207Z] GO111MODULE=on go vet ./... [2021-05-12T15:50:23.573Z] ffd874e62e21: Pull complete [2021-05-12T15:50:23.573Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T15:50:23.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T15:50:23.573Z] ---> cfc18b08335c [2021-05-12T15:50:23.573Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T15:50:26.198Z] ---> Running in bd2bc46add82 [2021-05-12T15:50:26.795Z] Removing intermediate container bd2bc46add82 [2021-05-12T15:50:26.795Z] ---> 3b39b6c33151 [2021-05-12T15:50:26.795Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T15:50:26.795Z] ---> Running in 6c69520b5e30 [2021-05-12T15:50:29.429Z] Removing intermediate container 6c69520b5e30 [2021-05-12T15:50:29.429Z] ---> 4a95cf01862f [2021-05-12T15:50:29.429Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-05-12T15:50:29.429Z] ---> Running in 4efe960d7740 [2021-05-12T15:50:30.407Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T15:50:31.380Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T15:50:31.970Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-12T15:50:32.240Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-12T15:50:32.240Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-12T15:50:32.240Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-12T15:50:32.515Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-12T15:50:32.515Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-12T15:50:32.515Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T15:50:32.515Z] OK: 139 MiB in 46 packages [2021-05-12T15:50:33.949Z] Removing intermediate container 4efe960d7740 [2021-05-12T15:50:33.949Z] ---> 7d2249849e3c [2021-05-12T15:50:33.949Z] Step 6/8 : WORKDIR /device-sdk-go [2021-05-12T15:50:33.949Z] ---> Running in d3fa0ce7b2c6 [2021-05-12T15:50:34.544Z] Removing intermediate container d3fa0ce7b2c6 [2021-05-12T15:50:34.544Z] ---> 2dd2af8f8f68 [2021-05-12T15:50:34.544Z] Step 7/8 : COPY . . [2021-05-12T15:50:35.972Z] ---> f22120ecff7e [2021-05-12T15:50:35.972Z] Step 8/8 : RUN go mod download [2021-05-12T15:50:35.972Z] ---> Running in 1b3e21145d02 [2021-05-12T15:50:41.428Z] gofmt -l . [2021-05-12T15:50:41.428Z] [ "`gofmt -l .`" = "" ] [2021-05-12T15:50:41.428Z] ./bin/test-attribution-txt.sh [2021-05-12T15:50:41.428Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-12T15:50:41.444Z] $ docker stop --time=1 da3b7192ea3dfc2743ff1a9079fbc2ad004ba075ff4b78052c9b4fc41049e120 [2021-05-12T15:50:43.084Z] $ docker rm -f da3b7192ea3dfc2743ff1a9079fbc2ad004ba075ff4b78052c9b4fc41049e120 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T15:50:43.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T15:50:44.000Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-12T15:50:47.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T15:50:47.372Z] + ls -al . [2021-05-12T15:50:47.372Z] total 208 [2021-05-12T15:50:47.372Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 12 15:50 . [2021-05-12T15:50:47.372Z] drwxrwxr-x. 4 jenkins jenkins 32 May 12 15:48 .. [2021-05-12T15:50:47.372Z] drwxrwxr-x. 2 jenkins jenkins 64 May 12 15:48 bin [2021-05-12T15:50:47.372Z] -rw-r--r--. 1 jenkins jenkins 126003 May 12 15:50 coverage.out [2021-05-12T15:50:47.372Z] -rw-rw-r--. 1 jenkins jenkins 987 May 12 15:48 Dockerfile.build [2021-05-12T15:50:47.372Z] -rw-rw-r--. 1 jenkins jenkins 140 May 12 15:48 .dockerignore [2021-05-12T15:50:47.372Z] drwxrwxr-x. 5 jenkins jenkins 62 May 12 15:48 example [2021-05-12T15:50:47.372Z] drwxrwxr-x. 8 jenkins jenkins 162 May 12 15:48 .git [2021-05-12T15:50:47.372Z] drwxrwxr-x. 2 jenkins jenkins 103 May 12 15:48 .github [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 138 May 12 15:48 .gitignore [2021-05-12T15:50:47.373Z] -rw-r--r--. 1 jenkins jenkins 575 May 12 15:50 go.mod [2021-05-12T15:50:47.373Z] -rw-r--r--. 1 jenkins jenkins 20408 May 12 15:49 go.sum [2021-05-12T15:50:47.373Z] drwxrwxr-x. 15 jenkins jenkins 224 May 12 15:48 internal [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 894 May 12 15:48 Jenkinsfile [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 11341 May 12 15:48 LICENSE [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 1000 May 12 15:48 Makefile [2021-05-12T15:50:47.373Z] drwxrwxr-x. 4 jenkins jenkins 26 May 12 15:48 openapi [2021-05-12T15:50:47.373Z] drwxrwxr-x. 5 jenkins jenkins 50 May 12 15:48 pkg [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 7652 May 12 15:48 README.md [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 6616 May 12 15:48 RELEASE-NOTES.txt [2021-05-12T15:50:47.373Z] drwxrwxr-x. 4 jenkins jenkins 54 May 12 15:48 snap [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 12 May 12 15:47 VERSION [2021-05-12T15:50:47.373Z] -rw-rw-r--. 1 jenkins jenkins 222 May 12 15:48 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:50:47.674Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8d3d36979320f9fc0ce2797f8744993b6dbca912 --label arch=amd64 --label version=2.0.0-dev.58 . [2021-05-12T15:50:47.674Z] Sending build context to Docker daemon 2.683MB [2021-05-12T15:50:47.674Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T15:50:47.674Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-12T15:50:47.674Z] ---> 50b02f983289 [2021-05-12T15:50:47.674Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-12T15:50:48.615Z] ---> Running in 72b3433bc7e8 [2021-05-12T15:50:48.615Z] Removing intermediate container 72b3433bc7e8 [2021-05-12T15:50:48.615Z] ---> dba41270c7aa [2021-05-12T15:50:48.615Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T15:50:48.615Z] ---> Running in 72a0c0542665 [2021-05-12T15:50:48.875Z] Removing intermediate container 72a0c0542665 [2021-05-12T15:50:48.875Z] ---> fe3a0cc39360 [2021-05-12T15:50:48.875Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T15:50:48.875Z] ---> Running in e6c57ae71d77 [2021-05-12T15:50:49.817Z] Removing intermediate container e6c57ae71d77 [2021-05-12T15:50:49.817Z] ---> 39eb04f33ba5 [2021-05-12T15:50:49.817Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-12T15:50:49.817Z] ---> Running in e37c47bfcb45 [2021-05-12T15:50:50.390Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T15:50:50.964Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T15:50:51.537Z] OK: 150 MiB in 46 packages [2021-05-12T15:50:52.108Z] Removing intermediate container e37c47bfcb45 [2021-05-12T15:50:52.108Z] ---> 64820e2defb1 [2021-05-12T15:50:52.108Z] Step 7/23 : COPY . . [2021-05-12T15:50:53.051Z] ---> 24fbe1a4fa1e [2021-05-12T15:50:53.051Z] Step 8/23 : RUN go mod download [2021-05-12T15:50:53.051Z] ---> Running in ab796ec3626f [2021-05-12T15:50:53.996Z] Removing intermediate container ab796ec3626f [2021-05-12T15:50:53.996Z] ---> 48dcb51aa80a [2021-05-12T15:50:53.996Z] Step 9/23 : RUN make build [2021-05-12T15:50:53.996Z] ---> Running in fb9c3b7d6733 [2021-05-12T15:50:54.261Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.58" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-12T15:51:02.781Z] Removing intermediate container 1b3e21145d02 [2021-05-12T15:51:02.781Z] ---> 1d6e06213182 [2021-05-12T15:51:02.781Z] Successfully built 1d6e06213182 [2021-05-12T15:51:02.781Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:51:03.129Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T15:51:03.129Z] . [Pipeline] withDockerContainer [2021-05-12T15:51:03.366Z] prd-ubuntu18.04-docker-arm64-4c-16g-4711 does not seem to be running inside a container [2021-05-12T15:51:03.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/163 -v /w/workspace/device-sdk-go/163:/w/workspace/device-sdk-go/163:rw,z -v /w/workspace/device-sdk-go/163@tmp:/w/workspace/device-sdk-go/163@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-12T15:51:04.389Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-12T15:51:05.020Z] $ docker top 317bf8e731cff2e2e991dcda1f10f3b167b1457a1d5a05049d39d91e3d54429d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T15:51:05.955Z] + go version [2021-05-12T15:51:05.955Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T15:51:05.987Z] $ docker stop --time=1 317bf8e731cff2e2e991dcda1f10f3b167b1457a1d5a05049d39d91e3d54429d [2021-05-12T15:51:06.303Z] Removing intermediate container fb9c3b7d6733 [2021-05-12T15:51:06.303Z] ---> 1d8356d1468a [2021-05-12T15:51:06.303Z] Step 10/23 : FROM alpine:3.12 [2021-05-12T15:51:06.567Z] 3.12: Pulling from library/alpine [2021-05-12T15:51:06.833Z] 339de151aab4: Pulling fs layer [2021-05-12T15:51:06.833Z] 339de151aab4: Verifying Checksum [2021-05-12T15:51:06.833Z] 339de151aab4: Download complete [2021-05-12T15:51:07.096Z] 339de151aab4: Pull complete [2021-05-12T15:51:07.096Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T15:51:07.096Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T15:51:07.096Z] ---> 13621d1b12d4 [2021-05-12T15:51:07.096Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T15:51:07.357Z] ---> Running in 65415f4e311a [2021-05-12T15:51:07.621Z] Removing intermediate container 65415f4e311a [2021-05-12T15:51:07.621Z] ---> a16baebd8b07 [2021-05-12T15:51:07.621Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T15:51:07.621Z] ---> Running in 7bbac1e674b7 [2021-05-12T15:51:07.905Z] $ docker rm -f 317bf8e731cff2e2e991dcda1f10f3b167b1457a1d5a05049d39d91e3d54429d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:51:08.602Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T15:51:08.602Z] . [2021-05-12T15:51:08.605Z] Removing intermediate container 7bbac1e674b7 [2021-05-12T15:51:08.605Z] ---> fdb10a6970b7 [2021-05-12T15:51:08.605Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-12T15:51:08.605Z] ---> Running in b5873f0b0301 [Pipeline] withDockerContainer [2021-05-12T15:51:08.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-4711 does not seem to be running inside a container [2021-05-12T15:51:08.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T15:51:08.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/163 -v /w/workspace/device-sdk-go/163:/w/workspace/device-sdk-go/163:rw,z -v /w/workspace/device-sdk-go/163@tmp:/w/workspace/device-sdk-go/163@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-12T15:51:09.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T15:51:10.005Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-12T15:51:10.005Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-12T15:51:10.269Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-12T15:51:10.470Z] $ docker top ad2fc1386e40c4d883d7b41bcb20e33f910dce4fb955ac897d87043db2ca1cbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T15:51:10.844Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-12T15:51:10.844Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-12T15:51:11.106Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T15:51:11.106Z] OK: 8 MiB in 19 packages [2021-05-12T15:51:11.422Z] + go mod tidy [2021-05-12T15:51:11.676Z] Removing intermediate container b5873f0b0301 [2021-05-12T15:51:11.676Z] ---> 6e6b6ca1d1b1 [2021-05-12T15:51:11.676Z] Step 14/23 : WORKDIR / [2021-05-12T15:51:11.676Z] ---> Running in 8d9caf9eee6e [2021-05-12T15:51:11.676Z] Removing intermediate container 8d9caf9eee6e [2021-05-12T15:51:11.676Z] ---> ccc42570936a [2021-05-12T15:51:11.676Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-12T15:51:11.936Z] ---> 83a188a0c767 [2021-05-12T15:51:11.936Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [Pipeline] sh [2021-05-12T15:51:12.507Z] ---> 11429463574b [2021-05-12T15:51:12.507Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-12T15:51:12.773Z] ---> 6009c321257b [2021-05-12T15:51:12.773Z] Step 18/23 : EXPOSE 49990 [2021-05-12T15:51:12.773Z] ---> Running in 912abfcc76ea [2021-05-12T15:51:13.035Z] Removing intermediate container 912abfcc76ea [2021-05-12T15:51:13.035Z] ---> 08096ac2a7a9 [2021-05-12T15:51:13.035Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-12T15:51:13.035Z] ---> Running in 35f49c3f6883 [2021-05-12T15:51:13.087Z] + make test [2021-05-12T15:51:13.087Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T15:51:13.297Z] Removing intermediate container 35f49c3f6883 [2021-05-12T15:51:13.297Z] ---> 8865ffbd46c3 [2021-05-12T15:51:13.297Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T15:51:13.297Z] ---> Running in 31e73fd1ec32 [2021-05-12T15:51:13.558Z] Removing intermediate container 31e73fd1ec32 [2021-05-12T15:51:13.558Z] ---> 32e2711fd1e1 [2021-05-12T15:51:13.558Z] Step 21/23 : LABEL arch=amd64 [2021-05-12T15:51:13.558Z] ---> Running in ea715efece90 [2021-05-12T15:51:13.819Z] Removing intermediate container ea715efece90 [2021-05-12T15:51:13.819Z] ---> 9420a92e6c92 [2021-05-12T15:51:13.819Z] Step 22/23 : LABEL git_sha=8d3d36979320f9fc0ce2797f8744993b6dbca912 [2021-05-12T15:51:13.819Z] ---> Running in bd5b7f7a3f50 [2021-05-12T15:51:14.081Z] Removing intermediate container bd5b7f7a3f50 [2021-05-12T15:51:14.081Z] ---> 46edc32c9683 [2021-05-12T15:51:14.081Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-05-12T15:51:14.081Z] ---> Running in d909f56a6eec [2021-05-12T15:51:14.344Z] Removing intermediate container d909f56a6eec [2021-05-12T15:51:14.344Z] ---> 6710f8dc6282 [2021-05-12T15:51:14.344Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-12T15:51:14.344Z] Successfully built 6710f8dc6282 [2021-05-12T15:51:14.344Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:51:15.006Z] ---> job-cost.sh [2021-05-12T15:51:15.006Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-p3Go [2021-05-12T15:51:29.920Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T15:51:35.265Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-05-12T15:51:56.510Z] lf-activate-venv(): INFO: Adding /tmp/venv-p3Go/bin to PATH [2021-05-12T15:51:56.511Z] INFO: No Stack... [2021-05-12T15:51:56.511Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T15:51:56.511Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T15:51:56.812Z] + cat /w/workspace/device-sdk-go/163/archives/cost.csv [2021-05-12T15:51:56.812Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T15:51:56.885Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] [2021-05-12T15:51:56.894Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] did not exist. Created. [2021-05-12T15:51:56.894Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T15:51:57.217Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-12T15:51:57.293Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T15:51:57.310Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T15:52:43.306Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-05-12T15:52:43.306Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-05-12T15:52:43.306Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-05-12T15:52:53.467Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.180s coverage: 25.4% of statements [2021-05-12T15:52:53.467Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-05-12T15:52:53.467Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.131s coverage: 28.1% of statements [2021-05-12T15:52:53.467Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.211s coverage: 78.9% of statements [2021-05-12T15:52:53.467Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.168s coverage: 10.7% of statements [2021-05-12T15:52:53.467Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-05-12T15:52:53.467Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-05-12T15:52:53.467Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-05-12T15:52:56.121Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.214s coverage: 30.2% of statements [2021-05-12T15:52:56.121Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-05-12T15:52:56.730Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.144s coverage: 83.3% of statements [2021-05-12T15:52:56.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-05-12T15:52:56.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-05-12T15:52:57.354Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.343s coverage: 58.4% of statements [2021-05-12T15:53:01.681Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.098s coverage: 89.2% of statements [2021-05-12T15:53:01.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-05-12T15:53:01.681Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements [2021-05-12T15:53:01.681Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-05-12T15:53:01.956Z] GO111MODULE=on go vet ./... [2021-05-12T15:53:58.575Z] gofmt -l . [2021-05-12T15:53:58.575Z] [ "`gofmt -l .`" = "" ] [2021-05-12T15:53:58.575Z] ./bin/test-attribution-txt.sh [2021-05-12T15:54:00.019Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-12T15:54:00.660Z] $ docker stop --time=1 ad2fc1386e40c4d883d7b41bcb20e33f910dce4fb955ac897d87043db2ca1cbf [2021-05-12T15:54:03.003Z] $ docker rm -f ad2fc1386e40c4d883d7b41bcb20e33f910dce4fb955ac897d87043db2ca1cbf [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T15:54:04.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T15:54:04.149Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T15:54:05.140Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T15:54:05.620Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-12T15:54:05.996Z] + ls -al . [2021-05-12T15:54:05.996Z] total 244 [2021-05-12T15:54:05.996Z] drwxrwxr-x 10 jenkins jenkins 4096 May 12 15:54 . [2021-05-12T15:54:05.996Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 15:49 .. [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 140 May 12 15:49 .dockerignore [2021-05-12T15:54:05.996Z] drwxrwxr-x 8 jenkins jenkins 4096 May 12 15:49 .git [2021-05-12T15:54:05.996Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 15:49 .github [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 138 May 12 15:49 .gitignore [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 987 May 12 15:49 Dockerfile.build [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 894 May 12 15:49 Jenkinsfile [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 11341 May 12 15:49 LICENSE [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 1000 May 12 15:49 Makefile [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 7652 May 12 15:49 README.md [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 6616 May 12 15:49 RELEASE-NOTES.txt [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 12 May 12 15:47 VERSION [2021-05-12T15:54:05.996Z] drwxrwxr-x 2 jenkins jenkins 4096 May 12 15:49 bin [2021-05-12T15:54:05.996Z] -rw-r--r-- 1 jenkins jenkins 126003 May 12 15:53 coverage.out [2021-05-12T15:54:05.996Z] drwxrwxr-x 5 jenkins jenkins 4096 May 12 15:49 example [2021-05-12T15:54:05.996Z] -rw-r--r-- 1 jenkins jenkins 575 May 12 15:53 go.mod [2021-05-12T15:54:05.996Z] -rw-r--r-- 1 jenkins jenkins 20408 May 12 15:51 go.sum [2021-05-12T15:54:05.996Z] drwxrwxr-x 15 jenkins jenkins 4096 May 12 15:49 internal [2021-05-12T15:54:05.996Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 15:49 openapi [2021-05-12T15:54:05.996Z] drwxrwxr-x 5 jenkins jenkins 4096 May 12 15:49 pkg [2021-05-12T15:54:05.996Z] drwxrwxr-x 4 jenkins jenkins 4096 May 12 15:49 snap [2021-05-12T15:54:05.996Z] -rw-rw-r-- 1 jenkins jenkins 222 May 12 15:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:54:06.390Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8d3d36979320f9fc0ce2797f8744993b6dbca912 --label arch=arm64 --label version=2.0.0-dev.58 . [2021-05-12T15:54:06.709Z] Sending build context to Docker daemon 2.682MB [2021-05-12T15:54:07.008Z] Step 1/23 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T15:54:07.008Z] Step 2/23 : FROM ${BASE} AS builder [2021-05-12T15:54:07.008Z] ---> 1d6e06213182 [2021-05-12T15:54:07.008Z] Step 3/23 : WORKDIR /device-sdk-go [2021-05-12T15:54:07.297Z] ---> Running in 27a05ec3d89f [2021-05-12T15:54:07.903Z] Removing intermediate container 27a05ec3d89f [2021-05-12T15:54:07.903Z] ---> e0a3179d3878 [2021-05-12T15:54:07.903Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T15:54:07.903Z] ---> Running in a6b5ffae566c [2021-05-12T15:54:08.496Z] Removing intermediate container a6b5ffae566c [2021-05-12T15:54:08.496Z] ---> 71664f351f6e [2021-05-12T15:54:08.496Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T15:54:08.496Z] ---> Running in 16b54beae960 [2021-05-12T15:54:10.470Z] Removing intermediate container 16b54beae960 [2021-05-12T15:54:10.470Z] ---> 2c175753745d [2021-05-12T15:54:10.470Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-05-12T15:54:10.744Z] ---> Running in 2b6c785bb238 [2021-05-12T15:54:11.722Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T15:54:12.698Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T15:54:13.677Z] OK: 139 MiB in 46 packages [2021-05-12T15:54:14.646Z] Removing intermediate container 2b6c785bb238 [2021-05-12T15:54:14.646Z] ---> 2d906a74b779 [2021-05-12T15:54:14.646Z] Step 7/23 : COPY . . [2021-05-12T15:54:16.074Z] ---> 0b5804da7dd6 [2021-05-12T15:54:16.074Z] Step 8/23 : RUN go mod download [2021-05-12T15:54:16.349Z] ---> Running in 15d75c1a8540 [2021-05-12T15:54:18.326Z] Removing intermediate container 15d75c1a8540 [2021-05-12T15:54:18.326Z] ---> 98b5ec8c7e29 [2021-05-12T15:54:18.326Z] Step 9/23 : RUN make build [2021-05-12T15:54:18.603Z] ---> Running in 22925c2fca48 [2021-05-12T15:54:19.579Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.58" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-05-12T15:54:58.616Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-05-12T15:54:58.616Z] Removing intermediate container 22925c2fca48 [2021-05-12T15:54:58.616Z] ---> e3bceba97dd9 [2021-05-12T15:54:58.616Z] Step 10/23 : FROM alpine:3.12 [2021-05-12T15:54:58.886Z] 3.12: Pulling from library/alpine [2021-05-12T15:54:59.161Z] d2f70382dc9a: Pulling fs layer [2021-05-12T15:54:59.161Z] d2f70382dc9a: Verifying Checksum [2021-05-12T15:54:59.759Z] d2f70382dc9a: Pull complete [2021-05-12T15:54:59.759Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T15:55:00.210Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T15:55:00.210Z] ---> 9852663dfa18 [2021-05-12T15:55:00.210Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-12T15:55:00.210Z] ---> Running in 54194bca3ab8 [2021-05-12T15:55:00.480Z] Removing intermediate container 54194bca3ab8 [2021-05-12T15:55:00.480Z] ---> 54ff7f48dcf7 [2021-05-12T15:55:00.480Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T15:55:00.753Z] ---> Running in 5ac83c224815 [2021-05-12T15:55:03.372Z] Removing intermediate container 5ac83c224815 [2021-05-12T15:55:03.372Z] ---> 4edb1d4a3375 [2021-05-12T15:55:03.372Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-05-12T15:55:03.372Z] ---> Running in 1981ed8076dc [2021-05-12T15:55:04.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T15:55:04.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T15:55:05.542Z] (1/5) Installing libgcc (9.3.0-r2) [2021-05-12T15:55:05.542Z] (2/5) Installing libsodium (1.0.18-r0) [2021-05-12T15:55:05.815Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-05-12T15:55:05.815Z] (4/5) Installing libzmq (4.3.3-r0) [2021-05-12T15:55:06.091Z] (5/5) Installing zeromq (4.3.3-r0) [2021-05-12T15:55:06.091Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T15:55:06.091Z] OK: 8 MiB in 19 packages [2021-05-12T15:55:07.530Z] Removing intermediate container 1981ed8076dc [2021-05-12T15:55:07.530Z] ---> d79370113d9c [2021-05-12T15:55:07.530Z] Step 14/23 : WORKDIR / [2021-05-12T15:55:07.530Z] ---> Running in a661b9ca32bd [2021-05-12T15:55:08.130Z] Removing intermediate container a661b9ca32bd [2021-05-12T15:55:08.130Z] ---> 5c1745826424 [2021-05-12T15:55:08.130Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-05-12T15:55:09.110Z] ---> 3adcf0173463 [2021-05-12T15:55:09.110Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-05-12T15:55:10.563Z] ---> 119d7a7657d4 [2021-05-12T15:55:10.563Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-05-12T15:55:11.163Z] ---> 8932ab672aa7 [2021-05-12T15:55:11.163Z] Step 18/23 : EXPOSE 49990 [2021-05-12T15:55:11.163Z] ---> Running in f008643525e6 [2021-05-12T15:55:11.762Z] Removing intermediate container f008643525e6 [2021-05-12T15:55:11.762Z] ---> ee5293d51187 [2021-05-12T15:55:11.762Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-05-12T15:55:11.762Z] ---> Running in 456afa76057f [2021-05-12T15:55:12.359Z] Removing intermediate container 456afa76057f [2021-05-12T15:55:12.359Z] ---> ae1776333183 [2021-05-12T15:55:12.359Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T15:55:12.359Z] ---> Running in 32f7b7787f10 [2021-05-12T15:55:12.957Z] Removing intermediate container 32f7b7787f10 [2021-05-12T15:55:12.957Z] ---> 4787612f4074 [2021-05-12T15:55:12.957Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T15:55:12.957Z] ---> Running in 58af60f6781d [2021-05-12T15:55:13.551Z] Removing intermediate container 58af60f6781d [2021-05-12T15:55:13.551Z] ---> 8ee8a6348ee5 [2021-05-12T15:55:13.551Z] Step 22/23 : LABEL git_sha=8d3d36979320f9fc0ce2797f8744993b6dbca912 [2021-05-12T15:55:13.551Z] ---> Running in 9a2964948457 [2021-05-12T15:55:14.146Z] Removing intermediate container 9a2964948457 [2021-05-12T15:55:14.146Z] ---> 650f33b50629 [2021-05-12T15:55:14.146Z] Step 23/23 : LABEL version=2.0.0-dev.58 [2021-05-12T15:55:14.146Z] ---> Running in 3b0a81f0959f [2021-05-12T15:55:14.744Z] Removing intermediate container 3b0a81f0959f [2021-05-12T15:55:14.744Z] ---> 0ef05779b7b0 [2021-05-12T15:55:14.744Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-05-12T15:55:14.744Z] Successfully built 0ef05779b7b0 [2021-05-12T15:55:14.744Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:55:15.214Z] ---> job-cost.sh [2021-05-12T15:55:15.214Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-y9rn [2021-05-12T15:56:02.207Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T15:57:53.992Z] lf-activate-venv(): INFO: Adding /tmp/venv-y9rn/bin to PATH [2021-05-12T15:57:53.992Z] INFO: No Stack... [2021-05-12T15:57:53.992Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T15:57:53.992Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T15:57:54.327Z] + + cutcat -d, /w/workspace/device-sdk-go/163/archives/cost.csv -f6 [2021-05-12T15:57:54.327Z] [Pipeline] lock [2021-05-12T15:57:54.448Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] [2021-05-12T15:57:54.457Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] did not exist. Created. [2021-05-12T15:57:54.458Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-163-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T15:57:54.844Z] /w/workspace/device-sdk-go/163@tmp/durable-2f4098f6/script.sh: 1: /w/workspace/device-sdk-go/163@tmp/durable-2f4098f6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-12T15:57:55.192Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T15:57:55.237Z] Warning: overwriting stash ‘stack-cost’ [2021-05-12T15:57:55.393Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T15:57:55.405Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-163-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-12T15:57:56.082Z] provisioning config files... [2021-05-12T15:57:56.097Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8442303449575128114tmp [Pipeline] { [Pipeline] sh [2021-05-12T15:57:56.463Z] + set +x [2021-05-12T15:57:56.464Z] + curl -s https://codecov.io/bash [2021-05-12T15:57:56.464Z] + bash -s -- [2021-05-12T15:57:56.732Z] [2021-05-12T15:57:56.732Z] _____ _ [2021-05-12T15:57:56.732Z] / ____| | | [2021-05-12T15:57:56.732Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T15:57:56.732Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T15:57:56.732Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T15:57:56.732Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T15:57:56.732Z] Bash-1.0.2 [2021-05-12T15:57:56.732Z] [2021-05-12T15:57:56.732Z] [2021-05-12T15:57:56.732Z] ==> git version 2.24.3 found [2021-05-12T15:57:56.732Z] ==> 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-12T15:57:56.732Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T15:57:56.732Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T15:57:56.732Z] ==> Jenkins CI detected. [2021-05-12T15:57:56.732Z] project root: . [2021-05-12T15:57:56.732Z] --> token set from env [2021-05-12T15:57:56.732Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T15:57:56.732Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T15:57:56.732Z] ==> Python coveragepy not found [2021-05-12T15:57:56.732Z] ==> Searching for coverage reports in: [2021-05-12T15:57:56.732Z] + . [2021-05-12T15:57:56.732Z] -> Found 1 reports [2021-05-12T15:57:56.732Z] ==> Detecting git/mercurial file structure [2021-05-12T15:57:57.002Z] ==> Reading reports [2021-05-12T15:57:57.002Z] + ./coverage.out bytes=126003 [2021-05-12T15:57:57.002Z] ==> Appending adjustments [2021-05-12T15:57:57.002Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T15:57:57.307Z] + Found adjustments [2021-05-12T15:57:57.307Z] ==> Gzipping contents [2021-05-12T15:57:57.582Z] 20K /tmp/codecov.aBPWi5.gz [2021-05-12T15:57:57.582Z] ==> Uploading reports [2021-05-12T15:57:57.582Z] url: https://codecov.io [2021-05-12T15:57:57.582Z] query: branch=master&commit=8d3d36979320f9fc0ce2797f8744993b6dbca912&build=163&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F163%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T15:57:57.582Z] -> Pinging Codecov [2021-05-12T15:57:57.582Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=8d3d36979320f9fc0ce2797f8744993b6dbca912&build=163&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F163%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T15:57:58.222Z] -> Uploading to [2021-05-12T15:57:58.222Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/7E55EF52A471D76F132DFD9A03CDDE97/8d3d36979320f9fc0ce2797f8744993b6dbca912/649d1952-019d-4cb8-aa7e-1005080d0e24.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T155757Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6bfd81327a8ecf929533dac89ca700be93ff299a0da1b6e18a914d4ea1d14c59 [2021-05-12T15:57:58.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T15:57:58.222Z] Dload Upload Total Spent Left Speed [2021-05-12T15:57:59.096Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16445 0 0 100 16445 0 21864 --:--:-- --:--:-- --:--:-- 21868 [2021-05-12T15:57:59.096Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8d3d36979320f9fc0ce2797f8744993b6dbca912 [Pipeline] } [2021-05-12T15:57:59.112Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-12T15:57:59.857Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-12T15:57:59.897Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:58:00.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T15:58:00.511Z] [2021-05-12T15:58:00.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:58:00.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T15:58:00.847Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-12T15:58:00.847Z] 188c0c94c7c5: Pulling fs layer [2021-05-12T15:58:00.847Z] 0ef7d3d256c8: Pulling fs layer [2021-05-12T15:58:00.847Z] de9db76c5a1d: Pulling fs layer [2021-05-12T15:58:00.847Z] 0eba1c9be4d2: Pulling fs layer [2021-05-12T15:58:00.847Z] 0d57e429df01: Pulling fs layer [2021-05-12T15:58:00.847Z] 4e4be7b47b0d: Pulling fs layer [2021-05-12T15:58:00.847Z] e1f770b5df2f: Pulling fs layer [2021-05-12T15:58:00.847Z] 85a0685a4137: Pulling fs layer [2021-05-12T15:58:00.847Z] 4e4be7b47b0d: Waiting [2021-05-12T15:58:00.847Z] e1f770b5df2f: Waiting [2021-05-12T15:58:00.847Z] 85a0685a4137: Waiting [2021-05-12T15:58:00.847Z] 0eba1c9be4d2: Waiting [2021-05-12T15:58:00.847Z] de9db76c5a1d: Download complete [2021-05-12T15:58:00.847Z] 0ef7d3d256c8: Verifying Checksum [2021-05-12T15:58:00.847Z] 0ef7d3d256c8: Download complete [2021-05-12T15:58:01.115Z] 0d57e429df01: Verifying Checksum [2021-05-12T15:58:01.115Z] 0d57e429df01: Download complete [2021-05-12T15:58:01.115Z] 4e4be7b47b0d: Verifying Checksum [2021-05-12T15:58:01.115Z] 4e4be7b47b0d: Download complete [2021-05-12T15:58:01.115Z] 188c0c94c7c5: Verifying Checksum [2021-05-12T15:58:01.115Z] 188c0c94c7c5: Download complete [2021-05-12T15:58:01.721Z] 188c0c94c7c5: Pull complete [2021-05-12T15:58:02.010Z] 0ef7d3d256c8: Pull complete [2021-05-12T15:58:02.309Z] de9db76c5a1d: Pull complete [2021-05-12T15:58:02.897Z] e1f770b5df2f: Verifying Checksum [2021-05-12T15:58:02.897Z] e1f770b5df2f: Download complete [2021-05-12T15:58:06.355Z] 0eba1c9be4d2: Verifying Checksum [2021-05-12T15:58:06.355Z] 0eba1c9be4d2: Download complete [2021-05-12T15:58:06.969Z] 85a0685a4137: Verifying Checksum [2021-05-12T15:58:06.969Z] 85a0685a4137: Download complete [2021-05-12T15:58:19.632Z] 0eba1c9be4d2: Pull complete [2021-05-12T15:58:19.632Z] 0d57e429df01: Pull complete [2021-05-12T15:58:19.632Z] 4e4be7b47b0d: Pull complete [2021-05-12T15:58:22.214Z] e1f770b5df2f: Pull complete [2021-05-12T15:58:34.738Z] 85a0685a4137: Pull complete [2021-05-12T15:58:34.738Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-12T15:58:34.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T15:58:34.738Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-12T15:58:35.153Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T15:58:35.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-12T15:58:37.773Z] $ docker top 238f2c4f71607c096d5089bc79942ea09cc3997d21b1973783ccf644bd5c0f3e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T15:58:38.215Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-12T15:58:38.593Z] + set -o pipefail [2021-05-12T15:58:38.594Z] + snyk monitor '--org=edgex-jenkins' [2021-05-12T15:59:10.985Z] [2021-05-12T15:59:10.985Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-05-12T15:59:10.985Z] [2021-05-12T15:59:10.985Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/d8431818-344a-4868-bc3e-c62bacd4deeb [2021-05-12T15:59:10.985Z] [2021-05-12T15:59:10.985Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-12T15:59:10.985Z] [2021-05-12T15:59:11.942Z] [Pipeline] } [2021-05-12T15:59:11.960Z] $ docker stop --time=1 238f2c4f71607c096d5089bc79942ea09cc3997d21b1973783ccf644bd5c0f3e [2021-05-12T15:59:14.044Z] $ docker rm -f 238f2c4f71607c096d5089bc79942ea09cc3997d21b1973783ccf644bd5c0f3e [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-12T15:59:15.214Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T15:59:15.236Z] provisioning config files... [2021-05-12T15:59:15.248Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4698216797644685257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T15:59:15.585Z] --> edgex-publish-swagger.sh [2021-05-12T15:59:15.585Z] === Publish openapi/v1 API === [2021-05-12T15:59:15.585Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-12T15:59:15.585Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-05-12T15:59:15.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T15:59:15.585Z] Dload Upload Total Spent Left Speed [2021-05-12T15:59:16.537Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 23749 --:--:-- --:--:-- --:--:-- 23774 100 19947 0 0 100 19947 0 23742 --:--:-- --:--:-- --:--:-- 23746 [2021-05-12T15:59:16.537Z] [2021-05-12T15:59:16.537Z] [2021-05-12T15:59:16.537Z] === Publish openapi/v2 API === [2021-05-12T15:59:16.537Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-12T15:59:16.537Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-05-12T15:59:16.537Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T15:59:16.537Z] Dload Upload Total Spent Left Speed [2021-05-12T15:59:17.115Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 64800 --:--:-- --:--:-- --:--:-- 64840 [2021-05-12T15:59:17.115Z] [2021-05-12T15:59:17.115Z] [Pipeline] } [2021-05-12T15:59:17.128Z] 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-12T15:59:17.618Z] + git log --format=format:%s -1 8d3d36979320f9fc0ce2797f8744993b6dbca912 [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:59:17.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T15:59:17.947Z] . [Pipeline] withDockerContainer [2021-05-12T15:59:18.075Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T15:59:18.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T15:59:19.245Z] $ docker top 45dc34ef0027b2912deb08084af4f45b4e5c179308798513eb98afffdfe03db3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T15:59:19.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T15:59:19.447Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T15:59:19.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T15:59:19.862Z] $ docker exec 45dc34ef0027b2912deb08084af4f45b4e5c179308798513eb98afffdfe03db3 ssh-agent [2021-05-12T15:59:20.090Z] SSH_AUTH_SOCK=/tmp/ssh-CRx7KpCsI6v9/agent.11 [2021-05-12T15:59:20.090Z] SSH_AGENT_PID=16 [2021-05-12T15:59:20.101Z] Running ssh-add (command line suppressed) [2021-05-12T15:59:20.297Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6947298479582064172.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6947298479582064172.key) [2021-05-12T15:59:20.370Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T15:59:20.712Z] + git semver tag [2021-05-12T15:59:20.984Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T15:59:20.985Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-12T15:59:20.985Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-12T15:59:20.985Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T15:59:20.985Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T15:59:20.985Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T15:59:20.985Z] # $SEMVER_BRANCH = master [2021-05-12T15:59:20.985Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-12T15:59:20.985Z] # 8d3d36979320f9fc0ce2797f8744993b6dbca912 HEAD [2021-05-12T15:59:20.985Z] # -> Force: false [2021-05-12T15:59:20.985Z] # 460a2c6aa1619c468d9261921ab6c8090beaee71 refs/tags/v2.0.0-dev.58 [Pipeline] } [2021-05-12T15:59:21.021Z] $ docker exec --env ******** --env ******** 45dc34ef0027b2912deb08084af4f45b4e5c179308798513eb98afffdfe03db3 ssh-agent -k [2021-05-12T15:59:21.294Z] unset SSH_AUTH_SOCK; [2021-05-12T15:59:21.295Z] unset SSH_AGENT_PID; [2021-05-12T15:59:21.295Z] echo Agent pid 16 killed; [2021-05-12T15:59:21.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T15:59:21.800Z] + git semver [Pipeline] } [2021-05-12T15:59:21.822Z] $ docker stop --time=1 45dc34ef0027b2912deb08084af4f45b4e5c179308798513eb98afffdfe03db3 [2021-05-12T15:59:23.530Z] $ docker rm -f 45dc34ef0027b2912deb08084af4f45b4e5c179308798513eb98afffdfe03db3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:59:24.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T15:59:24.119Z] [2021-05-12T15:59:24.119Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-12T15:59:24.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T15:59:24.460Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-12T15:59:24.460Z] ab5ef0e58194: Pulling fs layer [2021-05-12T15:59:24.460Z] 9712f1f96733: Pulling fs layer [2021-05-12T15:59:24.460Z] 63f879dbbcfc: Pulling fs layer [2021-05-12T15:59:24.460Z] 0d9ebad4ef96: Pulling fs layer [2021-05-12T15:59:24.460Z] e9a5061849ea: Pulling fs layer [2021-05-12T15:59:24.460Z] d747dcd14b5f: Pulling fs layer [2021-05-12T15:59:24.460Z] 2de7ff778b66: Pulling fs layer [2021-05-12T15:59:24.460Z] 0d9ebad4ef96: Waiting [2021-05-12T15:59:24.460Z] e9a5061849ea: Waiting [2021-05-12T15:59:24.460Z] 2de7ff778b66: Waiting [2021-05-12T15:59:24.460Z] d747dcd14b5f: Waiting [2021-05-12T15:59:24.460Z] 9712f1f96733: Verifying Checksum [2021-05-12T15:59:24.460Z] 9712f1f96733: Download complete [2021-05-12T15:59:25.882Z] 63f879dbbcfc: Verifying Checksum [2021-05-12T15:59:25.882Z] 63f879dbbcfc: Download complete [2021-05-12T15:59:26.161Z] e9a5061849ea: Verifying Checksum [2021-05-12T15:59:26.161Z] e9a5061849ea: Download complete [2021-05-12T15:59:26.161Z] d747dcd14b5f: Download complete [2021-05-12T15:59:26.759Z] 2de7ff778b66: Verifying Checksum [2021-05-12T15:59:26.759Z] 2de7ff778b66: Download complete [2021-05-12T15:59:27.349Z] 0d9ebad4ef96: Verifying Checksum [2021-05-12T15:59:27.349Z] 0d9ebad4ef96: Download complete [2021-05-12T15:59:27.630Z] ab5ef0e58194: Verifying Checksum [2021-05-12T15:59:27.630Z] ab5ef0e58194: Download complete [2021-05-12T15:59:35.930Z] ab5ef0e58194: Pull complete [2021-05-12T15:59:35.930Z] 9712f1f96733: Pull complete [2021-05-12T15:59:38.501Z] 63f879dbbcfc: Pull complete [2021-05-12T15:59:51.282Z] 0d9ebad4ef96: Pull complete [2021-05-12T15:59:52.699Z] e9a5061849ea: Pull complete [2021-05-12T15:59:52.977Z] d747dcd14b5f: Pull complete [2021-05-12T15:59:58.726Z] 2de7ff778b66: Pull complete [2021-05-12T15:59:58.726Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-12T15:59:58.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T15:59:58.726Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-12T15:59:59.188Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T15:59:59.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-12T16:00:03.035Z] $ docker top 4990d271f0584708f866bad9f7f28b5320b23b1fd092cce1ef82d2f1f62c21f9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-12T16:00:03.248Z] provisioning config files... [2021-05-12T16:00:03.274Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6594359923294216961tmp [2021-05-12T16:00:03.294Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6611606206318140560tmp [2021-05-12T16:00:03.312Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config816648996857598623tmp [Pipeline] { [Pipeline] echo [2021-05-12T16:00:03.337Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:00:03.663Z] ---> sigul-configuration.sh [2021-05-12T16:00:03.956Z] gpg: directory `/root/.gnupg' created [2021-05-12T16:00:03.956Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-12T16:00:03.956Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-12T16:00:03.956Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-12T16:00:03.956Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-12T16:00:03.956Z] gpg: CAST5 encrypted data [2021-05-12T16:00:03.956Z] gpg: encrypted with 1 passphrase [2021-05-12T16:00:03.956Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-12T16:00:04.535Z] + mkdir /home/jenkins [2021-05-12T16:00:04.535Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-12T16:00:04.852Z] + 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-12T16:00:04.864Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:00:05.187Z] ---> sigul-install.sh [2021-05-12T16:00:20.594Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-12T16:00:22.404Z] + git tag --list [2021-05-12T16:00:22.404Z] 0.7.1 [2021-05-12T16:00:22.404Z] delhi-tag [2021-05-12T16:00:22.404Z] v1.0.0 [2021-05-12T16:00:22.404Z] v1.1.0 [2021-05-12T16:00:22.404Z] v1.1.1 [2021-05-12T16:00:22.404Z] v1.1.2 [2021-05-12T16:00:22.404Z] v1.2.0 [2021-05-12T16:00:22.404Z] v1.2.1 [2021-05-12T16:00:22.404Z] v1.2.2 [2021-05-12T16:00:22.404Z] v1.2.3 [2021-05-12T16:00:22.404Z] v1.3.0 [2021-05-12T16:00:22.404Z] v1.4.0 [2021-05-12T16:00:22.404Z] v2.0.0-dev.1 [2021-05-12T16:00:22.404Z] v2.0.0-dev.10 [2021-05-12T16:00:22.404Z] v2.0.0-dev.11 [2021-05-12T16:00:22.404Z] v2.0.0-dev.12 [2021-05-12T16:00:22.404Z] v2.0.0-dev.13 [2021-05-12T16:00:22.404Z] v2.0.0-dev.14 [2021-05-12T16:00:22.404Z] v2.0.0-dev.15 [2021-05-12T16:00:22.404Z] v2.0.0-dev.16 [2021-05-12T16:00:22.404Z] v2.0.0-dev.17 [2021-05-12T16:00:22.404Z] v2.0.0-dev.18 [2021-05-12T16:00:22.404Z] v2.0.0-dev.19 [2021-05-12T16:00:22.404Z] v2.0.0-dev.2 [2021-05-12T16:00:22.404Z] v2.0.0-dev.20 [2021-05-12T16:00:22.404Z] v2.0.0-dev.21 [2021-05-12T16:00:22.404Z] v2.0.0-dev.22 [2021-05-12T16:00:22.404Z] v2.0.0-dev.23 [2021-05-12T16:00:22.404Z] v2.0.0-dev.24 [2021-05-12T16:00:22.404Z] v2.0.0-dev.25 [2021-05-12T16:00:22.404Z] v2.0.0-dev.26 [2021-05-12T16:00:22.404Z] v2.0.0-dev.27 [2021-05-12T16:00:22.404Z] v2.0.0-dev.28 [2021-05-12T16:00:22.404Z] v2.0.0-dev.29 [2021-05-12T16:00:22.404Z] v2.0.0-dev.3 [2021-05-12T16:00:22.404Z] v2.0.0-dev.30 [2021-05-12T16:00:22.404Z] v2.0.0-dev.31 [2021-05-12T16:00:22.404Z] v2.0.0-dev.32 [2021-05-12T16:00:22.404Z] v2.0.0-dev.33 [2021-05-12T16:00:22.404Z] v2.0.0-dev.34 [2021-05-12T16:00:22.404Z] v2.0.0-dev.35 [2021-05-12T16:00:22.404Z] v2.0.0-dev.36 [2021-05-12T16:00:22.404Z] v2.0.0-dev.37 [2021-05-12T16:00:22.404Z] v2.0.0-dev.38 [2021-05-12T16:00:22.404Z] v2.0.0-dev.39 [2021-05-12T16:00:22.404Z] v2.0.0-dev.4 [2021-05-12T16:00:22.404Z] v2.0.0-dev.40 [2021-05-12T16:00:22.404Z] v2.0.0-dev.41 [2021-05-12T16:00:22.404Z] v2.0.0-dev.42 [2021-05-12T16:00:22.404Z] v2.0.0-dev.43 [2021-05-12T16:00:22.404Z] v2.0.0-dev.44 [2021-05-12T16:00:22.404Z] v2.0.0-dev.45 [2021-05-12T16:00:22.404Z] v2.0.0-dev.46 [2021-05-12T16:00:22.404Z] v2.0.0-dev.47 [2021-05-12T16:00:22.404Z] v2.0.0-dev.48 [2021-05-12T16:00:22.404Z] v2.0.0-dev.49 [2021-05-12T16:00:22.404Z] v2.0.0-dev.5 [2021-05-12T16:00:22.404Z] v2.0.0-dev.50 [2021-05-12T16:00:22.404Z] v2.0.0-dev.51 [2021-05-12T16:00:22.404Z] v2.0.0-dev.52 [2021-05-12T16:00:22.404Z] v2.0.0-dev.53 [2021-05-12T16:00:22.404Z] v2.0.0-dev.54 [2021-05-12T16:00:22.404Z] v2.0.0-dev.55 [2021-05-12T16:00:22.404Z] v2.0.0-dev.56 [2021-05-12T16:00:22.404Z] v2.0.0-dev.57 [2021-05-12T16:00:22.404Z] v2.0.0-dev.58 [2021-05-12T16:00:22.404Z] v2.0.0-dev.6 [2021-05-12T16:00:22.404Z] v2.0.0-dev.7 [2021-05-12T16:00:22.404Z] v2.0.0-dev.8 [2021-05-12T16:00:22.404Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-12T16:00:23.133Z] + lftools sign git-tag v2.0.0-dev.58 [2021-05-12T16:00:25.106Z] Signing Git tag with Sigul... [2021-05-12T16:00:25.106Z] Signing v2.0.0-dev.58 [Pipeline] echo [2021-05-12T16:00:26.529Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:00:26.834Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-12T16:00:26.847Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-12T16:00:26.886Z] $ docker stop --time=1 4990d271f0584708f866bad9f7f28b5320b23b1fd092cce1ef82d2f1f62c21f9 [2021-05-12T16:00:28.722Z] $ docker rm -f 4990d271f0584708f866bad9f7f28b5320b23b1fd092cce1ef82d2f1f62c21f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-12T16:00:29.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T16:00:29.485Z] . [Pipeline] withDockerContainer [2021-05-12T16:00:29.677Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T16:00:29.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T16:00:30.970Z] $ docker top 49a1c26c79c5f51aab45c9161ea1bdd61c3c4bc6f5debefa777a6bde88517c77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T16:00:31.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T16:00:31.184Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T16:00:31.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T16:00:31.456Z] $ docker exec 49a1c26c79c5f51aab45c9161ea1bdd61c3c4bc6f5debefa777a6bde88517c77 ssh-agent [2021-05-12T16:00:31.699Z] SSH_AUTH_SOCK=/tmp/ssh-30QBK4PdfOAB/agent.11 [2021-05-12T16:00:31.699Z] SSH_AGENT_PID=16 [2021-05-12T16:00:31.708Z] Running ssh-add (command line suppressed) [2021-05-12T16:00:31.877Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4719639481779668251.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4719639481779668251.key) [2021-05-12T16:00:31.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T16:00:32.275Z] + git semver bump pre [2021-05-12T16:00:32.275Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T16:00:32.275Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-12T16:00:32.275Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-12T16:00:32.275Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T16:00:32.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T16:00:32.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T16:00:32.275Z] # $SEMVER_BRANCH = master [2021-05-12T16:00:32.275Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-05-12T16:00:32.547Z] 2.0.0-dev.59 [Pipeline] } [2021-05-12T16:00:32.564Z] $ docker exec --env ******** --env ******** 49a1c26c79c5f51aab45c9161ea1bdd61c3c4bc6f5debefa777a6bde88517c77 ssh-agent -k [2021-05-12T16:00:32.775Z] unset SSH_AUTH_SOCK; [2021-05-12T16:00:32.775Z] unset SSH_AGENT_PID; [2021-05-12T16:00:32.775Z] echo Agent pid 16 killed; [2021-05-12T16:00:32.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T16:00:33.181Z] + git semver [Pipeline] } [2021-05-12T16:00:33.203Z] $ docker stop --time=1 49a1c26c79c5f51aab45c9161ea1bdd61c3c4bc6f5debefa777a6bde88517c77 [2021-05-12T16:00:34.835Z] $ docker rm -f 49a1c26c79c5f51aab45c9161ea1bdd61c3c4bc6f5debefa777a6bde88517c77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-12T16:00:35.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T16:00:35.863Z] . [Pipeline] withDockerContainer [2021-05-12T16:00:36.187Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T16:00:36.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T16:00:37.687Z] $ docker top df7bbcbd9cf834b7f29b731ef9b8b784746fec39d537851eb51b97b1eeee73ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T16:00:37.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T16:00:37.987Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T16:00:38.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T16:00:38.334Z] $ docker exec df7bbcbd9cf834b7f29b731ef9b8b784746fec39d537851eb51b97b1eeee73ee ssh-agent [2021-05-12T16:00:38.573Z] SSH_AUTH_SOCK=/tmp/ssh-M2HqgApjIkB5/agent.11 [2021-05-12T16:00:38.573Z] SSH_AGENT_PID=16 [2021-05-12T16:00:38.581Z] Running ssh-add (command line suppressed) [2021-05-12T16:00:38.801Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8548045355728387042.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8548045355728387042.key) [2021-05-12T16:00:38.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T16:00:39.209Z] + git semver push [2021-05-12T16:00:39.209Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T16:00:39.209Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-05-12T16:00:39.209Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-05-12T16:00:39.209Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T16:00:39.209Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T16:00:39.209Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T16:00:39.209Z] # $SEMVER_BRANCH = master [2021-05-12T16:00:39.209Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-05-12T16:00:47.669Z] $ docker exec --env ******** --env ******** df7bbcbd9cf834b7f29b731ef9b8b784746fec39d537851eb51b97b1eeee73ee ssh-agent -k [2021-05-12T16:00:47.866Z] unset SSH_AUTH_SOCK; [2021-05-12T16:00:47.867Z] unset SSH_AGENT_PID; [2021-05-12T16:00:47.867Z] echo Agent pid 16 killed; [2021-05-12T16:00:47.973Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T16:00:48.647Z] + git semver [Pipeline] } [2021-05-12T16:00:48.673Z] $ docker stop --time=1 df7bbcbd9cf834b7f29b731ef9b8b784746fec39d537851eb51b97b1eeee73ee [2021-05-12T16:00:50.216Z] $ docker rm -f df7bbcbd9cf834b7f29b731ef9b8b784746fec39d537851eb51b97b1eeee73ee [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-12T16:00:51.171Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:00:52.745Z] ---> package-listing.sh [2021-05-12T16:00:52.745Z] ++ facter osfamily [2021-05-12T16:00:52.745Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T16:00:53.074Z] + OS_FAMILY=redhat [2021-05-12T16:00:53.074Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-05-12T16:00:53.074Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T16:00:53.074Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T16:00:53.074Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T16:00:53.074Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T16:00:53.074Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-12T16:00:53.074Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T16:00:53.074Z] + case "${OS_FAMILY}" in [2021-05-12T16:00:53.074Z] + rpm -qa [2021-05-12T16:00:53.074Z] + sort [2021-05-12T16:00:58.491Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T16:00:58.491Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T16:00:58.491Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T16:00:58.491Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-05-12T16:00:58.491Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-05-12T16:00:58.491Z] + 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-12T16:00:58.509Z] 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-12T16:00:58.836Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T16:00:59.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T16:00:59.433Z] [2021-05-12T16:00:59.433Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T16:00:59.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T16:00:59.765Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T16:00:59.765Z] df20fa9351a1: Pulling fs layer [2021-05-12T16:00:59.765Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T16:00:59.765Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T16:00:59.765Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T16:00:59.765Z] 93b61091891f: Pulling fs layer [2021-05-12T16:00:59.765Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T16:00:59.765Z] 5e14af77c1be: Pulling fs layer [2021-05-12T16:00:59.765Z] 01666e4c0597: Pulling fs layer [2021-05-12T16:00:59.765Z] aa168da1d23b: Pulling fs layer [2021-05-12T16:00:59.765Z] 01666e4c0597: Waiting [2021-05-12T16:00:59.765Z] 93b9cdb0e59b: Waiting [2021-05-12T16:00:59.765Z] aa168da1d23b: Waiting [2021-05-12T16:00:59.765Z] 5e14af77c1be: Waiting [2021-05-12T16:00:59.765Z] 46f8f816bc3b: Waiting [2021-05-12T16:00:59.765Z] 93b61091891f: Waiting [2021-05-12T16:00:59.765Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T16:00:59.765Z] 36b3adc4ff6f: Download complete [2021-05-12T16:00:59.765Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T16:00:59.765Z] 46f8f816bc3b: Download complete [2021-05-12T16:01:00.044Z] df20fa9351a1: Verifying Checksum [2021-05-12T16:01:00.044Z] df20fa9351a1: Download complete [2021-05-12T16:01:00.044Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T16:01:00.044Z] 93b9cdb0e59b: Download complete [2021-05-12T16:01:00.044Z] 93b61091891f: Verifying Checksum [2021-05-12T16:01:00.044Z] 93b61091891f: Download complete [2021-05-12T16:01:00.044Z] 5e14af77c1be: Verifying Checksum [2021-05-12T16:01:00.044Z] 5e14af77c1be: Download complete [2021-05-12T16:01:00.044Z] 01666e4c0597: Verifying Checksum [2021-05-12T16:01:00.044Z] 01666e4c0597: Download complete [2021-05-12T16:01:00.326Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T16:01:00.326Z] 8ad3a11d3b57: Download complete [2021-05-12T16:01:00.591Z] df20fa9351a1: Pull complete [2021-05-12T16:01:01.213Z] 36b3adc4ff6f: Pull complete [2021-05-12T16:01:03.238Z] 8ad3a11d3b57: Pull complete [2021-05-12T16:01:03.238Z] aa168da1d23b: Verifying Checksum [2021-05-12T16:01:03.238Z] aa168da1d23b: Download complete [2021-05-12T16:01:03.818Z] 46f8f816bc3b: Pull complete [2021-05-12T16:01:04.808Z] 93b61091891f: Pull complete [2021-05-12T16:01:04.808Z] 93b9cdb0e59b: Pull complete [2021-05-12T16:01:05.071Z] 5e14af77c1be: Pull complete [2021-05-12T16:01:05.071Z] 01666e4c0597: Pull complete [2021-05-12T16:01:15.162Z] aa168da1d23b: Pull complete [2021-05-12T16:01:15.162Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T16:01:15.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T16:01:15.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T16:01:15.499Z] prd-centos7-docker-4c-2g-4705 does not seem to be running inside a container [2021-05-12T16:01:15.584Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T16:01:18.825Z] $ docker top bc0670f47eee1cf6d5dff6100fdd913e72945f3ae02a9adcd470d1c50173f25a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T16:01:19.327Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T16:01:19.645Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T16:01:20.036Z] + ls /var/log/sa-host [2021-05-12T16:01:20.036Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T16:01:20.036Z] file_magic: OK [2021-05-12T16:01:20.036Z] HZ: Using current value: 100 [2021-05-12T16:01:20.036Z] file_header: OK [2021-05-12T16:01:20.036Z] 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-12T16:01:20.036Z] Statistics: [2021-05-12T16:01:20.036Z] 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...Hnuu...uuuununununu... [2021-05-12T16:01:20.036Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T16:01:20.036Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T16:01:20.036Z] file_magic: OK [2021-05-12T16:01:20.036Z] HZ: Using current value: 100 [2021-05-12T16:01:20.036Z] file_header: OK [2021-05-12T16:01:20.036Z] 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-12T16:01:20.036Z] Statistics: [2021-05-12T16:01:20.036Z] Hnuu...uuuununununu... [2021-05-12T16:01:20.036Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T16:01:20.218Z] provisioning config files... [2021-05-12T16:01:20.240Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6149275235960153336tmp [Pipeline] { [Pipeline] echo [2021-05-12T16:01:20.267Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:01:20.583Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T16:01:20.595Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T16:01:20.622Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:01:20.925Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T16:01:20.942Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:01:21.254Z] ---> sudo-logs.sh [2021-05-12T16:01:21.254Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T16:01:21.298Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:01:21.626Z] ---> job-cost.sh [2021-05-12T16:01:21.898Z] lf-activate-venv: SKIPPING [2021-05-12T16:01:21.898Z] DEBUG: total: 0.20999999344348907 [2021-05-12T16:01:21.898Z] INFO: Retrieving Stack Cost... [2021-05-12T16:01:23.310Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T16:01:23.575Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T16:01:23.592Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T16:01:23.898Z] ---> logs-deploy.sh [2021-05-12T16:01:23.898Z] lf-activate-venv: SKIPPING [2021-05-12T16:01:23.898Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/163 [2021-05-12T16:01:23.898Z] INFO: archiving workspace using pattern(s): [2021-05-12T16:01:27.229Z] Archives upload complete. [2021-05-12T16:01:27.229Z] INFO: archiving logs to Nexus