Pull request #659 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c+cf9e8dc7bd919f9915f3ed3b96261970003b233d (05c6446b6b947803b24e3afbe5662f41538defb6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-13506’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13501’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13511 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-659 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Merging remotes/origin/master commit cf9e8dc7bd919f9915f3ed3b96261970003b233d into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c Merge succeeded, producing 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c Checking out Revision 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c (PR-659) Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cf9e8dc7bd919f9915f3ed3b96261970003b233d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 3430a9171b0bba3767ec0b595fcec02b551882e3 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T07:26:48.900Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T07:26:49.177Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T07:26:49.273Z] ========================================================= [2020-11-26T07:26:49.273Z] EdgeX Global Pipelines Version Info [2020-11-26T07:26:49.273Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:26:50.803Z] ------------------- [2020-11-26T07:26:50.803Z] stable info: [2020-11-26T07:26:50.803Z] ------------------- [2020-11-26T07:26:50.803Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T07:26:50.803Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T07:26:50.803Z] Message: update stable to v1.0.167 [2020-11-26T07:26:51.751Z] ------------------- [2020-11-26T07:26:51.751Z] experimental info: [2020-11-26T07:26:51.751Z] ------------------- [2020-11-26T07:26:51.751Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T07:26:51.751Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T07:26:51.751Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-26T07:26:52.118Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-26T07:26:52.231Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-26T07:26:52.325Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T07:26:52.454Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T07:26:52.543Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T07:26:52.634Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T07:26:52.728Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T07:26:52.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T07:26:52.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-26T07:26:52.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T07:26:53.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T07:26:53.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-26T07:26:53.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T07:26:53.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T07:26:53.531Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T07:26:53.632Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:26:53.730Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:26:53.827Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:26:53.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T07:26:54.014Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-26T07:26:54.112Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T07:26:54.203Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T07:26:54.314Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-26T07:26:54.405Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-26T07:26:54.516Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-26T07:26:54.623Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T07:26:54.724Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-659 [Pipeline] echo [2020-11-26T07:26:54.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-659 [Pipeline] echo [2020-11-26T07:26:54.937Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-659 [Pipeline] echo [2020-11-26T07:26:55.034Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] echo [2020-11-26T07:26:55.173Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f88dc2 [Pipeline] echo [2020-11-26T07:26:55.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:26:55.433Z] provisioning config files... [2020-11-26T07:26:55.471Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config4101465439306263460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:26:55.826Z] ---> docker-login.sh [2020-11-26T07:26:55.826Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:26:56.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:26:56.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:26:56.352Z] Configure a credential helper to remove this warning. See [2020-11-26T07:26:56.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:26:56.352Z] [2020-11-26T07:26:56.352Z] Login Succeeded [2020-11-26T07:26:56.352Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:26:56.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:26:56.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:26:56.352Z] Configure a credential helper to remove this warning. See [2020-11-26T07:26:56.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:26:56.352Z] [2020-11-26T07:26:56.352Z] Login Succeeded [2020-11-26T07:26:56.352Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:26:56.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:26:56.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:26:56.618Z] Configure a credential helper to remove this warning. See [2020-11-26T07:26:56.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:26:56.618Z] [2020-11-26T07:26:56.618Z] Login Succeeded [2020-11-26T07:26:56.618Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:26:56.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:26:56.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:26:56.881Z] Configure a credential helper to remove this warning. See [2020-11-26T07:26:56.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:26:56.881Z] [2020-11-26T07:26:56.881Z] Login Succeeded [2020-11-26T07:26:56.881Z] docker.io [2020-11-26T07:26:56.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:26:57.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:26:57.144Z] Configure a credential helper to remove this warning. See [2020-11-26T07:26:57.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:26:57.144Z] [2020-11-26T07:26:57.144Z] Login Succeeded [2020-11-26T07:26:57.144Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:26:57.153Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:26:57.880Z] + git log --format=format:%s -1 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] echo [2020-11-26T07:26:57.945Z] GIT_COMMIT: 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c, Commit Message: build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 [Pipeline] echo [2020-11-26T07:26:57.989Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:26:58.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:26:58.591Z] [2020-11-26T07:26:58.591Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:26:58.942Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:26:58.942Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T07:26:58.942Z] 31603596830f: Pulling fs layer [2020-11-26T07:26:58.942Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T07:26:58.942Z] 6ca5941a6612: Pulling fs layer [2020-11-26T07:26:58.942Z] ecc8261a40a4: Pulling fs layer [2020-11-26T07:26:58.942Z] ecc8261a40a4: Waiting [2020-11-26T07:26:58.942Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T07:26:58.942Z] 2a8b12db71e7: Download complete [2020-11-26T07:26:58.942Z] 31603596830f: Download complete [2020-11-26T07:26:59.214Z] ecc8261a40a4: Verifying Checksum [2020-11-26T07:26:59.214Z] ecc8261a40a4: Download complete [2020-11-26T07:26:59.214Z] 6ca5941a6612: Verifying Checksum [2020-11-26T07:26:59.214Z] 6ca5941a6612: Download complete [2020-11-26T07:26:59.476Z] 31603596830f: Pull complete [2020-11-26T07:26:59.739Z] 2a8b12db71e7: Pull complete [2020-11-26T07:27:00.689Z] 6ca5941a6612: Pull complete [2020-11-26T07:27:00.689Z] ecc8261a40a4: Pull complete [2020-11-26T07:27:00.689Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T07:27:00.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:27:00.689Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T07:27:00.797Z] prd-centos7-docker-4c-2g-13511 does not seem to be running inside a container [2020-11-26T07:27:00.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-659 -v /w/workspace/dgexfoundry_device-sdk-go_PR-659:/w/workspace/dgexfoundry_device-sdk-go_PR-659:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-659@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 [2020-11-26T07:27:03.530Z] $ docker top ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:27:03.995Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:27:03.995Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:27:04.227Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:27:04.230Z] $ docker exec ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 ssh-agent [2020-11-26T07:27:04.403Z] SSH_AUTH_SOCK=/tmp/ssh-6t6OxzaqRWxA/agent.12 [2020-11-26T07:27:04.403Z] SSH_AGENT_PID=17 [2020-11-26T07:27:04.421Z] Running ssh-add (command line suppressed) [2020-11-26T07:27:04.550Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_1057241272401695939.key (/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_1057241272401695939.key) [2020-11-26T07:27:04.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:27:04.998Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T07:27:05.025Z] $ docker exec --env ******** --env ******** ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 ssh-agent -k [2020-11-26T07:27:05.136Z] unset SSH_AUTH_SOCK; [2020-11-26T07:27:05.136Z] unset SSH_AGENT_PID; [2020-11-26T07:27:05.136Z] echo Agent pid 17 killed; [2020-11-26T07:27:05.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T07:27:05.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:27:05.335Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:27:05.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:27:05.496Z] $ docker exec ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 ssh-agent [2020-11-26T07:27:05.660Z] SSH_AUTH_SOCK=/tmp/ssh-btoVYZYRiXjV/agent.45 [2020-11-26T07:27:05.661Z] SSH_AGENT_PID=50 [2020-11-26T07:27:05.669Z] Running ssh-add (command line suppressed) [2020-11-26T07:27:05.788Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_7625125872560817380.key (/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_7625125872560817380.key) [2020-11-26T07:27:05.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:27:06.181Z] + git semver init [2020-11-26T07:27:06.181Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:27:06.181Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.git [2020-11-26T07:27:06.181Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T07:27:06.181Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:27:06.181Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:27:06.181Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:27:06.181Z] # $SEMVER_BRANCH = PR-659 [2020-11-26T07:27:06.181Z] # $SEMVER_TEMP = /tmp/semver-754002944 [2020-11-26T07:27:06.181Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-26T07:27:06.758Z] # '/tmp/semver-754002944' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver' [2020-11-26T07:27:07.032Z] # -> Force: false [2020-11-26T07:27:07.032Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver [Pipeline] } [2020-11-26T07:27:07.076Z] $ docker exec --env ******** --env ******** ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 ssh-agent -k [2020-11-26T07:27:07.224Z] unset SSH_AUTH_SOCK; [2020-11-26T07:27:07.224Z] unset SSH_AGENT_PID; [2020-11-26T07:27:07.224Z] echo Agent pid 50 killed; [2020-11-26T07:27:07.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:27:07.790Z] + git semver [Pipeline] } [2020-11-26T07:27:07.808Z] $ docker stop --time=1 ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 [2020-11-26T07:27:09.275Z] $ docker rm -f ce8b32f75baed87ab1f90638d050f235f4664ed0f2083439a53c81baa353d444 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:27:09.743Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T07:27:10.159Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T07:27:10.162Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-26T07:27:25.948Z] Still waiting to schedule task [2020-11-26T07:27:25.948Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-26T07:27:25.951Z] Still waiting to schedule task [2020-11-26T07:27:25.951Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-26T07:29:13.038Z] Running on prd-centos7-docker-4c-2g-13515 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws [2020-11-26T07:29:13.092Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-11-26T07:29:20.523Z] using credential edgex-jenkins-ssh [2020-11-26T07:29:20.598Z] Cloning the remote Git repository [2020-11-26T07:29:20.739Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:29:20.874Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-11-26T07:29:21.028Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:29:21.028Z] > git --version # timeout=10 [2020-11-26T07:29:21.160Z] > git --version # 'git version 2.24.3' [2020-11-26T07:29:21.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:29:21.250Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:29:22.984Z] Merging remotes/origin/master commit cf9e8dc7bd919f9915f3ed3b96261970003b233d into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [2020-11-26T07:29:23.540Z] Merge succeeded, producing 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [2020-11-26T07:29:23.540Z] Checking out Revision 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c (PR-659) [2020-11-26T07:29:22.346Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:29:22.381Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:29:22.421Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:29:22.462Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:29:22.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:29:22.508Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:29:23.009Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:29:23.077Z] > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [2020-11-26T07:29:23.248Z] > git remote # timeout=10 [2020-11-26T07:29:23.369Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T07:29:23.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:29:23.422Z] > git merge cf9e8dc7bd919f9915f3ed3b96261970003b233d # timeout=10 [2020-11-26T07:29:23.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T07:29:23.548Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:29:23.615Z] > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [2020-11-26T07:29:27.826Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:29:29.552Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:29:30.103Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:29:30.562Z] + true [2020-11-26T07:29:30.562Z] + sudo service docker restart [2020-11-26T07:29:30.562Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:29:32.088Z] provisioning config files... [2020-11-26T07:29:32.118Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config5575124356845199422tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:29:32.572Z] ---> docker-login.sh [2020-11-26T07:29:32.572Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:29:33.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:29:33.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:29:33.596Z] Configure a credential helper to remove this warning. See [2020-11-26T07:29:33.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:29:33.596Z] [2020-11-26T07:29:33.596Z] Login Succeeded [2020-11-26T07:29:33.596Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:29:34.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:29:34.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:29:34.229Z] Configure a credential helper to remove this warning. See [2020-11-26T07:29:34.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:29:34.229Z] [2020-11-26T07:29:34.229Z] Login Succeeded [2020-11-26T07:29:34.229Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:29:34.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:29:34.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:29:34.855Z] Configure a credential helper to remove this warning. See [2020-11-26T07:29:34.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:29:34.855Z] [2020-11-26T07:29:34.855Z] Login Succeeded [2020-11-26T07:29:34.855Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:29:35.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:29:35.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:29:35.523Z] Configure a credential helper to remove this warning. See [2020-11-26T07:29:35.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:29:35.523Z] [2020-11-26T07:29:35.523Z] Login Succeeded [2020-11-26T07:29:35.523Z] docker.io [2020-11-26T07:29:36.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:29:36.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:29:36.418Z] Configure a credential helper to remove this warning. See [2020-11-26T07:29:36.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:29:36.418Z] [2020-11-26T07:29:36.418Z] Login Succeeded [2020-11-26T07:29:36.418Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:29:36.440Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T07:29:36.859Z] ========================================================= [2020-11-26T07:29:36.859Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T07:29:36.859Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:29:37.274Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-26T07:29:37.896Z] Sending build context to Docker daemon 2.355MB [2020-11-26T07:29:37.896Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T07:29:37.896Z] Step 2/8 : FROM ${BASE} [2020-11-26T07:29:37.896Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T07:29:37.896Z] df20fa9351a1: Pulling fs layer [2020-11-26T07:29:37.896Z] ed8968b2872e: Pulling fs layer [2020-11-26T07:29:37.896Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T07:29:37.896Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T07:29:37.896Z] e73272ec9a57: Pulling fs layer [2020-11-26T07:29:37.896Z] 1e910a182e73: Pulling fs layer [2020-11-26T07:29:37.896Z] 4e634b169226: Pulling fs layer [2020-11-26T07:29:37.896Z] e73272ec9a57: Waiting [2020-11-26T07:29:37.896Z] e871e8e8d7a9: Waiting [2020-11-26T07:29:37.896Z] 1e910a182e73: Waiting [2020-11-26T07:29:37.896Z] 4e634b169226: Waiting [2020-11-26T07:29:37.896Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T07:29:37.896Z] a92cc7c5fd73: Download complete [2020-11-26T07:29:38.246Z] ed8968b2872e: Verifying Checksum [2020-11-26T07:29:38.246Z] ed8968b2872e: Download complete [2020-11-26T07:29:38.246Z] e73272ec9a57: Verifying Checksum [2020-11-26T07:29:38.246Z] e73272ec9a57: Download complete [2020-11-26T07:29:38.246Z] 1e910a182e73: Verifying Checksum [2020-11-26T07:29:38.246Z] 1e910a182e73: Download complete [2020-11-26T07:29:38.529Z] df20fa9351a1: Verifying Checksum [2020-11-26T07:29:38.530Z] df20fa9351a1: Download complete [2020-11-26T07:29:39.160Z] df20fa9351a1: Pull complete [2020-11-26T07:29:39.767Z] ed8968b2872e: Pull complete [2020-11-26T07:29:40.051Z] a92cc7c5fd73: Pull complete [2020-11-26T07:29:42.247Z] 4e634b169226: Verifying Checksum [2020-11-26T07:29:42.247Z] 4e634b169226: Download complete [2020-11-26T07:29:44.989Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T07:29:44.989Z] e871e8e8d7a9: Download complete [2020-11-26T07:29:55.189Z] e871e8e8d7a9: Pull complete [2020-11-26T07:29:55.189Z] e73272ec9a57: Pull complete [2020-11-26T07:29:55.189Z] 1e910a182e73: Pull complete [2020-11-26T07:30:03.800Z] 4e634b169226: Pull complete [2020-11-26T07:30:03.800Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T07:30:03.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T07:30:03.800Z] ---> f7629b54cfaa [2020-11-26T07:30:03.800Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:30:03.800Z] ---> Running in 3b9dfb7131c3 [2020-11-26T07:30:03.800Z] Removing intermediate container 3b9dfb7131c3 [2020-11-26T07:30:03.800Z] ---> c9d9e0898856 [2020-11-26T07:30:03.800Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:30:04.206Z] ---> Running in 3cfbd6ce7f78 [2020-11-26T07:30:07.065Z] Removing intermediate container 3cfbd6ce7f78 [2020-11-26T07:30:07.065Z] ---> a6e4a5d72881 [2020-11-26T07:30:07.065Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T07:30:07.065Z] ---> Running in 1be2f16abb99 [2020-11-26T07:30:08.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:30:08.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:30:09.598Z] OK: 166 MiB in 39 packages [2020-11-26T07:30:10.675Z] Removing intermediate container 1be2f16abb99 [2020-11-26T07:30:10.675Z] ---> 9be1f4b5806b [2020-11-26T07:30:10.675Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-26T07:30:10.675Z] ---> Running in 8f540dd51492 [2020-11-26T07:30:10.970Z] Removing intermediate container 8f540dd51492 [2020-11-26T07:30:10.971Z] ---> d12c7dfb3ea3 [2020-11-26T07:30:10.971Z] Step 7/8 : COPY . . [2020-11-26T07:30:13.046Z] ---> 738072ff7929 [2020-11-26T07:30:13.046Z] Step 8/8 : RUN go mod download [2020-11-26T07:30:13.340Z] ---> Running in de73ecdc2f06 [2020-11-26T07:30:46.251Z] Removing intermediate container de73ecdc2f06 [2020-11-26T07:30:46.251Z] ---> 4486d8fc448a [2020-11-26T07:30:46.251Z] Successfully built 4486d8fc448a [2020-11-26T07:30:46.251Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:30:46.668Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T07:30:47.004Z] . [Pipeline] withDockerContainer [2020-11-26T07:30:47.747Z] prd-centos7-docker-4c-2g-13515 does not seem to be running inside a container [2020-11-26T07:30:48.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T07:30:49.299Z] $ docker top 5337efb0d0da20c64e64df21bdf6e7ab45fb129c3156280f8005513cae047e08 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:30:49.885Z] + go version [2020-11-26T07:30:49.885Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T07:30:49.930Z] $ docker stop --time=1 5337efb0d0da20c64e64df21bdf6e7ab45fb129c3156280f8005513cae047e08 [2020-11-26T07:30:51.406Z] $ docker rm -f 5337efb0d0da20c64e64df21bdf6e7ab45fb129c3156280f8005513cae047e08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:30:52.592Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T07:30:52.871Z] . [Pipeline] withDockerContainer [2020-11-26T07:30:53.441Z] prd-centos7-docker-4c-2g-13515 does not seem to be running inside a container [2020-11-26T07:30:53.552Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T07:30:54.631Z] $ docker top d256813e159bcc911b35ae2c5381976873c4d45586f808b0a7a62198c75539d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:30:55.695Z] + make test [2020-11-26T07:30:55.695Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T07:31:09.299Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-26T07:31:36.860Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-26T07:31:36.860Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-26T07:31:36.860Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-26T07:31:37.463Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.087s coverage: 20.6% of statements [2020-11-26T07:31:40.185Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.613s coverage: 97.1% of statements [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.082s coverage: 9.4% of statements [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.169s coverage: 21.9% of statements [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.302s coverage: 42.5% of statements [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.540s coverage: 68.9% of statements [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.100s coverage: 52.6% of statements [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.988s coverage: 68.9% of statements [2020-11-26T07:32:12.611Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.093s coverage: 4.7% of statements [2020-11-26T07:32:12.611Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-26T07:32:12.611Z] GO111MODULE=on go vet ./... [2020-11-26T07:32:13.640Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13520 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws [2020-11-26T07:32:13.702Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-11-26T07:32:18.795Z] using credential edgex-jenkins-ssh [2020-11-26T07:32:18.860Z] Cloning the remote Git repository [2020-11-26T07:32:18.903Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:32:19.016Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-11-26T07:32:19.086Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:32:19.087Z] > git --version # timeout=10 [2020-11-26T07:32:19.105Z] > git --version # 'git version 2.17.1' [2020-11-26T07:32:19.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:32:19.181Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:32:20.787Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:32:20.848Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:32:20.894Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:32:20.979Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:32:20.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:32:21.010Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:32:21.615Z] Merging remotes/origin/master commit cf9e8dc7bd919f9915f3ed3b96261970003b233d into PR head commit 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [2020-11-26T07:32:21.841Z] Merge succeeded, producing 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [2020-11-26T07:32:21.841Z] Checking out Revision 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c (PR-659) [2020-11-26T07:32:21.623Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:32:21.635Z] > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [2020-11-26T07:32:21.752Z] > git remote # timeout=10 [2020-11-26T07:32:21.770Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T07:32:21.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:32:21.795Z] > git merge cf9e8dc7bd919f9915f3ed3b96261970003b233d # timeout=10 [2020-11-26T07:32:21.817Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T07:32:21.840Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:32:21.856Z] > git checkout -f 8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c # timeout=10 [2020-11-26T07:32:26.200Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:32:27.882Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:32:28.066Z] gofmt -l . [2020-11-26T07:32:28.066Z] [ "`gofmt -l .`" = "" ] [2020-11-26T07:32:28.299Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:32:28.363Z] ./bin/test-attribution-txt.sh [2020-11-26T07:32:28.642Z] + sudo service docker restart [2020-11-26T07:32:28.642Z] + true [2020-11-26T07:32:29.335Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T07:32:29.626Z] $ docker stop --time=1 d256813e159bcc911b35ae2c5381976873c4d45586f808b0a7a62198c75539d6 [2020-11-26T07:32:31.832Z] $ docker rm -f d256813e159bcc911b35ae2c5381976873c4d45586f808b0a7a62198c75539d6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:32:32.473Z] provisioning config files... [2020-11-26T07:32:32.511Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config3631641972006449789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:32:32.656Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T07:32:32.917Z] ---> docker-login.sh [2020-11-26T07:32:32.917Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:32:33.452Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-26T07:32:33.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:34.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:34.176Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:34.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:34.176Z] [2020-11-26T07:32:34.176Z] Login Succeeded [2020-11-26T07:32:34.176Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2020-11-26T07:32:34.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:34.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T07:32:34.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:34.728Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:34.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:34.728Z] [2020-11-26T07:32:34.728Z] Login Succeeded [2020-11-26T07:32:34.728Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:32:34.927Z] + ls -al . [2020-11-26T07:32:34.927Z] total 208 [2020-11-26T07:32:34.927Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 26 07:32 . [2020-11-26T07:32:34.927Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 26 07:29 .. [2020-11-26T07:32:34.927Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 26 07:29 bin [2020-11-26T07:32:34.927Z] -rw-r--r--. 1 jenkins jenkins 127610 Nov 26 07:32 coverage.out [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 26 07:29 Dockerfile.build [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 26 07:29 .dockerignore [2020-11-26T07:32:34.927Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 26 07:29 example [2020-11-26T07:32:34.927Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 26 07:29 .git [2020-11-26T07:32:34.927Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 26 07:29 .github [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 26 07:29 .gitignore [2020-11-26T07:32:34.927Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 26 07:32 go.mod [2020-11-26T07:32:34.927Z] -rw-r--r--. 1 jenkins jenkins 13546 Nov 26 07:32 go.sum [2020-11-26T07:32:34.927Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 26 07:29 internal [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 26 07:29 Jenkinsfile [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 26 07:29 LICENSE [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 26 07:29 Makefile [2020-11-26T07:32:34.927Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 26 07:29 openapi [2020-11-26T07:32:34.927Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 26 07:29 pkg [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 26 07:29 README.md [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 26 07:29 RELEASE-NOTES.txt [2020-11-26T07:32:34.927Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 26 07:29 snap [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 26 07:27 VERSION [2020-11-26T07:32:34.927Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 26 07:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:32:35.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:35.246Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c --label arch=amd64 --label version=0.0.0 . [2020-11-26T07:32:35.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:35.282Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:35.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:35.282Z] [2020-11-26T07:32:35.282Z] Login Succeeded [2020-11-26T07:32:35.282Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:32:35.529Z] Sending build context to Docker daemon 2.484MB [2020-11-26T07:32:35.529Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T07:32:35.529Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T07:32:35.529Z] ---> 4486d8fc448a [2020-11-26T07:32:35.529Z] Step 3/24 : ARG MAKE='make build' [2020-11-26T07:32:35.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:35.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:35.847Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:35.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:35.847Z] [2020-11-26T07:32:35.847Z] Login Succeeded [2020-11-26T07:32:35.847Z] docker.io [2020-11-26T07:32:36.113Z] ---> Running in 739f63378568 [2020-11-26T07:32:36.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:32:36.382Z] Removing intermediate container 739f63378568 [2020-11-26T07:32:36.382Z] ---> 44beee825468 [2020-11-26T07:32:36.382Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-26T07:32:36.662Z] ---> Running in 2138f18d67e6 [2020-11-26T07:32:36.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:32:36.732Z] Configure a credential helper to remove this warning. See [2020-11-26T07:32:36.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:32:36.732Z] [2020-11-26T07:32:36.732Z] Login Succeeded [2020-11-26T07:32:36.732Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:32:36.751Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-26T07:32:36.955Z] Removing intermediate container 2138f18d67e6 [2020-11-26T07:32:36.955Z] ---> f680dc833392 [2020-11-26T07:32:36.955Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] echo [2020-11-26T07:32:37.233Z] ========================================================= [2020-11-26T07:32:37.233Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T07:32:37.233Z] ========================================================= [2020-11-26T07:32:37.266Z] ---> Running in 10d8f093a706 [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:32:37.556Z] Removing intermediate container 10d8f093a706 [2020-11-26T07:32:37.556Z] ---> 5011db056b7c [2020-11-26T07:32:37.556Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:32:37.556Z] ---> Running in 6cdf65dc25d5 [2020-11-26T07:32:37.639Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-26T07:32:38.252Z] Sending build context to Docker daemon 2.349MB [2020-11-26T07:32:38.252Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T07:32:38.252Z] Step 2/8 : FROM ${BASE} [2020-11-26T07:32:38.252Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T07:32:38.252Z] b538f80385f9: Pulling fs layer [2020-11-26T07:32:38.252Z] 74f711af9a0d: Pulling fs layer [2020-11-26T07:32:38.252Z] 99f96fe45779: Pulling fs layer [2020-11-26T07:32:38.252Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T07:32:38.252Z] 45590311c82a: Pulling fs layer [2020-11-26T07:32:38.252Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T07:32:38.253Z] 209524e5b208: Pulling fs layer [2020-11-26T07:32:38.253Z] 45590311c82a: Waiting [2020-11-26T07:32:38.253Z] 69ca0ff8b7b3: Waiting [2020-11-26T07:32:38.253Z] 209524e5b208: Waiting [2020-11-26T07:32:38.253Z] 8529a6b9a6be: Waiting [2020-11-26T07:32:38.253Z] 99f96fe45779: Verifying Checksum [2020-11-26T07:32:38.253Z] 99f96fe45779: Download complete [2020-11-26T07:32:38.253Z] 74f711af9a0d: Verifying Checksum [2020-11-26T07:32:38.253Z] 74f711af9a0d: Download complete [2020-11-26T07:32:38.253Z] 45590311c82a: Verifying Checksum [2020-11-26T07:32:38.253Z] 45590311c82a: Download complete [2020-11-26T07:32:38.253Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T07:32:38.253Z] 69ca0ff8b7b3: Download complete [2020-11-26T07:32:38.863Z] b538f80385f9: Verifying Checksum [2020-11-26T07:32:38.863Z] b538f80385f9: Download complete [2020-11-26T07:32:39.480Z] b538f80385f9: Pull complete [2020-11-26T07:32:39.531Z] Removing intermediate container 6cdf65dc25d5 [2020-11-26T07:32:39.531Z] ---> c54f1f6577a8 [2020-11-26T07:32:39.531Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-26T07:32:39.531Z] ---> Running in d732ceb9c612 [2020-11-26T07:32:40.104Z] 74f711af9a0d: Pull complete [2020-11-26T07:32:40.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:32:40.386Z] 99f96fe45779: Pull complete [2020-11-26T07:32:40.996Z] 209524e5b208: Verifying Checksum [2020-11-26T07:32:40.996Z] 209524e5b208: Download complete [2020-11-26T07:32:41.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:32:42.437Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T07:32:42.437Z] 8529a6b9a6be: Download complete [2020-11-26T07:32:43.096Z] OK: 166 MiB in 39 packages [2020-11-26T07:32:44.194Z] Removing intermediate container d732ceb9c612 [2020-11-26T07:32:44.194Z] ---> 382c46221aab [2020-11-26T07:32:44.194Z] Step 8/24 : COPY . . [2020-11-26T07:32:45.162Z] ---> 167c51c98f41 [2020-11-26T07:32:45.162Z] Step 9/24 : RUN ${MAKE} [2020-11-26T07:32:45.162Z] ---> Running in 31279bc0992c [2020-11-26T07:32:46.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-26T07:32:52.647Z] 8529a6b9a6be: Pull complete [2020-11-26T07:32:52.922Z] 45590311c82a: Pull complete [2020-11-26T07:32:53.197Z] 69ca0ff8b7b3: Pull complete [2020-11-26T07:32:57.520Z] 209524e5b208: Pull complete [2020-11-26T07:32:57.520Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T07:32:57.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T07:32:57.520Z] ---> 5bddaf1c2fca [2020-11-26T07:32:57.520Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:32:59.504Z] ---> Running in 5f7252e221c0 [2020-11-26T07:33:00.096Z] Removing intermediate container 5f7252e221c0 [2020-11-26T07:33:00.096Z] ---> 03b50d82f569 [2020-11-26T07:33:00.096Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:33:00.096Z] ---> Running in 022394147a1b [2020-11-26T07:33:02.722Z] Removing intermediate container 022394147a1b [2020-11-26T07:33:02.722Z] ---> 7e0c389f3326 [2020-11-26T07:33:02.722Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T07:33:02.722Z] ---> Running in c6161f7cac72 [2020-11-26T07:33:03.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:33:04.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:33:04.854Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-26T07:33:05.734Z] OK: 142 MiB in 39 packages [2020-11-26T07:33:06.753Z] Removing intermediate container c6161f7cac72 [2020-11-26T07:33:06.753Z] ---> f4fd03053ead [2020-11-26T07:33:06.753Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-26T07:33:06.753Z] ---> Running in 534dea8ed48f [2020-11-26T07:33:07.357Z] Removing intermediate container 534dea8ed48f [2020-11-26T07:33:07.357Z] ---> fc1e1188b397 [2020-11-26T07:33:07.357Z] Step 7/8 : COPY . . [2020-11-26T07:33:07.635Z] Removing intermediate container 31279bc0992c [2020-11-26T07:33:07.635Z] ---> b1f0457bbae2 [2020-11-26T07:33:07.635Z] Step 10/24 : FROM scratch [2020-11-26T07:33:07.635Z] ---> [2020-11-26T07:33:07.635Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:33:07.925Z] ---> Running in c399dcae4e47 [2020-11-26T07:33:08.228Z] Removing intermediate container c399dcae4e47 [2020-11-26T07:33:08.228Z] ---> 71cd066ae18a [2020-11-26T07:33:08.228Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-26T07:33:08.228Z] ---> Running in 6bc9c04de9e4 [2020-11-26T07:33:08.796Z] ---> 39983c68b727 [2020-11-26T07:33:08.796Z] Step 8/8 : RUN go mod download [2020-11-26T07:33:08.796Z] ---> Running in b7342e55c57c [2020-11-26T07:33:08.862Z] Removing intermediate container 6bc9c04de9e4 [2020-11-26T07:33:08.862Z] ---> 8346c8c5c3ef [2020-11-26T07:33:08.862Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T07:33:08.862Z] ---> Running in 2cebdc143429 [2020-11-26T07:33:09.372Z] Removing intermediate container 2cebdc143429 [2020-11-26T07:33:09.372Z] ---> f3a85c9840fd [2020-11-26T07:33:09.372Z] Step 14/24 : WORKDIR / [2020-11-26T07:33:09.654Z] ---> Running in 35f4adb77c3f [2020-11-26T07:33:09.981Z] Removing intermediate container 35f4adb77c3f [2020-11-26T07:33:09.981Z] ---> d2476a5b9305 [2020-11-26T07:33:09.981Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-26T07:33:10.738Z] ---> f47f7242f08e [2020-11-26T07:33:10.738Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-26T07:33:11.022Z] ---> 4345514b401b [2020-11-26T07:33:11.022Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-26T07:33:11.622Z] ---> 62963bb80bc0 [2020-11-26T07:33:11.622Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-26T07:33:12.633Z] ---> efd458565ce2 [2020-11-26T07:33:12.633Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-26T07:33:13.275Z] ---> 9ca34cc3fde7 [2020-11-26T07:33:13.275Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-26T07:33:13.608Z] ---> Running in 5d1b2fb8d6d9 [2020-11-26T07:33:14.302Z] Removing intermediate container 5d1b2fb8d6d9 [2020-11-26T07:33:14.302Z] ---> f3f22ddd2222 [2020-11-26T07:33:14.302Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:33:14.302Z] ---> Running in ccea29defb99 [2020-11-26T07:33:14.644Z] Removing intermediate container ccea29defb99 [2020-11-26T07:33:14.644Z] ---> c613834319b8 [2020-11-26T07:33:14.644Z] Step 22/24 : LABEL arch=amd64 [2020-11-26T07:33:14.644Z] ---> Running in b54f4a5760e3 [2020-11-26T07:33:15.271Z] Removing intermediate container b54f4a5760e3 [2020-11-26T07:33:15.271Z] ---> 95f8fe00fe08 [2020-11-26T07:33:15.271Z] Step 23/24 : LABEL git_sha=8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [2020-11-26T07:33:15.271Z] ---> Running in ad13e27c8635 [2020-11-26T07:33:15.570Z] Removing intermediate container ad13e27c8635 [2020-11-26T07:33:15.570Z] ---> 11fb44cdbc5d [2020-11-26T07:33:15.570Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T07:33:15.570Z] ---> Running in 7da13b545ec2 [2020-11-26T07:33:15.864Z] Removing intermediate container 7da13b545ec2 [2020-11-26T07:33:15.864Z] ---> efa4b49307bb [2020-11-26T07:33:15.864Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T07:33:15.864Z] Successfully built efa4b49307bb [2020-11-26T07:33:16.186Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T07:33:41.138Z] Removing intermediate container b7342e55c57c [2020-11-26T07:33:41.138Z] ---> 81b7558f2901 [2020-11-26T07:33:41.138Z] Successfully built 81b7558f2901 [2020-11-26T07:33:41.138Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:33:41.480Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T07:33:41.480Z] . [Pipeline] withDockerContainer [2020-11-26T07:33:41.730Z] prd-ubuntu18.04-docker-arm64-4c-16g-13520 does not seem to be running inside a container [2020-11-26T07:33:41.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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-arm64 cat [2020-11-26T07:33:43.359Z] $ docker top de93a5e0829abeed388df652e9a3a127dd828b9f493a3d4bc29547c7f6a07770 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:33:44.396Z] + go version [2020-11-26T07:33:44.396Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T07:33:44.427Z] $ docker stop --time=1 de93a5e0829abeed388df652e9a3a127dd828b9f493a3d4bc29547c7f6a07770 [2020-11-26T07:33:46.428Z] $ docker rm -f de93a5e0829abeed388df652e9a3a127dd828b9f493a3d4bc29547c7f6a07770 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:33:47.489Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T07:33:47.490Z] . [Pipeline] withDockerContainer [2020-11-26T07:33:47.770Z] prd-ubuntu18.04-docker-arm64-4c-16g-13520 does not seem to be running inside a container [2020-11-26T07:33:47.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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-arm64 cat [2020-11-26T07:33:49.567Z] $ docker top 97c645d2ac3aea8acb93bc1592fc28eaf4ec6e91dfef551a03227cb44d965622 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:33:50.640Z] + make test [2020-11-26T07:33:50.640Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T07:34:17.498Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-26T07:34:56.592Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-26T07:34:56.592Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-26T07:34:56.592Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-26T07:34:56.592Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.161s coverage: 20.6% of statements [2020-11-26T07:35:03.724Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.349s coverage: 97.1% of statements [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.142s coverage: 9.4% of statements [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.160s coverage: 21.9% of statements [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.629s coverage: 42.5% of statements [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.804s coverage: 68.9% of statements [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.193s coverage: 52.6% of statements [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.025s coverage: 68.9% of statements [2020-11-26T07:35:30.542Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.144s coverage: 4.7% of statements [2020-11-26T07:35:30.542Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-26T07:35:30.542Z] GO111MODULE=on go vet ./... [2020-11-26T07:36:03.530Z] gofmt -l . [2020-11-26T07:36:03.530Z] [ "`gofmt -l .`" = "" ] [2020-11-26T07:36:03.530Z] ./bin/test-attribution-txt.sh [2020-11-26T07:36:03.530Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T07:36:03.561Z] $ docker stop --time=1 97c645d2ac3aea8acb93bc1592fc28eaf4ec6e91dfef551a03227cb44d965622 [2020-11-26T07:36:05.747Z] $ docker rm -f 97c645d2ac3aea8acb93bc1592fc28eaf4ec6e91dfef551a03227cb44d965622 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:36:06.747Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T07:36:06.815Z] Warning: overwriting stash ‘coverage-report’ [2020-11-26T07:36:07.614Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:36:08.317Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T07:36:08.648Z] + ls -al . [2020-11-26T07:36:08.648Z] total 244 [2020-11-26T07:36:08.648Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 07:36 . [2020-11-26T07:36:08.648Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:32 .. [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 26 07:32 .dockerignore [2020-11-26T07:36:08.648Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 07:32 .git [2020-11-26T07:36:08.648Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 07:32 .github [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 26 07:32 .gitignore [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 26 07:32 Dockerfile.build [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 26 07:32 Jenkinsfile [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 26 07:32 LICENSE [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 26 07:32 Makefile [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 26 07:32 README.md [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 26 07:32 RELEASE-NOTES.txt [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 26 07:27 VERSION [2020-11-26T07:36:08.648Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 07:32 bin [2020-11-26T07:36:08.648Z] -rw-r--r-- 1 jenkins jenkins 127610 Nov 26 07:35 coverage.out [2020-11-26T07:36:08.648Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:32 example [2020-11-26T07:36:08.648Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 26 07:36 go.mod [2020-11-26T07:36:08.648Z] -rw-r--r-- 1 jenkins jenkins 13546 Nov 26 07:36 go.sum [2020-11-26T07:36:08.648Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 26 07:32 internal [2020-11-26T07:36:08.648Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:32 openapi [2020-11-26T07:36:08.648Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 07:32 pkg [2020-11-26T07:36:08.648Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:32 snap [2020-11-26T07:36:08.648Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 26 07:32 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:36:09.000Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c --label arch=arm64 --label version=0.0.0 . [2020-11-26T07:36:09.274Z] Sending build context to Docker daemon 2.478MB [2020-11-26T07:36:09.547Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T07:36:09.547Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T07:36:09.547Z] ---> 81b7558f2901 [2020-11-26T07:36:09.547Z] Step 3/24 : ARG MAKE='make build' [2020-11-26T07:36:09.821Z] ---> Running in e07bc967530c [2020-11-26T07:36:10.095Z] Removing intermediate container e07bc967530c [2020-11-26T07:36:10.095Z] ---> 097c2b150136 [2020-11-26T07:36:10.095Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-26T07:36:10.371Z] ---> Running in ba45ac04da4b [2020-11-26T07:36:10.646Z] Removing intermediate container ba45ac04da4b [2020-11-26T07:36:10.646Z] ---> 858eee75941f [2020-11-26T07:36:10.646Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:36:10.926Z] ---> Running in 803bbad451a5 [2020-11-26T07:36:11.208Z] Removing intermediate container 803bbad451a5 [2020-11-26T07:36:11.208Z] ---> fe5d2ea22f32 [2020-11-26T07:36:11.208Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:36:11.480Z] ---> Running in 80626e7ce3fd [2020-11-26T07:36:13.453Z] Removing intermediate container 80626e7ce3fd [2020-11-26T07:36:13.453Z] ---> 1a45f08d9ee1 [2020-11-26T07:36:13.453Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-26T07:36:13.728Z] ---> Running in 67806659f9ca [2020-11-26T07:36:14.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:15.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:36:15.958Z] OK: 142 MiB in 39 packages [2020-11-26T07:36:17.406Z] Removing intermediate container 67806659f9ca [2020-11-26T07:36:17.406Z] ---> 09129a12cc61 [2020-11-26T07:36:17.406Z] Step 8/24 : COPY . . [2020-11-26T07:36:18.387Z] ---> 17c54172a61f [2020-11-26T07:36:18.387Z] Step 9/24 : RUN ${MAKE} [2020-11-26T07:36:18.659Z] ---> Running in f0a50f3aee20 [2020-11-26T07:36:19.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-26T07:36:46.460Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-26T07:36:46.460Z] Removing intermediate container f0a50f3aee20 [2020-11-26T07:36:46.460Z] ---> 531f28211824 [2020-11-26T07:36:46.460Z] Step 10/24 : FROM scratch [2020-11-26T07:36:46.460Z] ---> [2020-11-26T07:36:46.460Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:36:46.460Z] ---> Running in f8379ab00c5b [2020-11-26T07:36:46.746Z] Removing intermediate container f8379ab00c5b [2020-11-26T07:36:46.746Z] ---> 4b9a859ea6ba [2020-11-26T07:36:46.746Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-26T07:36:46.746Z] ---> Running in 283e1b736056 [2020-11-26T07:36:47.341Z] Removing intermediate container 283e1b736056 [2020-11-26T07:36:47.341Z] ---> 6d730b6b80e2 [2020-11-26T07:36:47.341Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T07:36:47.341Z] ---> Running in c345d918c512 [2020-11-26T07:36:47.614Z] Removing intermediate container c345d918c512 [2020-11-26T07:36:47.614Z] ---> 538d289c7683 [2020-11-26T07:36:47.614Z] Step 14/24 : WORKDIR / [2020-11-26T07:36:47.888Z] ---> Running in 5d6e31f58a10 [2020-11-26T07:36:48.504Z] Removing intermediate container 5d6e31f58a10 [2020-11-26T07:36:48.504Z] ---> 1652f58cb928 [2020-11-26T07:36:48.504Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-26T07:36:49.506Z] ---> 936a47021a4d [2020-11-26T07:36:49.506Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-26T07:36:50.102Z] ---> d8b6eca7eb91 [2020-11-26T07:36:50.102Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-26T07:36:50.699Z] ---> 664a58004e49 [2020-11-26T07:36:50.699Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-26T07:36:51.674Z] ---> bb6eddd502c1 [2020-11-26T07:36:51.674Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-26T07:36:52.269Z] ---> 7596a7f7515b [2020-11-26T07:36:52.269Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-26T07:36:52.269Z] ---> Running in 526fa7bc410f [2020-11-26T07:36:52.868Z] Removing intermediate container 526fa7bc410f [2020-11-26T07:36:52.868Z] ---> 48fe1740847d [2020-11-26T07:36:52.868Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:36:52.868Z] ---> Running in 39fc70fadeea [2020-11-26T07:36:53.464Z] Removing intermediate container 39fc70fadeea [2020-11-26T07:36:53.464Z] ---> 34de04ca0c31 [2020-11-26T07:36:53.464Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T07:36:53.464Z] ---> Running in 67942fd5b35a [2020-11-26T07:36:54.065Z] Removing intermediate container 67942fd5b35a [2020-11-26T07:36:54.065Z] ---> 24f8bef2ee24 [2020-11-26T07:36:54.065Z] Step 23/24 : LABEL git_sha=8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [2020-11-26T07:36:54.065Z] ---> Running in 4910e7a8751e [2020-11-26T07:36:54.670Z] Removing intermediate container 4910e7a8751e [2020-11-26T07:36:54.670Z] ---> 79c357ba53dc [2020-11-26T07:36:54.670Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T07:36:54.670Z] ---> Running in cf65fea19dde [2020-11-26T07:36:55.267Z] Removing intermediate container cf65fea19dde [2020-11-26T07:36:55.267Z] ---> 1e37ef364349 [2020-11-26T07:36:55.267Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T07:36:55.267Z] Successfully built 1e37ef364349 [2020-11-26T07:36:55.267Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-26T07:36:56.712Z] provisioning config files... [2020-11-26T07:36:56.729Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config5615790059304773742tmp [Pipeline] { [Pipeline] sh [2020-11-26T07:36:57.159Z] + set +x [2020-11-26T07:36:57.159Z] + curl -s https://codecov.io/bash [2020-11-26T07:36:57.159Z] + bash -s -- [2020-11-26T07:36:57.422Z] [2020-11-26T07:36:57.422Z] _____ _ [2020-11-26T07:36:57.422Z] / ____| | | [2020-11-26T07:36:57.422Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T07:36:57.422Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T07:36:57.422Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T07:36:57.422Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T07:36:57.422Z] Bash-20201124-79cbc08 [2020-11-26T07:36:57.422Z] [2020-11-26T07:36:57.422Z] [2020-11-26T07:36:57.422Z] ==> Jenkins CI detected. [2020-11-26T07:36:57.422Z] project root: . [2020-11-26T07:36:57.422Z] --> token set from env [2020-11-26T07:36:57.422Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T07:36:57.422Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T07:36:57.422Z] ==> Python coveragepy not found [2020-11-26T07:36:57.422Z] ==> Searching for coverage reports in: [2020-11-26T07:36:57.422Z] + . [2020-11-26T07:36:57.422Z] -> Found 1 reports [2020-11-26T07:36:57.422Z] ==> Detecting git/mercurial file structure [2020-11-26T07:36:57.422Z] ==> Reading reports [2020-11-26T07:36:57.422Z] + ./coverage.out bytes=127610 [2020-11-26T07:36:57.422Z] ==> Appending adjustments [2020-11-26T07:36:57.422Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T07:36:57.997Z] + Found adjustments [2020-11-26T07:36:57.997Z] ==> Gzipping contents [2020-11-26T07:36:57.997Z] 24K /tmp/codecov.8KNcuu.gz [2020-11-26T07:36:57.997Z] ==> Uploading reports [2020-11-26T07:36:57.997Z] url: https://codecov.io [2020-11-26T07:36:57.997Z] query: branch=PR-659&commit=8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-659%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=659&job=&cmd_args= [2020-11-26T07:36:57.997Z] -> Pinging Codecov [2020-11-26T07:36:57.997Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-659&commit=8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-659%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=659&job=&cmd_args= [2020-11-26T07:36:58.575Z] -> Uploading to [2020-11-26T07:36:58.575Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/7E55EF52A471D76F132DFD9A03CDDE97/8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c/3f0014fe-b43e-4b86-a680-09631a2aa92f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T073658Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8280e97aff43101b69a5a9c1eb90db5999de51989982ad0ddaee02ab3b2a85ad [2020-11-26T07:36:58.575Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T07:36:58.575Z] Dload Upload Total Spent Left Speed [2020-11-26T07:37:00.678Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 20885 0 0 100 20885 0 9062 0:00:02 0:00:02 --:--:-- 9064 [2020-11-26T07:37:00.678Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8f88dc283eaff3a5a96e2bcd9c1af310d2bb571c [Pipeline] } [2020-11-26T07:37:00.688Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:03.605Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:04.188Z] ---> package-listing.sh [2020-11-26T07:37:04.188Z] ++ facter osfamily [2020-11-26T07:37:04.188Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T07:37:04.188Z] + OS_FAMILY=redhat [2020-11-26T07:37:04.188Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T07:37:04.188Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T07:37:04.188Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T07:37:04.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T07:37:04.188Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T07:37:04.188Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' [2020-11-26T07:37:04.188Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T07:37:04.188Z] + case "${OS_FAMILY}" in [2020-11-26T07:37:04.188Z] + rpm -qa [2020-11-26T07:37:04.188Z] + sort [2020-11-26T07:37:09.510Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T07:37:09.510Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T07:37:09.510Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T07:37:09.510Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' [2020-11-26T07:37:09.510Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ [2020-11-26T07:37:09.510Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ [Pipeline] echo [2020-11-26T07:37:09.524Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-659/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T07:37:09.827Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:37:10.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:37:10.137Z] [2020-11-26T07:37:10.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:37:10.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:37:10.494Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T07:37:10.494Z] df20fa9351a1: Pulling fs layer [2020-11-26T07:37:10.494Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T07:37:10.494Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T07:37:10.494Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T07:37:10.494Z] 93b61091891f: Pulling fs layer [2020-11-26T07:37:10.494Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T07:37:10.494Z] 5e14af77c1be: Pulling fs layer [2020-11-26T07:37:10.494Z] 01666e4c0597: Pulling fs layer [2020-11-26T07:37:10.494Z] aa168da1d23b: Pulling fs layer [2020-11-26T07:37:10.494Z] 93b9cdb0e59b: Waiting [2020-11-26T07:37:10.494Z] 5e14af77c1be: Waiting [2020-11-26T07:37:10.494Z] 01666e4c0597: Waiting [2020-11-26T07:37:10.494Z] aa168da1d23b: Waiting [2020-11-26T07:37:10.494Z] 46f8f816bc3b: Waiting [2020-11-26T07:37:10.494Z] 93b61091891f: Waiting [2020-11-26T07:37:10.494Z] 36b3adc4ff6f: Download complete [2020-11-26T07:37:10.494Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T07:37:10.494Z] 46f8f816bc3b: Download complete [2020-11-26T07:37:10.494Z] df20fa9351a1: Verifying Checksum [2020-11-26T07:37:10.494Z] df20fa9351a1: Download complete [2020-11-26T07:37:10.494Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T07:37:10.494Z] 93b9cdb0e59b: Download complete [2020-11-26T07:37:10.758Z] 5e14af77c1be: Verifying Checksum [2020-11-26T07:37:10.758Z] 5e14af77c1be: Download complete [2020-11-26T07:37:10.758Z] 93b61091891f: Verifying Checksum [2020-11-26T07:37:10.759Z] 93b61091891f: Download complete [2020-11-26T07:37:10.759Z] 01666e4c0597: Verifying Checksum [2020-11-26T07:37:10.759Z] 01666e4c0597: Download complete [2020-11-26T07:37:11.021Z] df20fa9351a1: Pull complete [2020-11-26T07:37:11.021Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T07:37:11.021Z] 8ad3a11d3b57: Download complete [2020-11-26T07:37:11.021Z] 36b3adc4ff6f: Pull complete [2020-11-26T07:37:11.982Z] 8ad3a11d3b57: Pull complete [2020-11-26T07:37:11.982Z] 46f8f816bc3b: Pull complete [2020-11-26T07:37:13.387Z] aa168da1d23b: Verifying Checksum [2020-11-26T07:37:13.387Z] aa168da1d23b: Download complete [2020-11-26T07:37:13.387Z] 93b61091891f: Pull complete [2020-11-26T07:37:13.649Z] 93b9cdb0e59b: Pull complete [2020-11-26T07:37:13.915Z] 5e14af77c1be: Pull complete [2020-11-26T07:37:13.915Z] 01666e4c0597: Pull complete [2020-11-26T07:37:20.541Z] aa168da1d23b: Pull complete [2020-11-26T07:37:20.541Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T07:37:20.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T07:37:20.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T07:37:20.731Z] prd-centos7-docker-4c-2g-13511 does not seem to be running inside a container [2020-11-26T07:37:20.780Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-659/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-659 -v /w/workspace/dgexfoundry_device-sdk-go_PR-659:/w/workspace/dgexfoundry_device-sdk-go_PR-659:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-659@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:alpine cat [2020-11-26T07:37:24.289Z] $ docker top 35b5587ea2d56344181c02b9904a3b0d2bfa8456dbf23fa8ac19455e85f6d329 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:37:24.858Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T07:37:25.160Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T07:37:25.464Z] + ls /var/log/sa-host [2020-11-26T07:37:25.464Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T07:37:25.464Z] file_magic: OK [2020-11-26T07:37:25.464Z] HZ: Using current value: 100 [2020-11-26T07:37:25.464Z] file_header: OK [2020-11-26T07:37:25.464Z] 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 [2020-11-26T07:37:25.464Z] Statistics: [2020-11-26T07:37:25.464Z] Hnuu...uuuununununu... [2020-11-26T07:37:25.464Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T07:37:25.464Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T07:37:25.464Z] file_magic: OK [2020-11-26T07:37:25.464Z] HZ: Using current value: 100 [2020-11-26T07:37:25.464Z] file_header: OK [2020-11-26T07:37:25.464Z] 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 [2020-11-26T07:37:25.464Z] Statistics: [2020-11-26T07:37:25.464Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T07:37:25.464Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T07:37:25.703Z] provisioning config files... [2020-11-26T07:37:25.718Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config8662006121151405436tmp [Pipeline] { [Pipeline] echo [2020-11-26T07:37:25.809Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:26.108Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T07:37:26.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T07:37:26.206Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:26.505Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T07:37:26.517Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:26.820Z] ---> sudo-logs.sh [2020-11-26T07:37:26.820Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T07:37:26.833Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:27.137Z] ---> job-cost.sh [2020-11-26T07:37:27.138Z] lf-activate-venv: SKIPPING [2020-11-26T07:37:27.138Z] INFO: No Stack... [2020-11-26T07:37:28.087Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T07:37:28.350Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T07:37:28.365Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:37:28.662Z] ---> logs-deploy.sh [2020-11-26T07:37:28.662Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-659/3 [2020-11-26T07:37:28.662Z] INFO: archiving workspace using pattern(s): [2020-11-26T07:37:30.583Z] Archives upload complete. [2020-11-26T07:37:30.583Z] INFO: archiving logs to Nexus