Pull request #1036 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63+2ab93c499751478c937c96849c5331481b2fe78f (1f74821f10e6090fa468c888ef055841b6f5179f) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh810844745191021357.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4388136979729835810.key > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8417267070135472279.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh93476887449710850.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7671286321799648621.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1036/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7923491392393561294.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 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/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 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_BUILD_IMAGE_TARGET: builder 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/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2344’ Running on prd-centos7-docker-4c-2g-2348 in /w/workspace/gexfoundry_device-sdk-go_PR-1036 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1036 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/jenkins-gitclient-ssh2643260800459391537.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2ab93c499751478c937c96849c5331481b2fe78f into PR head commit 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 Merge succeeded, producing 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 Checking out Revision 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 (PR-1036) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/jenkins-gitclient-ssh4037535030575073448.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1036/head:refs/remotes/origin/PR-1036 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/jenkins-gitclient-ssh4787542773242632474.key > git merge 2ab93c499751478c937c96849c5331481b2fe78f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-19T04:22:36.585Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-19T04:22:36.723Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-19T04:22:36.806Z] ========================================================= [2021-10-19T04:22:36.807Z] EdgeX Global Pipelines Version Info [2021-10-19T04:22:36.807Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:22:38.156Z] ------------------- [2021-10-19T04:22:38.156Z] stable info: [2021-10-19T04:22:38.156Z] ------------------- [2021-10-19T04:22:38.156Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-19T04:22:38.156Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-19T04:22:38.156Z] Message: update stable to v1.0.210 [2021-10-19T04:22:38.417Z] ------------------- [2021-10-19T04:22:38.417Z] experimental info: [2021-10-19T04:22:38.417Z] ------------------- [2021-10-19T04:22:38.417Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-19T04:22:38.417Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-19T04:22:38.417Z] Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-19T04:22:38.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-10-19T04:22:38.621Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-10-19T04:22:38.657Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-19T04:22:38.691Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-19T04:22:38.727Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-19T04:22:38.766Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-19T04:22:38.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-19T04:22:38.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-10-19T04:22:38.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-19T04:22:38.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-19T04:22:38.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-19T04:22:38.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-10-19T04:22:39.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-19T04:22:39.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-19T04:22:39.086Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-19T04:22:39.125Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-10-19T04:22:39.161Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-10-19T04:22:39.197Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-10-19T04:22:39.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-19T04:22:39.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-10-19T04:22:39.309Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-19T04:22:39.346Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-19T04:22:39.379Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-10-19T04:22:39.415Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-10-19T04:22:39.453Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-10-19T04:22:39.490Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-19T04:22:39.527Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1036 [Pipeline] echo [2021-10-19T04:22:39.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1036 [Pipeline] echo [2021-10-19T04:22:39.601Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1036 [Pipeline] echo [2021-10-19T04:22:39.634Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [Pipeline] echo [2021-10-19T04:22:39.673Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5cc5eae [Pipeline] echo [2021-10-19T04:22:39.707Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T04:22:39.807Z] provisioning config files... [2021-10-19T04:22:39.822Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/config6756274949882180367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:22:40.188Z] ---> docker-login.sh [2021-10-19T04:22:40.188Z] nexus3.edgexfoundry.org:10001 [2021-10-19T04:22:40.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:22:40.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:22:40.449Z] Configure a credential helper to remove this warning. See [2021-10-19T04:22:40.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:22:40.449Z] [2021-10-19T04:22:40.449Z] Login Succeeded [2021-10-19T04:22:40.449Z] nexus3.edgexfoundry.org:10002 [2021-10-19T04:22:40.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:22:40.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:22:40.449Z] Configure a credential helper to remove this warning. See [2021-10-19T04:22:40.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:22:40.449Z] [2021-10-19T04:22:40.449Z] Login Succeeded [2021-10-19T04:22:40.449Z] nexus3.edgexfoundry.org:10003 [2021-10-19T04:22:40.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:22:40.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:22:40.714Z] Configure a credential helper to remove this warning. See [2021-10-19T04:22:40.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:22:40.714Z] [2021-10-19T04:22:40.714Z] Login Succeeded [2021-10-19T04:22:40.714Z] nexus3.edgexfoundry.org:10004 [2021-10-19T04:22:40.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:22:40.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:22:40.715Z] Configure a credential helper to remove this warning. See [2021-10-19T04:22:40.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:22:40.715Z] [2021-10-19T04:22:40.715Z] Login Succeeded [2021-10-19T04:22:40.715Z] docker.io [2021-10-19T04:22:40.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:22:41.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:22:41.288Z] Configure a credential helper to remove this warning. See [2021-10-19T04:22:41.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:22:41.288Z] [2021-10-19T04:22:41.288Z] Login Succeeded [2021-10-19T04:22:41.288Z] ---> docker-login.sh ends [Pipeline] } [2021-10-19T04:22:41.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-19T04:22:42.985Z] + git log --format=format:%s -1 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [Pipeline] echo [2021-10-19T04:22:43.038Z] GIT_COMMIT: 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-10-19T04:22:43.072Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:22:43.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-19T04:22:43.519Z] [2021-10-19T04:22:43.519Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:22:43.850Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-19T04:22:43.850Z] latest: Pulling from edgex-devops/git-semver [2021-10-19T04:22:43.850Z] a0d0a0d46f8b: Pulling fs layer [2021-10-19T04:22:43.850Z] 3e5f54012d9b: Pulling fs layer [2021-10-19T04:22:43.850Z] 4c7163046ea9: Pulling fs layer [2021-10-19T04:22:43.850Z] 0c2d73faf560: Pulling fs layer [2021-10-19T04:22:43.850Z] 0c2d73faf560: Waiting [2021-10-19T04:22:43.850Z] 3e5f54012d9b: Verifying Checksum [2021-10-19T04:22:43.850Z] 3e5f54012d9b: Download complete [2021-10-19T04:22:43.850Z] a0d0a0d46f8b: Verifying Checksum [2021-10-19T04:22:43.850Z] a0d0a0d46f8b: Download complete [2021-10-19T04:22:43.850Z] 4c7163046ea9: Verifying Checksum [2021-10-19T04:22:43.850Z] 4c7163046ea9: Download complete [2021-10-19T04:22:43.850Z] 0c2d73faf560: Verifying Checksum [2021-10-19T04:22:43.850Z] 0c2d73faf560: Download complete [2021-10-19T04:22:44.115Z] a0d0a0d46f8b: Pull complete [2021-10-19T04:22:44.115Z] 3e5f54012d9b: Pull complete [2021-10-19T04:22:44.382Z] 4c7163046ea9: Pull complete [2021-10-19T04:22:44.648Z] 0c2d73faf560: Pull complete [2021-10-19T04:22:44.648Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-19T04:22:44.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-19T04:22:44.648Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-19T04:22:44.736Z] prd-centos7-docker-4c-2g-2348 does not seem to be running inside a container [2021-10-19T04:22:44.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1036 -v /w/workspace/gexfoundry_device-sdk-go_PR-1036:/w/workspace/gexfoundry_device-sdk-go_PR-1036:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1036@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-19T04:22:45.294Z] $ docker top c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-19T04:22:45.442Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-19T04:22:45.443Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-19T04:22:45.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-19T04:22:45.544Z] $ docker exec c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent [2021-10-19T04:22:45.674Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlBclBc/agent.14 [2021-10-19T04:22:45.674Z] SSH_AGENT_PID=20 [2021-10-19T04:22:45.683Z] Running ssh-add (command line suppressed) [2021-10-19T04:22:45.800Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_3472354416316507388.key (/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_3472354416316507388.key) [2021-10-19T04:22:45.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-19T04:22:46.144Z] + git tag --points-at HEAD [Pipeline] } [2021-10-19T04:22:46.163Z] $ docker exec --env ******** --env ******** c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent -k [2021-10-19T04:22:46.249Z] unset SSH_AUTH_SOCK; [2021-10-19T04:22:46.250Z] unset SSH_AGENT_PID; [2021-10-19T04:22:46.250Z] echo Agent pid 20 killed; [2021-10-19T04:22:46.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-19T04:22:46.326Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-19T04:22:46.326Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-19T04:22:46.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-19T04:22:46.430Z] $ docker exec c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent [2021-10-19T04:22:46.559Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCnojBg/agent.55 [2021-10-19T04:22:46.559Z] SSH_AGENT_PID=61 [2021-10-19T04:22:46.564Z] Running ssh-add (command line suppressed) [2021-10-19T04:22:46.667Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_1952952895882364876.key (/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/private_key_1952952895882364876.key) [2021-10-19T04:22:46.679Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-19T04:22:47.007Z] + git semver init [2021-10-19T04:22:47.007Z] # -> Open(): unable to determine branch for HEAD [2021-10-19T04:22:47.007Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1036/.git [2021-10-19T04:22:47.007Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1036 [2021-10-19T04:22:47.007Z] # $SEMVER_REMOTE_NAME = origin [2021-10-19T04:22:47.007Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-19T04:22:47.007Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-19T04:22:47.007Z] # $SEMVER_BRANCH = PR-1036 [2021-10-19T04:22:47.007Z] # $SEMVER_TEMP = /tmp/semver-277929876 [2021-10-19T04:22:47.007Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-10-19T04:22:47.948Z] # '/tmp/semver-277929876' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1036/.semver' [2021-10-19T04:22:47.948Z] # -> Force: false [2021-10-19T04:22:47.948Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1036/.semver [Pipeline] } [2021-10-19T04:22:47.966Z] $ docker exec --env ******** --env ******** c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf ssh-agent -k [2021-10-19T04:22:48.064Z] unset SSH_AUTH_SOCK; [2021-10-19T04:22:48.064Z] unset SSH_AGENT_PID; [2021-10-19T04:22:48.064Z] echo Agent pid 61 killed; [2021-10-19T04:22:48.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-19T04:22:49.513Z] + git semver [Pipeline] } [2021-10-19T04:22:49.534Z] $ docker stop --time=1 c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf [2021-10-19T04:22:50.743Z] $ docker rm -f c92c7c1df18b925428a81f1962456294681dd6e162ff3dc40bdc8dcbcc8c3cdf [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-19T04:22:51.145Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-19T04:22:51.442Z] Stashed 1 file(s) [Pipeline] echo [2021-10-19T04:22:51.460Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-10-19T04:23:07.373Z] Still waiting to schedule task [2021-10-19T04:23:07.373Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-10-19T04:23:07.390Z] Still waiting to schedule task [2021-10-19T04:23:07.391Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-19T04:24:20.133Z] Running on prd-centos7-docker-4c-2g-2354 in /w/workspace/gexfoundry_device-sdk-go_PR-1036 [Pipeline] { [Pipeline] ws [2021-10-19T04:24:20.167Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-19T04:24:20.279Z] Selected Git installation does not exist. Using Default [2021-10-19T04:24:20.279Z] The recommended git tool is: NONE [2021-10-19T04:24:23.378Z] using credential edgex-jenkins-ssh [2021-10-19T04:24:23.387Z] Cloning the remote Git repository [2021-10-19T04:24:23.121Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-19T04:24:23.170Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-19T04:24:23.203Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-19T04:24:23.203Z] > git --version # timeout=10 [2021-10-19T04:24:23.211Z] > git --version # 'git version 2.24.4' [2021-10-19T04:24:23.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-19T04:24:23.237Z] [INFO] Currently running in a labeled security context [2021-10-19T04:24:23.237Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-19T04:24:23.237Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh8681784313151777987.key [2021-10-19T04:24:23.258Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-19T04:24:24.032Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-19T04:24:24.042Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-19T04:24:24.052Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-19T04:24:24.068Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-19T04:24:24.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-19T04:24:24.069Z] [INFO] Currently running in a labeled security context [2021-10-19T04:24:24.069Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-19T04:24:24.069Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh5246384694034133534.key [2021-10-19T04:24:24.079Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1036/head:refs/remotes/origin/PR-1036 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-19T04:24:24.895Z] Merging remotes/origin/main commit 2ab93c499751478c937c96849c5331481b2fe78f into PR head commit 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [2021-10-19T04:24:24.975Z] Merge succeeded, producing 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [2021-10-19T04:24:24.975Z] Checking out Revision 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 (PR-1036) [2021-10-19T04:24:24.574Z] > git config core.sparsecheckout # timeout=10 [2021-10-19T04:24:24.581Z] > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 [2021-10-19T04:24:24.611Z] > git remote # timeout=10 [2021-10-19T04:24:24.620Z] > git config --get remote.origin.url # timeout=10 [2021-10-19T04:24:24.630Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-19T04:24:24.631Z] [INFO] Currently running in a labeled security context [2021-10-19T04:24:24.631Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-10-19T04:24:24.631Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-sdk-go/1@tmp/jenkins-gitclient-ssh4473683564315752714.key [2021-10-19T04:24:24.635Z] > git merge 2ab93c499751478c937c96849c5331481b2fe78f # timeout=10 [2021-10-19T04:24:24.645Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-19T04:24:24.654Z] > git config core.sparsecheckout # timeout=10 [2021-10-19T04:24:24.667Z] > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 [2021-10-19T04:24:28.303Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-10-19T04:24:28.277Z] > git --version # timeout=10 [2021-10-19T04:24:28.285Z] > git --version # 'git version 2.24.4' [2021-10-19T04:24:28.317Z] fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T04:24:29.879Z] provisioning config files... [2021-10-19T04:24:29.893Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config2620367131079825136tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:24:30.312Z] ---> docker-login.sh [2021-10-19T04:24:30.313Z] nexus3.edgexfoundry.org:10001 [2021-10-19T04:24:30.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:24:30.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:24:30.313Z] Configure a credential helper to remove this warning. See [2021-10-19T04:24:30.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:24:30.313Z] [2021-10-19T04:24:30.313Z] Login Succeeded [2021-10-19T04:24:30.313Z] nexus3.edgexfoundry.org:10002 [2021-10-19T04:24:30.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:24:30.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:24:30.573Z] Configure a credential helper to remove this warning. See [2021-10-19T04:24:30.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:24:30.573Z] [2021-10-19T04:24:30.573Z] Login Succeeded [2021-10-19T04:24:30.573Z] nexus3.edgexfoundry.org:10003 [2021-10-19T04:24:30.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:24:30.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:24:30.573Z] Configure a credential helper to remove this warning. See [2021-10-19T04:24:30.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:24:30.573Z] [2021-10-19T04:24:30.573Z] Login Succeeded [2021-10-19T04:24:30.573Z] nexus3.edgexfoundry.org:10004 [2021-10-19T04:24:30.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:24:30.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:24:30.845Z] Configure a credential helper to remove this warning. See [2021-10-19T04:24:30.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:24:30.845Z] [2021-10-19T04:24:30.845Z] Login Succeeded [2021-10-19T04:24:30.845Z] docker.io [2021-10-19T04:24:30.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:24:31.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:24:31.104Z] Configure a credential helper to remove this warning. See [2021-10-19T04:24:31.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:24:31.104Z] [2021-10-19T04:24:31.104Z] Login Succeeded [2021-10-19T04:24:31.104Z] ---> docker-login.sh ends [Pipeline] } [2021-10-19T04:24:31.142Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-19T04:24:31.343Z] ========================================================= [2021-10-19T04:24:31.343Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-19T04:24:31.343Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:24:31.744Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-10-19T04:24:31.744Z] Sending build context to Docker daemon 2.694MB [2021-10-19T04:24:31.744Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-19T04:24:31.744Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-19T04:24:31.744Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-19T04:24:31.744Z] a0d0a0d46f8b: Pulling fs layer [2021-10-19T04:24:31.744Z] 31adcdaf11c8: Pulling fs layer [2021-10-19T04:24:31.744Z] b8b176561691: Pulling fs layer [2021-10-19T04:24:31.744Z] 4527c011a84f: Pulling fs layer [2021-10-19T04:24:31.744Z] 5d74067f8e1e: Pulling fs layer [2021-10-19T04:24:31.744Z] e0aca202a116: Pulling fs layer [2021-10-19T04:24:31.744Z] 3a43be97a3b4: Pulling fs layer [2021-10-19T04:24:31.744Z] 34cad66bf833: Pulling fs layer [2021-10-19T04:24:31.744Z] b4e3c513aaa6: Pulling fs layer [2021-10-19T04:24:31.744Z] 4527c011a84f: Waiting [2021-10-19T04:24:31.744Z] 5d74067f8e1e: Waiting [2021-10-19T04:24:31.744Z] e0aca202a116: Waiting [2021-10-19T04:24:31.744Z] 3a43be97a3b4: Waiting [2021-10-19T04:24:31.744Z] 34cad66bf833: Waiting [2021-10-19T04:24:31.744Z] b4e3c513aaa6: Waiting [2021-10-19T04:24:31.744Z] b8b176561691: Verifying Checksum [2021-10-19T04:24:31.744Z] b8b176561691: Download complete [2021-10-19T04:24:31.744Z] 31adcdaf11c8: Verifying Checksum [2021-10-19T04:24:31.744Z] 31adcdaf11c8: Download complete [2021-10-19T04:24:31.744Z] 5d74067f8e1e: Verifying Checksum [2021-10-19T04:24:31.744Z] 5d74067f8e1e: Download complete [2021-10-19T04:24:31.744Z] e0aca202a116: Verifying Checksum [2021-10-19T04:24:31.744Z] e0aca202a116: Download complete [2021-10-19T04:24:32.008Z] a0d0a0d46f8b: Verifying Checksum [2021-10-19T04:24:32.008Z] a0d0a0d46f8b: Download complete [2021-10-19T04:24:32.008Z] 3a43be97a3b4: Verifying Checksum [2021-10-19T04:24:32.008Z] 3a43be97a3b4: Download complete [2021-10-19T04:24:32.008Z] 34cad66bf833: Verifying Checksum [2021-10-19T04:24:32.008Z] 34cad66bf833: Download complete [2021-10-19T04:24:32.589Z] b4e3c513aaa6: Verifying Checksum [2021-10-19T04:24:32.589Z] b4e3c513aaa6: Download complete [2021-10-19T04:24:32.589Z] a0d0a0d46f8b: Pull complete [2021-10-19T04:24:32.589Z] 4527c011a84f: Verifying Checksum [2021-10-19T04:24:32.589Z] 4527c011a84f: Download complete [2021-10-19T04:24:32.589Z] 31adcdaf11c8: Pull complete [2021-10-19T04:24:32.589Z] b8b176561691: Pull complete [2021-10-19T04:24:36.860Z] 4527c011a84f: Pull complete [2021-10-19T04:24:36.860Z] 5d74067f8e1e: Pull complete [2021-10-19T04:24:36.860Z] e0aca202a116: Pull complete [2021-10-19T04:24:36.860Z] 3a43be97a3b4: Pull complete [2021-10-19T04:24:36.860Z] 34cad66bf833: Pull complete [2021-10-19T04:24:38.784Z] b4e3c513aaa6: Pull complete [2021-10-19T04:24:38.784Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-19T04:24:38.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-19T04:24:38.784Z] ---> 9f6097aaca64 [2021-10-19T04:24:38.784Z] Step 3/10 : ARG MAKE=make build [2021-10-19T04:24:40.559Z] ---> Running in fcbc97de2ac9 [2021-10-19T04:24:40.559Z] Removing intermediate container fcbc97de2ac9 [2021-10-19T04:24:40.559Z] ---> 4e761ee9b9f0 [2021-10-19T04:24:40.559Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-19T04:24:40.559Z] ---> Running in 59f7dd696e4a [2021-10-19T04:24:40.559Z] Removing intermediate container 59f7dd696e4a [2021-10-19T04:24:40.559Z] ---> 1125f984e65a [2021-10-19T04:24:40.559Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-19T04:24:40.559Z] ---> Running in 919a476838b0 [2021-10-19T04:24:40.559Z] Removing intermediate container 919a476838b0 [2021-10-19T04:24:40.559Z] ---> b1f72022d202 [2021-10-19T04:24:40.559Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T04:24:40.559Z] ---> Running in 9abfe1cadbcc [2021-10-19T04:24:41.132Z] Removing intermediate container 9abfe1cadbcc [2021-10-19T04:24:41.132Z] ---> 30396af37637 [2021-10-19T04:24:41.132Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-19T04:24:41.132Z] ---> Running in 141cc8c2ba27 [2021-10-19T04:24:41.393Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T04:24:42.780Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T04:24:42.780Z] OK: 220 MiB in 52 packages [2021-10-19T04:24:43.045Z] Removing intermediate container 141cc8c2ba27 [2021-10-19T04:24:43.045Z] ---> e19d4e65225f [2021-10-19T04:24:43.045Z] Step 8/10 : COPY . . [2021-10-19T04:24:43.333Z] ---> b2b23173a616 [2021-10-19T04:24:43.333Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T04:24:43.333Z] ---> Running in f426f891458e [2021-10-19T04:25:23.013Z] Removing intermediate container f426f891458e [2021-10-19T04:25:23.013Z] ---> e42c158b2485 [2021-10-19T04:25:23.013Z] Step 10/10 : RUN ${MAKE} [2021-10-19T04:25:23.013Z] ---> Running in 689b5a4aa5e8 [2021-10-19T04:25:23.013Z] noop [2021-10-19T04:25:23.013Z] Removing intermediate container 689b5a4aa5e8 [2021-10-19T04:25:23.013Z] ---> b8117c705c4b [2021-10-19T04:25:23.013Z] Successfully built b8117c705c4b [2021-10-19T04:25:23.013Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:25:23.340Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-19T04:25:23.340Z] . [Pipeline] withDockerContainer [2021-10-19T04:25:23.430Z] prd-centos7-docker-4c-2g-2354 does not seem to be running inside a container [2021-10-19T04:25:23.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-19T04:25:23.794Z] $ docker top 6ce554559a4a4624d29890ca354221639faa3adf79f6fedddf7ef695a921b93a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-19T04:25:24.208Z] + go version [2021-10-19T04:25:24.208Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-19T04:25:24.236Z] $ docker stop --time=1 6ce554559a4a4624d29890ca354221639faa3adf79f6fedddf7ef695a921b93a [2021-10-19T04:25:25.618Z] $ docker rm -f 6ce554559a4a4624d29890ca354221639faa3adf79f6fedddf7ef695a921b93a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:25:26.252Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-19T04:25:26.252Z] . [Pipeline] withDockerContainer [2021-10-19T04:25:26.332Z] prd-centos7-docker-4c-2g-2354 does not seem to be running inside a container [2021-10-19T04:25:26.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-19T04:25:26.721Z] $ docker top 368ac4393f58c7bd14b649133f9223ee1bdfe55a414ba0ffeaf80a9b3ccc6c86 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-19T04:25:27.151Z] + make test [2021-10-19T04:25:27.151Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-19T04:25:32.494Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-19T04:25:54.540Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-19T04:25:54.540Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-19T04:25:54.540Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-19T04:25:56.475Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.053s coverage: 23.5% of statements [2021-10-19T04:25:56.475Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-19T04:25:56.475Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.048s coverage: 28.1% of statements [2021-10-19T04:25:56.475Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.061s coverage: 78.9% of statements [2021-10-19T04:25:56.741Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.049s coverage: 9.0% of statements [2021-10-19T04:25:56.741Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-19T04:25:56.741Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-19T04:25:56.741Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-19T04:25:57.735Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 28.7% of statements [2021-10-19T04:25:57.735Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-19T04:25:58.699Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.050s coverage: 83.3% of statements [2021-10-19T04:25:58.699Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-19T04:25:58.699Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-19T04:25:58.699Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.068s coverage: 57.8% of statements [2021-10-19T04:26:00.108Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.846s coverage: 88.8% of statements [2021-10-19T04:26:00.108Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-19T04:26:00.108Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.047s coverage: 4.9% of statements [2021-10-19T04:26:00.108Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-19T04:26:00.108Z] GO111MODULE=on go vet ./... [2021-10-19T04:26:18.905Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-19T04:26:18.905Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-19T04:26:18.905Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-10-19T04:26:18.929Z] $ docker stop --time=1 368ac4393f58c7bd14b649133f9223ee1bdfe55a414ba0ffeaf80a9b3ccc6c86 [2021-10-19T04:26:21.186Z] $ docker rm -f 368ac4393f58c7bd14b649133f9223ee1bdfe55a414ba0ffeaf80a9b3ccc6c86 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-19T04:26:21.657Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-19T04:26:21.868Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-10-19T04:26:22.246Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2356 in /w/workspace/gexfoundry_device-sdk-go_PR-1036 [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-10-19T04:26:26.439Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-10-19T04:26:26.659Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-10-19T04:26:26.709Z] Selected Git installation does not exist. Using Default [2021-10-19T04:26:26.709Z] The recommended git tool is: NONE [2021-10-19T04:26:27.706Z] + ls -al . [2021-10-19T04:26:27.706Z] total 264 [2021-10-19T04:26:27.706Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 04:26 . [2021-10-19T04:26:27.706Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 19 04:24 .. [2021-10-19T04:26:27.706Z] drwxrwxr-x. 2 jenkins jenkins 37 Oct 19 04:24 bin [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 24816 Oct 19 04:24 CHANGELOG.md [2021-10-19T04:26:27.706Z] -rw-r--r--. 1 jenkins jenkins 126693 Oct 19 04:25 coverage.out [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 04:24 .dockerignore [2021-10-19T04:26:27.706Z] drwxrwxr-x. 5 jenkins jenkins 62 Oct 19 04:24 example [2021-10-19T04:26:27.706Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 04:24 .git [2021-10-19T04:26:27.706Z] drwxrwxr-x. 3 jenkins jenkins 125 Oct 19 04:24 .github [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 131 Oct 19 04:24 .gitignore [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 602 Oct 19 04:24 go.mod [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 49868 Oct 19 04:24 go.sum [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 19 04:24 GOVERNANCE.md [2021-10-19T04:26:27.706Z] drwxrwxr-x. 15 jenkins jenkins 224 Oct 19 04:24 internal [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 880 Oct 19 04:24 Jenkinsfile [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 04:24 LICENSE [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 1120 Oct 19 04:24 Makefile [2021-10-19T04:26:27.706Z] drwxrwxr-x. 3 jenkins jenkins 16 Oct 19 04:24 openapi [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 619 Oct 19 04:24 OWNERS.md [2021-10-19T04:26:27.706Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 04:24 pkg [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 4877 Oct 19 04:24 README.md [2021-10-19T04:26:27.706Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 04:24 snap [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 04:22 VERSION [2021-10-19T04:26:27.706Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 04:24 version.go [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:26:28.054Z] + 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=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 --label arch=amd64 --label version=0.0.0 . [2021-10-19T04:26:28.054Z] Sending build context to Docker daemon 2.821MB [2021-10-19T04:26:28.054Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2021-10-19T04:26:28.054Z] Step 2/24 : FROM ${BASE} AS builder [2021-10-19T04:26:28.054Z] ---> b8117c705c4b [2021-10-19T04:26:28.054Z] Step 3/24 : ARG MAKE=make build [2021-10-19T04:26:28.054Z] ---> Running in 2ae4e1d0bd27 [2021-10-19T04:26:28.054Z] Removing intermediate container 2ae4e1d0bd27 [2021-10-19T04:26:28.054Z] ---> fb9608a880e1 [2021-10-19T04:26:28.054Z] Step 4/24 : WORKDIR /device-sdk-go [2021-10-19T04:26:28.312Z] ---> Running in 8648bd2ae05c [2021-10-19T04:26:28.312Z] Removing intermediate container 8648bd2ae05c [2021-10-19T04:26:28.312Z] ---> 3067d6056130 [2021-10-19T04:26:28.312Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-19T04:26:28.312Z] ---> Running in 5c6dcbe80d43 [2021-10-19T04:26:28.312Z] Removing intermediate container 5c6dcbe80d43 [2021-10-19T04:26:28.312Z] ---> 7d54ff16e21b [2021-10-19T04:26:28.312Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T04:26:28.312Z] ---> Running in 20d257e14757 [2021-10-19T04:26:28.886Z] Removing intermediate container 20d257e14757 [2021-10-19T04:26:28.886Z] ---> 45216cbb3a0d [2021-10-19T04:26:28.886Z] Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-19T04:26:28.886Z] ---> Running in 15a3e3269b3b [2021-10-19T04:26:29.146Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T04:26:30.088Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T04:26:30.351Z] OK: 220 MiB in 52 packages [2021-10-19T04:26:30.351Z] Removing intermediate container 15a3e3269b3b [2021-10-19T04:26:30.351Z] ---> e66d1c9b696f [2021-10-19T04:26:30.351Z] Step 8/24 : COPY . . [2021-10-19T04:26:30.611Z] ---> b11fbeafc25b [2021-10-19T04:26:30.611Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T04:26:30.872Z] ---> Running in 4bb703a2c667 [2021-10-19T04:26:31.142Z] Removing intermediate container 4bb703a2c667 [2021-10-19T04:26:31.142Z] ---> feed678abf64 [2021-10-19T04:26:31.142Z] Step 10/24 : RUN ${MAKE} [2021-10-19T04:26:31.407Z] ---> Running in 3f57753f9b6c [2021-10-19T04:26:31.669Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-10-19T04:26:35.028Z] using credential edgex-jenkins-ssh [2021-10-19T04:26:35.045Z] Cloning the remote Git repository [2021-10-19T04:26:35.099Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-10-19T04:26:35.207Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-10-19T04:26:35.279Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-19T04:26:35.279Z] > git --version # timeout=10 [2021-10-19T04:26:35.295Z] > git --version # 'git version 2.17.1' [2021-10-19T04:26:35.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-19T04:26:35.382Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-19T04:26:37.456Z] Merging remotes/origin/main commit 2ab93c499751478c937c96849c5331481b2fe78f into PR head commit 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [2021-10-19T04:26:37.701Z] Merge succeeded, producing 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [2021-10-19T04:26:37.701Z] Checking out Revision 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 (PR-1036) [2021-10-19T04:26:36.744Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-19T04:26:36.765Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-19T04:26:36.793Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-10-19T04:26:36.823Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-10-19T04:26:36.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-19T04:26:36.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1036/head:refs/remotes/origin/PR-1036 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-19T04:26:37.482Z] > git config core.sparsecheckout # timeout=10 [2021-10-19T04:26:37.497Z] > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 [2021-10-19T04:26:37.611Z] > git remote # timeout=10 [2021-10-19T04:26:37.634Z] > git config --get remote.origin.url # timeout=10 [2021-10-19T04:26:37.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-19T04:26:37.658Z] > git merge 2ab93c499751478c937c96849c5331481b2fe78f # timeout=10 [2021-10-19T04:26:37.684Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-19T04:26:37.709Z] > git config core.sparsecheckout # timeout=10 [2021-10-19T04:26:37.720Z] > git checkout -f 5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 # timeout=10 [2021-10-19T04:26:42.229Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-10-19T04:26:42.299Z] > git --version # timeout=10 [2021-10-19T04:26:42.308Z] > git --version # 'git version 2.17.1' [2021-10-19T04:26:42.321Z] fatal: bad object d6bf42d899a6140169a1fadeb6f44df9cdc48750 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-10-19T04:26:42.729Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-10-19T04:26:42.729Z] Removing intermediate container 3f57753f9b6c [2021-10-19T04:26:42.729Z] ---> ca80c3bb373d [2021-10-19T04:26:42.729Z] Step 11/24 : FROM alpine:3.14 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-19T04:26:42.990Z] 3.14: Pulling from library/alpine [2021-10-19T04:26:43.249Z] a0d0a0d46f8b: Already exists [2021-10-19T04:26:43.249Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-19T04:26:43.249Z] Status: Downloaded newer image for alpine:3.14 [2021-10-19T04:26:43.249Z] ---> 14119a10abf4 [2021-10-19T04:26:43.249Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-19T04:26:43.423Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-19T04:26:43.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-19T04:26:43.423Z] Dload Upload Total Spent Left Speed [2021-10-19T04:26:43.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 174k 0 --:--:-- --:--:-- --:--:-- 172k [2021-10-19T04:26:43.510Z] ---> Running in 06c32cf1f2ec [2021-10-19T04:26:43.510Z] Removing intermediate container 06c32cf1f2ec [2021-10-19T04:26:43.510Z] ---> 5c7642d82b63 [2021-10-19T04:26:43.510Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T04:26:43.510Z] ---> Running in d07b972b9fd6 [Pipeline] sh [2021-10-19T04:26:44.858Z] Removing intermediate container d07b972b9fd6 [2021-10-19T04:26:44.858Z] ---> 9d6f45c9fe30 [2021-10-19T04:26:44.858Z] Step 14/24 : RUN apk add --update --no-cache zeromq [2021-10-19T04:26:44.858Z] ---> Running in 3f531afee930 [2021-10-19T04:26:44.858Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-19T04:26:45.121Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-19T04:26:45.170Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-19T04:26:45.550Z] + sudo tee /etc/docker/daemon.new [2021-10-19T04:26:45.550Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-19T04:26:45.550Z] { [2021-10-19T04:26:45.550Z] "registry-mirrors": [ [2021-10-19T04:26:45.550Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-19T04:26:45.550Z] ], [2021-10-19T04:26:45.550Z] "bip": "10.250.0.254/24", [2021-10-19T04:26:45.550Z] "hosts": [ [2021-10-19T04:26:45.550Z] "tcp://0.0.0.0:5555", [2021-10-19T04:26:45.550Z] "unix:///var/run/docker.sock" [2021-10-19T04:26:45.550Z] ], [2021-10-19T04:26:45.550Z] "mtu": 1458, [2021-10-19T04:26:45.550Z] "selinux-enabled": true, [2021-10-19T04:26:45.550Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-19T04:26:45.550Z] } [Pipeline] sh [2021-10-19T04:26:45.702Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2021-10-19T04:26:45.702Z] (2/5) Installing libsodium (1.0.18-r0) [2021-10-19T04:26:45.702Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-19T04:26:45.941Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2021-10-19T04:26:45.961Z] (4/5) Installing libzmq (4.3.4-r0) [2021-10-19T04:26:45.961Z] (5/5) Installing zeromq (4.3.4-r0) [2021-10-19T04:26:45.961Z] Executing busybox-1.33.1-r3.trigger [Pipeline] sh [2021-10-19T04:26:46.223Z] OK: 8 MiB in 19 packages [2021-10-19T04:26:46.223Z] Removing intermediate container 3f531afee930 [2021-10-19T04:26:46.223Z] ---> 0227bd0d0a98 [2021-10-19T04:26:46.223Z] Step 15/24 : WORKDIR / [2021-10-19T04:26:46.317Z] + sudo service docker restart [2021-10-19T04:26:46.486Z] ---> Running in d534e12ea982 [2021-10-19T04:26:46.486Z] Removing intermediate container d534e12ea982 [2021-10-19T04:26:46.486Z] ---> d529a839992e [2021-10-19T04:26:46.486Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-10-19T04:26:46.486Z] ---> 957ddd24285f [2021-10-19T04:26:46.486Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-10-19T04:26:47.059Z] ---> c4418e8d992e [2021-10-19T04:26:47.059Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-10-19T04:26:47.059Z] ---> 05c4d54ae25b [2021-10-19T04:26:47.059Z] Step 19/24 : EXPOSE 59999 [2021-10-19T04:26:47.059Z] ---> Running in 7122f632d01d [2021-10-19T04:26:47.059Z] Removing intermediate container 7122f632d01d [2021-10-19T04:26:47.059Z] ---> 42c0dc540e50 [2021-10-19T04:26:47.059Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2021-10-19T04:26:47.059Z] ---> Running in 51614f91540d [2021-10-19T04:26:47.331Z] Removing intermediate container 51614f91540d [2021-10-19T04:26:47.331Z] ---> f8128061fad1 [2021-10-19T04:26:47.331Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T04:26:47.331Z] ---> Running in 9eb56fad94a5 [2021-10-19T04:26:47.331Z] Removing intermediate container 9eb56fad94a5 [2021-10-19T04:26:47.331Z] ---> 8df3a410b437 [2021-10-19T04:26:47.331Z] Step 22/24 : LABEL arch=amd64 [2021-10-19T04:26:47.331Z] ---> Running in d758dd4fb08f [2021-10-19T04:26:47.331Z] Removing intermediate container d758dd4fb08f [2021-10-19T04:26:47.331Z] ---> 06d0596abb4b [2021-10-19T04:26:47.331Z] Step 23/24 : LABEL git_sha=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [2021-10-19T04:26:47.331Z] ---> Running in abccfc6d5032 [2021-10-19T04:26:47.594Z] Removing intermediate container abccfc6d5032 [2021-10-19T04:26:47.594Z] ---> 40e0a839021a [2021-10-19T04:26:47.594Z] Step 24/24 : LABEL version=0.0.0 [2021-10-19T04:26:47.594Z] ---> Running in e6a4fd7549d1 [2021-10-19T04:26:47.594Z] Removing intermediate container e6a4fd7549d1 [2021-10-19T04:26:47.594Z] ---> fc933cfee816 [2021-10-19T04:26:47.594Z] [Warning] One or more build-args [ARCH] were not consumed [2021-10-19T04:26:47.594Z] Successfully built fc933cfee816 [2021-10-19T04:26:47.594Z] 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:26:48.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T04:26:48.647Z] [2021-10-19T04:26:48.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:26:48.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T04:26:48.984Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-19T04:26:48.984Z] b4d181a07f80: Pulling fs layer [2021-10-19T04:26:48.984Z] a1111a8f2ec3: Pulling fs layer [2021-10-19T04:26:48.984Z] ed53099fbce6: Pulling fs layer [2021-10-19T04:26:48.984Z] dc539afda2c1: Pulling fs layer [2021-10-19T04:26:48.984Z] 77bc0d833cb6: Pulling fs layer [2021-10-19T04:26:48.984Z] 9065ff56babe: Pulling fs layer [2021-10-19T04:26:48.984Z] d287ab97295c: Pulling fs layer [2021-10-19T04:26:48.984Z] dc539afda2c1: Waiting [2021-10-19T04:26:48.984Z] 77bc0d833cb6: Waiting [2021-10-19T04:26:48.984Z] 9065ff56babe: Waiting [2021-10-19T04:26:48.984Z] d287ab97295c: Waiting [2021-10-19T04:26:48.984Z] a1111a8f2ec3: Verifying Checksum [2021-10-19T04:26:48.984Z] a1111a8f2ec3: Download complete [2021-10-19T04:26:48.984Z] dc539afda2c1: Verifying Checksum [2021-10-19T04:26:48.984Z] dc539afda2c1: Download complete [2021-10-19T04:26:49.243Z] ed53099fbce6: Verifying Checksum [2021-10-19T04:26:49.243Z] ed53099fbce6: Download complete [2021-10-19T04:26:49.243Z] 9065ff56babe: Verifying Checksum [2021-10-19T04:26:49.243Z] 9065ff56babe: Download complete [2021-10-19T04:26:49.243Z] 77bc0d833cb6: Verifying Checksum [2021-10-19T04:26:49.243Z] 77bc0d833cb6: Download complete [2021-10-19T04:26:49.243Z] b4d181a07f80: Verifying Checksum [2021-10-19T04:26:49.243Z] b4d181a07f80: Download complete [2021-10-19T04:26:49.833Z] d287ab97295c: Verifying Checksum [2021-10-19T04:26:49.833Z] d287ab97295c: Download complete [2021-10-19T04:26:51.560Z] b4d181a07f80: Pull complete [2021-10-19T04:26:51.560Z] a1111a8f2ec3: Pull complete [2021-10-19T04:26:51.560Z] ed53099fbce6: Pull complete [2021-10-19T04:26:51.560Z] dc539afda2c1: Pull complete [2021-10-19T04:26:51.560Z] 77bc0d833cb6: Pull complete [2021-10-19T04:26:51.560Z] 9065ff56babe: Pull complete [2021-10-19T04:26:56.877Z] d287ab97295c: Pull complete [2021-10-19T04:26:56.877Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-19T04:26:56.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T04:26:56.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-19T04:26:56.965Z] prd-centos7-docker-4c-2g-2354 does not seem to be running inside a container [2021-10-19T04:26:57.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-19T04:26:59.356Z] $ docker top 667e341a1577b1e6b0ac20c1af152baf6df596bae8844c307baf0cde6b0d5b58 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:26:59.804Z] ---> job-cost.sh [2021-10-19T04:26:59.804Z] lf-activate-venv: SKIPPING [2021-10-19T04:26:59.804Z] INFO: No Stack... [2021-10-19T04:27:00.066Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-19T04:27:00.329Z] INFO: Archiving Costs [Pipeline] sh [2021-10-19T04:27:00.644Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-19T04:27:00.644Z] + cut -d, -f6 [Pipeline] lock [2021-10-19T04:27:00.693Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [2021-10-19T04:27:00.698Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] did not exist. Created. [2021-10-19T04:27:00.698Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-19T04:27:01.082Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-10-19T04:27:01.134Z] Stashed 1 file(s) [Pipeline] } [2021-10-19T04:27:01.156Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-19T04:27:01.218Z] $ docker stop --time=1 667e341a1577b1e6b0ac20c1af152baf6df596bae8844c307baf0cde6b0d5b58 [2021-10-19T04:27:02.351Z] $ docker rm -f 667e341a1577b1e6b0ac20c1af152baf6df596bae8844c307baf0cde6b0d5b58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T04:27:05.705Z] provisioning config files... [2021-10-19T04:27:05.744Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config3516697566494011554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:27:06.187Z] ---> docker-login.sh [2021-10-19T04:27:06.187Z] nexus3.edgexfoundry.org:10001 [2021-10-19T04:27:07.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:27:08.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:27:08.297Z] Configure a credential helper to remove this warning. See [2021-10-19T04:27:08.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:27:08.297Z] [2021-10-19T04:27:08.297Z] Login Succeeded [2021-10-19T04:27:08.297Z] nexus3.edgexfoundry.org:10002 [2021-10-19T04:27:08.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:27:08.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:27:08.875Z] Configure a credential helper to remove this warning. See [2021-10-19T04:27:08.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:27:08.875Z] [2021-10-19T04:27:08.875Z] Login Succeeded [2021-10-19T04:27:08.875Z] nexus3.edgexfoundry.org:10003 [2021-10-19T04:27:09.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:27:09.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:27:09.487Z] Configure a credential helper to remove this warning. See [2021-10-19T04:27:09.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:27:09.487Z] [2021-10-19T04:27:09.487Z] Login Succeeded [2021-10-19T04:27:09.487Z] nexus3.edgexfoundry.org:10004 [2021-10-19T04:27:09.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:27:10.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:27:10.044Z] Configure a credential helper to remove this warning. See [2021-10-19T04:27:10.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:27:10.044Z] [2021-10-19T04:27:10.044Z] Login Succeeded [2021-10-19T04:27:10.044Z] docker.io [2021-10-19T04:27:10.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-19T04:27:10.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-19T04:27:10.927Z] Configure a credential helper to remove this warning. See [2021-10-19T04:27:10.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-19T04:27:10.927Z] [2021-10-19T04:27:10.927Z] Login Succeeded [2021-10-19T04:27:10.927Z] ---> docker-login.sh ends [Pipeline] } [2021-10-19T04:27:10.960Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-19T04:27:11.624Z] ========================================================= [2021-10-19T04:27:11.624Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-19T04:27:11.624Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:27:12.094Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-10-19T04:27:12.369Z] Sending build context to Docker daemon 2.703MB [2021-10-19T04:27:12.645Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2021-10-19T04:27:12.645Z] Step 2/10 : FROM ${BASE} AS builder [2021-10-19T04:27:12.645Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-19T04:27:12.933Z] 552d1f2373af: Pulling fs layer [2021-10-19T04:27:12.934Z] ea3f2d53f512: Pulling fs layer [2021-10-19T04:27:12.934Z] 9e70ebbbe112: Pulling fs layer [2021-10-19T04:27:12.934Z] 7a9cfe048b4a: Pulling fs layer [2021-10-19T04:27:12.934Z] 72dc09318566: Pulling fs layer [2021-10-19T04:27:12.934Z] 7a9cfe048b4a: Waiting [2021-10-19T04:27:12.934Z] 72dc09318566: Waiting [2021-10-19T04:27:12.934Z] f4f7b4309257: Pulling fs layer [2021-10-19T04:27:12.934Z] 0ac9a79272e3: Pulling fs layer [2021-10-19T04:27:12.934Z] b78e95d17946: Pulling fs layer [2021-10-19T04:27:12.934Z] f4f7b4309257: Waiting [2021-10-19T04:27:12.934Z] 0ac9a79272e3: Waiting [2021-10-19T04:27:12.934Z] b78e95d17946: Waiting [2021-10-19T04:27:12.934Z] 9e70ebbbe112: Verifying Checksum [2021-10-19T04:27:12.934Z] 9e70ebbbe112: Download complete [2021-10-19T04:27:12.934Z] ea3f2d53f512: Verifying Checksum [2021-10-19T04:27:12.934Z] ea3f2d53f512: Download complete [2021-10-19T04:27:12.934Z] 72dc09318566: Verifying Checksum [2021-10-19T04:27:12.934Z] 72dc09318566: Download complete [2021-10-19T04:27:12.934Z] 552d1f2373af: Download complete [2021-10-19T04:27:12.934Z] f4f7b4309257: Verifying Checksum [2021-10-19T04:27:12.934Z] f4f7b4309257: Download complete [2021-10-19T04:27:12.934Z] 0ac9a79272e3: Download complete [2021-10-19T04:27:13.954Z] 552d1f2373af: Pull complete [2021-10-19T04:27:14.596Z] ea3f2d53f512: Pull complete [2021-10-19T04:27:15.216Z] 9e70ebbbe112: Pull complete [2021-10-19T04:27:15.216Z] b78e95d17946: Verifying Checksum [2021-10-19T04:27:15.216Z] b78e95d17946: Download complete [2021-10-19T04:27:15.830Z] 7a9cfe048b4a: Verifying Checksum [2021-10-19T04:27:15.830Z] 7a9cfe048b4a: Download complete [2021-10-19T04:27:26.822Z] 7a9cfe048b4a: Pull complete [2021-10-19T04:27:26.822Z] 72dc09318566: Pull complete [2021-10-19T04:27:26.822Z] f4f7b4309257: Pull complete [2021-10-19T04:27:27.103Z] 0ac9a79272e3: Pull complete [2021-10-19T04:27:33.217Z] b78e95d17946: Pull complete [2021-10-19T04:27:33.217Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-19T04:27:33.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-19T04:27:33.217Z] ---> 8b459fc5aaf0 [2021-10-19T04:27:33.217Z] Step 3/10 : ARG MAKE=make build [2021-10-19T04:27:38.689Z] ---> Running in 0dcf1d397c6e [2021-10-19T04:27:38.689Z] Removing intermediate container 0dcf1d397c6e [2021-10-19T04:27:38.689Z] ---> 24f980c412e4 [2021-10-19T04:27:38.689Z] Step 4/10 : WORKDIR /device-sdk-go [2021-10-19T04:27:38.689Z] ---> Running in bec4c5e5b3d0 [2021-10-19T04:27:39.294Z] Removing intermediate container bec4c5e5b3d0 [2021-10-19T04:27:39.294Z] ---> 14eefdb35d30 [2021-10-19T04:27:39.294Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-19T04:27:39.294Z] ---> Running in 23789ef23c42 [2021-10-19T04:27:39.904Z] Removing intermediate container 23789ef23c42 [2021-10-19T04:27:39.904Z] ---> 0993b7de5ba4 [2021-10-19T04:27:39.904Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T04:27:39.904Z] ---> Running in 45627d38d691 [2021-10-19T04:27:42.568Z] Removing intermediate container 45627d38d691 [2021-10-19T04:27:42.568Z] ---> f9edbf3f9fba [2021-10-19T04:27:42.568Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-19T04:27:42.568Z] ---> Running in 4616379f0d43 [2021-10-19T04:27:44.038Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-19T04:27:45.043Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-19T04:27:46.044Z] OK: 219 MiB in 52 packages [2021-10-19T04:27:48.075Z] Removing intermediate container 4616379f0d43 [2021-10-19T04:27:48.075Z] ---> b0160ce76363 [2021-10-19T04:27:48.075Z] Step 8/10 : COPY . . [2021-10-19T04:27:48.355Z] ---> 20aa840ffcca [2021-10-19T04:27:48.355Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T04:27:48.635Z] ---> Running in 121b168d4adf [2021-10-19T04:29:10.555Z] Removing intermediate container 121b168d4adf [2021-10-19T04:29:10.555Z] ---> 4e8f52f7fb4c [2021-10-19T04:29:10.555Z] Step 10/10 : RUN ${MAKE} [2021-10-19T04:29:10.555Z] ---> Running in d82be48f4c10 [2021-10-19T04:29:10.555Z] noop [2021-10-19T04:29:11.164Z] Removing intermediate container d82be48f4c10 [2021-10-19T04:29:11.164Z] ---> 59c32b157329 [2021-10-19T04:29:11.164Z] Successfully built 59c32b157329 [2021-10-19T04:29:11.164Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:29:11.561Z] + docker inspect -f . ci-base-image-arm64 [2021-10-19T04:29:11.561Z] . [Pipeline] withDockerContainer [2021-10-19T04:29:11.879Z] prd-ubuntu18.04-docker-arm64-4c-16g-2356 does not seem to be running inside a container [2021-10-19T04:29:11.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-19T04:29:13.778Z] $ docker top 7fa4b0429fee4b8377a05565f487976da86a5d282e1f09f3abf790011cb62396 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-19T04:29:14.878Z] + go version [2021-10-19T04:29:14.878Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-19T04:29:14.914Z] $ docker stop --time=1 7fa4b0429fee4b8377a05565f487976da86a5d282e1f09f3abf790011cb62396 [2021-10-19T04:29:16.797Z] $ docker rm -f 7fa4b0429fee4b8377a05565f487976da86a5d282e1f09f3abf790011cb62396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:29:17.801Z] + docker inspect -f . ci-base-image-arm64 [2021-10-19T04:29:17.801Z] . [Pipeline] withDockerContainer [2021-10-19T04:29:18.124Z] prd-ubuntu18.04-docker-arm64-4c-16g-2356 does not seem to be running inside a container [2021-10-19T04:29:18.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-19T04:29:20.042Z] $ docker top 3567e76977629f4601a5e8e048c4e98f8f719093b69e4637a50231d0bc80af77 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-10-19T04:29:21.171Z] + make test [2021-10-19T04:29:21.171Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-19T04:29:53.671Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-10-19T04:31:02.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-10-19T04:31:02.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-10-19T04:31:02.875Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-10-19T04:31:07.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.263s coverage: 23.5% of statements [2021-10-19T04:31:07.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-10-19T04:31:07.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.233s coverage: 28.1% of statements [2021-10-19T04:31:07.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.227s coverage: 78.9% of statements [2021-10-19T04:31:07.236Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.229s coverage: 9.0% of statements [2021-10-19T04:31:07.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-10-19T04:31:07.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-10-19T04:31:07.236Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-10-19T04:31:09.625Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.332s coverage: 28.7% of statements [2021-10-19T04:31:09.625Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-10-19T04:31:10.639Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.220s coverage: 83.3% of statements [2021-10-19T04:31:10.639Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-10-19T04:31:10.639Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-10-19T04:31:10.639Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.451s coverage: 57.8% of statements [2021-10-19T04:31:12.659Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.066s coverage: 88.8% of statements [2021-10-19T04:31:12.659Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2021-10-19T04:31:12.659Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.181s coverage: 4.9% of statements [2021-10-19T04:31:12.659Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-10-19T04:31:13.265Z] GO111MODULE=on go vet ./... [2021-10-19T04:32:10.119Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-19T04:32:10.120Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-19T04:32:10.120Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-10-19T04:32:10.759Z] $ docker stop --time=1 3567e76977629f4601a5e8e048c4e98f8f719093b69e4637a50231d0bc80af77 [2021-10-19T04:32:12.931Z] $ docker rm -f 3567e76977629f4601a5e8e048c4e98f8f719093b69e4637a50231d0bc80af77 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-19T04:32:14.130Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-10-19T04:32:14.169Z] Warning: overwriting stash ‘coverage-report’ [2021-10-19T04:32:14.912Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-19T04:32:15.580Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-10-19T04:32:15.954Z] + ls -al . [2021-10-19T04:32:15.954Z] total 300 [2021-10-19T04:32:15.954Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 04:32 . [2021-10-19T04:32:15.954Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 04:26 .. [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 04:26 .dockerignore [2021-10-19T04:32:15.954Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 04:26 .git [2021-10-19T04:32:15.954Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 19 04:26 .github [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 131 Oct 19 04:26 .gitignore [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 24816 Oct 19 04:26 CHANGELOG.md [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 19 04:26 GOVERNANCE.md [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 880 Oct 19 04:26 Jenkinsfile [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 04:26 LICENSE [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 1120 Oct 19 04:26 Makefile [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 619 Oct 19 04:26 OWNERS.md [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 4877 Oct 19 04:26 README.md [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 04:22 VERSION [2021-10-19T04:32:15.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 04:26 bin [2021-10-19T04:32:15.954Z] -rw-r--r-- 1 jenkins jenkins 126693 Oct 19 04:31 coverage.out [2021-10-19T04:32:15.954Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 04:26 example [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 602 Oct 19 04:26 go.mod [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 49868 Oct 19 04:26 go.sum [2021-10-19T04:32:15.954Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 04:26 internal [2021-10-19T04:32:15.954Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 19 04:26 openapi [2021-10-19T04:32:15.954Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 04:26 pkg [2021-10-19T04:32:15.954Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 04:26 snap [2021-10-19T04:32:15.954Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 04:26 version.go [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:32:16.348Z] + 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=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 --label arch=arm64 --label version=0.0.0 . [2021-10-19T04:32:16.953Z] Sending build context to Docker daemon 2.83MB [2021-10-19T04:32:16.953Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2021-10-19T04:32:16.953Z] Step 2/24 : FROM ${BASE} AS builder [2021-10-19T04:32:16.953Z] ---> 59c32b157329 [2021-10-19T04:32:16.953Z] Step 3/24 : ARG MAKE=make build [2021-10-19T04:32:16.953Z] ---> Running in d00eadccb150 [2021-10-19T04:32:17.560Z] Removing intermediate container d00eadccb150 [2021-10-19T04:32:17.560Z] ---> 7aeba678e3ca [2021-10-19T04:32:17.561Z] Step 4/24 : WORKDIR /device-sdk-go [2021-10-19T04:32:17.561Z] ---> Running in 36ab461c1c96 [2021-10-19T04:32:18.173Z] Removing intermediate container 36ab461c1c96 [2021-10-19T04:32:18.173Z] ---> 126b4e4273c0 [2021-10-19T04:32:18.173Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-19T04:32:18.173Z] ---> Running in 0a568bbf2852 [2021-10-19T04:32:18.784Z] Removing intermediate container 0a568bbf2852 [2021-10-19T04:32:18.784Z] ---> ab3afd2bf161 [2021-10-19T04:32:18.784Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T04:32:18.784Z] ---> Running in 52bc48fe4c71 [2021-10-19T04:32:21.443Z] Removing intermediate container 52bc48fe4c71 [2021-10-19T04:32:21.443Z] ---> 4310ccef2990 [2021-10-19T04:32:21.443Z] Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-10-19T04:32:21.443Z] ---> Running in 3206c6ee9944 [2021-10-19T04:32:22.437Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-19T04:32:23.429Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-19T04:32:24.429Z] OK: 219 MiB in 52 packages [2021-10-19T04:32:25.426Z] Removing intermediate container 3206c6ee9944 [2021-10-19T04:32:25.426Z] ---> c436891e734d [2021-10-19T04:32:25.426Z] Step 8/24 : COPY . . [2021-10-19T04:32:26.418Z] ---> 7b1bfb469d81 [2021-10-19T04:32:26.418Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-19T04:32:26.694Z] ---> Running in cbc239700021 [2021-10-19T04:32:29.335Z] Removing intermediate container cbc239700021 [2021-10-19T04:32:29.335Z] ---> 9a111a9dbbf4 [2021-10-19T04:32:29.335Z] Step 10/24 : RUN ${MAKE} [2021-10-19T04:32:29.335Z] ---> Running in cbc822d309c1 [2021-10-19T04:32:30.325Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-10-19T04:33:04.143Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-10-19T04:33:06.127Z] Removing intermediate container cbc822d309c1 [2021-10-19T04:33:06.128Z] ---> 5a56749bd1f1 [2021-10-19T04:33:06.128Z] Step 11/24 : FROM alpine:3.14 [2021-10-19T04:33:06.725Z] 3.14: Pulling from library/alpine [2021-10-19T04:33:06.999Z] 552d1f2373af: Already exists [2021-10-19T04:33:07.277Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-19T04:33:07.277Z] Status: Downloaded newer image for alpine:3.14 [2021-10-19T04:33:07.277Z] ---> bb3de5531c18 [2021-10-19T04:33:07.277Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-10-19T04:33:07.277Z] ---> Running in 63cc50053aa1 [2021-10-19T04:33:07.890Z] Removing intermediate container 63cc50053aa1 [2021-10-19T04:33:07.890Z] ---> 26b434706eee [2021-10-19T04:33:07.890Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-19T04:33:07.890Z] ---> Running in c4fc4c0e6c7c [2021-10-19T04:33:10.562Z] Removing intermediate container c4fc4c0e6c7c [2021-10-19T04:33:10.562Z] ---> 972d83fc4fbc [2021-10-19T04:33:10.563Z] Step 14/24 : RUN apk add --update --no-cache zeromq [2021-10-19T04:33:10.563Z] ---> Running in 184458efdc3a [2021-10-19T04:33:11.567Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-19T04:33:12.560Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-19T04:33:13.555Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2021-10-19T04:33:13.555Z] (2/5) Installing libsodium (1.0.18-r0) [2021-10-19T04:33:13.835Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-19T04:33:13.835Z] (4/5) Installing libzmq (4.3.4-r0) [2021-10-19T04:33:14.113Z] (5/5) Installing zeromq (4.3.4-r0) [2021-10-19T04:33:14.113Z] Executing busybox-1.33.1-r3.trigger [2021-10-19T04:33:14.113Z] OK: 8 MiB in 19 packages [2021-10-19T04:33:15.570Z] Removing intermediate container 184458efdc3a [2021-10-19T04:33:15.570Z] ---> 243ff63f839e [2021-10-19T04:33:15.570Z] Step 15/24 : WORKDIR / [2021-10-19T04:33:15.570Z] ---> Running in f4463d38113b [2021-10-19T04:33:15.851Z] Removing intermediate container f4463d38113b [2021-10-19T04:33:15.851Z] ---> cb6e3df7367b [2021-10-19T04:33:15.851Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-10-19T04:33:16.841Z] ---> fe81ec45efc9 [2021-10-19T04:33:16.841Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-10-19T04:33:18.293Z] ---> 0045087ea391 [2021-10-19T04:33:18.293Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-10-19T04:33:18.900Z] ---> fb7291942fe7 [2021-10-19T04:33:18.900Z] Step 19/24 : EXPOSE 59999 [2021-10-19T04:33:18.900Z] ---> Running in 4e664098da46 [2021-10-19T04:33:19.502Z] Removing intermediate container 4e664098da46 [2021-10-19T04:33:19.502Z] ---> ad7feb82fc31 [2021-10-19T04:33:19.503Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2021-10-19T04:33:19.503Z] ---> Running in 3ba761457849 [2021-10-19T04:33:20.104Z] Removing intermediate container 3ba761457849 [2021-10-19T04:33:20.104Z] ---> e1f6c97821d7 [2021-10-19T04:33:20.104Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-19T04:33:20.104Z] ---> Running in f90768c8920e [2021-10-19T04:33:20.708Z] Removing intermediate container f90768c8920e [2021-10-19T04:33:20.708Z] ---> 4694325177a5 [2021-10-19T04:33:20.708Z] Step 22/24 : LABEL arch=arm64 [2021-10-19T04:33:20.708Z] ---> Running in 7fc3da83831e [2021-10-19T04:33:21.311Z] Removing intermediate container 7fc3da83831e [2021-10-19T04:33:21.311Z] ---> b254e4a9537d [2021-10-19T04:33:21.311Z] Step 23/24 : LABEL git_sha=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [2021-10-19T04:33:21.311Z] ---> Running in 8aa5d66ab803 [2021-10-19T04:33:21.942Z] Removing intermediate container 8aa5d66ab803 [2021-10-19T04:33:21.942Z] ---> d95bdbd35dbf [2021-10-19T04:33:21.942Z] Step 24/24 : LABEL version=0.0.0 [2021-10-19T04:33:21.942Z] ---> Running in 7dc3aafbd9a4 [2021-10-19T04:33:22.543Z] Removing intermediate container 7dc3aafbd9a4 [2021-10-19T04:33:22.543Z] ---> 85339b42a887 [2021-10-19T04:33:22.543Z] [Warning] One or more build-args [ARCH] were not consumed [2021-10-19T04:33:22.543Z] Successfully built 85339b42a887 [2021-10-19T04:33:22.543Z] 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:33:23.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-19T04:33:23.301Z] [2021-10-19T04:33:23.301Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:33:23.978Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-19T04:33:24.255Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-19T04:33:24.255Z] 448f6bf000e3: Pulling fs layer [2021-10-19T04:33:24.255Z] f757da607395: Pulling fs layer [2021-10-19T04:33:24.255Z] 05883995daec: Pulling fs layer [2021-10-19T04:33:24.255Z] 8603b9c90790: Pulling fs layer [2021-10-19T04:33:24.255Z] 1560dd03e051: Pulling fs layer [2021-10-19T04:33:24.255Z] 27f5ce0e4adf: Pulling fs layer [2021-10-19T04:33:24.255Z] c2d8d7efcc4b: Pulling fs layer [2021-10-19T04:33:24.255Z] 27f5ce0e4adf: Waiting [2021-10-19T04:33:24.255Z] 8603b9c90790: Waiting [2021-10-19T04:33:24.255Z] 1560dd03e051: Waiting [2021-10-19T04:33:24.255Z] c2d8d7efcc4b: Waiting [2021-10-19T04:33:24.533Z] f757da607395: Verifying Checksum [2021-10-19T04:33:24.533Z] f757da607395: Download complete [2021-10-19T04:33:24.533Z] 8603b9c90790: Verifying Checksum [2021-10-19T04:33:24.533Z] 8603b9c90790: Download complete [2021-10-19T04:33:24.533Z] 1560dd03e051: Verifying Checksum [2021-10-19T04:33:24.533Z] 1560dd03e051: Download complete [2021-10-19T04:33:24.533Z] 05883995daec: Download complete [2021-10-19T04:33:24.533Z] 27f5ce0e4adf: Verifying Checksum [2021-10-19T04:33:24.533Z] 27f5ce0e4adf: Download complete [2021-10-19T04:33:24.867Z] 448f6bf000e3: Download complete [2021-10-19T04:33:27.580Z] c2d8d7efcc4b: Verifying Checksum [2021-10-19T04:33:27.580Z] c2d8d7efcc4b: Download complete [2021-10-19T04:33:29.032Z] 448f6bf000e3: Pull complete [2021-10-19T04:33:29.638Z] f757da607395: Pull complete [2021-10-19T04:33:31.094Z] 05883995daec: Pull complete [2021-10-19T04:33:31.370Z] 8603b9c90790: Pull complete [2021-10-19T04:33:32.370Z] 1560dd03e051: Pull complete [2021-10-19T04:33:32.977Z] 27f5ce0e4adf: Pull complete [2021-10-19T04:33:45.467Z] c2d8d7efcc4b: Pull complete [2021-10-19T04:33:45.467Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-19T04:33:45.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-19T04:33:45.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-19T04:33:45.717Z] prd-ubuntu18.04-docker-arm64-4c-16g-2356 does not seem to be running inside a container [2021-10-19T04:33:45.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-19T04:33:49.825Z] $ docker top 42cb4f87458236db46118bbba99fd398302771e7653af8b83a38e9f02c5cf0a6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:33:50.824Z] ---> job-cost.sh [2021-10-19T04:33:50.825Z] lf-activate-venv: SKIPPING [2021-10-19T04:33:50.825Z] INFO: No Stack... [2021-10-19T04:34:09.166Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-19T04:34:09.166Z] INFO: Archiving Costs [Pipeline] sh [2021-10-19T04:34:09.854Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2021-10-19T04:34:09.854Z] + cut -d, -f6 [Pipeline] lock [2021-10-19T04:34:09.940Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [2021-10-19T04:34:09.945Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] did not exist. Created. [2021-10-19T04:34:09.945Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-19T04:34:10.684Z] /w/workspace/device-sdk-go/1@tmp/durable-80616117/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-80616117/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-10-19T04:34:11.388Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-19T04:34:11.428Z] Warning: overwriting stash ‘stack-cost’ [2021-10-19T04:34:11.485Z] Stashed 1 file(s) [Pipeline] } [2021-10-19T04:34:11.500Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1036-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-19T04:34:11.552Z] $ docker stop --time=1 42cb4f87458236db46118bbba99fd398302771e7653af8b83a38e9f02c5cf0a6 [2021-10-19T04:34:13.129Z] $ docker rm -f 42cb4f87458236db46118bbba99fd398302771e7653af8b83a38e9f02c5cf0a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2021-10-19T04:34:15.171Z] provisioning config files... [2021-10-19T04:34:15.184Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/config3412215829282305018tmp [Pipeline] { [Pipeline] sh [2021-10-19T04:34:15.518Z] + set +x [2021-10-19T04:34:15.518Z] + curl -s https://codecov.io/bash [2021-10-19T04:34:15.518Z] + bash -s -- [2021-10-19T04:34:15.518Z] [2021-10-19T04:34:15.518Z] _____ _ [2021-10-19T04:34:15.518Z] / ____| | | [2021-10-19T04:34:15.518Z] | | ___ __| | ___ ___ _____ __ [2021-10-19T04:34:15.518Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-10-19T04:34:15.518Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-10-19T04:34:15.518Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-10-19T04:34:15.518Z] Bash-1.0.6 [2021-10-19T04:34:15.518Z] [2021-10-19T04:34:15.518Z] [2021-10-19T04:34:15.518Z] ==> git version 2.24.4 found [2021-10-19T04:34:15.518Z] ==> 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-10-19T04:34:15.518Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-10-19T04:34:15.518Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-10-19T04:34:15.518Z] ==> Jenkins CI detected. [2021-10-19T04:34:15.518Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1036 [2021-10-19T04:34:15.518Z] project root: . [2021-10-19T04:34:15.518Z] --> token set from env [2021-10-19T04:34:15.518Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-10-19T04:34:15.786Z] ==> Running gcov in . (disable via -X gcov) [2021-10-19T04:34:15.786Z] ==> Python coveragepy not found [2021-10-19T04:34:15.786Z] ==> Searching for coverage reports in: [2021-10-19T04:34:15.786Z] + . [2021-10-19T04:34:15.786Z] -> Found 1 reports [2021-10-19T04:34:15.786Z] ==> Detecting git/mercurial file structure [2021-10-19T04:34:15.786Z] ==> Reading reports [2021-10-19T04:34:15.786Z] + ./coverage.out bytes=126693 [2021-10-19T04:34:15.786Z] ==> Appending adjustments [2021-10-19T04:34:15.786Z] https://docs.codecov.io/docs/fixing-reports [2021-10-19T04:34:16.045Z] + Found adjustments [2021-10-19T04:34:16.045Z] ==> Gzipping contents [2021-10-19T04:34:16.045Z] 16K /tmp/codecov.irzAKW.gz [2021-10-19T04:34:16.045Z] ==> Uploading reports [2021-10-19T04:34:16.045Z] url: https://codecov.io [2021-10-19T04:34:16.045Z] query: branch=PR-1036&commit=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1036%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1036&job=&cmd_args= [2021-10-19T04:34:16.045Z] -> Pinging Codecov [2021-10-19T04:34:16.045Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1036&commit=5cc5eae426dc46c4f731dcc30fb8119b0bb09b63&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1036%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1036&job=&cmd_args= [2021-10-19T04:34:16.305Z] -> Uploading to [2021-10-19T04:34:16.305Z] https://storage.googleapis.com/codecov/v4/raw/2021-10-19/7E55EF52A471D76F132DFD9A03CDDE97/5cc5eae426dc46c4f731dcc30fb8119b0bb09b63/b546e10e-7621-49a4-ace0-844d634f5519.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211019%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211019T043416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=634e4a9867b82011c1d86433bc2355830ef235fff25910a2f38d19684e13a48c [2021-10-19T04:34:16.305Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-19T04:34:16.305Z] Dload Upload Total Spent Left Speed [2021-10-19T04:34:16.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16107 0 0 100 16107 0 59274 --:--:-- --:--:-- --:--:-- 59216 100 16107 0 0 100 16107 0 59246 --:--:-- --:--:-- --:--:-- 59216 [2021-10-19T04:34:16.567Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/5cc5eae426dc46c4f731dcc30fb8119b0bb09b63 [Pipeline] } [2021-10-19T04:34:16.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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] sh [2021-10-19T04:34:19.404Z] + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1036/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:19.730Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:20.335Z] ---> package-listing.sh [2021-10-19T04:34:20.335Z] ++ facter osfamily [2021-10-19T04:34:20.335Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-19T04:34:20.335Z] + OS_FAMILY=redhat [2021-10-19T04:34:20.335Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1036 [2021-10-19T04:34:20.335Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-19T04:34:20.335Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-19T04:34:20.335Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-19T04:34:20.335Z] + PACKAGES=/tmp/packages_start.txt [2021-10-19T04:34:20.335Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1036 ']' [2021-10-19T04:34:20.335Z] + PACKAGES=/tmp/packages_end.txt [2021-10-19T04:34:20.335Z] + case "${OS_FAMILY}" in [2021-10-19T04:34:20.335Z] + rpm -qa [2021-10-19T04:34:20.608Z] + sort [2021-10-19T04:34:21.180Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-19T04:34:21.180Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-19T04:34:21.180Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-19T04:34:21.180Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1036 ']' [2021-10-19T04:34:21.180Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1036/archives/ [2021-10-19T04:34:21.180Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1036/archives/ [Pipeline] echo [2021-10-19T04:34:21.208Z] 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/gexfoundry_device-sdk-go_PR-1036/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-19T04:34:21.515Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:34:22.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T04:34:22.108Z] [2021-10-19T04:34:22.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-19T04:34:22.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T04:34:22.444Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-19T04:34:22.444Z] b4d181a07f80: Pulling fs layer [2021-10-19T04:34:22.444Z] a1111a8f2ec3: Pulling fs layer [2021-10-19T04:34:22.444Z] ed53099fbce6: Pulling fs layer [2021-10-19T04:34:22.444Z] dc539afda2c1: Pulling fs layer [2021-10-19T04:34:22.444Z] 77bc0d833cb6: Pulling fs layer [2021-10-19T04:34:22.444Z] 9065ff56babe: Pulling fs layer [2021-10-19T04:34:22.444Z] d287ab97295c: Pulling fs layer [2021-10-19T04:34:22.444Z] 77bc0d833cb6: Waiting [2021-10-19T04:34:22.444Z] 9065ff56babe: Waiting [2021-10-19T04:34:22.444Z] d287ab97295c: Waiting [2021-10-19T04:34:22.444Z] dc539afda2c1: Waiting [2021-10-19T04:34:22.444Z] a1111a8f2ec3: Verifying Checksum [2021-10-19T04:34:22.444Z] a1111a8f2ec3: Download complete [2021-10-19T04:34:22.444Z] dc539afda2c1: Verifying Checksum [2021-10-19T04:34:22.444Z] dc539afda2c1: Download complete [2021-10-19T04:34:22.707Z] ed53099fbce6: Verifying Checksum [2021-10-19T04:34:22.707Z] ed53099fbce6: Download complete [2021-10-19T04:34:22.707Z] 9065ff56babe: Verifying Checksum [2021-10-19T04:34:22.707Z] 9065ff56babe: Download complete [2021-10-19T04:34:22.707Z] 77bc0d833cb6: Verifying Checksum [2021-10-19T04:34:22.707Z] 77bc0d833cb6: Download complete [2021-10-19T04:34:22.707Z] b4d181a07f80: Verifying Checksum [2021-10-19T04:34:22.707Z] b4d181a07f80: Download complete [2021-10-19T04:34:23.304Z] d287ab97295c: Verifying Checksum [2021-10-19T04:34:23.304Z] d287ab97295c: Download complete [2021-10-19T04:34:24.261Z] b4d181a07f80: Pull complete [2021-10-19T04:34:24.261Z] a1111a8f2ec3: Pull complete [2021-10-19T04:34:25.362Z] ed53099fbce6: Pull complete [2021-10-19T04:34:25.362Z] dc539afda2c1: Pull complete [2021-10-19T04:34:25.362Z] 77bc0d833cb6: Pull complete [2021-10-19T04:34:25.362Z] 9065ff56babe: Pull complete [2021-10-19T04:34:30.690Z] d287ab97295c: Pull complete [2021-10-19T04:34:30.690Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-19T04:34:30.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-19T04:34:30.690Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-19T04:34:30.779Z] prd-centos7-docker-4c-2g-2348 does not seem to be running inside a container [2021-10-19T04:34:30.814Z] $ 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/gexfoundry_device-sdk-go_PR-1036/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1036 -v /w/workspace/gexfoundry_device-sdk-go_PR-1036:/w/workspace/gexfoundry_device-sdk-go_PR-1036:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1036@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-19T04:34:32.964Z] $ docker top 40b178a8c22a5de1b135a9e907885093ccfe580078c68022480171df7eeba28e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-19T04:34:33.377Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-19T04:34:33.689Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-19T04:34:33.998Z] + ls /var/log/sa-host [2021-10-19T04:34:33.998Z] + sadf -c /var/log/sa-host/sa19 [2021-10-19T04:34:33.998Z] file_magic: OK [2021-10-19T04:34:33.998Z] HZ: Using current value: 100 [2021-10-19T04:34:33.998Z] file_header: OK [2021-10-19T04:34:33.998Z] 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-10-19T04:34:33.998Z] Statistics: [2021-10-19T04:34:33.998Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-19T04:34:33.998Z] File successfully converted to sysstat format version 12.0.3 [2021-10-19T04:34:33.998Z] + sadf -c /var/log/sa-host/sa30 [2021-10-19T04:34:33.998Z] file_magic: OK [2021-10-19T04:34:33.998Z] HZ: Using current value: 100 [2021-10-19T04:34:33.998Z] file_header: OK [2021-10-19T04:34:33.998Z] 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-10-19T04:34:33.998Z] Statistics: [2021-10-19T04:34:33.998Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-19T04:34:33.998Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-19T04:34:34.152Z] provisioning config files... [2021-10-19T04:34:34.165Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1036@tmp/config1099734515836747171tmp [Pipeline] { [Pipeline] echo [2021-10-19T04:34:34.199Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:34.515Z] ---> create-netrc.sh [Pipeline] } [2021-10-19T04:34:34.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:34.921Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-19T04:34:34.949Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:36.122Z] ---> sudo-logs.sh [2021-10-19T04:34:36.122Z] Archiving 'sudo' log.. [2021-10-19T04:34:36.122Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2348.novalocal: Name or service not known [2021-10-19T04:34:36.122Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2348.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-19T04:34:36.183Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:36.500Z] ---> job-cost.sh [2021-10-19T04:34:36.500Z] lf-activate-venv: SKIPPING [2021-10-19T04:34:36.500Z] DEBUG: total: 0.10999999940395355 [2021-10-19T04:34:36.500Z] INFO: Retrieving Stack Cost... [2021-10-19T04:34:58.462Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-19T04:34:58.462Z] INFO: Archiving Costs [Pipeline] echo [2021-10-19T04:34:58.489Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-19T04:34:58.819Z] ---> logs-deploy.sh [2021-10-19T04:34:58.819Z] lf-activate-venv: SKIPPING [2021-10-19T04:34:58.819Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1036/1 [2021-10-19T04:34:58.819Z] INFO: archiving workspace using pattern(s): [2021-10-19T04:34:59.395Z] Archives upload complete. [2021-10-19T04:34:59.656Z] INFO: archiving logs to Nexus