Pull request #1093 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9df71f3de2390cb7e277f426f328282e00bcbb5e+a9851280710ea98ed82e1cc903dc2e78d89d66e4 (92f0d12b28df129a35471268138180119e4b517e) 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-ssh6201676385778796347.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh5641295068912652159.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 dae07dc806156effb2cae02074e2f5f64a063e83 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-1093/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-1093/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6115991744166486008.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-1093/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10086195665995971419.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > 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-ssh1235924422603242847.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-1093/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-1093/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9013621028815878613.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 dae07dc806156effb2cae02074e2f5f64a063e83 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.17 USE_ALPINE: true 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 ‘prd-centos7-docker-4c-2g-4115’ is offline Running on prd-centos7-docker-4c-2g-4117 in /w/workspace/gexfoundry_device-sdk-go_PR-1093 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-1093 # 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-1093@tmp/jenkins-gitclient-ssh5585111316497335938.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [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-1093@tmp/jenkins-gitclient-ssh2501494232709430995.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1093/head:refs/remotes/origin/PR-1093 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a9851280710ea98ed82e1cc903dc2e78d89d66e4 into PR head commit 9df71f3de2390cb7e277f426f328282e00bcbb5e Merge succeeded, producing 9df71f3de2390cb7e277f426f328282e00bcbb5e Checking out Revision 9df71f3de2390cb7e277f426f328282e00bcbb5e (PR-1093) > git config core.sparsecheckout # timeout=10 > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # 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-1093@tmp/jenkins-gitclient-ssh4367623520948515722.key > git merge a9851280710ea98ed82e1cc903dc2e78d89d66e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-28T04:09:34.206Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-28T04:09:34.372Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-28T04:09:34.482Z] ========================================================= [2022-01-28T04:09:34.483Z] EdgeX Global Pipelines Version Info [2022-01-28T04:09:34.483Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:09:35.633Z] ------------------- [2022-01-28T04:09:35.633Z] stable info: [2022-01-28T04:09:35.633Z] ------------------- [2022-01-28T04:09:35.633Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-28T04:09:35.633Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-28T04:09:35.633Z] Message: update stable to v1.0.219 [2022-01-28T04:09:36.210Z] ------------------- [2022-01-28T04:09:36.210Z] experimental info: [2022-01-28T04:09:36.210Z] ------------------- [2022-01-28T04:09:36.210Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-28T04:09:36.210Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-28T04:09:36.210Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-28T04:09:36.488Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-01-28T04:09:36.532Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-01-28T04:09:36.574Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-28T04:09:36.612Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-28T04:09:36.649Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-28T04:09:36.685Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-28T04:09:36.721Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-28T04:09:36.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-01-28T04:09:36.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-28T04:09:36.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-28T04:09:36.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-28T04:09:36.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-01-28T04:09:36.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-28T04:09:37.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-28T04:09:37.045Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-28T04:09:37.091Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-01-28T04:09:37.134Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-01-28T04:09:37.173Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-01-28T04:09:37.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-28T04:09:37.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-01-28T04:09:37.298Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-01-28T04:09:37.337Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-01-28T04:09:37.378Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-01-28T04:09:37.420Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-01-28T04:09:37.459Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-01-28T04:09:37.502Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-28T04:09:37.537Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1093 [Pipeline] echo [2022-01-28T04:09:37.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1093 [Pipeline] echo [2022-01-28T04:09:37.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1093 [Pipeline] echo [2022-01-28T04:09:37.653Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo [2022-01-28T04:09:37.686Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9df71f3 [Pipeline] echo [2022-01-28T04:09:37.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T04:09:37.833Z] provisioning config files... [2022-01-28T04:09:37.848Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config6612669021880784772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:09:38.206Z] ---> docker-login.sh [2022-01-28T04:09:38.207Z] nexus3.edgexfoundry.org:10001 [2022-01-28T04:09:38.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:38.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:38.207Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:38.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:38.207Z] [2022-01-28T04:09:38.207Z] Login Succeeded [2022-01-28T04:09:38.479Z] nexus3.edgexfoundry.org:10002 [2022-01-28T04:09:38.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:38.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:38.479Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:38.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:38.479Z] [2022-01-28T04:09:38.479Z] Login Succeeded [2022-01-28T04:09:38.479Z] nexus3.edgexfoundry.org:10003 [2022-01-28T04:09:38.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:38.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:38.479Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:38.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:38.479Z] [2022-01-28T04:09:38.479Z] Login Succeeded [2022-01-28T04:09:38.479Z] nexus3.edgexfoundry.org:10004 [2022-01-28T04:09:38.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:38.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:38.746Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:38.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:38.746Z] [2022-01-28T04:09:38.746Z] Login Succeeded [2022-01-28T04:09:38.746Z] docker.io [2022-01-28T04:09:38.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:39.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:39.006Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:39.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:39.006Z] [2022-01-28T04:09:39.006Z] Login Succeeded [2022-01-28T04:09:39.006Z] ---> docker-login.sh ends [Pipeline] } [2022-01-28T04:09:39.037Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-01-28T04:09:39.683Z] + git rev-list -1 --merges 9df71f3de2390cb7e277f426f328282e00bcbb5e~1..9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo [2022-01-28T04:09:39.736Z] -----------> git rev-list -1 --merges 9df71f3de2390cb7e277f426f328282e00bcbb5e~1..9df71f3de2390cb7e277f426f328282e00bcbb5e 9df71f3de2390cb7e277f426f328282e00bcbb5e [false] [Pipeline] sh [2022-01-28T04:09:40.058Z] + git log --format=format:%s -1 9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo [2022-01-28T04:09:40.096Z] ========================================================= [2022-01-28T04:09:40.096Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-28T04:09:40.096Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T04:09:40.550Z] + git log --format=format:%s -1 9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo [2022-01-28T04:09:40.587Z] [semverPrep] GIT_COMMIT: 9df71f3de2390cb7e277f426f328282e00bcbb5e, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo [2022-01-28T04:09:40.618Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-01-28T04:09:41.068Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-28T04:09:41.068Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-28T04:09:41.068Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-28T04:09:41.068Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-28T04:09:41.068Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-28T04:09:41.068Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-28T04:09:41.068Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:09:41.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-28T04:09:41.458Z] [2022-01-28T04:09:41.458Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:09:41.816Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-28T04:09:41.816Z] latest: Pulling from edgex-devops/git-semver [2022-01-28T04:09:41.816Z] a0d0a0d46f8b: Pulling fs layer [2022-01-28T04:09:41.816Z] 3e5f54012d9b: Pulling fs layer [2022-01-28T04:09:41.816Z] 4c7163046ea9: Pulling fs layer [2022-01-28T04:09:41.816Z] 0c2d73faf560: Pulling fs layer [2022-01-28T04:09:41.816Z] 0c2d73faf560: Waiting [2022-01-28T04:09:41.816Z] 3e5f54012d9b: Verifying Checksum [2022-01-28T04:09:41.816Z] 3e5f54012d9b: Download complete [2022-01-28T04:09:41.816Z] a0d0a0d46f8b: Download complete [2022-01-28T04:09:41.816Z] 0c2d73faf560: Verifying Checksum [2022-01-28T04:09:41.816Z] 0c2d73faf560: Download complete [2022-01-28T04:09:41.816Z] 4c7163046ea9: Verifying Checksum [2022-01-28T04:09:41.816Z] 4c7163046ea9: Download complete [2022-01-28T04:09:42.090Z] a0d0a0d46f8b: Pull complete [2022-01-28T04:09:42.090Z] 3e5f54012d9b: Pull complete [2022-01-28T04:09:42.358Z] 4c7163046ea9: Pull complete [2022-01-28T04:09:42.624Z] 0c2d73faf560: Pull complete [2022-01-28T04:09:42.624Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-28T04:09:42.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-28T04:09:42.624Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-28T04:09:42.734Z] prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container [2022-01-28T04:09:42.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 [2022-01-28T04:09:43.392Z] $ docker top c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-28T04:09:43.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-28T04:09:43.583Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-28T04:09:43.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-28T04:09:43.705Z] $ docker exec c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent [2022-01-28T04:09:43.833Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeLDNOc/agent.14 [2022-01-28T04:09:43.833Z] SSH_AGENT_PID=20 [2022-01-28T04:09:43.841Z] Running ssh-add (command line suppressed) [2022-01-28T04:09:43.961Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_119298148112447668.key (/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_119298148112447668.key) [2022-01-28T04:09:43.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-28T04:09:44.331Z] + git tag --points-at HEAD [Pipeline] } [2022-01-28T04:09:44.358Z] $ docker exec --env ******** --env ******** c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent -k [2022-01-28T04:09:44.483Z] unset SSH_AUTH_SOCK; [2022-01-28T04:09:44.483Z] unset SSH_AGENT_PID; [2022-01-28T04:09:44.483Z] echo Agent pid 20 killed; [2022-01-28T04:09:44.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-28T04:09:44.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-28T04:09:44.566Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-28T04:09:44.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-28T04:09:44.705Z] $ docker exec c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent [2022-01-28T04:09:44.823Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkaAell/agent.55 [2022-01-28T04:09:44.823Z] SSH_AGENT_PID=61 [2022-01-28T04:09:44.829Z] Running ssh-add (command line suppressed) [2022-01-28T04:09:44.937Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_5087955432987170344.key (/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_5087955432987170344.key) [2022-01-28T04:09:44.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-28T04:09:45.282Z] + git semver init [2022-01-28T04:09:45.282Z] # -> Open(): unable to determine branch for HEAD [2022-01-28T04:09:45.282Z] # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1093/.git [2022-01-28T04:09:45.282Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1093 [2022-01-28T04:09:45.282Z] # $SEMVER_REMOTE_NAME = origin [2022-01-28T04:09:45.282Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-28T04:09:45.282Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-28T04:09:45.282Z] # $SEMVER_BRANCH = PR-1093 [2022-01-28T04:09:45.282Z] # $SEMVER_TEMP = /tmp/semver-581102441 [2022-01-28T04:09:45.282Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2022-01-28T04:09:46.239Z] # '/tmp/semver-581102441' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1093/.semver' [2022-01-28T04:09:46.239Z] # -> Force: false [2022-01-28T04:09:46.239Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1093/.semver [Pipeline] } [2022-01-28T04:09:46.268Z] $ docker exec --env ******** --env ******** c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent -k [2022-01-28T04:09:46.376Z] unset SSH_AUTH_SOCK; [2022-01-28T04:09:46.377Z] unset SSH_AGENT_PID; [2022-01-28T04:09:46.377Z] echo Agent pid 61 killed; [2022-01-28T04:09:46.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-28T04:09:46.821Z] + git semver [Pipeline] } [2022-01-28T04:09:46.851Z] $ docker stop --time=1 c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c [2022-01-28T04:09:48.087Z] $ docker rm -f c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-28T04:09:48.516Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-28T04:09:48.827Z] Stashed 1 file(s) [Pipeline] echo [2022-01-28T04:09:48.845Z] [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T04:09:49.406Z] provisioning config files... [2022-01-28T04:09:49.418Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config7962995351785121551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:09:49.781Z] ---> docker-login.sh [2022-01-28T04:09:49.781Z] nexus3.edgexfoundry.org:10001 [2022-01-28T04:09:49.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:49.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:49.781Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:49.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:49.781Z] [2022-01-28T04:09:49.781Z] Login Succeeded [2022-01-28T04:09:49.781Z] nexus3.edgexfoundry.org:10002 [2022-01-28T04:09:49.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:50.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:50.043Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:50.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:50.043Z] [2022-01-28T04:09:50.043Z] Login Succeeded [2022-01-28T04:09:50.043Z] nexus3.edgexfoundry.org:10003 [2022-01-28T04:09:50.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:50.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:50.043Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:50.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:50.043Z] [2022-01-28T04:09:50.043Z] Login Succeeded [2022-01-28T04:09:50.043Z] nexus3.edgexfoundry.org:10004 [2022-01-28T04:09:50.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:50.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:50.307Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:50.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:50.307Z] [2022-01-28T04:09:50.307Z] Login Succeeded [2022-01-28T04:09:50.307Z] docker.io [2022-01-28T04:09:50.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:09:50.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:09:50.568Z] Configure a credential helper to remove this warning. See [2022-01-28T04:09:50.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:09:50.568Z] [2022-01-28T04:09:50.568Z] Login Succeeded [2022-01-28T04:09:50.568Z] ---> docker-login.sh ends [Pipeline] } [2022-01-28T04:09:50.597Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-28T04:09:50.796Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-28T04:09:50.828Z] ========================================================= [2022-01-28T04:09:50.828Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-28T04:09:50.828Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:09:51.219Z] + 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.17-alpine --build-arg 'MAKE=echo noop' --target=builder . [2022-01-28T04:09:51.219Z] Sending build context to Docker daemon 9.419MB [2022-01-28T04:09:51.219Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T04:09:51.219Z] Step 2/11 : FROM ${BASE} AS builder [2022-01-28T04:09:51.219Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-28T04:09:51.219Z] 59bf1c3509f3: Pulling fs layer [2022-01-28T04:09:51.219Z] 666ba61612fd: Pulling fs layer [2022-01-28T04:09:51.219Z] 8ed8ca486205: Pulling fs layer [2022-01-28T04:09:51.219Z] 4fe6c5a15a65: Pulling fs layer [2022-01-28T04:09:51.219Z] 22a0e8bec74d: Pulling fs layer [2022-01-28T04:09:51.219Z] f965cba54748: Pulling fs layer [2022-01-28T04:09:51.219Z] 861ffc35075e: Pulling fs layer [2022-01-28T04:09:51.219Z] 4b385c91608e: Pulling fs layer [2022-01-28T04:09:51.219Z] 560528eb2ebb: Pulling fs layer [2022-01-28T04:09:51.219Z] 4fe6c5a15a65: Waiting [2022-01-28T04:09:51.219Z] 22a0e8bec74d: Waiting [2022-01-28T04:09:51.219Z] f965cba54748: Waiting [2022-01-28T04:09:51.219Z] 861ffc35075e: Waiting [2022-01-28T04:09:51.219Z] 4b385c91608e: Waiting [2022-01-28T04:09:51.219Z] 560528eb2ebb: Waiting [2022-01-28T04:09:51.490Z] 8ed8ca486205: Verifying Checksum [2022-01-28T04:09:51.490Z] 8ed8ca486205: Download complete [2022-01-28T04:09:51.490Z] 666ba61612fd: Verifying Checksum [2022-01-28T04:09:51.490Z] 666ba61612fd: Download complete [2022-01-28T04:09:51.490Z] 22a0e8bec74d: Verifying Checksum [2022-01-28T04:09:51.490Z] 22a0e8bec74d: Download complete [2022-01-28T04:09:51.490Z] f965cba54748: Verifying Checksum [2022-01-28T04:09:51.490Z] f965cba54748: Download complete [2022-01-28T04:09:51.490Z] 59bf1c3509f3: Verifying Checksum [2022-01-28T04:09:51.490Z] 59bf1c3509f3: Download complete [2022-01-28T04:09:51.490Z] 861ffc35075e: Verifying Checksum [2022-01-28T04:09:51.490Z] 861ffc35075e: Download complete [2022-01-28T04:09:51.490Z] 4b385c91608e: Verifying Checksum [2022-01-28T04:09:51.490Z] 4b385c91608e: Download complete [2022-01-28T04:09:52.177Z] 4fe6c5a15a65: Verifying Checksum [2022-01-28T04:09:52.177Z] 4fe6c5a15a65: Download complete [2022-01-28T04:09:52.177Z] 560528eb2ebb: Verifying Checksum [2022-01-28T04:09:52.177Z] 560528eb2ebb: Download complete [2022-01-28T04:09:52.177Z] 59bf1c3509f3: Pull complete [2022-01-28T04:09:52.177Z] 666ba61612fd: Pull complete [2022-01-28T04:09:52.177Z] 8ed8ca486205: Pull complete [2022-01-28T04:09:56.433Z] 4fe6c5a15a65: Pull complete [2022-01-28T04:09:56.433Z] 22a0e8bec74d: Pull complete [2022-01-28T04:09:56.433Z] f965cba54748: Pull complete [2022-01-28T04:09:56.702Z] 861ffc35075e: Pull complete [2022-01-28T04:09:56.702Z] 4b385c91608e: Pull complete [2022-01-28T04:10:00.048Z] 560528eb2ebb: Pull complete [2022-01-28T04:10:00.048Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-28T04:10:00.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-28T04:10:00.048Z] ---> dd4a08f94e63 [2022-01-28T04:10:00.048Z] Step 3/11 : ARG MAKE=make build [2022-01-28T04:10:01.440Z] ---> Running in 214cc64c6c96 [2022-01-28T04:10:01.440Z] Removing intermediate container 214cc64c6c96 [2022-01-28T04:10:01.440Z] ---> f0871c8530fa [2022-01-28T04:10:01.440Z] Step 4/11 : WORKDIR /device-sdk-go [2022-01-28T04:10:01.440Z] ---> Running in 4d4c07744617 [2022-01-28T04:10:01.710Z] Removing intermediate container 4d4c07744617 [2022-01-28T04:10:01.710Z] ---> 2371bf59ec27 [2022-01-28T04:10:01.710Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T04:10:01.710Z] ---> Running in 75cc2ea518bc [2022-01-28T04:10:01.710Z] Removing intermediate container 75cc2ea518bc [2022-01-28T04:10:01.710Z] ---> 6b98bbcb827c [2022-01-28T04:10:01.710Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T04:10:01.710Z] ---> Running in eb24b14174df [2022-01-28T04:10:02.290Z] Removing intermediate container eb24b14174df [2022-01-28T04:10:02.290Z] ---> 06b1a6bf59b4 [2022-01-28T04:10:02.290Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-01-28T04:10:02.290Z] ---> Running in d5d94507a9bd [2022-01-28T04:10:02.554Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-28T04:10:03.499Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-28T04:10:03.761Z] OK: 221 MiB in 52 packages [2022-01-28T04:10:04.025Z] Removing intermediate container d5d94507a9bd [2022-01-28T04:10:04.025Z] ---> 20fd8f7d0851 [2022-01-28T04:10:04.025Z] Step 8/11 : COPY go.mod vendor* ./ [2022-01-28T04:10:04.235Z] Still waiting to schedule task [2022-01-28T04:10:04.236Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2022-01-28T04:10:04.287Z] ---> 0dbe80a30654 [2022-01-28T04:10:04.287Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T04:10:04.287Z] ---> Running in d5f2a05493c2 [2022-01-28T04:10:51.034Z] Removing intermediate container d5f2a05493c2 [2022-01-28T04:10:51.034Z] ---> bfcb0e6ae6cf [2022-01-28T04:10:51.034Z] Step 10/11 : COPY . . [2022-01-28T04:10:51.034Z] ---> 5f3b57bc2721 [2022-01-28T04:10:51.034Z] Step 11/11 : RUN ${MAKE} [2022-01-28T04:10:51.034Z] ---> Running in 7e78c3fb1b3f [2022-01-28T04:10:51.034Z] noop [2022-01-28T04:10:51.034Z] Removing intermediate container 7e78c3fb1b3f [2022-01-28T04:10:51.034Z] ---> abec94f63665 [2022-01-28T04:10:51.034Z] Successfully built abec94f63665 [2022-01-28T04:10:51.034Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:10:51.386Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-28T04:10:51.386Z] . [Pipeline] withDockerContainer [2022-01-28T04:10:51.490Z] prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container [2022-01-28T04:10:51.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 ******** -e ******** ci-base-image-x86_64 cat [2022-01-28T04:10:51.885Z] $ docker top 964983e7ff48b1b83c9eb57509799014773db34a0a8958d1f94a83070a367377 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-28T04:10:52.299Z] + go version [2022-01-28T04:10:52.299Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-28T04:10:52.333Z] $ docker stop --time=1 964983e7ff48b1b83c9eb57509799014773db34a0a8958d1f94a83070a367377 [2022-01-28T04:10:53.529Z] $ docker rm -f 964983e7ff48b1b83c9eb57509799014773db34a0a8958d1f94a83070a367377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:10:54.211Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-28T04:10:54.211Z] . [Pipeline] withDockerContainer [2022-01-28T04:10:54.308Z] prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container [2022-01-28T04:10:54.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 ******** -e ******** ci-base-image-x86_64 cat [2022-01-28T04:10:54.748Z] $ docker top d3fdaa6bb28d8e2fb47dc9b254df6ceeda4f6df33e7cebba2e990733b1c231bc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-28T04:10:55.218Z] + make test [2022-01-28T04:10:55.218Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-28T04:10:55.480Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-01-28T04:11:13.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.012s coverage: 23.3% of statements [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-01-28T04:11:13.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.024s coverage: 27.6% of statements [2022-01-28T04:11:13.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.017s coverage: 78.9% of statements [2022-01-28T04:11:13.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.008s coverage: 9.0% of statements [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-01-28T04:11:13.662Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.013s coverage: 28.7% of statements [2022-01-28T04:11:13.662Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-01-28T04:11:15.051Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.012s coverage: 86.1% of statements [2022-01-28T04:11:15.051Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-01-28T04:11:15.051Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-01-28T04:11:15.051Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.017s coverage: 57.4% of statements [2022-01-28T04:11:15.051Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.028s coverage: 89.2% of statements [2022-01-28T04:11:15.051Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-01-28T04:11:15.626Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.009s coverage: 4.8% of statements [2022-01-28T04:11:15.626Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-01-28T04:11:26.204Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4119 in /w/workspace/gexfoundry_device-sdk-go_PR-1093 [Pipeline] { [Pipeline] ws [2022-01-28T04:11:26.252Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-01-28T04:11:26.494Z] The recommended git tool is: git [2022-01-28T04:11:30.695Z] GO111MODULE=on go vet ./... [2022-01-28T04:11:31.148Z] using credential edgex-jenkins-ssh [2022-01-28T04:11:31.165Z] Cloning the remote Git repository [2022-01-28T04:11:31.238Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-01-28T04:11:31.314Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-01-28T04:11:31.390Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-01-28T04:11:31.390Z] > git --version # timeout=10 [2022-01-28T04:11:31.407Z] > git --version # 'git version 2.17.1' [2022-01-28T04:11:31.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-28T04:11:31.492Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-28T04:11:33.804Z] Merging remotes/origin/main commit a9851280710ea98ed82e1cc903dc2e78d89d66e4 into PR head commit 9df71f3de2390cb7e277f426f328282e00bcbb5e [2022-01-28T04:11:32.997Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-01-28T04:11:33.059Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-28T04:11:33.107Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-01-28T04:11:33.160Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-01-28T04:11:33.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-28T04:11:33.200Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1093/head:refs/remotes/origin/PR-1093 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-28T04:11:33.832Z] > git config core.sparsecheckout # timeout=10 [2022-01-28T04:11:33.850Z] > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 [2022-01-28T04:11:34.042Z] Merge succeeded, producing 9df71f3de2390cb7e277f426f328282e00bcbb5e [2022-01-28T04:11:34.042Z] Checking out Revision 9df71f3de2390cb7e277f426f328282e00bcbb5e (PR-1093) [2022-01-28T04:11:34.959Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-28T04:11:34.959Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-28T04:11:34.959Z] ./bin/test-attribution-txt.sh [2022-01-28T04:11:33.955Z] > git remote # timeout=10 [2022-01-28T04:11:33.974Z] > git config --get remote.origin.url # timeout=10 [2022-01-28T04:11:33.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-28T04:11:34.006Z] > git merge a9851280710ea98ed82e1cc903dc2e78d89d66e4 # timeout=10 [2022-01-28T04:11:34.031Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-28T04:11:34.059Z] > git config core.sparsecheckout # timeout=10 [2022-01-28T04:11:34.082Z] > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 [Pipeline] echo [2022-01-28T04:11:35.564Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-28T04:11:35.594Z] $ docker stop --time=1 d3fdaa6bb28d8e2fb47dc9b254df6ceeda4f6df33e7cebba2e990733b1c231bc [2022-01-28T04:11:36.937Z] $ docker rm -f d3fdaa6bb28d8e2fb47dc9b254df6ceeda4f6df33e7cebba2e990733b1c231bc [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-28T04:11:37.513Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-28T04:11:37.601Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2022-01-28T04:11:38.281Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-01-28T04:11:38.343Z] > git --version # timeout=10 [2022-01-28T04:11:38.358Z] > git --version # 'git version 2.17.1' [2022-01-28T04:11:38.371Z] fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2022-01-28T04:11:38.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T04:11:39.141Z] + ls -al . [2022-01-28T04:11:39.141Z] total 272 [2022-01-28T04:11:39.141Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jan 28 04:11 . [2022-01-28T04:11:39.141Z] drwxrwxr-x. 4 jenkins jenkins 112 Jan 28 04:09 .. [2022-01-28T04:11:39.141Z] drwxrwxr-x. 2 jenkins jenkins 37 Jan 28 04:09 bin [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 26321 Jan 28 04:09 CHANGELOG.md [2022-01-28T04:11:39.141Z] -rw-r--r--. 1 jenkins jenkins 128608 Jan 28 04:11 coverage.out [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 04:09 .dockerignore [2022-01-28T04:11:39.141Z] drwxrwxr-x. 5 jenkins jenkins 62 Jan 28 04:09 example [2022-01-28T04:11:39.141Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 04:09 .git [2022-01-28T04:11:39.141Z] drwxrwxr-x. 3 jenkins jenkins 125 Jan 28 04:09 .github [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 131 Jan 28 04:09 .gitignore [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 42 Jan 28 04:09 .golangci.yml [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 2766 Jan 28 04:09 go.mod [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 49665 Jan 28 04:09 go.sum [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 677 Jan 28 04:09 GOVERNANCE.md [2022-01-28T04:11:39.141Z] drwxrwxr-x. 15 jenkins jenkins 224 Jan 28 04:09 internal [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 880 Jan 28 04:09 Jenkinsfile [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 04:09 LICENSE [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 1614 Jan 28 04:09 Makefile [2022-01-28T04:11:39.141Z] drwxrwxr-x. 3 jenkins jenkins 16 Jan 28 04:09 openapi [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 619 Jan 28 04:09 OWNERS.md [2022-01-28T04:11:39.141Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 04:09 pkg [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 4881 Jan 28 04:09 README.md [2022-01-28T04:11:39.141Z] drwx------. 3 jenkins jenkins 72 Jan 28 04:09 .semver [2022-01-28T04:11:39.141Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 04:09 snap [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 04:09 VERSION [2022-01-28T04:11:39.141Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 04:09 version.go [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:11:39.456Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-28T04:11:39.456Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-28T04:11:39.456Z] Dload Upload Total Spent Left Speed [2022-01-28T04:11:39.456Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 89719 0 --:--:-- --:--:-- --:--:-- 89045 [2022-01-28T04:11:39.493Z] + 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=9df71f3de2390cb7e277f426f328282e00bcbb5e --label arch=amd64 --label version=0.0.0 . [2022-01-28T04:11:39.493Z] Sending build context to Docker daemon 9.548MB [2022-01-28T04:11:39.493Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T04:11:39.493Z] Step 2/25 : FROM ${BASE} AS builder [2022-01-28T04:11:39.493Z] ---> abec94f63665 [2022-01-28T04:11:39.493Z] Step 3/25 : ARG MAKE=make build [Pipeline] sh [2022-01-28T04:11:39.774Z] ---> Running in e7b167026cb9 [2022-01-28T04:11:39.774Z] Removing intermediate container e7b167026cb9 [2022-01-28T04:11:39.774Z] ---> c94552d217d4 [2022-01-28T04:11:39.774Z] Step 4/25 : WORKDIR /device-sdk-go [2022-01-28T04:11:39.774Z] ---> Running in 59d138b0fa6d [2022-01-28T04:11:39.774Z] Removing intermediate container 59d138b0fa6d [2022-01-28T04:11:39.774Z] ---> 9f339bc87c0f [2022-01-28T04:11:39.774Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T04:11:39.774Z] ---> Running in 5616ac192e7a [2022-01-28T04:11:40.035Z] Removing intermediate container 5616ac192e7a [2022-01-28T04:11:40.035Z] ---> f079e9df9785 [2022-01-28T04:11:40.035Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T04:11:40.035Z] ---> Running in 44cde8981312 [2022-01-28T04:11:40.048Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-28T04:11:40.419Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-28T04:11:40.419Z] + sudo tee /etc/docker/daemon.new [2022-01-28T04:11:40.419Z] { [2022-01-28T04:11:40.419Z] "registry-mirrors": [ [2022-01-28T04:11:40.419Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-28T04:11:40.419Z] ], [2022-01-28T04:11:40.419Z] "bip": "10.250.0.254/24", [2022-01-28T04:11:40.419Z] "hosts": [ [2022-01-28T04:11:40.419Z] "tcp://0.0.0.0:5555", [2022-01-28T04:11:40.419Z] "unix:///var/run/docker.sock" [2022-01-28T04:11:40.419Z] ], [2022-01-28T04:11:40.419Z] "mtu": 1458, [2022-01-28T04:11:40.419Z] "selinux-enabled": true, [2022-01-28T04:11:40.419Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-28T04:11:40.419Z] } [Pipeline] sh [2022-01-28T04:11:40.610Z] Removing intermediate container 44cde8981312 [2022-01-28T04:11:40.610Z] ---> e5697f2cd92e [2022-01-28T04:11:40.610Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-01-28T04:11:40.610Z] ---> Running in d60db5c191c6 [2022-01-28T04:11:40.781Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-28T04:11:40.872Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-28T04:11:41.233Z] + sudo service docker restart [2022-01-28T04:11:41.817Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-28T04:11:42.084Z] OK: 221 MiB in 52 packages [2022-01-28T04:11:42.084Z] Removing intermediate container d60db5c191c6 [2022-01-28T04:11:42.084Z] ---> d719bf44d52e [2022-01-28T04:11:42.084Z] Step 8/25 : COPY go.mod vendor* ./ [2022-01-28T04:11:42.345Z] ---> 448a7dab7672 [2022-01-28T04:11:42.345Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T04:11:42.345Z] ---> Running in 0597923e4724 [2022-01-28T04:11:42.917Z] Removing intermediate container 0597923e4724 [2022-01-28T04:11:42.917Z] ---> a6df56491063 [2022-01-28T04:11:42.917Z] Step 10/25 : COPY . . [2022-01-28T04:11:43.494Z] ---> 6220f71410b4 [2022-01-28T04:11:43.494Z] Step 11/25 : RUN ${MAKE} [2022-01-28T04:11:43.494Z] ---> Running in 6858c09f0ad2 [2022-01-28T04:11:43.769Z] 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 [2022-01-28T04:11:56.169Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-01-28T04:11:56.743Z] Removing intermediate container 6858c09f0ad2 [2022-01-28T04:11:56.743Z] ---> 5a38a9bbd67f [2022-01-28T04:11:56.743Z] Step 12/25 : FROM alpine:3.14 [2022-01-28T04:11:57.695Z] 3.14: Pulling from library/alpine [2022-01-28T04:11:57.695Z] 97518928ae5f: Pulling fs layer [2022-01-28T04:11:57.695Z] 97518928ae5f: Verifying Checksum [2022-01-28T04:11:57.695Z] 97518928ae5f: Download complete [2022-01-28T04:11:57.958Z] 97518928ae5f: Pull complete [2022-01-28T04:11:57.958Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-28T04:11:57.958Z] Status: Downloaded newer image for alpine:3.14 [2022-01-28T04:11:57.958Z] ---> 0a97eee8041e [2022-01-28T04:11:57.958Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T04:11:57.958Z] ---> Running in 3851dde1db85 [2022-01-28T04:11:58.221Z] Removing intermediate container 3851dde1db85 [2022-01-28T04:11:58.221Z] ---> ea614ed9cee4 [2022-01-28T04:11:58.221Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T04:11:58.221Z] ---> Running in 66b54a63cf77 [2022-01-28T04:11:58.797Z] Removing intermediate container 66b54a63cf77 [2022-01-28T04:11:58.797Z] ---> 9c5c7966da3e [2022-01-28T04:11:58.797Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-01-28T04:11:58.797Z] ---> Running in b23f0933c0a0 [2022-01-28T04:11:59.059Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T04:11:59.601Z] provisioning config files... [2022-01-28T04:11:59.624Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config2079164068122853870tmp [2022-01-28T04:11:59.631Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:12:00.136Z] ---> docker-login.sh [2022-01-28T04:12:00.136Z] nexus3.edgexfoundry.org:10001 [2022-01-28T04:12:00.205Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-01-28T04:12:00.205Z] (2/5) Installing libsodium (1.0.18-r0) [2022-01-28T04:12:00.205Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-28T04:12:00.468Z] (4/5) Installing libzmq (4.3.4-r0) [2022-01-28T04:12:00.468Z] (5/5) Installing zeromq (4.3.4-r0) [2022-01-28T04:12:00.468Z] Executing busybox-1.33.1-r6.trigger [2022-01-28T04:12:00.468Z] OK: 8 MiB in 19 packages [2022-01-28T04:12:00.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:12:00.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:12:00.727Z] Configure a credential helper to remove this warning. See [2022-01-28T04:12:00.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:12:00.727Z] [2022-01-28T04:12:00.727Z] Login Succeeded [2022-01-28T04:12:00.736Z] Removing intermediate container b23f0933c0a0 [2022-01-28T04:12:00.736Z] ---> 9a10195a94d7 [2022-01-28T04:12:00.736Z] Step 16/25 : WORKDIR / [2022-01-28T04:12:00.736Z] ---> Running in c89fbca67cfd [2022-01-28T04:12:00.998Z] nexus3.edgexfoundry.org:10002 [2022-01-28T04:12:01.000Z] Removing intermediate container c89fbca67cfd [2022-01-28T04:12:01.000Z] ---> ae97a974f016 [2022-01-28T04:12:01.000Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-01-28T04:12:01.000Z] ---> 0a19701e539f [2022-01-28T04:12:01.000Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-01-28T04:12:01.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:12:01.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:12:01.268Z] Configure a credential helper to remove this warning. See [2022-01-28T04:12:01.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:12:01.268Z] [2022-01-28T04:12:01.268Z] Login Succeeded [2022-01-28T04:12:01.268Z] nexus3.edgexfoundry.org:10003 [2022-01-28T04:12:01.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:12:01.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:12:01.542Z] Configure a credential helper to remove this warning. See [2022-01-28T04:12:01.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:12:01.542Z] [2022-01-28T04:12:01.542Z] Login Succeeded [2022-01-28T04:12:01.542Z] nexus3.edgexfoundry.org:10004 [2022-01-28T04:12:01.571Z] ---> e2da4729f90e [2022-01-28T04:12:01.571Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-01-28T04:12:01.571Z] ---> 5f1e793084cf [2022-01-28T04:12:01.571Z] Step 20/25 : EXPOSE 59999 [2022-01-28T04:12:01.571Z] ---> Running in 83821ed61b48 [2022-01-28T04:12:01.571Z] Removing intermediate container 83821ed61b48 [2022-01-28T04:12:01.571Z] ---> a46fd7da5829 [2022-01-28T04:12:01.571Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-01-28T04:12:01.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-28T04:12:01.832Z] ---> Running in 6f68046c30f4 [2022-01-28T04:12:01.832Z] Removing intermediate container 6f68046c30f4 [2022-01-28T04:12:01.832Z] ---> 91d6ceebbe99 [2022-01-28T04:12:01.832Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-28T04:12:01.832Z] ---> Running in 58718bc30ff1 [2022-01-28T04:12:01.832Z] Removing intermediate container 58718bc30ff1 [2022-01-28T04:12:01.832Z] ---> 0c21fca88007 [2022-01-28T04:12:01.832Z] Step 23/25 : LABEL arch=amd64 [2022-01-28T04:12:01.832Z] ---> Running in a2075acbbd78 [2022-01-28T04:12:02.092Z] Removing intermediate container a2075acbbd78 [2022-01-28T04:12:02.092Z] ---> e939a3a5ea6a [2022-01-28T04:12:02.092Z] Step 24/25 : LABEL git_sha=9df71f3de2390cb7e277f426f328282e00bcbb5e [2022-01-28T04:12:02.092Z] ---> Running in 4db703141082 [2022-01-28T04:12:02.092Z] Removing intermediate container 4db703141082 [2022-01-28T04:12:02.092Z] ---> 3e53ad6fa1d9 [2022-01-28T04:12:02.092Z] Step 25/25 : LABEL version=0.0.0 [2022-01-28T04:12:02.092Z] ---> Running in 42cee8af8c57 [2022-01-28T04:12:02.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:12:02.096Z] Configure a credential helper to remove this warning. See [2022-01-28T04:12:02.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:12:02.096Z] [2022-01-28T04:12:02.096Z] Login Succeeded [2022-01-28T04:12:02.096Z] docker.io [2022-01-28T04:12:02.354Z] Removing intermediate container 42cee8af8c57 [2022-01-28T04:12:02.354Z] ---> ba43a0c8897a [2022-01-28T04:12:02.354Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-28T04:12:02.354Z] Successfully built ba43a0c8897a [2022-01-28T04:12:02.354Z] Successfully tagged device-sdk-simple:latest [2022-01-28T04:12:02.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [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 [2022-01-28T04:12:02.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-28T04:12:02.958Z] Configure a credential helper to remove this warning. See [2022-01-28T04:12:02.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-28T04:12:02.958Z] [2022-01-28T04:12:02.958Z] Login Succeeded [2022-01-28T04:12:02.958Z] ---> docker-login.sh ends [Pipeline] } [2022-01-28T04:12:02.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2022-01-28T04:12:03.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T04:12:03.134Z] [2022-01-28T04:12:03.134Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2022-01-28T04:12:03.414Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-28T04:12:03.443Z] ========================================================= [2022-01-28T04:12:03.443Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-28T04:12:03.443Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [2022-01-28T04:12:03.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T04:12:03.536Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-28T04:12:03.536Z] b4d181a07f80: Pulling fs layer [2022-01-28T04:12:03.536Z] a1111a8f2ec3: Pulling fs layer [2022-01-28T04:12:03.536Z] ed53099fbce6: Pulling fs layer [2022-01-28T04:12:03.536Z] dc539afda2c1: Pulling fs layer [2022-01-28T04:12:03.536Z] 77bc0d833cb6: Pulling fs layer [2022-01-28T04:12:03.536Z] 9065ff56babe: Pulling fs layer [2022-01-28T04:12:03.536Z] d287ab97295c: Pulling fs layer [2022-01-28T04:12:03.536Z] 77bc0d833cb6: Waiting [2022-01-28T04:12:03.536Z] 9065ff56babe: Waiting [2022-01-28T04:12:03.536Z] d287ab97295c: Waiting [2022-01-28T04:12:03.536Z] dc539afda2c1: Waiting [2022-01-28T04:12:03.536Z] a1111a8f2ec3: Verifying Checksum [2022-01-28T04:12:03.536Z] a1111a8f2ec3: Download complete [2022-01-28T04:12:03.536Z] dc539afda2c1: Verifying Checksum [2022-01-28T04:12:03.536Z] dc539afda2c1: Download complete [2022-01-28T04:12:03.536Z] ed53099fbce6: Verifying Checksum [2022-01-28T04:12:03.536Z] ed53099fbce6: Download complete [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:12:03.806Z] 9065ff56babe: Verifying Checksum [2022-01-28T04:12:03.806Z] 9065ff56babe: Download complete [2022-01-28T04:12:03.806Z] 77bc0d833cb6: Verifying Checksum [2022-01-28T04:12:03.806Z] 77bc0d833cb6: Download complete [2022-01-28T04:12:03.806Z] b4d181a07f80: Verifying Checksum [2022-01-28T04:12:03.806Z] b4d181a07f80: Download complete [2022-01-28T04:12:03.912Z] + 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.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-01-28T04:12:04.187Z] Sending build context to Docker daemon 5.089MB [2022-01-28T04:12:04.187Z] Step 1/11 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T04:12:04.187Z] Step 2/11 : FROM ${BASE} AS builder [2022-01-28T04:12:04.380Z] d287ab97295c: Verifying Checksum [2022-01-28T04:12:04.380Z] d287ab97295c: Download complete [2022-01-28T04:12:04.458Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-28T04:12:04.458Z] 9b3977197b4f: Pulling fs layer [2022-01-28T04:12:04.458Z] 1a89e8eeedd5: Pulling fs layer [2022-01-28T04:12:04.458Z] 94645a83ff95: Pulling fs layer [2022-01-28T04:12:04.458Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-28T04:12:04.458Z] 0c92f367c5e7: Pulling fs layer [2022-01-28T04:12:04.458Z] 4b8299f9d1f4: Pulling fs layer [2022-01-28T04:12:04.458Z] 9a6b49a46696: Pulling fs layer [2022-01-28T04:12:04.458Z] cf05db05a679: Pulling fs layer [2022-01-28T04:12:04.458Z] 4b8299f9d1f4: Waiting [2022-01-28T04:12:04.458Z] 9a6b49a46696: Waiting [2022-01-28T04:12:04.458Z] cf05db05a679: Waiting [2022-01-28T04:12:04.458Z] 3f3a8bcf1eab: Waiting [2022-01-28T04:12:04.458Z] 0c92f367c5e7: Waiting [2022-01-28T04:12:04.459Z] 94645a83ff95: Verifying Checksum [2022-01-28T04:12:04.459Z] 94645a83ff95: Download complete [2022-01-28T04:12:04.459Z] 1a89e8eeedd5: Verifying Checksum [2022-01-28T04:12:04.459Z] 1a89e8eeedd5: Download complete [2022-01-28T04:12:04.459Z] 0c92f367c5e7: Verifying Checksum [2022-01-28T04:12:04.459Z] 0c92f367c5e7: Download complete [2022-01-28T04:12:04.459Z] 4b8299f9d1f4: Download complete [2022-01-28T04:12:04.459Z] 9a6b49a46696: Verifying Checksum [2022-01-28T04:12:04.459Z] 9a6b49a46696: Download complete [2022-01-28T04:12:04.459Z] 9b3977197b4f: Download complete [2022-01-28T04:12:05.331Z] b4d181a07f80: Pull complete [2022-01-28T04:12:05.441Z] 9b3977197b4f: Pull complete [2022-01-28T04:12:05.592Z] a1111a8f2ec3: Pull complete [2022-01-28T04:12:06.050Z] 1a89e8eeedd5: Pull complete [2022-01-28T04:12:06.172Z] ed53099fbce6: Pull complete [2022-01-28T04:12:06.172Z] dc539afda2c1: Pull complete [2022-01-28T04:12:06.321Z] 94645a83ff95: Pull complete [2022-01-28T04:12:06.440Z] 77bc0d833cb6: Pull complete [2022-01-28T04:12:06.597Z] cf05db05a679: Verifying Checksum [2022-01-28T04:12:06.597Z] cf05db05a679: Download complete [2022-01-28T04:12:06.712Z] 9065ff56babe: Pull complete [2022-01-28T04:12:07.197Z] 3f3a8bcf1eab: Verifying Checksum [2022-01-28T04:12:07.197Z] 3f3a8bcf1eab: Download complete [2022-01-28T04:12:12.032Z] d287ab97295c: Pull complete [2022-01-28T04:12:12.033Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-28T04:12:12.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T04:12:12.033Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-28T04:12:12.134Z] prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container [2022-01-28T04:12:12.173Z] $ 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/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-28T04:12:15.254Z] $ docker top 2ca873bd701486a42a8db71091c57e44f1f692a3c53a8a71f953aef26fd6a450 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:12:15.770Z] ---> job-cost.sh [2022-01-28T04:12:15.770Z] lf-activate-venv: SKIPPING [2022-01-28T04:12:15.770Z] INFO: No Stack... [2022-01-28T04:12:16.341Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-28T04:12:16.601Z] INFO: Archiving Costs [Pipeline] sh [2022-01-28T04:12:17.079Z] + cut -d, -f6 [2022-01-28T04:12:17.080Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives/cost.csv [Pipeline] lock [2022-01-28T04:12:17.212Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [2022-01-28T04:12:17.225Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] did not exist. Created. [2022-01-28T04:12:17.225Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-28T04:12:17.789Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-01-28T04:12:17.840Z] Stashed 1 file(s) [Pipeline] } [2022-01-28T04:12:17.871Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-28T04:12:17.959Z] $ docker stop --time=1 2ca873bd701486a42a8db71091c57e44f1f692a3c53a8a71f953aef26fd6a450 [2022-01-28T04:12:19.109Z] $ docker rm -f 2ca873bd701486a42a8db71091c57e44f1f692a3c53a8a71f953aef26fd6a450 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-28T04:12:19.610Z] 3f3a8bcf1eab: Pull complete [2022-01-28T04:12:19.610Z] 0c92f367c5e7: Pull complete [2022-01-28T04:12:19.610Z] 4b8299f9d1f4: Pull complete [2022-01-28T04:12:19.610Z] 9a6b49a46696: Pull complete [2022-01-28T04:12:26.322Z] cf05db05a679: Pull complete [2022-01-28T04:12:26.322Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-28T04:12:26.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-28T04:12:26.322Z] ---> 0ccda1f7e2ee [2022-01-28T04:12:26.322Z] Step 3/11 : ARG MAKE=make build [2022-01-28T04:12:26.920Z] ---> Running in 16af6017a5dc [2022-01-28T04:12:27.194Z] Removing intermediate container 16af6017a5dc [2022-01-28T04:12:27.194Z] ---> a6ec90934fe4 [2022-01-28T04:12:27.194Z] Step 4/11 : WORKDIR /device-sdk-go [2022-01-28T04:12:27.465Z] ---> Running in 50e8d33fa883 [2022-01-28T04:12:27.738Z] Removing intermediate container 50e8d33fa883 [2022-01-28T04:12:27.738Z] ---> 796a72620051 [2022-01-28T04:12:27.738Z] Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T04:12:27.738Z] ---> Running in af0aaff52662 [2022-01-28T04:12:28.345Z] Removing intermediate container af0aaff52662 [2022-01-28T04:12:28.346Z] ---> ef5e0a6a873e [2022-01-28T04:12:28.346Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T04:12:28.346Z] ---> Running in 30ef7627fa8a [2022-01-28T04:12:30.321Z] Removing intermediate container 30ef7627fa8a [2022-01-28T04:12:30.321Z] ---> 1aed98307b4d [2022-01-28T04:12:30.321Z] Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-01-28T04:12:30.321Z] ---> Running in c544e38ab8a6 [2022-01-28T04:12:31.303Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-28T04:12:32.279Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-28T04:12:32.876Z] OK: 220 MiB in 52 packages [2022-01-28T04:12:33.876Z] Removing intermediate container c544e38ab8a6 [2022-01-28T04:12:33.876Z] ---> 3c697079f3f1 [2022-01-28T04:12:33.876Z] Step 8/11 : COPY go.mod vendor* ./ [2022-01-28T04:12:34.473Z] ---> 7d6c1614d9bb [2022-01-28T04:12:34.473Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T04:12:34.473Z] ---> Running in b1679785a387 [2022-01-28T04:13:42.496Z] Removing intermediate container b1679785a387 [2022-01-28T04:13:42.496Z] ---> 81697fbb0dbf [2022-01-28T04:13:42.496Z] Step 10/11 : COPY . . [2022-01-28T04:13:43.935Z] ---> 32cf37e90013 [2022-01-28T04:13:43.935Z] Step 11/11 : RUN ${MAKE} [2022-01-28T04:13:43.935Z] ---> Running in 9683b161a988 [2022-01-28T04:13:44.918Z] noop [2022-01-28T04:13:45.511Z] Removing intermediate container 9683b161a988 [2022-01-28T04:13:45.511Z] ---> c31d4898f877 [2022-01-28T04:13:45.511Z] Successfully built c31d4898f877 [2022-01-28T04:13:45.511Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:13:45.892Z] + docker inspect -f . ci-base-image-arm64 [2022-01-28T04:13:45.892Z] . [Pipeline] withDockerContainer [2022-01-28T04:13:46.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-4119 does not seem to be running inside a container [2022-01-28T04:13:46.211Z] $ 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 [2022-01-28T04:13:47.550Z] $ docker top 627dd17793b6d23ae6b1c1706b4654cde22b44b674836af85985507e501b9064 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-28T04:13:48.518Z] + go version [2022-01-28T04:13:48.518Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-28T04:13:48.558Z] $ docker stop --time=1 627dd17793b6d23ae6b1c1706b4654cde22b44b674836af85985507e501b9064 [2022-01-28T04:13:50.213Z] $ docker rm -f 627dd17793b6d23ae6b1c1706b4654cde22b44b674836af85985507e501b9064 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:13:51.094Z] + docker inspect -f . ci-base-image-arm64 [2022-01-28T04:13:51.095Z] . [Pipeline] withDockerContainer [2022-01-28T04:13:51.322Z] prd-ubuntu18.04-docker-arm64-4c-16g-4119 does not seem to be running inside a container [2022-01-28T04:13:51.397Z] $ 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 [2022-01-28T04:13:52.803Z] $ docker top a4f06bf773b3b11707b9e3e3e2bb09d851abaeea4da4c46e69bab174431d9e99 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-01-28T04:13:53.825Z] + make test [2022-01-28T04:13:53.825Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-01-28T04:13:55.278Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-01-28T04:14:42.275Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-01-28T04:14:42.275Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-01-28T04:14:42.275Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-01-28T04:14:52.444Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.074s coverage: 23.3% of statements [2022-01-28T04:14:52.444Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-01-28T04:14:52.444Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.079s coverage: 27.6% of statements [2022-01-28T04:14:52.444Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.056s coverage: 78.9% of statements [2022-01-28T04:14:52.444Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.070s coverage: 9.0% of statements [2022-01-28T04:14:52.444Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-01-28T04:14:52.444Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-01-28T04:14:52.444Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-01-28T04:14:52.444Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.107s coverage: 28.7% of statements [2022-01-28T04:14:52.444Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-01-28T04:14:53.891Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.119s coverage: 86.1% of statements [2022-01-28T04:14:53.891Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-01-28T04:14:53.891Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-01-28T04:14:53.891Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.153s coverage: 57.4% of statements [2022-01-28T04:14:54.489Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.171s coverage: 89.2% of statements [2022-01-28T04:14:54.489Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-01-28T04:14:55.920Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.051s coverage: 4.8% of statements [2022-01-28T04:14:55.920Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-01-28T04:14:56.194Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-01-28T04:14:56.194Z] GO111MODULE=on go vet ./... [2022-01-28T04:15:18.377Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-28T04:15:18.377Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-28T04:15:18.377Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-28T04:15:18.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-01-28T04:15:18.445Z] $ docker stop --time=1 a4f06bf773b3b11707b9e3e3e2bb09d851abaeea4da4c46e69bab174431d9e99 [2022-01-28T04:15:20.150Z] $ docker rm -f a4f06bf773b3b11707b9e3e3e2bb09d851abaeea4da4c46e69bab174431d9e99 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-28T04:15:21.179Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-01-28T04:15:21.218Z] Warning: overwriting stash ‘coverage-report’ [2022-01-28T04:15:22.024Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-28T04:15:22.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-01-28T04:15:22.992Z] + ls -al . [2022-01-28T04:15:22.992Z] total 308 [2022-01-28T04:15:22.992Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 04:15 . [2022-01-28T04:15:22.992Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 04:11 .. [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 04:11 .dockerignore [2022-01-28T04:15:22.992Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 04:11 .git [2022-01-28T04:15:22.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 28 04:11 .github [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 131 Jan 28 04:11 .gitignore [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 28 04:11 .golangci.yml [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 26321 Jan 28 04:11 CHANGELOG.md [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 28 04:11 GOVERNANCE.md [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 880 Jan 28 04:11 Jenkinsfile [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 04:11 LICENSE [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 1614 Jan 28 04:11 Makefile [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 619 Jan 28 04:11 OWNERS.md [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 4881 Jan 28 04:11 README.md [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 04:09 VERSION [2022-01-28T04:15:22.992Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 04:11 bin [2022-01-28T04:15:22.992Z] -rw-r--r-- 1 jenkins jenkins 128608 Jan 28 04:14 coverage.out [2022-01-28T04:15:22.992Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 04:11 example [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 2766 Jan 28 04:11 go.mod [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 49665 Jan 28 04:11 go.sum [2022-01-28T04:15:22.992Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 04:11 internal [2022-01-28T04:15:22.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 28 04:11 openapi [2022-01-28T04:15:22.992Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 04:11 pkg [2022-01-28T04:15:22.992Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 04:11 snap [2022-01-28T04:15:22.992Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 04:11 version.go [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:15:23.368Z] + 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=9df71f3de2390cb7e277f426f328282e00bcbb5e --label arch=arm64 --label version=0.0.0 . [2022-01-28T04:15:23.971Z] Sending build context to Docker daemon 5.219MB [2022-01-28T04:15:23.971Z] Step 1/25 : ARG BASE=golang:1.17-alpine3.15 [2022-01-28T04:15:23.971Z] Step 2/25 : FROM ${BASE} AS builder [2022-01-28T04:15:23.971Z] ---> c31d4898f877 [2022-01-28T04:15:23.971Z] Step 3/25 : ARG MAKE=make build [2022-01-28T04:15:23.971Z] ---> Running in f1982bf32b19 [2022-01-28T04:15:24.244Z] Removing intermediate container f1982bf32b19 [2022-01-28T04:15:24.244Z] ---> b69774e38964 [2022-01-28T04:15:24.244Z] Step 4/25 : WORKDIR /device-sdk-go [2022-01-28T04:15:24.517Z] ---> Running in 0330c4eea5b1 [2022-01-28T04:15:24.787Z] Removing intermediate container 0330c4eea5b1 [2022-01-28T04:15:24.787Z] ---> 6410c2125204 [2022-01-28T04:15:24.787Z] Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T04:15:24.787Z] ---> Running in 7c12fbd9d254 [2022-01-28T04:15:25.069Z] Removing intermediate container 7c12fbd9d254 [2022-01-28T04:15:25.069Z] ---> 00a957e5ce10 [2022-01-28T04:15:25.069Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T04:15:25.341Z] ---> Running in f7c1f7f7f058 [2022-01-28T04:15:27.312Z] Removing intermediate container f7c1f7f7f058 [2022-01-28T04:15:27.312Z] ---> c8f0d224fe98 [2022-01-28T04:15:27.312Z] Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-01-28T04:15:27.312Z] ---> Running in e8a3d63c8146 [2022-01-28T04:15:27.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-28T04:15:28.882Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-28T04:15:29.864Z] OK: 220 MiB in 52 packages [2022-01-28T04:15:30.459Z] Removing intermediate container e8a3d63c8146 [2022-01-28T04:15:30.459Z] ---> b5c9fe8690a7 [2022-01-28T04:15:30.459Z] Step 8/25 : COPY go.mod vendor* ./ [2022-01-28T04:15:31.056Z] ---> 5d0cb2f04a74 [2022-01-28T04:15:31.056Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-28T04:15:31.339Z] ---> Running in 63c03d495c49 [2022-01-28T04:15:33.317Z] Removing intermediate container 63c03d495c49 [2022-01-28T04:15:33.317Z] ---> 3742925933fc [2022-01-28T04:15:33.317Z] Step 10/25 : COPY . . [2022-01-28T04:15:34.299Z] ---> 104c617cb4ee [2022-01-28T04:15:34.299Z] Step 11/25 : RUN ${MAKE} [2022-01-28T04:15:34.299Z] ---> Running in 243392a83f4f [2022-01-28T04:15:35.278Z] 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 [2022-01-28T04:16:14.283Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-01-28T04:16:14.554Z] Removing intermediate container 243392a83f4f [2022-01-28T04:16:14.554Z] ---> 2d54ed4b5927 [2022-01-28T04:16:14.554Z] Step 12/25 : FROM alpine:3.14 [2022-01-28T04:16:15.145Z] 3.14: Pulling from library/alpine [2022-01-28T04:16:15.145Z] be307f383ecc: Pulling fs layer [2022-01-28T04:16:15.417Z] be307f383ecc: Download complete [2022-01-28T04:16:16.010Z] be307f383ecc: Pull complete [2022-01-28T04:16:16.010Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-28T04:16:16.010Z] Status: Downloaded newer image for alpine:3.14 [2022-01-28T04:16:16.010Z] ---> 5b8b7b635229 [2022-01-28T04:16:16.010Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-01-28T04:16:16.010Z] ---> Running in 9d7c6cc24043 [2022-01-28T04:16:16.622Z] Removing intermediate container 9d7c6cc24043 [2022-01-28T04:16:16.622Z] ---> 1219667fba5c [2022-01-28T04:16:16.622Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-28T04:16:16.622Z] ---> Running in 8b39047924e2 [2022-01-28T04:16:18.053Z] Removing intermediate container 8b39047924e2 [2022-01-28T04:16:18.053Z] ---> ddcfbe8d0852 [2022-01-28T04:16:18.053Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2022-01-28T04:16:18.326Z] ---> Running in d57c1faeb3d2 [2022-01-28T04:16:19.300Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-28T04:16:20.278Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-28T04:16:20.874Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-01-28T04:16:20.874Z] (2/5) Installing libsodium (1.0.18-r0) [2022-01-28T04:16:20.874Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-28T04:16:21.145Z] (4/5) Installing libzmq (4.3.4-r0) [2022-01-28T04:16:21.145Z] (5/5) Installing zeromq (4.3.4-r0) [2022-01-28T04:16:21.417Z] Executing busybox-1.33.1-r6.trigger [2022-01-28T04:16:21.417Z] OK: 8 MiB in 19 packages [2022-01-28T04:16:22.393Z] Removing intermediate container d57c1faeb3d2 [2022-01-28T04:16:22.393Z] ---> f44fde5e27e5 [2022-01-28T04:16:22.393Z] Step 16/25 : WORKDIR / [2022-01-28T04:16:22.393Z] ---> Running in e40884a14612 [2022-01-28T04:16:22.665Z] Removing intermediate container e40884a14612 [2022-01-28T04:16:22.665Z] ---> 5c099fa6cbde [2022-01-28T04:16:22.665Z] Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-01-28T04:16:23.258Z] ---> 0da36e06f3ae [2022-01-28T04:16:23.258Z] Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-01-28T04:16:24.236Z] ---> 38d2e9009f9d [2022-01-28T04:16:24.236Z] Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-01-28T04:16:24.834Z] ---> e9209f290a3d [2022-01-28T04:16:24.834Z] Step 20/25 : EXPOSE 59999 [2022-01-28T04:16:24.834Z] ---> Running in 11765030e9d0 [2022-01-28T04:16:25.428Z] Removing intermediate container 11765030e9d0 [2022-01-28T04:16:25.428Z] ---> 81a1e69daba7 [2022-01-28T04:16:25.428Z] Step 21/25 : ENTRYPOINT ["/device-simple"] [2022-01-28T04:16:25.428Z] ---> Running in 3090635df780 [2022-01-28T04:16:25.701Z] Removing intermediate container 3090635df780 [2022-01-28T04:16:25.701Z] ---> 5bd98d59df02 [2022-01-28T04:16:25.701Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-28T04:16:25.701Z] ---> Running in 0d8a3970160e [2022-01-28T04:16:26.295Z] Removing intermediate container 0d8a3970160e [2022-01-28T04:16:26.295Z] ---> 83284a874d1b [2022-01-28T04:16:26.295Z] Step 23/25 : LABEL arch=arm64 [2022-01-28T04:16:26.295Z] ---> Running in 47f3d9320991 [2022-01-28T04:16:26.570Z] Removing intermediate container 47f3d9320991 [2022-01-28T04:16:26.570Z] ---> 0ccb801c78ba [2022-01-28T04:16:26.570Z] Step 24/25 : LABEL git_sha=9df71f3de2390cb7e277f426f328282e00bcbb5e [2022-01-28T04:16:26.570Z] ---> Running in 47509731cb03 [2022-01-28T04:16:26.844Z] Removing intermediate container 47509731cb03 [2022-01-28T04:16:26.844Z] ---> 10528baca8e1 [2022-01-28T04:16:26.844Z] Step 25/25 : LABEL version=0.0.0 [2022-01-28T04:16:27.116Z] ---> Running in f8eda0e58fef [2022-01-28T04:16:27.386Z] Removing intermediate container f8eda0e58fef [2022-01-28T04:16:27.386Z] ---> 974f2fcce06c [2022-01-28T04:16:27.386Z] [Warning] One or more build-args [ARCH] were not consumed [2022-01-28T04:16:27.386Z] Successfully built 974f2fcce06c [2022-01-28T04:16:27.386Z] 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 [2022-01-28T04:16:28.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-28T04:16:28.084Z] [2022-01-28T04:16:28.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:16:28.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-28T04:16:28.460Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-28T04:16:28.460Z] 448f6bf000e3: Pulling fs layer [2022-01-28T04:16:28.460Z] f757da607395: Pulling fs layer [2022-01-28T04:16:28.460Z] 05883995daec: Pulling fs layer [2022-01-28T04:16:28.460Z] 8603b9c90790: Pulling fs layer [2022-01-28T04:16:28.460Z] 1560dd03e051: Pulling fs layer [2022-01-28T04:16:28.460Z] 8603b9c90790: Waiting [2022-01-28T04:16:28.460Z] 27f5ce0e4adf: Pulling fs layer [2022-01-28T04:16:28.460Z] c2d8d7efcc4b: Pulling fs layer [2022-01-28T04:16:28.460Z] 1560dd03e051: Waiting [2022-01-28T04:16:28.460Z] 27f5ce0e4adf: Waiting [2022-01-28T04:16:28.732Z] f757da607395: Verifying Checksum [2022-01-28T04:16:28.732Z] f757da607395: Download complete [2022-01-28T04:16:28.732Z] 8603b9c90790: Verifying Checksum [2022-01-28T04:16:28.732Z] 8603b9c90790: Download complete [2022-01-28T04:16:28.732Z] 1560dd03e051: Verifying Checksum [2022-01-28T04:16:28.732Z] 1560dd03e051: Download complete [2022-01-28T04:16:28.732Z] 27f5ce0e4adf: Verifying Checksum [2022-01-28T04:16:28.732Z] 27f5ce0e4adf: Download complete [2022-01-28T04:16:28.732Z] 05883995daec: Verifying Checksum [2022-01-28T04:16:28.732Z] 05883995daec: Download complete [2022-01-28T04:16:29.325Z] 448f6bf000e3: Download complete [2022-01-28T04:16:31.933Z] c2d8d7efcc4b: Verifying Checksum [2022-01-28T04:16:31.933Z] c2d8d7efcc4b: Download complete [2022-01-28T04:16:32.908Z] 448f6bf000e3: Pull complete [2022-01-28T04:16:33.502Z] f757da607395: Pull complete [2022-01-28T04:16:34.931Z] 05883995daec: Pull complete [2022-01-28T04:16:34.931Z] 8603b9c90790: Pull complete [2022-01-28T04:16:35.914Z] 1560dd03e051: Pull complete [2022-01-28T04:16:36.186Z] 27f5ce0e4adf: Pull complete [2022-01-28T04:16:51.256Z] c2d8d7efcc4b: Pull complete [2022-01-28T04:16:51.256Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-28T04:16:51.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-28T04:16:51.256Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-28T04:16:51.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-4119 does not seem to be running inside a container [2022-01-28T04:16:51.578Z] $ 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 [2022-01-28T04:16:54.276Z] $ docker top a8740ca9d9713492dfb2d6c42549a7ba57e2f8bdc305e47614f5338b0511831a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:16:55.288Z] ---> job-cost.sh [2022-01-28T04:16:55.288Z] lf-activate-venv: SKIPPING [2022-01-28T04:16:55.288Z] INFO: No Stack... [2022-01-28T04:16:55.566Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-28T04:16:56.163Z] INFO: Archiving Costs [Pipeline] sh [2022-01-28T04:16:56.836Z] + cut -d, -f6 [2022-01-28T04:16:56.837Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2022-01-28T04:16:56.918Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [2022-01-28T04:16:56.923Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] did not exist. Created. [2022-01-28T04:16:56.923Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-28T04:16:57.683Z] /w/workspace/device-sdk-go/1@tmp/durable-e361bed2/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-e361bed2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-01-28T04:16:58.375Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-28T04:16:58.413Z] Warning: overwriting stash ‘stack-cost’ [2022-01-28T04:16:58.471Z] Stashed 1 file(s) [Pipeline] } [2022-01-28T04:16:58.487Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-28T04:16:58.563Z] $ docker stop --time=1 a8740ca9d9713492dfb2d6c42549a7ba57e2f8bdc305e47614f5338b0511831a [2022-01-28T04:17:00.072Z] $ docker rm -f a8740ca9d9713492dfb2d6c42549a7ba57e2f8bdc305e47614f5338b0511831a [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 [2022-01-28T04:17:01.166Z] provisioning config files... [2022-01-28T04:17:01.175Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config4232782410121878944tmp [Pipeline] { [Pipeline] sh [2022-01-28T04:17:01.504Z] + set +x [2022-01-28T04:17:01.504Z] + curl -s https://codecov.io/bash [2022-01-28T04:17:01.504Z] + bash -s -- [2022-01-28T04:17:01.764Z] [2022-01-28T04:17:01.764Z] _____ _ [2022-01-28T04:17:01.764Z] / ____| | | [2022-01-28T04:17:01.764Z] | | ___ __| | ___ ___ _____ __ [2022-01-28T04:17:01.764Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-28T04:17:01.764Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-28T04:17:01.764Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-28T04:17:01.764Z] Bash-1.0.6 [2022-01-28T04:17:01.764Z] [2022-01-28T04:17:01.764Z] [2022-01-28T04:17:01.764Z] ==> git version 2.24.4 found [2022-01-28T04:17:01.764Z] ==> 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 [2022-01-28T04:17:01.764Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-28T04:17:01.764Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-28T04:17:01.764Z] ==> Jenkins CI detected. [2022-01-28T04:17:01.764Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1093 [2022-01-28T04:17:01.764Z] project root: . [2022-01-28T04:17:01.764Z] --> token set from env [2022-01-28T04:17:01.764Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-28T04:17:01.764Z] ==> Running gcov in . (disable via -X gcov) [2022-01-28T04:17:01.764Z] ==> Python coveragepy not found [2022-01-28T04:17:01.764Z] ==> Searching for coverage reports in: [2022-01-28T04:17:01.764Z] + . [2022-01-28T04:17:01.764Z] -> Found 1 reports [2022-01-28T04:17:01.764Z] ==> Detecting git/mercurial file structure [2022-01-28T04:17:01.764Z] ==> Reading reports [2022-01-28T04:17:01.764Z] + ./coverage.out bytes=128608 [2022-01-28T04:17:01.764Z] ==> Appending adjustments [2022-01-28T04:17:01.764Z] https://docs.codecov.io/docs/fixing-reports [2022-01-28T04:17:02.024Z] + Found adjustments [2022-01-28T04:17:02.024Z] ==> Gzipping contents [2022-01-28T04:17:02.024Z] 16K /tmp/codecov.AmawnQ.gz [2022-01-28T04:17:02.024Z] ==> Uploading reports [2022-01-28T04:17:02.024Z] url: https://codecov.io [2022-01-28T04:17:02.024Z] query: branch=PR-1093&commit=9df71f3de2390cb7e277f426f328282e00bcbb5e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1093%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1093&job=&cmd_args= [2022-01-28T04:17:02.024Z] -> Pinging Codecov [2022-01-28T04:17:02.024Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1093&commit=9df71f3de2390cb7e277f426f328282e00bcbb5e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1093%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1093&job=&cmd_args= [2022-01-28T04:17:02.598Z] -> Uploading to [2022-01-28T04:17:02.598Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-28/7E55EF52A471D76F132DFD9A03CDDE97/9df71f3de2390cb7e277f426f328282e00bcbb5e/fe4e3e51-cdec-4cfd-aee0-f5d4bed70a28.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220128T041702Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1308650350410833ea32b65a02283f7977965ddb03299a321332c31b7f808e6 [2022-01-28T04:17:02.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-28T04:17:02.598Z] Dload Upload Total Spent Left Speed [2022-01-28T04:17:02.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16075 0 0 100 16075 0 51275 --:--:-- --:--:-- --:--:-- 51194 [2022-01-28T04:17:02.859Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] } [2022-01-28T04:17:02.890Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-01-28T04:17:04.609Z] + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives ']' [2022-01-28T04:17:04.610Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives [2022-01-28T04:17:04.610Z] total 8 [2022-01-28T04:17:04.610Z] drwxr-xr-x. 3 root root 34 Jan 28 04:12 . [2022-01-28T04:17:04.610Z] drwxrwxr-x. 12 jenkins jenkins 4096 Jan 28 04:12 .. [2022-01-28T04:17:04.610Z] drwxr-xr-x. 2 root root 6 Jan 28 04:12 cost [2022-01-28T04:17:04.610Z] -rw-r--r--. 1 root root 85 Jan 28 04:12 cost.csv [2022-01-28T04:17:04.610Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives [2022-01-28T04:17:04.610Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives [2022-01-28T04:17:04.610Z] total 8 [2022-01-28T04:17:04.610Z] drwxr-xr-x. 3 jenkins jenkins 34 Jan 28 04:12 . [2022-01-28T04:17:04.610Z] drwxrwxr-x. 12 jenkins jenkins 4096 Jan 28 04:12 .. [2022-01-28T04:17:04.610Z] drwxr-xr-x. 2 jenkins jenkins 6 Jan 28 04:12 cost [2022-01-28T04:17:04.610Z] -rw-r--r--. 1 jenkins jenkins 85 Jan 28 04:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:04.949Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:05.536Z] ---> package-listing.sh [2022-01-28T04:17:05.536Z] ++ facter osfamily [2022-01-28T04:17:05.536Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-28T04:17:05.798Z] + OS_FAMILY=redhat [2022-01-28T04:17:05.798Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1093 [2022-01-28T04:17:05.798Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-28T04:17:05.798Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-28T04:17:05.798Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-28T04:17:05.798Z] + PACKAGES=/tmp/packages_start.txt [2022-01-28T04:17:05.798Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1093 ']' [2022-01-28T04:17:05.798Z] + PACKAGES=/tmp/packages_end.txt [2022-01-28T04:17:05.798Z] + case "${OS_FAMILY}" in [2022-01-28T04:17:05.798Z] + rpm -qa [2022-01-28T04:17:05.798Z] + sort [2022-01-28T04:17:06.376Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-28T04:17:06.376Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-28T04:17:06.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-28T04:17:06.376Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1093 ']' [2022-01-28T04:17:06.376Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives/ [2022-01-28T04:17:06.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives/ [Pipeline] echo [2022-01-28T04:17:06.416Z] 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-1093/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-28T04:17:06.716Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-28T04:17:07.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-28T04:17:07.303Z] . [Pipeline] withDockerContainer [2022-01-28T04:17:07.390Z] prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container [2022-01-28T04:17:07.426Z] $ 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-1093/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-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 [2022-01-28T04:17:07.665Z] $ docker top aa06fa27d767428421b980ca76ef8f3487725a30dce7d295986f58d90c35a686 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-28T04:17:08.083Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-28T04:17:08.396Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-28T04:17:08.726Z] + ls /var/log/sa-host [2022-01-28T04:17:08.726Z] + sadf -c /var/log/sa-host/sa17 [2022-01-28T04:17:08.726Z] file_magic: OK [2022-01-28T04:17:08.726Z] HZ: Using current value: 100 [2022-01-28T04:17:08.726Z] file_header: OK [2022-01-28T04:17:08.726Z] 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 [2022-01-28T04:17:08.726Z] Statistics: [2022-01-28T04:17:08.726Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-28T04:17:08.726Z] File successfully converted to sysstat format version 12.0.3 [2022-01-28T04:17:08.726Z] + sadf -c /var/log/sa-host/sa28 [2022-01-28T04:17:08.726Z] file_magic: OK [2022-01-28T04:17:08.726Z] HZ: Using current value: 100 [2022-01-28T04:17:08.726Z] file_header: OK [2022-01-28T04:17:08.726Z] 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 [2022-01-28T04:17:08.726Z] Statistics: [2022-01-28T04:17:08.726Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-28T04:17:08.726Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-28T04:17:09.012Z] provisioning config files... [2022-01-28T04:17:09.021Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config5875826486422667616tmp [Pipeline] { [Pipeline] echo [2022-01-28T04:17:09.069Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:09.386Z] ---> create-netrc.sh [Pipeline] } [2022-01-28T04:17:09.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:09.845Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-28T04:17:09.877Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:10.201Z] ---> sudo-logs.sh [2022-01-28T04:17:10.201Z] Archiving 'sudo' log.. [2022-01-28T04:17:10.774Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4117.novalocal: Name or service not known [2022-01-28T04:17:10.774Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4117.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-28T04:17:10.864Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:11.192Z] ---> job-cost.sh [2022-01-28T04:17:11.192Z] lf-activate-venv: SKIPPING [2022-01-28T04:17:11.192Z] DEBUG: total: 0.05999999865889549 [2022-01-28T04:17:11.192Z] INFO: Retrieving Stack Cost... [2022-01-28T04:17:11.451Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-28T04:17:12.022Z] INFO: Archiving Costs [Pipeline] echo [2022-01-28T04:17:12.060Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-28T04:17:12.373Z] ---> logs-deploy.sh [2022-01-28T04:17:12.373Z] lf-activate-venv: SKIPPING [2022-01-28T04:17:12.373Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1093/1 [2022-01-28T04:17:12.373Z] INFO: archiving workspace using pattern(s): [2022-01-28T04:17:12.944Z] Archives upload complete. [2022-01-28T04:17:13.206Z] INFO: archiving logs to Nexus