Pull request #686 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at c21ff6277396b81a1001baea71274dd2dd19f737 rather than c87251bf569d32dfb39ff8fe99e0140a145998b0 Obtained Jenkinsfile from c21ff6277396b81a1001baea71274dd2dd19f737 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-15363 in /w/workspace/dgexfoundry_device-sdk-go_PR-686 [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-686 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/686/head:refs/remotes/origin/PR-686 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit c87251bf569d32dfb39ff8fe99e0140a145998b0 Merge succeeded, producing c87251bf569d32dfb39ff8fe99e0140a145998b0 Checking out Revision c87251bf569d32dfb39ff8fe99e0140a145998b0 (PR-686) > git config core.sparsecheckout # timeout=10 > git checkout -f c87251bf569d32dfb39ff8fe99e0140a145998b0 # 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 c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c87251bf569d32dfb39ff8fe99e0140a145998b0 # timeout=10 Commit message: "Refactor: remove github.com/pkg/errors from Attribution.txt" > git rev-list --no-walk d72cc10d2d063d512d9bc35b15c6e16400e128c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T10:39:22.334Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T10:39:22.657Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T10:39:22.790Z] ========================================================= [2020-12-10T10:39:22.791Z] EdgeX Global Pipelines Version Info [2020-12-10T10:39:22.791Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:39:24.281Z] ------------------- [2020-12-10T10:39:24.281Z] stable info: [2020-12-10T10:39:24.281Z] ------------------- [2020-12-10T10:39:24.281Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T10:39:24.281Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T10:39:24.281Z] Message: update stable to v1.0.172 [2020-12-10T10:39:25.244Z] ------------------- [2020-12-10T10:39:25.244Z] experimental info: [2020-12-10T10:39:25.244Z] ------------------- [2020-12-10T10:39:25.244Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T10:39:25.244Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T10:39:25.244Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T10:39:25.531Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-10T10:39:25.631Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-10T10:39:25.738Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T10:39:25.846Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T10:39:25.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T10:39:26.062Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T10:39:26.170Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T10:39:26.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T10:39:26.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-10T10:39:26.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T10:39:26.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T10:39:26.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-10T10:39:26.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T10:39:26.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T10:39:27.007Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T10:39:27.169Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T10:39:27.287Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T10:39:27.385Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-10T10:39:27.482Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T10:39:27.581Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-10T10:39:27.686Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-10T10:39:27.792Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-10T10:39:27.892Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-10T10:39:27.994Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-10T10:39:28.093Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-10T10:39:28.410Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T10:39:28.509Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-686 [Pipeline] echo [2020-12-10T10:39:28.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-686 [Pipeline] echo [2020-12-10T10:39:28.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-686 [Pipeline] echo [2020-12-10T10:39:28.811Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c87251bf569d32dfb39ff8fe99e0140a145998b0 [Pipeline] echo [2020-12-10T10:39:28.905Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c87251b [Pipeline] echo [2020-12-10T10:39:29.061Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T10:39:29.250Z] provisioning config files... [2020-12-10T10:39:29.287Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/config332873223053513649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:39:29.653Z] ---> docker-login.sh [2020-12-10T10:39:29.654Z] nexus3.edgexfoundry.org:10001 [2020-12-10T10:39:29.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:39:30.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:39:30.179Z] Configure a credential helper to remove this warning. See [2020-12-10T10:39:30.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:39:30.179Z] [2020-12-10T10:39:30.179Z] Login Succeeded [2020-12-10T10:39:30.179Z] nexus3.edgexfoundry.org:10002 [2020-12-10T10:39:30.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:39:30.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:39:30.442Z] Configure a credential helper to remove this warning. See [2020-12-10T10:39:30.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:39:30.442Z] [2020-12-10T10:39:30.442Z] Login Succeeded [2020-12-10T10:39:30.442Z] nexus3.edgexfoundry.org:10003 [2020-12-10T10:39:30.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:39:30.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:39:30.442Z] Configure a credential helper to remove this warning. See [2020-12-10T10:39:30.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:39:30.442Z] [2020-12-10T10:39:30.442Z] Login Succeeded [2020-12-10T10:39:30.442Z] nexus3.edgexfoundry.org:10004 [2020-12-10T10:39:30.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:39:30.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:39:30.706Z] Configure a credential helper to remove this warning. See [2020-12-10T10:39:30.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:39:30.706Z] [2020-12-10T10:39:30.706Z] Login Succeeded [2020-12-10T10:39:30.706Z] docker.io [2020-12-10T10:39:30.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:39:30.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:39:30.967Z] Configure a credential helper to remove this warning. See [2020-12-10T10:39:30.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:39:30.968Z] [2020-12-10T10:39:30.968Z] Login Succeeded [2020-12-10T10:39:30.968Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T10:39:30.977Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T10:39:31.952Z] + git log --format=format:%s -1 c87251bf569d32dfb39ff8fe99e0140a145998b0 [Pipeline] echo [2020-12-10T10:39:32.020Z] GIT_COMMIT: c87251bf569d32dfb39ff8fe99e0140a145998b0, Commit Message: Refactor: remove github.com/pkg/errors from Attribution.txt [Pipeline] echo [2020-12-10T10:39:32.068Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:39:33.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T10:39:33.124Z] [2020-12-10T10:39:33.124Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:39:33.479Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T10:39:33.479Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T10:39:33.479Z] 31603596830f: Pulling fs layer [2020-12-10T10:39:33.479Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T10:39:33.479Z] 6ca5941a6612: Pulling fs layer [2020-12-10T10:39:33.479Z] ecc8261a40a4: Pulling fs layer [2020-12-10T10:39:33.479Z] ecc8261a40a4: Waiting [2020-12-10T10:39:33.479Z] 2a8b12db71e7: Verifying Checksum [2020-12-10T10:39:33.479Z] 2a8b12db71e7: Download complete [2020-12-10T10:39:33.744Z] 31603596830f: Verifying Checksum [2020-12-10T10:39:33.744Z] 31603596830f: Download complete [2020-12-10T10:39:33.744Z] ecc8261a40a4: Verifying Checksum [2020-12-10T10:39:33.744Z] ecc8261a40a4: Download complete [2020-12-10T10:39:33.744Z] 6ca5941a6612: Download complete [2020-12-10T10:39:34.006Z] 31603596830f: Pull complete [2020-12-10T10:39:34.006Z] 2a8b12db71e7: Pull complete [2020-12-10T10:39:34.962Z] 6ca5941a6612: Pull complete [2020-12-10T10:39:35.226Z] ecc8261a40a4: Pull complete [2020-12-10T10:39:35.226Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T10:39:35.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T10:39:35.226Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T10:39:35.331Z] prd-centos7-docker-4c-2g-15363 does not seem to be running inside a container [2020-12-10T10:39:35.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-686 -v /w/workspace/dgexfoundry_device-sdk-go_PR-686:/w/workspace/dgexfoundry_device-sdk-go_PR-686:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-10T10:39:37.786Z] $ docker top 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T10:39:38.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T10:39:38.095Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T10:39:38.317Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T10:39:38.325Z] $ docker exec 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 ssh-agent [2020-12-10T10:39:38.496Z] SSH_AUTH_SOCK=/tmp/ssh-lvcSYZDEfhux/agent.12 [2020-12-10T10:39:38.496Z] SSH_AGENT_PID=18 [2020-12-10T10:39:38.508Z] Running ssh-add (command line suppressed) [2020-12-10T10:39:38.631Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/private_key_3651615969133809552.key (/w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/private_key_3651615969133809552.key) [2020-12-10T10:39:38.684Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T10:39:39.033Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T10:39:39.061Z] $ docker exec --env ******** --env ******** 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 ssh-agent -k [2020-12-10T10:39:39.174Z] unset SSH_AUTH_SOCK; [2020-12-10T10:39:39.174Z] unset SSH_AGENT_PID; [2020-12-10T10:39:39.175Z] echo Agent pid 18 killed; [2020-12-10T10:39:39.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T10:39:39.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T10:39:39.366Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T10:39:39.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T10:39:39.532Z] $ docker exec 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 ssh-agent [2020-12-10T10:39:39.685Z] SSH_AUTH_SOCK=/tmp/ssh-2xwWx6my01gb/agent.47 [2020-12-10T10:39:39.685Z] SSH_AGENT_PID=52 [2020-12-10T10:39:39.692Z] Running ssh-add (command line suppressed) [2020-12-10T10:39:39.808Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/private_key_6944203251602123331.key (/w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/private_key_6944203251602123331.key) [2020-12-10T10:39:39.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T10:39:40.189Z] + git semver init [2020-12-10T10:39:40.189Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T10:39:40.189Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-686/.git [2020-12-10T10:39:40.189Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-686 [2020-12-10T10:39:40.189Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T10:39:40.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T10:39:40.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T10:39:40.189Z] # $SEMVER_BRANCH = PR-686 [2020-12-10T10:39:40.189Z] # $SEMVER_TEMP = /tmp/semver-795137193 [2020-12-10T10:39:40.189Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-10T10:39:40.762Z] # '/tmp/semver-795137193' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-686/.semver' [2020-12-10T10:39:41.024Z] # -> Force: false [2020-12-10T10:39:41.024Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-686/.semver [Pipeline] } [2020-12-10T10:39:41.040Z] $ docker exec --env ******** --env ******** 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 ssh-agent -k [2020-12-10T10:39:41.158Z] unset SSH_AUTH_SOCK; [2020-12-10T10:39:41.159Z] unset SSH_AGENT_PID; [2020-12-10T10:39:41.159Z] echo Agent pid 52 killed; [2020-12-10T10:39:41.196Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T10:39:41.691Z] + git semver [Pipeline] } [2020-12-10T10:39:41.712Z] $ docker stop --time=1 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 [2020-12-10T10:39:43.224Z] $ docker rm -f 7d49f9606f959e1683c183f74dd11985ca4e99bec623deb4abee184a0d2ade38 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T10:39:43.696Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T10:39:44.179Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T10:39:44.181Z] [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-12-10T10:39:59.814Z] Still waiting to schedule task [2020-12-10T10:39:59.814Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15363’ [2020-12-10T10:39:59.816Z] Still waiting to schedule task [2020-12-10T10:39:59.817Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-10T10:41:47.849Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15364 in /w/workspace/dgexfoundry_device-sdk-go_PR-686 [Pipeline] { [Pipeline] ws [2020-12-10T10:41:47.909Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-12-10T10:41:53.148Z] using credential edgex-jenkins-ssh [2020-12-10T10:41:53.243Z] Cloning the remote Git repository [2020-12-10T10:41:53.329Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T10:41:53.436Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-12-10T10:41:53.531Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T10:41:53.532Z] > git --version # timeout=10 [2020-12-10T10:41:53.553Z] > git --version # 'git version 2.17.1' [2020-12-10T10:41:53.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T10:41:53.603Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T10:41:55.397Z] Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit c87251bf569d32dfb39ff8fe99e0140a145998b0 [2020-12-10T10:41:54.665Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T10:41:54.684Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T10:41:54.710Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T10:41:54.757Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T10:41:54.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T10:41:54.775Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/686/head:refs/remotes/origin/PR-686 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T10:41:55.438Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T10:41:55.465Z] > git checkout -f c87251bf569d32dfb39ff8fe99e0140a145998b0 # timeout=10 [2020-12-10T10:41:55.662Z] Merge succeeded, producing c87251bf569d32dfb39ff8fe99e0140a145998b0 [2020-12-10T10:41:55.662Z] Checking out Revision c87251bf569d32dfb39ff8fe99e0140a145998b0 (PR-686) [2020-12-10T10:41:55.573Z] > git remote # timeout=10 [2020-12-10T10:41:55.595Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T10:41:55.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T10:41:55.630Z] > git merge c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 [2020-12-10T10:41:55.654Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T10:41:55.688Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T10:41:55.700Z] > git checkout -f c87251bf569d32dfb39ff8fe99e0140a145998b0 # timeout=10 [2020-12-10T10:42:00.089Z] Commit message: "Refactor: remove github.com/pkg/errors from Attribution.txt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T10:42:01.747Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T10:42:02.171Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T10:42:02.569Z] + sudo service docker restart [2020-12-10T10:42:02.569Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T10:42:05.277Z] provisioning config files... [2020-12-10T10:42:05.328Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3033220433603525131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:42:05.784Z] ---> docker-login.sh [2020-12-10T10:42:05.784Z] nexus3.edgexfoundry.org:10001 [2020-12-10T10:42:06.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:07.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:07.043Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:07.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:07.043Z] [2020-12-10T10:42:07.043Z] Login Succeeded [2020-12-10T10:42:07.043Z] nexus3.edgexfoundry.org:10002 [2020-12-10T10:42:07.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:07.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:07.590Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:07.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:07.590Z] [2020-12-10T10:42:07.590Z] Login Succeeded [2020-12-10T10:42:07.590Z] nexus3.edgexfoundry.org:10003 [2020-12-10T10:42:07.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:07.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:07.867Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:07.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:07.867Z] [2020-12-10T10:42:07.867Z] Login Succeeded [2020-12-10T10:42:07.867Z] nexus3.edgexfoundry.org:10004 [2020-12-10T10:42:08.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:08.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:08.467Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:08.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:08.467Z] [2020-12-10T10:42:08.467Z] Login Succeeded [2020-12-10T10:42:08.467Z] docker.io [2020-12-10T10:42:09.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:09.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:09.342Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:09.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:09.342Z] [2020-12-10T10:42:09.342Z] Login Succeeded [2020-12-10T10:42:09.342Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T10:42:09.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T10:42:09.836Z] ========================================================= [2020-12-10T10:42:09.836Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T10:42:09.836Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:42:10.243Z] + 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-12-10T10:42:10.849Z] Sending build context to Docker daemon 2.451MB [2020-12-10T10:42:10.849Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T10:42:10.849Z] Step 2/8 : FROM ${BASE} [2020-12-10T10:42:10.849Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T10:42:10.849Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T10:42:10.849Z] a4357932f1b6: Pulling fs layer [2020-12-10T10:42:10.849Z] 18c013af1878: Pulling fs layer [2020-12-10T10:42:10.849Z] 00ac8860ef70: Pulling fs layer [2020-12-10T10:42:10.849Z] 63d7cb157983: Pulling fs layer [2020-12-10T10:42:10.849Z] b116817d02f9: Pulling fs layer [2020-12-10T10:42:10.849Z] 745a02a5169b: Pulling fs layer [2020-12-10T10:42:10.849Z] 63d7cb157983: Waiting [2020-12-10T10:42:10.849Z] b116817d02f9: Waiting [2020-12-10T10:42:10.849Z] 745a02a5169b: Waiting [2020-12-10T10:42:10.849Z] 00ac8860ef70: Waiting [2020-12-10T10:42:10.849Z] 18c013af1878: Verifying Checksum [2020-12-10T10:42:10.849Z] 18c013af1878: Download complete [2020-12-10T10:42:10.849Z] a4357932f1b6: Verifying Checksum [2020-12-10T10:42:10.849Z] a4357932f1b6: Download complete [2020-12-10T10:42:10.849Z] 63d7cb157983: Verifying Checksum [2020-12-10T10:42:10.849Z] 63d7cb157983: Download complete [2020-12-10T10:42:10.849Z] 5f621e34cdf4: Verifying Checksum [2020-12-10T10:42:10.849Z] b116817d02f9: Verifying Checksum [2020-12-10T10:42:10.849Z] b116817d02f9: Download complete [2020-12-10T10:42:11.465Z] 5f621e34cdf4: Pull complete [2020-12-10T10:42:12.068Z] a4357932f1b6: Pull complete [2020-12-10T10:42:12.688Z] 18c013af1878: Pull complete [2020-12-10T10:42:14.137Z] 745a02a5169b: Verifying Checksum [2020-12-10T10:42:14.137Z] 745a02a5169b: Download complete [2020-12-10T10:42:14.736Z] 00ac8860ef70: Download complete [2020-12-10T10:42:23.297Z] Running on prd-centos7-docker-4c-2g-15365 in /w/workspace/dgexfoundry_device-sdk-go_PR-686 [Pipeline] { [Pipeline] ws [2020-12-10T10:42:23.421Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-12-10T10:42:24.908Z] 00ac8860ef70: Pull complete [2020-12-10T10:42:24.908Z] 63d7cb157983: Pull complete [2020-12-10T10:42:25.501Z] b116817d02f9: Pull complete [2020-12-10T10:42:25.862Z] using credential edgex-jenkins-ssh [2020-12-10T10:42:25.948Z] Cloning the remote Git repository [2020-12-10T10:42:25.973Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T10:42:26.037Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-12-10T10:42:26.093Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T10:42:26.093Z] > git --version # timeout=10 [2020-12-10T10:42:26.101Z] > git --version # 'git version 2.24.3' [2020-12-10T10:42:26.102Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T10:42:26.137Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T10:42:26.874Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T10:42:26.884Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T10:42:26.897Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-10T10:42:26.910Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-10T10:42:26.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T10:42:26.915Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/686/head:refs/remotes/origin/PR-686 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T10:42:27.411Z] Merging remotes/origin/master commit c21ff6277396b81a1001baea71274dd2dd19f737 into PR head commit c87251bf569d32dfb39ff8fe99e0140a145998b0 [2020-12-10T10:42:27.503Z] Merge succeeded, producing c87251bf569d32dfb39ff8fe99e0140a145998b0 [2020-12-10T10:42:27.503Z] Checking out Revision c87251bf569d32dfb39ff8fe99e0140a145998b0 (PR-686) [2020-12-10T10:42:27.421Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T10:42:27.427Z] > git checkout -f c87251bf569d32dfb39ff8fe99e0140a145998b0 # timeout=10 [2020-12-10T10:42:27.475Z] > git remote # timeout=10 [2020-12-10T10:42:27.481Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T10:42:27.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T10:42:27.490Z] > git merge c21ff6277396b81a1001baea71274dd2dd19f737 # timeout=10 [2020-12-10T10:42:27.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T10:42:27.508Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T10:42:27.514Z] > git checkout -f c87251bf569d32dfb39ff8fe99e0140a145998b0 # timeout=10 [2020-12-10T10:42:28.910Z] 745a02a5169b: Pull complete [2020-12-10T10:42:28.910Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T10:42:28.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T10:42:28.910Z] ---> b7e6874047d6 [2020-12-10T10:42:28.910Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T10:42:31.122Z] Commit message: "Refactor: remove github.com/pkg/errors from Attribution.txt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T10:42:32.316Z] ---> Running in 66f27a8bda19 [2020-12-10T10:42:32.316Z] Removing intermediate container 66f27a8bda19 [2020-12-10T10:42:32.316Z] ---> 577a9e10ec08 [2020-12-10T10:42:32.316Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T10:42:32.409Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T10:42:32.592Z] ---> Running in f42e2cfa7e50 [2020-12-10T10:42:32.754Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T10:42:33.053Z] + sudo service docker restart [2020-12-10T10:42:33.053Z] + true [2020-12-10T10:42:33.053Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T10:42:34.072Z] provisioning config files... [2020-12-10T10:42:34.097Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2083946562561020306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:42:34.498Z] ---> docker-login.sh [2020-12-10T10:42:34.498Z] nexus3.edgexfoundry.org:10001 [2020-12-10T10:42:34.596Z] Removing intermediate container f42e2cfa7e50 [2020-12-10T10:42:34.596Z] ---> b56589f87375 [2020-12-10T10:42:34.596Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-10T10:42:34.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:34.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:34.761Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:34.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:34.761Z] [2020-12-10T10:42:34.761Z] Login Succeeded [2020-12-10T10:42:34.761Z] nexus3.edgexfoundry.org:10002 [2020-12-10T10:42:34.870Z] ---> Running in 8eba9aefd6a3 [2020-12-10T10:42:35.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:35.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:35.023Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:35.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:35.023Z] [2020-12-10T10:42:35.023Z] Login Succeeded [2020-12-10T10:42:35.023Z] nexus3.edgexfoundry.org:10003 [2020-12-10T10:42:35.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:35.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:35.286Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:35.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:35.286Z] [2020-12-10T10:42:35.286Z] Login Succeeded [2020-12-10T10:42:35.286Z] nexus3.edgexfoundry.org:10004 [2020-12-10T10:42:35.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:35.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:35.286Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:35.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:35.286Z] [2020-12-10T10:42:35.286Z] Login Succeeded [2020-12-10T10:42:35.286Z] docker.io [2020-12-10T10:42:35.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T10:42:35.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T10:42:35.810Z] Configure a credential helper to remove this warning. See [2020-12-10T10:42:35.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T10:42:35.810Z] [2020-12-10T10:42:35.810Z] Login Succeeded [2020-12-10T10:42:35.810Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T10:42:35.819Z] Deleting 1 temporary files [2020-12-10T10:42:35.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T10:42:36.117Z] ========================================================= [2020-12-10T10:42:36.117Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T10:42:36.117Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:42:36.459Z] + 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-12-10T10:42:36.459Z] Sending build context to Docker daemon 2.452MB [2020-12-10T10:42:36.459Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-10T10:42:36.459Z] Step 2/8 : FROM ${BASE} [2020-12-10T10:42:36.720Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T10:42:36.720Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T10:42:36.720Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T10:42:36.720Z] de9db76c5a1d: Pulling fs layer [2020-12-10T10:42:36.720Z] bca2f99d35d6: Pulling fs layer [2020-12-10T10:42:36.720Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T10:42:36.720Z] 7c6f9722023f: Pulling fs layer [2020-12-10T10:42:36.720Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T10:42:36.720Z] 93359f2a8cfa: Waiting [2020-12-10T10:42:36.720Z] bca2f99d35d6: Waiting [2020-12-10T10:42:36.720Z] 7c6f9722023f: Waiting [2020-12-10T10:42:36.720Z] a35cf1a2eb13: Waiting [2020-12-10T10:42:36.720Z] de9db76c5a1d: Verifying Checksum [2020-12-10T10:42:36.720Z] de9db76c5a1d: Download complete [2020-12-10T10:42:36.720Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T10:42:36.720Z] 0ef7d3d256c8: Download complete [2020-12-10T10:42:36.720Z] 93359f2a8cfa: Verifying Checksum [2020-12-10T10:42:36.720Z] 93359f2a8cfa: Download complete [2020-12-10T10:42:36.720Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T10:42:36.720Z] 188c0c94c7c5: Download complete [2020-12-10T10:42:36.720Z] 7c6f9722023f: Verifying Checksum [2020-12-10T10:42:36.720Z] 7c6f9722023f: Download complete [2020-12-10T10:42:36.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T10:42:36.989Z] 188c0c94c7c5: Pull complete [2020-12-10T10:42:37.251Z] 0ef7d3d256c8: Pull complete [2020-12-10T10:42:37.251Z] de9db76c5a1d: Pull complete [2020-12-10T10:42:37.432Z] OK: 142 MiB in 39 packages [2020-12-10T10:42:38.648Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T10:42:38.648Z] a35cf1a2eb13: Download complete [2020-12-10T10:42:38.873Z] Removing intermediate container 8eba9aefd6a3 [2020-12-10T10:42:38.873Z] ---> 569628e67e6a [2020-12-10T10:42:38.873Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-10T10:42:38.873Z] ---> Running in b713c244150e [2020-12-10T10:42:39.471Z] Removing intermediate container b713c244150e [2020-12-10T10:42:39.471Z] ---> a2c14a38c2e4 [2020-12-10T10:42:39.471Z] Step 7/8 : COPY . . [2020-12-10T10:42:39.595Z] bca2f99d35d6: Verifying Checksum [2020-12-10T10:42:39.595Z] bca2f99d35d6: Download complete [2020-12-10T10:42:40.907Z] ---> 99b2306c4189 [2020-12-10T10:42:40.908Z] Step 8/8 : RUN go mod download [2020-12-10T10:42:40.908Z] ---> Running in 898dfe4c663a [2020-12-10T10:42:44.957Z] bca2f99d35d6: Pull complete [2020-12-10T10:42:44.957Z] 93359f2a8cfa: Pull complete [2020-12-10T10:42:44.957Z] 7c6f9722023f: Pull complete [2020-12-10T10:42:53.129Z] a35cf1a2eb13: Pull complete [2020-12-10T10:42:53.129Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T10:42:53.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T10:42:53.129Z] ---> a62c8e92a672 [2020-12-10T10:42:53.129Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T10:42:53.129Z] ---> Running in 8154171d316f [2020-12-10T10:42:53.129Z] Removing intermediate container 8154171d316f [2020-12-10T10:42:53.129Z] ---> a2e7a9c0f5b2 [2020-12-10T10:42:53.129Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T10:42:53.129Z] ---> Running in 2f9055609b46 [2020-12-10T10:42:53.710Z] Removing intermediate container 2f9055609b46 [2020-12-10T10:42:53.710Z] ---> 33faf957493f [2020-12-10T10:42:53.710Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-10T10:42:53.710Z] ---> Running in 555bd95ae519 [2020-12-10T10:42:55.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T10:42:55.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T10:42:55.943Z] OK: 166 MiB in 39 packages [2020-12-10T10:42:56.205Z] Removing intermediate container 555bd95ae519 [2020-12-10T10:42:56.205Z] ---> 7d564f7099ab [2020-12-10T10:42:56.205Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-10T10:42:56.467Z] ---> Running in 3ccb70cd4fd6 [2020-12-10T10:42:56.467Z] Removing intermediate container 3ccb70cd4fd6 [2020-12-10T10:42:56.467Z] ---> b2427686801e [2020-12-10T10:42:56.467Z] Step 7/8 : COPY . . [2020-12-10T10:42:57.856Z] ---> 8cfad281a16a [2020-12-10T10:42:57.856Z] Step 8/8 : RUN go mod download [2020-12-10T10:42:57.856Z] ---> Running in 0914d6e27055 [2020-12-10T10:43:03.123Z] Removing intermediate container 898dfe4c663a [2020-12-10T10:43:03.123Z] ---> acd1f9507e2e [2020-12-10T10:43:03.123Z] Successfully built acd1f9507e2e [2020-12-10T10:43:03.123Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:43:03.466Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T10:43:03.466Z] . [Pipeline] withDockerContainer [2020-12-10T10:43:03.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-15364 does not seem to be running inside a container [2020-12-10T10:43:03.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T10:43:05.326Z] $ docker top 6455ceb2152d6c288ca353e7fb7deb55e7142b75c56fe4ab4d8503575ee33776 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T10:43:06.320Z] + go version [2020-12-10T10:43:06.320Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T10:43:06.371Z] $ docker stop --time=1 6455ceb2152d6c288ca353e7fb7deb55e7142b75c56fe4ab4d8503575ee33776 [2020-12-10T10:43:08.280Z] $ docker rm -f 6455ceb2152d6c288ca353e7fb7deb55e7142b75c56fe4ab4d8503575ee33776 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:43:09.324Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T10:43:09.324Z] . [Pipeline] withDockerContainer [2020-12-10T10:43:09.594Z] prd-ubuntu18.04-docker-arm64-4c-16g-15364 does not seem to be running inside a container [2020-12-10T10:43:09.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T10:43:11.261Z] $ docker top 29d6af7f1d0d3c5e5915bbb2ad2ae5d3041e34f3f84a2b3aece22b3df6a77faf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T10:43:12.297Z] + make test [2020-12-10T10:43:12.297Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T10:43:16.016Z] Removing intermediate container 0914d6e27055 [2020-12-10T10:43:16.016Z] ---> 31e11d1f4127 [2020-12-10T10:43:16.016Z] Successfully built 31e11d1f4127 [2020-12-10T10:43:16.016Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:43:16.326Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T10:43:16.326Z] . [Pipeline] withDockerContainer [2020-12-10T10:43:16.603Z] prd-centos7-docker-4c-2g-15365 does not seem to be running inside a container [2020-12-10T10:43:16.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T10:43:18.020Z] $ docker top 0e5a59cd27ac70a37e1ff8fcd606b5c065f1c6c7458a16c4337fad404192b004 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T10:43:18.520Z] + go version [2020-12-10T10:43:18.520Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T10:43:18.537Z] $ docker stop --time=1 0e5a59cd27ac70a37e1ff8fcd606b5c065f1c6c7458a16c4337fad404192b004 [2020-12-10T10:43:19.922Z] $ docker rm -f 0e5a59cd27ac70a37e1ff8fcd606b5c065f1c6c7458a16c4337fad404192b004 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:43:21.135Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T10:43:21.135Z] . [Pipeline] withDockerContainer [2020-12-10T10:43:21.228Z] prd-centos7-docker-4c-2g-15365 does not seem to be running inside a container [2020-12-10T10:43:21.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T10:43:21.835Z] $ docker top d9c57198029c10665914ea2b7047dfcf856fd8b29fbbad0a5a2a2f0667fa677c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T10:43:22.318Z] + make test [2020-12-10T10:43:22.318Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T10:43:28.941Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-10T10:43:34.486Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-10T10:43:43.967Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-10T10:43:43.967Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-10T10:43:43.967Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-10T10:43:43.967Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 20.6% of statements [2020-12-10T10:43:44.916Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.462s coverage: 97.1% of statements [2020-12-10T10:44:13.546Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-10T10:44:13.546Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-10T10:44:13.546Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-10T10:44:13.546Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.128s coverage: 20.6% of statements [2020-12-10T10:44:17.065Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.063s coverage: 9.4% of statements [2020-12-10T10:44:17.065Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements [2020-12-10T10:44:17.065Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-10T10:44:17.065Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.231s coverage: 42.5% of statements [2020-12-10T10:44:17.065Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-10T10:44:17.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.281s coverage: 68.9% of statements [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-10T10:44:17.066Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.074s coverage: 53.8% of statements [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-10T10:44:17.066Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.332s coverage: 68.9% of statements [2020-12-10T10:44:17.066Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.6% of statements [2020-12-10T10:44:17.066Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-10T10:44:17.066Z] GO111MODULE=on go vet ./... [2020-12-10T10:44:17.878Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.209s coverage: 97.1% of statements [2020-12-10T10:44:23.732Z] gofmt -l . [2020-12-10T10:44:23.732Z] [ "`gofmt -l .`" = "" ] [2020-12-10T10:44:23.732Z] ./bin/test-attribution-txt.sh [2020-12-10T10:44:23.995Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T10:44:24.275Z] $ docker stop --time=1 d9c57198029c10665914ea2b7047dfcf856fd8b29fbbad0a5a2a2f0667fa677c [2020-12-10T10:44:26.105Z] $ docker rm -f d9c57198029c10665914ea2b7047dfcf856fd8b29fbbad0a5a2a2f0667fa677c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T10:44:26.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T10:44:27.119Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-10T10:44:29.807Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T10:44:30.103Z] + ls -al . [2020-12-10T10:44:30.103Z] total 208 [2020-12-10T10:44:30.103Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 10 10:44 . [2020-12-10T10:44:30.103Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 10 10:42 .. [2020-12-10T10:44:30.103Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 10 10:42 bin [2020-12-10T10:44:30.103Z] -rw-r--r--. 1 jenkins jenkins 128828 Dec 10 10:44 coverage.out [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 10 10:42 Dockerfile.build [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 10 10:42 .dockerignore [2020-12-10T10:44:30.103Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 10 10:42 example [2020-12-10T10:44:30.103Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 10 10:42 .git [2020-12-10T10:44:30.103Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 10 10:42 .github [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 10 10:42 .gitignore [2020-12-10T10:44:30.103Z] -rw-r--r--. 1 jenkins jenkins 488 Dec 10 10:44 go.mod [2020-12-10T10:44:30.103Z] -rw-r--r--. 1 jenkins jenkins 13631 Dec 10 10:44 go.sum [2020-12-10T10:44:30.103Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 10 10:42 internal [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 10 10:42 Jenkinsfile [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 10 10:42 LICENSE [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 10 10:42 Makefile [2020-12-10T10:44:30.103Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 10 10:42 openapi [2020-12-10T10:44:30.103Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 10 10:42 pkg [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 10 10:42 README.md [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 4291 Dec 10 10:42 RELEASE-NOTES.txt [2020-12-10T10:44:30.103Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 10 10:42 snap [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 10 10:39 VERSION [2020-12-10T10:44:30.103Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 10 10:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:44:30.407Z] + 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=c87251bf569d32dfb39ff8fe99e0140a145998b0 --label arch=amd64 --label version=0.0.0 . [2020-12-10T10:44:30.669Z] Sending build context to Docker daemon 2.582MB [2020-12-10T10:44:30.669Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-10T10:44:30.669Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-10T10:44:30.669Z] ---> 31e11d1f4127 [2020-12-10T10:44:30.669Z] Step 3/24 : ARG MAKE='make build' [2020-12-10T10:44:31.241Z] ---> Running in 015f19c27d6d [2020-12-10T10:44:31.504Z] Removing intermediate container 015f19c27d6d [2020-12-10T10:44:31.504Z] ---> 0495b8487532 [2020-12-10T10:44:31.504Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-10T10:44:31.504Z] ---> Running in 96ce60d69b7f [2020-12-10T10:44:31.766Z] Removing intermediate container 96ce60d69b7f [2020-12-10T10:44:31.766Z] ---> 3eb1e6c1c430 [2020-12-10T10:44:31.766Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T10:44:31.766Z] ---> Running in fcf9ed5e8250 [2020-12-10T10:44:31.766Z] Removing intermediate container fcf9ed5e8250 [2020-12-10T10:44:31.766Z] ---> 35bdb82da591 [2020-12-10T10:44:31.766Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T10:44:32.029Z] ---> Running in 342e43344b2a [2020-12-10T10:44:32.975Z] Removing intermediate container 342e43344b2a [2020-12-10T10:44:32.975Z] ---> 0e330cb7d4af [2020-12-10T10:44:32.975Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-10T10:44:32.975Z] ---> Running in 2fed2d1092c6 [2020-12-10T10:44:33.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T10:44:34.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T10:44:34.702Z] OK: 166 MiB in 39 packages [2020-12-10T10:44:35.276Z] Removing intermediate container 2fed2d1092c6 [2020-12-10T10:44:35.276Z] ---> fd6df0583a53 [2020-12-10T10:44:35.276Z] Step 8/24 : COPY . . [2020-12-10T10:44:36.221Z] ---> 93fc55dafc6d [2020-12-10T10:44:36.221Z] Step 9/24 : RUN ${MAKE} [2020-12-10T10:44:36.221Z] ---> Running in fb55669161e7 [2020-12-10T10:44:36.803Z] 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-12-10T10:44:44.996Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-10T10:44:46.914Z] Removing intermediate container fb55669161e7 [2020-12-10T10:44:46.914Z] ---> 3571883003d2 [2020-12-10T10:44:46.914Z] Step 10/24 : FROM scratch [2020-12-10T10:44:46.914Z] ---> [2020-12-10T10:44:46.914Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T10:44:46.914Z] ---> Running in acaef6e8b806 [2020-12-10T10:44:46.914Z] Removing intermediate container acaef6e8b806 [2020-12-10T10:44:46.914Z] ---> a92504f18e21 [2020-12-10T10:44:46.914Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-10T10:44:46.914Z] ---> Running in e65f90932f45 [2020-12-10T10:44:47.176Z] Removing intermediate container e65f90932f45 [2020-12-10T10:44:47.176Z] ---> 2b14e61e5e51 [2020-12-10T10:44:47.176Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T10:44:47.176Z] ---> Running in 4d5347759f53 [2020-12-10T10:44:47.176Z] Removing intermediate container 4d5347759f53 [2020-12-10T10:44:47.176Z] ---> cc8bddc849a9 [2020-12-10T10:44:47.176Z] Step 14/24 : WORKDIR / [2020-12-10T10:44:47.438Z] ---> Running in 4ffc7a4d4c1c [2020-12-10T10:44:48.389Z] Removing intermediate container 4ffc7a4d4c1c [2020-12-10T10:44:48.389Z] ---> c2aa57912f66 [2020-12-10T10:44:48.389Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-10T10:44:48.651Z] ---> e3eb91969bb5 [2020-12-10T10:44:48.652Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-10T10:44:48.912Z] ---> 518a07649ee8 [2020-12-10T10:44:48.912Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-10T10:44:49.174Z] ---> 994ff1411ef1 [2020-12-10T10:44:49.176Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-10T10:44:49.439Z] ---> 50b437f44e3a [2020-12-10T10:44:49.439Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-10T10:44:49.701Z] ---> d6e5b092e712 [2020-12-10T10:44:49.701Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-10T10:44:49.701Z] ---> Running in 583121de84f3 [2020-12-10T10:44:49.963Z] Removing intermediate container 583121de84f3 [2020-12-10T10:44:49.963Z] ---> 1920d13d69a8 [2020-12-10T10:44:49.963Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T10:44:49.963Z] ---> Running in 780d94ed0184 [2020-12-10T10:44:50.224Z] Removing intermediate container 780d94ed0184 [2020-12-10T10:44:50.224Z] ---> b305fdc5ae8f [2020-12-10T10:44:50.224Z] Step 22/24 : LABEL arch=amd64 [2020-12-10T10:44:50.224Z] ---> Running in 653100798f91 [2020-12-10T10:44:50.238Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.182s coverage: 9.4% of statements [2020-12-10T10:44:50.238Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.144s coverage: 21.9% of statements [2020-12-10T10:44:50.238Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-10T10:44:50.238Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.588s coverage: 42.5% of statements [2020-12-10T10:44:50.238Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-10T10:44:50.238Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.820s coverage: 68.9% of statements [2020-12-10T10:44:50.238Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-10T10:44:50.238Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-10T10:44:50.238Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-10T10:44:50.238Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-10T10:44:50.238Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.199s coverage: 53.8% of statements [2020-12-10T10:44:50.239Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-10T10:44:50.239Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-10T10:44:50.239Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-10T10:44:50.239Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.718s coverage: 68.9% of statements [2020-12-10T10:44:50.239Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.142s coverage: 4.6% of statements [2020-12-10T10:44:50.239Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-10T10:44:50.239Z] GO111MODULE=on go vet ./... [2020-12-10T10:44:50.486Z] Removing intermediate container 653100798f91 [2020-12-10T10:44:50.486Z] ---> 2095043f0897 [2020-12-10T10:44:50.486Z] Step 23/24 : LABEL git_sha=c87251bf569d32dfb39ff8fe99e0140a145998b0 [2020-12-10T10:44:50.486Z] ---> Running in 275ebafd8f9a [2020-12-10T10:44:50.486Z] Removing intermediate container 275ebafd8f9a [2020-12-10T10:44:50.486Z] ---> 524189f1755b [2020-12-10T10:44:50.486Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T10:44:50.748Z] ---> Running in 2411719c3067 [2020-12-10T10:44:50.748Z] Removing intermediate container 2411719c3067 [2020-12-10T10:44:50.748Z] ---> fef959e91aa1 [2020-12-10T10:44:50.748Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T10:44:50.748Z] Successfully built fef959e91aa1 [2020-12-10T10:44:50.748Z] 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-12-10T10:45:17.355Z] gofmt -l . [2020-12-10T10:45:17.355Z] [ "`gofmt -l .`" = "" ] [2020-12-10T10:45:17.355Z] ./bin/test-attribution-txt.sh [2020-12-10T10:45:17.949Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-10T10:45:18.299Z] $ docker stop --time=1 29d6af7f1d0d3c5e5915bbb2ad2ae5d3041e34f3f84a2b3aece22b3df6a77faf [2020-12-10T10:45:20.526Z] $ docker rm -f 29d6af7f1d0d3c5e5915bbb2ad2ae5d3041e34f3f84a2b3aece22b3df6a77faf [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T10:45:21.638Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-10T10:45:21.660Z] Warning: overwriting stash ‘coverage-report’ [2020-12-10T10:45:22.497Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T10:45:23.220Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-10T10:45:23.552Z] + ls -al . [2020-12-10T10:45:23.552Z] total 244 [2020-12-10T10:45:23.552Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 10 10:45 . [2020-12-10T10:45:23.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 10:41 .. [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 10 10:41 .dockerignore [2020-12-10T10:45:23.552Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 10 10:41 .git [2020-12-10T10:45:23.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 10:41 .github [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 10 10:41 .gitignore [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 10 10:41 Dockerfile.build [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 10 10:41 Jenkinsfile [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 10 10:41 LICENSE [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 10 10:41 Makefile [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 10 10:41 README.md [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 4291 Dec 10 10:41 RELEASE-NOTES.txt [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 10 10:39 VERSION [2020-12-10T10:45:23.552Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 10 10:41 bin [2020-12-10T10:45:23.552Z] -rw-r--r-- 1 jenkins jenkins 128828 Dec 10 10:44 coverage.out [2020-12-10T10:45:23.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 10:41 example [2020-12-10T10:45:23.552Z] -rw-r--r-- 1 jenkins jenkins 488 Dec 10 10:45 go.mod [2020-12-10T10:45:23.552Z] -rw-r--r-- 1 jenkins jenkins 13631 Dec 10 10:45 go.sum [2020-12-10T10:45:23.552Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 10 10:41 internal [2020-12-10T10:45:23.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 10:41 openapi [2020-12-10T10:45:23.552Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 10 10:41 pkg [2020-12-10T10:45:23.552Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 10 10:41 snap [2020-12-10T10:45:23.552Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 10 10:41 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:45:23.895Z] + 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=c87251bf569d32dfb39ff8fe99e0140a145998b0 --label arch=arm64 --label version=0.0.0 . [2020-12-10T10:45:24.164Z] Sending build context to Docker daemon 2.581MB [2020-12-10T10:45:24.434Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-10T10:45:24.434Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-10T10:45:24.434Z] ---> acd1f9507e2e [2020-12-10T10:45:24.434Z] Step 3/24 : ARG MAKE='make build' [2020-12-10T10:45:24.705Z] ---> Running in d2aebf131103 [2020-12-10T10:45:24.975Z] Removing intermediate container d2aebf131103 [2020-12-10T10:45:24.975Z] ---> b504e5f13550 [2020-12-10T10:45:24.975Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-10T10:45:24.975Z] ---> Running in 0eb529dd22a1 [2020-12-10T10:45:25.572Z] Removing intermediate container 0eb529dd22a1 [2020-12-10T10:45:25.572Z] ---> 97e38493307c [2020-12-10T10:45:25.572Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T10:45:25.572Z] ---> Running in ad87e096cbe8 [2020-12-10T10:45:26.167Z] Removing intermediate container ad87e096cbe8 [2020-12-10T10:45:26.167Z] ---> 13f2fac358be [2020-12-10T10:45:26.167Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T10:45:26.167Z] ---> Running in 08d3cc549016 [2020-12-10T10:45:28.786Z] Removing intermediate container 08d3cc549016 [2020-12-10T10:45:28.786Z] ---> 73764f6820e1 [2020-12-10T10:45:28.786Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-10T10:45:28.786Z] ---> Running in dc7827ba3c50 [2020-12-10T10:45:29.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T10:45:30.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T10:45:30.963Z] OK: 142 MiB in 39 packages [2020-12-10T10:45:32.395Z] Removing intermediate container dc7827ba3c50 [2020-12-10T10:45:32.395Z] ---> ad6b991d3fe7 [2020-12-10T10:45:32.395Z] Step 8/24 : COPY . . [2020-12-10T10:45:33.823Z] ---> c9816d214073 [2020-12-10T10:45:33.823Z] Step 9/24 : RUN ${MAKE} [2020-12-10T10:45:33.823Z] ---> Running in 10b6624ef313 [2020-12-10T10:45:34.803Z] 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-12-10T10:46:01.616Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-10T10:46:01.616Z] Removing intermediate container 10b6624ef313 [2020-12-10T10:46:01.616Z] ---> 7acd0317983f [2020-12-10T10:46:01.616Z] Step 10/24 : FROM scratch [2020-12-10T10:46:01.616Z] ---> [2020-12-10T10:46:01.616Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-10T10:46:01.616Z] ---> Running in 9b42de54da4a [2020-12-10T10:46:01.616Z] Removing intermediate container 9b42de54da4a [2020-12-10T10:46:01.616Z] ---> 88f58f87e412 [2020-12-10T10:46:01.616Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-10T10:46:01.891Z] ---> Running in 9794b4e40678 [2020-12-10T10:46:02.162Z] Removing intermediate container 9794b4e40678 [2020-12-10T10:46:02.162Z] ---> 5496c77772de [2020-12-10T10:46:02.162Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T10:46:02.162Z] ---> Running in 65282e4aa09d [2020-12-10T10:46:02.769Z] Removing intermediate container 65282e4aa09d [2020-12-10T10:46:02.769Z] ---> d8f93dc5ad1e [2020-12-10T10:46:02.769Z] Step 14/24 : WORKDIR / [2020-12-10T10:46:02.769Z] ---> Running in 942c5de6570a [2020-12-10T10:46:03.366Z] Removing intermediate container 942c5de6570a [2020-12-10T10:46:03.366Z] ---> cd926c50f861 [2020-12-10T10:46:03.366Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-10T10:46:04.355Z] ---> aacd7ec8581a [2020-12-10T10:46:04.355Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-10T10:46:04.952Z] ---> 9cadbe57bb2f [2020-12-10T10:46:04.952Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-10T10:46:05.928Z] ---> f64e920360f4 [2020-12-10T10:46:05.928Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-10T10:46:06.523Z] ---> be82c3872432 [2020-12-10T10:46:06.523Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-10T10:46:07.120Z] ---> 69f9aa803187 [2020-12-10T10:46:07.121Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-10T10:46:07.393Z] ---> Running in 1fcd9d134547 [2020-12-10T10:46:07.666Z] Removing intermediate container 1fcd9d134547 [2020-12-10T10:46:07.666Z] ---> f2ec04562b0c [2020-12-10T10:46:07.666Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T10:46:07.942Z] ---> Running in 6741dc7e76d9 [2020-12-10T10:46:08.535Z] Removing intermediate container 6741dc7e76d9 [2020-12-10T10:46:08.535Z] ---> f0022e1984d4 [2020-12-10T10:46:08.535Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T10:46:08.535Z] ---> Running in 63219e59bc10 [2020-12-10T10:46:09.131Z] Removing intermediate container 63219e59bc10 [2020-12-10T10:46:09.131Z] ---> 312467545090 [2020-12-10T10:46:09.131Z] Step 23/24 : LABEL git_sha=c87251bf569d32dfb39ff8fe99e0140a145998b0 [2020-12-10T10:46:09.131Z] ---> Running in 97dba80c9060 [2020-12-10T10:46:09.404Z] Removing intermediate container 97dba80c9060 [2020-12-10T10:46:09.404Z] ---> b3aa224be538 [2020-12-10T10:46:09.404Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T10:46:09.676Z] ---> Running in 34abda457378 [2020-12-10T10:46:09.950Z] Removing intermediate container 34abda457378 [2020-12-10T10:46:09.950Z] ---> 4b004fd46a0a [2020-12-10T10:46:09.950Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-10T10:46:10.223Z] Successfully built 4b004fd46a0a [2020-12-10T10:46:10.223Z] 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-12-10T10:46:12.462Z] provisioning config files... [2020-12-10T10:46:12.475Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/config2541661974440161106tmp [Pipeline] { [Pipeline] sh [2020-12-10T10:46:12.881Z] + set +x [2020-12-10T10:46:12.881Z] + curl -s https://codecov.io/bash [2020-12-10T10:46:12.881Z] + bash -s -- [2020-12-10T10:46:13.152Z] [2020-12-10T10:46:13.152Z] _____ _ [2020-12-10T10:46:13.152Z] / ____| | | [2020-12-10T10:46:13.153Z] | | ___ __| | ___ ___ _____ __ [2020-12-10T10:46:13.153Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-10T10:46:13.153Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-10T10:46:13.153Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-10T10:46:13.153Z] Bash-20201130-cc6d3fe [2020-12-10T10:46:13.153Z] [2020-12-10T10:46:13.153Z] [2020-12-10T10:46:13.153Z] ==> Jenkins CI detected. [2020-12-10T10:46:13.153Z] project root: . [2020-12-10T10:46:13.153Z] --> token set from env [2020-12-10T10:46:13.153Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-10T10:46:13.153Z] ==> Running gcov in . (disable via -X gcov) [2020-12-10T10:46:13.153Z] ==> Python coveragepy not found [2020-12-10T10:46:13.153Z] ==> Searching for coverage reports in: [2020-12-10T10:46:13.153Z] + . [2020-12-10T10:46:13.153Z] -> Found 1 reports [2020-12-10T10:46:13.153Z] ==> Detecting git/mercurial file structure [2020-12-10T10:46:13.153Z] ==> Reading reports [2020-12-10T10:46:13.153Z] + ./coverage.out bytes=128828 [2020-12-10T10:46:13.153Z] ==> Appending adjustments [2020-12-10T10:46:13.153Z] https://docs.codecov.io/docs/fixing-reports [2020-12-10T10:46:13.727Z] + Found adjustments [2020-12-10T10:46:13.727Z] ==> Gzipping contents [2020-12-10T10:46:13.727Z] 24K /tmp/codecov.4Shi5z.gz [2020-12-10T10:46:13.727Z] ==> Uploading reports [2020-12-10T10:46:13.727Z] url: https://codecov.io [2020-12-10T10:46:13.727Z] query: branch=PR-686&commit=c87251bf569d32dfb39ff8fe99e0140a145998b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-686%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=686&job=&cmd_args= [2020-12-10T10:46:13.727Z] -> Pinging Codecov [2020-12-10T10:46:13.727Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-686&commit=c87251bf569d32dfb39ff8fe99e0140a145998b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-686%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=686&job=&cmd_args= [2020-12-10T10:46:13.989Z] -> Uploading to [2020-12-10T10:46:13.989Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-10/7E55EF52A471D76F132DFD9A03CDDE97/c87251bf569d32dfb39ff8fe99e0140a145998b0/64452dfc-88f6-4526-aa9a-5c44977a4bc7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201210T104613Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6a0e2a787e1d363b48c3d1cfdae01c8ea87b1ef17a7af305519f5be472b87536 [2020-12-10T10:46:13.989Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T10:46:13.989Z] Dload Upload Total Spent Left Speed [2020-12-10T10:46:14.565Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21075 0 0 100 21075 0 50705 --:--:-- --:--:-- --:--:-- 50783 [2020-12-10T10:46:14.565Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/c87251bf569d32dfb39ff8fe99e0140a145998b0 [Pipeline] } [2020-12-10T10:46:14.576Z] 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-12-10T10:46:18.717Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:46:19.022Z] ---> package-listing.sh [2020-12-10T10:46:19.022Z] ++ facter osfamily [2020-12-10T10:46:19.022Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T10:46:19.022Z] + OS_FAMILY=redhat [2020-12-10T10:46:19.022Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-686 [2020-12-10T10:46:19.022Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T10:46:19.022Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T10:46:19.022Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T10:46:19.022Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T10:46:19.022Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-686 ']' [2020-12-10T10:46:19.022Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T10:46:19.022Z] + case "${OS_FAMILY}" in [2020-12-10T10:46:19.022Z] + rpm -qa [2020-12-10T10:46:19.022Z] + sort [2020-12-10T10:46:23.245Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T10:46:23.245Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T10:46:23.245Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T10:46:23.245Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-686 ']' [2020-12-10T10:46:23.245Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-686/archives/ [2020-12-10T10:46:23.245Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-686/archives/ [Pipeline] echo [2020-12-10T10:46:23.259Z] 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-686/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T10:46:23.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:46:23.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T10:46:23.856Z] [2020-12-10T10:46:23.856Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T10:46:24.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T10:46:24.207Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T10:46:24.207Z] df20fa9351a1: Pulling fs layer [2020-12-10T10:46:24.207Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T10:46:24.207Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T10:46:24.207Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T10:46:24.207Z] 93b61091891f: Pulling fs layer [2020-12-10T10:46:24.207Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T10:46:24.207Z] 5e14af77c1be: Pulling fs layer [2020-12-10T10:46:24.207Z] 01666e4c0597: Pulling fs layer [2020-12-10T10:46:24.207Z] aa168da1d23b: Pulling fs layer [2020-12-10T10:46:24.207Z] 93b9cdb0e59b: Waiting [2020-12-10T10:46:24.207Z] 01666e4c0597: Waiting [2020-12-10T10:46:24.207Z] 5e14af77c1be: Waiting [2020-12-10T10:46:24.207Z] aa168da1d23b: Waiting [2020-12-10T10:46:24.207Z] 46f8f816bc3b: Waiting [2020-12-10T10:46:24.207Z] 93b61091891f: Waiting [2020-12-10T10:46:24.207Z] 36b3adc4ff6f: Download complete [2020-12-10T10:46:24.470Z] 46f8f816bc3b: Download complete [2020-12-10T10:46:24.470Z] df20fa9351a1: Verifying Checksum [2020-12-10T10:46:24.470Z] df20fa9351a1: Download complete [2020-12-10T10:46:24.470Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T10:46:24.470Z] 93b9cdb0e59b: Download complete [2020-12-10T10:46:24.470Z] 5e14af77c1be: Verifying Checksum [2020-12-10T10:46:24.470Z] 5e14af77c1be: Download complete [2020-12-10T10:46:24.470Z] 93b61091891f: Verifying Checksum [2020-12-10T10:46:24.470Z] 93b61091891f: Download complete [2020-12-10T10:46:24.734Z] df20fa9351a1: Pull complete [2020-12-10T10:46:24.998Z] 36b3adc4ff6f: Pull complete [2020-12-10T10:46:24.998Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T10:46:24.998Z] 8ad3a11d3b57: Download complete [2020-12-10T10:46:25.588Z] 01666e4c0597: Verifying Checksum [2020-12-10T10:46:25.588Z] 01666e4c0597: Download complete [2020-12-10T10:46:25.854Z] 8ad3a11d3b57: Pull complete [2020-12-10T10:46:25.854Z] 46f8f816bc3b: Pull complete [2020-12-10T10:46:26.805Z] aa168da1d23b: Verifying Checksum [2020-12-10T10:46:26.805Z] aa168da1d23b: Download complete [2020-12-10T10:46:27.387Z] 93b61091891f: Pull complete [2020-12-10T10:46:27.650Z] 93b9cdb0e59b: Pull complete [2020-12-10T10:46:27.916Z] 5e14af77c1be: Pull complete [2020-12-10T10:46:27.916Z] 01666e4c0597: Pull complete [2020-12-10T10:46:36.099Z] aa168da1d23b: Pull complete [2020-12-10T10:46:36.099Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T10:46:36.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T10:46:36.099Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T10:46:36.242Z] prd-centos7-docker-4c-2g-15363 does not seem to be running inside a container [2020-12-10T10:46:36.291Z] $ 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-686/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-686 -v /w/workspace/dgexfoundry_device-sdk-go_PR-686:/w/workspace/dgexfoundry_device-sdk-go_PR-686:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-686@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-10T10:46:40.220Z] $ docker top 1a07aba563084b48740ea82ea148d39fe3bf6d27830896392d99e33284457fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T10:46:40.823Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T10:46:41.123Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T10:46:41.424Z] + ls /var/log/sa-host [2020-12-10T10:46:41.424Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T10:46:41.424Z] file_magic: OK [2020-12-10T10:46:41.424Z] HZ: Using current value: 100 [2020-12-10T10:46:41.424Z] file_header: OK [2020-12-10T10:46:41.424Z] 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-12-10T10:46:41.424Z] Statistics: [2020-12-10T10:46:41.424Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-10T10:46:41.424Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T10:46:41.424Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T10:46:41.424Z] file_magic: OK [2020-12-10T10:46:41.424Z] HZ: Using current value: 100 [2020-12-10T10:46:41.424Z] file_header: OK [2020-12-10T10:46:41.424Z] 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-12-10T10:46:41.424Z] Statistics: [2020-12-10T10:46:41.424Z] Hnuu...uuuununununu... [2020-12-10T10:46:41.424Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T10:46:42.082Z] provisioning config files... [2020-12-10T10:46:42.097Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-686@tmp/config1869046052392554126tmp [Pipeline] { [Pipeline] echo [2020-12-10T10:46:42.187Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:46:42.487Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T10:46:42.497Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T10:46:42.601Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:46:42.900Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T10:46:42.910Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:46:43.205Z] ---> sudo-logs.sh [2020-12-10T10:46:43.205Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T10:46:43.223Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:46:43.514Z] ---> job-cost.sh [2020-12-10T10:46:43.514Z] lf-activate-venv: SKIPPING [2020-12-10T10:46:43.514Z] INFO: No Stack... [2020-12-10T10:46:44.902Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T10:46:45.164Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T10:46:45.177Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T10:46:45.472Z] ---> logs-deploy.sh [2020-12-10T10:46:45.472Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-686/2 [2020-12-10T10:46:45.472Z] INFO: archiving workspace using pattern(s): [2020-12-10T10:46:47.390Z] Archives upload complete. [2020-12-10T10:46:47.390Z] INFO: archiving logs to Nexus