Pull request #699 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 ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from b316d89914afe89a17a947d728b9e30b253306fb+b058260e0a173cbd20e8373902e2c8ff53da770e (384bb23504637998d0d30826f0862dccf84cfc5b) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16757 in /w/workspace/dgexfoundry_device-sdk-go_PR-699 [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-699 # 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/699/head:refs/remotes/origin/PR-699 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b058260e0a173cbd20e8373902e2c8ff53da770e into PR head commit b316d89914afe89a17a947d728b9e30b253306fb Merge succeeded, producing b316d89914afe89a17a947d728b9e30b253306fb Checking out Revision b316d89914afe89a17a947d728b9e30b253306fb (PR-699) > git config core.sparsecheckout # timeout=10 > git checkout -f b316d89914afe89a17a947d728b9e30b253306fb # 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 b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b316d89914afe89a17a947d728b9e30b253306fb # timeout=10 Commit message: "Merge branch 'master' into devops-std-dockerfiles" > git rev-list --no-walk b34f89910803fb314b9f857d4326d62ecd113d26 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:23:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:23:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:23:44 ========================================================= 16:23:44 EdgeX Global Pipelines Version Info 16:23:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:23:45 ------------------- 16:23:45 stable info: 16:23:45 ------------------- 16:23:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:23:45 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:23:45 Message: update stable to v1.0.173 16:23:46 ------------------- 16:23:46 experimental info: 16:23:46 ------------------- 16:23:46 Commited By: **** collab-it+edgex@linuxfoundation.org 16:23:46 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:23:46 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:23:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 16:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:23:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:23:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:23:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-699 [Pipeline] echo 16:23:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-699 [Pipeline] echo 16:23:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-699 [Pipeline] echo 16:23:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b316d89914afe89a17a947d728b9e30b253306fb [Pipeline] echo 16:23:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b316d89 [Pipeline] echo 16:23:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:23:50 provisioning config files... 16:23:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/config471175353655763196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:51 ---> docker-login.sh 16:23:51 nexus3.edgexfoundry.org:10001 16:23:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:51 Configure a credential helper to remove this warning. See 16:23:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:51 16:23:51 Login Succeeded 16:23:51 nexus3.edgexfoundry.org:10002 16:23:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:52 Configure a credential helper to remove this warning. See 16:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:52 16:23:52 Login Succeeded 16:23:52 nexus3.edgexfoundry.org:10003 16:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:52 Configure a credential helper to remove this warning. See 16:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:52 16:23:52 Login Succeeded 16:23:52 nexus3.edgexfoundry.org:10004 16:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:52 Configure a credential helper to remove this warning. See 16:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:52 16:23:52 Login Succeeded 16:23:52 docker.io 16:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:52 Configure a credential helper to remove this warning. See 16:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:52 16:23:52 Login Succeeded 16:23:52 ---> docker-login.sh ends [Pipeline] } 16:23:52 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 16:23:53 + git log --format=format:%s -1 b316d89914afe89a17a947d728b9e30b253306fb [Pipeline] echo 16:23:53 GIT_COMMIT: b316d89914afe89a17a947d728b9e30b253306fb, Commit Message: Merge branch 'master' into devops-std-dockerfiles [Pipeline] echo 16:23:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:23:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:54 16:23:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:23:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:55 latest: Pulling from edgex-devops/git-semver 16:23:55 31603596830f: Pulling fs layer 16:23:55 2a8b12db71e7: Pulling fs layer 16:23:55 6ca5941a6612: Pulling fs layer 16:23:55 ecc8261a40a4: Pulling fs layer 16:23:55 ecc8261a40a4: Waiting 16:23:55 2a8b12db71e7: Verifying Checksum 16:23:55 2a8b12db71e7: Download complete 16:23:55 31603596830f: Verifying Checksum 16:23:55 31603596830f: Download complete 16:23:55 ecc8261a40a4: Verifying Checksum 16:23:55 ecc8261a40a4: Download complete 16:23:55 6ca5941a6612: Verifying Checksum 16:23:55 6ca5941a6612: Download complete 16:23:55 31603596830f: Pull complete 16:23:56 2a8b12db71e7: Pull complete 16:23:56 6ca5941a6612: Pull complete 16:23:56 ecc8261a40a4: Pull complete 16:23:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:23:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:23:57 prd-centos7-docker-4c-2g-16757 does not seem to be running inside a container 16:23:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-699 -v /w/workspace/dgexfoundry_device-sdk-go_PR-699:/w/workspace/dgexfoundry_device-sdk-go_PR-699:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-699@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 16:23:59 $ docker top f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:24:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:00 [ssh-agent] Looking for ssh-agent implementation... 16:24:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:00 $ docker exec f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 ssh-agent 16:24:00 SSH_AUTH_SOCK=/tmp/ssh-DVbrWzGjS6b2/agent.11 16:24:00 SSH_AGENT_PID=16 16:24:00 Running ssh-add (command line suppressed) 16:24:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_2266642628606945560.key (/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_2266642628606945560.key) 16:24:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:01 + git tag --points-at HEAD [Pipeline] } 16:24:01 $ docker exec --env ******** --env ******** f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 ssh-agent -k 16:24:01 unset SSH_AUTH_SOCK; 16:24:01 unset SSH_AGENT_PID; 16:24:01 echo Agent pid 16 killed; 16:24:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:24:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:01 [ssh-agent] Looking for ssh-agent implementation... 16:24:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:01 $ docker exec f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 ssh-agent 16:24:02 SSH_AUTH_SOCK=/tmp/ssh-Hk6499B2K3Kt/agent.45 16:24:02 SSH_AGENT_PID=51 16:24:02 Running ssh-add (command line suppressed) 16:24:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_7884132164866633206.key (/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_7884132164866633206.key) 16:24:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:02 + git semver init 16:24:02 # -> Open(): unable to determine branch for HEAD 16:24:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-699/.git 16:24:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-699 16:24:02 # $SEMVER_REMOTE_NAME = origin 16:24:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:24:02 # $SEMVER_USER_NAME = edgex-jenkins 16:24:02 # $SEMVER_BRANCH = PR-699 16:24:02 # $SEMVER_TEMP = /tmp/semver-053688197 16:24:02 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:24:03 # '/tmp/semver-053688197' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-699/.semver' 16:24:03 # -> Force: false 16:24:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-699/.semver [Pipeline] } 16:24:03 $ docker exec --env ******** --env ******** f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 ssh-agent -k 16:24:03 unset SSH_AUTH_SOCK; 16:24:03 unset SSH_AGENT_PID; 16:24:03 echo Agent pid 51 killed; 16:24:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:24:04 + git semver [Pipeline] } 16:24:04 $ docker stop --time=1 f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 16:24:05 $ docker rm -f f94b9c4ea785b9c506ae8a95d92a5d2b2a311a5ff19090f7c8da6f87f9e98176 [Pipeline] // withDockerContainer [Pipeline] sh 16:24:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:24:06 Stashed 1 file(s) [Pipeline] echo 16:24:06 [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 16:24:22 Still waiting to schedule task 16:24:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:24:22 Still waiting to schedule task 16:24:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:26:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16758 in /w/workspace/dgexfoundry_device-sdk-go_PR-699 [Pipeline] { [Pipeline] ws 16:26:08 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 16:26:13 using credential edgex-jenkins-ssh 16:26:13 Cloning the remote Git repository 16:26:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:26:13 > git init /w/workspace/device-sdk-go/2 # timeout=10 16:26:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:26:13 > git --version # timeout=10 16:26:13 > git --version # 'git version 2.17.1' 16:26:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:26:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:26:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:26:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/699/head:refs/remotes/origin/PR-699 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:26:15 Merging remotes/origin/master commit b058260e0a173cbd20e8373902e2c8ff53da770e into PR head commit b316d89914afe89a17a947d728b9e30b253306fb 16:26:15 Merge succeeded, producing b316d89914afe89a17a947d728b9e30b253306fb 16:26:15 Checking out Revision b316d89914afe89a17a947d728b9e30b253306fb (PR-699) 16:26:15 > git config core.sparsecheckout # timeout=10 16:26:15 > git checkout -f b316d89914afe89a17a947d728b9e30b253306fb # timeout=10 16:26:15 > git remote # timeout=10 16:26:15 > git config --get remote.origin.url # timeout=10 16:26:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:15 > git merge b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 16:26:15 > git rev-parse HEAD^{commit} # timeout=10 16:26:15 > git config core.sparsecheckout # timeout=10 16:26:16 > git checkout -f b316d89914afe89a17a947d728b9e30b253306fb # timeout=10 16:26:20 Commit message: "Merge branch 'master' into devops-std-dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:26:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:26:22 + true 16:26:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:26:25 provisioning config files... 16:26:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config390602499339555117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:26:26 ---> docker-login.sh 16:26:26 nexus3.edgexfoundry.org:10001 16:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:27 Configure a credential helper to remove this warning. See 16:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:27 16:26:27 Login Succeeded 16:26:27 nexus3.edgexfoundry.org:10002 16:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:28 Configure a credential helper to remove this warning. See 16:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:28 16:26:28 Login Succeeded 16:26:28 nexus3.edgexfoundry.org:10003 16:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:28 Configure a credential helper to remove this warning. See 16:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:28 16:26:28 Login Succeeded 16:26:28 nexus3.edgexfoundry.org:10004 16:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:29 Configure a credential helper to remove this warning. See 16:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:29 16:26:29 Login Succeeded 16:26:29 docker.io 16:26:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:29 Configure a credential helper to remove this warning. See 16:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:29 16:26:29 Login Succeeded 16:26:29 ---> docker-login.sh ends [Pipeline] } 16:26:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:26:30 ========================================================= 16:26:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:26:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:26:30 + 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 . 16:26:31 Sending build context to Docker daemon 2.421MB 16:26:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:26:31 Step 2/8 : FROM ${BASE} 16:26:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:31 5f621e34cdf4: Pulling fs layer 16:26:31 a4357932f1b6: Pulling fs layer 16:26:31 18c013af1878: Pulling fs layer 16:26:31 00ac8860ef70: Pulling fs layer 16:26:31 63d7cb157983: Pulling fs layer 16:26:31 b116817d02f9: Pulling fs layer 16:26:31 745a02a5169b: Pulling fs layer 16:26:31 63d7cb157983: Waiting 16:26:31 b116817d02f9: Waiting 16:26:31 00ac8860ef70: Waiting 16:26:31 745a02a5169b: Waiting 16:26:31 18c013af1878: Verifying Checksum 16:26:31 18c013af1878: Download complete 16:26:31 a4357932f1b6: Verifying Checksum 16:26:31 a4357932f1b6: Download complete 16:26:31 63d7cb157983: Verifying Checksum 16:26:31 63d7cb157983: Download complete 16:26:32 5f621e34cdf4: Verifying Checksum 16:26:32 5f621e34cdf4: Download complete 16:26:32 b116817d02f9: Verifying Checksum 16:26:32 b116817d02f9: Download complete 16:26:32 5f621e34cdf4: Pull complete 16:26:33 a4357932f1b6: Pull complete 16:26:33 18c013af1878: Pull complete 16:26:34 745a02a5169b: Verifying Checksum 16:26:34 745a02a5169b: Download complete 16:26:35 00ac8860ef70: Verifying Checksum 16:26:35 00ac8860ef70: Download complete 16:26:45 00ac8860ef70: Pull complete 16:26:46 63d7cb157983: Pull complete 16:26:46 b116817d02f9: Pull complete 16:26:50 745a02a5169b: Pull complete 16:26:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:26:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:26:50 ---> b7e6874047d6 16:26:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:26:53 ---> Running in b62974b6caa2 16:26:53 Removing intermediate container b62974b6caa2 16:26:53 ---> 85de8aa8f937 16:26:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:53 ---> Running in d3a02d8c0287 16:26:54 Running on prd-centos7-docker-4c-2g-16759 in /w/workspace/dgexfoundry_device-sdk-go_PR-699 [Pipeline] { [Pipeline] ws 16:26:54 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 16:26:55 Removing intermediate container d3a02d8c0287 16:26:55 ---> a03847058655 16:26:55 Step 5/8 : RUN apk add --no-cache make git 16:26:56 ---> Running in 7cb5ee9787e8 16:26:56 using credential edgex-jenkins-ssh 16:26:56 Cloning the remote Git repository 16:26:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:56 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:26:56 > git init /w/workspace/device-sdk-go/2 # timeout=10 16:26:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:26:56 > git --version # timeout=10 16:26:56 > git --version # 'git version 2.24.3' 16:26:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:26:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:26:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:26:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/699/head:refs/remotes/origin/PR-699 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:26:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:58 Merging remotes/origin/master commit b058260e0a173cbd20e8373902e2c8ff53da770e into PR head commit b316d89914afe89a17a947d728b9e30b253306fb 16:26:58 Merge succeeded, producing b316d89914afe89a17a947d728b9e30b253306fb 16:26:58 Checking out Revision b316d89914afe89a17a947d728b9e30b253306fb (PR-699) 16:26:58 OK: 142 MiB in 39 packages 16:26:58 > git config core.sparsecheckout # timeout=10 16:26:58 > git checkout -f b316d89914afe89a17a947d728b9e30b253306fb # timeout=10 16:26:58 > git remote # timeout=10 16:26:58 > git config --get remote.origin.url # timeout=10 16:26:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:58 > git merge b058260e0a173cbd20e8373902e2c8ff53da770e # timeout=10 16:26:58 > git rev-parse HEAD^{commit} # timeout=10 16:26:58 > git config core.sparsecheckout # timeout=10 16:26:58 > git checkout -f b316d89914afe89a17a947d728b9e30b253306fb # timeout=10 16:26:59 Removing intermediate container 7cb5ee9787e8 16:26:59 ---> 8498b3e4bcd6 16:26:59 Step 6/8 : WORKDIR /device-sdk-go 16:26:59 ---> Running in 93229c1a7d2e 16:27:00 Removing intermediate container 93229c1a7d2e 16:27:00 ---> 52d9b9db5d34 16:27:00 Step 7/8 : COPY . . 16:27:01 Commit message: "Merge branch 'master' into devops-std-dockerfiles" 16:27:01 ---> 1239e36c396b 16:27:01 Step 8/8 : RUN go mod download 16:27:01 ---> Running in 87be27c3f593 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:27:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:27:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:27:03 + sudo service docker restart 16:27:03 + true 16:27:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:27:05 provisioning config files... 16:27:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config9162537097810118260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:27:05 ---> docker-login.sh 16:27:05 nexus3.edgexfoundry.org:10001 16:27:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:05 Configure a credential helper to remove this warning. See 16:27:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:05 16:27:05 Login Succeeded 16:27:05 nexus3.edgexfoundry.org:10002 16:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:06 Configure a credential helper to remove this warning. See 16:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:06 16:27:06 Login Succeeded 16:27:06 nexus3.edgexfoundry.org:10003 16:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:06 Configure a credential helper to remove this warning. See 16:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:06 16:27:06 Login Succeeded 16:27:06 nexus3.edgexfoundry.org:10004 16:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:06 Configure a credential helper to remove this warning. See 16:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:06 16:27:06 Login Succeeded 16:27:06 docker.io 16:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:07 Configure a credential helper to remove this warning. See 16:27:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:07 16:27:07 Login Succeeded 16:27:07 ---> docker-login.sh ends [Pipeline] } 16:27:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:27:07 ========================================================= 16:27:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:27:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:27:07 + 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 . 16:27:07 Sending build context to Docker daemon 2.422MB 16:27:07 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:27:07 Step 2/8 : FROM ${BASE} 16:27:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:27:08 188c0c94c7c5: Pulling fs layer 16:27:08 0ef7d3d256c8: Pulling fs layer 16:27:08 de9db76c5a1d: Pulling fs layer 16:27:08 bca2f99d35d6: Pulling fs layer 16:27:08 93359f2a8cfa: Pulling fs layer 16:27:08 7c6f9722023f: Pulling fs layer 16:27:08 a35cf1a2eb13: Pulling fs layer 16:27:08 bca2f99d35d6: Waiting 16:27:08 93359f2a8cfa: Waiting 16:27:08 7c6f9722023f: Waiting 16:27:08 a35cf1a2eb13: Waiting 16:27:08 de9db76c5a1d: Verifying Checksum 16:27:08 de9db76c5a1d: Download complete 16:27:08 0ef7d3d256c8: Verifying Checksum 16:27:08 0ef7d3d256c8: Download complete 16:27:08 93359f2a8cfa: Verifying Checksum 16:27:08 93359f2a8cfa: Download complete 16:27:08 7c6f9722023f: Verifying Checksum 16:27:08 7c6f9722023f: Download complete 16:27:08 188c0c94c7c5: Verifying Checksum 16:27:08 188c0c94c7c5: Download complete 16:27:08 188c0c94c7c5: Pull complete 16:27:08 0ef7d3d256c8: Pull complete 16:27:09 de9db76c5a1d: Pull complete 16:27:09 a35cf1a2eb13: Verifying Checksum 16:27:09 a35cf1a2eb13: Download complete 16:27:10 bca2f99d35d6: Verifying Checksum 16:27:10 bca2f99d35d6: Download complete 16:27:16 bca2f99d35d6: Pull complete 16:27:16 93359f2a8cfa: Pull complete 16:27:16 7c6f9722023f: Pull complete 16:27:20 a35cf1a2eb13: Pull complete 16:27:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:27:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:27:20 ---> a62c8e92a672 16:27:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:27:20 ---> Running in cbd02cfcbb9a 16:27:20 Removing intermediate container cbd02cfcbb9a 16:27:20 ---> e078c9228498 16:27:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:20 ---> Running in 3532f449e905 16:27:21 Removing intermediate container 3532f449e905 16:27:21 ---> 77252f701cfd 16:27:21 Step 5/8 : RUN apk add --no-cache make git 16:27:21 ---> Running in fd111ec261b0 16:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:23 OK: 166 MiB in 39 packages 16:27:23 Removing intermediate container fd111ec261b0 16:27:23 ---> 7cb4b33964c0 16:27:23 Step 6/8 : WORKDIR /device-sdk-go 16:27:23 ---> Running in bdfa3ee62f61 16:27:23 Removing intermediate container bdfa3ee62f61 16:27:23 ---> 118c247931ff 16:27:23 Step 7/8 : COPY . . 16:27:24 Removing intermediate container 87be27c3f593 16:27:24 ---> f7fd6c23e48d 16:27:24 Successfully built f7fd6c23e48d 16:27:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:27:24 + docker inspect -f . ci-base-image-arm64 16:27:24 . [Pipeline] withDockerContainer 16:27:24 prd-ubuntu18.04-docker-arm64-4c-16g-16758 does not seem to be running inside a container 16:27:24 $ 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-arm64 cat 16:27:25 ---> a64e8444b3dc 16:27:25 Step 8/8 : RUN go mod download 16:27:25 ---> Running in 18615aa94df0 16:27:26 $ docker top db7d4c78ef841ca0d7083c94fc464dc58e177b23895bb82f670c9c49ed06cc87 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:27 + go version 16:27:27 go version go1.15.5 linux/arm64 [Pipeline] } 16:27:27 $ docker stop --time=1 db7d4c78ef841ca0d7083c94fc464dc58e177b23895bb82f670c9c49ed06cc87 16:27:29 $ docker rm -f db7d4c78ef841ca0d7083c94fc464dc58e177b23895bb82f670c9c49ed06cc87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:30 + docker inspect -f . ci-base-image-arm64 16:27:30 . [Pipeline] withDockerContainer 16:27:30 prd-ubuntu18.04-docker-arm64-4c-16g-16758 does not seem to be running inside a container 16:27:30 $ 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-arm64 cat 16:27:32 $ docker top 5daedb5da769f3cdd92749d80e72777a5c6e356f1f81fbf2133370776e6bc2b3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:33 + make test 16:27:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:27:43 Removing intermediate container 18615aa94df0 16:27:43 ---> 78e83f3ffd9d 16:27:43 Successfully built 78e83f3ffd9d 16:27:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:27:43 + docker inspect -f . ci-base-image-x86_64 16:27:43 . [Pipeline] withDockerContainer 16:27:43 prd-centos7-docker-4c-2g-16759 does not seem to be running inside a container 16:27:44 $ 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 ******** -e ******** ci-base-image-x86_64 cat 16:27:44 $ docker top 13488f27a2c1d9b84519ad2ab255c580141ab94ef159a9b2ee412fc9ed696cb9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:45 + go version 16:27:45 go version go1.15.5 linux/amd64 [Pipeline] } 16:27:45 $ docker stop --time=1 13488f27a2c1d9b84519ad2ab255c580141ab94ef159a9b2ee412fc9ed696cb9 16:27:47 $ docker rm -f 13488f27a2c1d9b84519ad2ab255c580141ab94ef159a9b2ee412fc9ed696cb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:48 + docker inspect -f . ci-base-image-x86_64 16:27:48 . [Pipeline] withDockerContainer 16:27:48 prd-centos7-docker-4c-2g-16759 does not seem to be running inside a container 16:27:48 $ 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 ******** -e ******** ci-base-image-x86_64 cat 16:27:49 $ docker top 4ae28833aaa917f53338981e7fd749d92e97a267f04fbadacd1b4c1eb73a3094 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:49 + make test 16:27:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:27:55 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:27:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:28:11 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:28:11 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:28:11 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:28:11 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 19.4% of statements 16:28:14 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.472s coverage: 97.1% of statements 16:28:34 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:28:34 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:28:34 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:28:34 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.128s coverage: 19.4% of statements 16:28:37 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.179s coverage: 97.1% of statements 16:28:46 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.069s coverage: 9.4% of statements 16:28:46 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.064s coverage: 21.9% of statements 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:28:46 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.241s coverage: 42.5% of statements 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:28:46 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.288s coverage: 68.9% of statements 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 16:28:46 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.063s coverage: 53.8% of statements 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 16:28:46 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 16:28:46 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.330s coverage: 68.9% of statements 16:28:46 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.058s coverage: 4.3% of statements 16:28:46 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:28:46 GO111MODULE=on go vet ./... 16:28:52 gofmt -l . 16:28:52 [ "`gofmt -l .`" = "" ] 16:28:52 ./bin/test-attribution-txt.sh 16:28:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:28:53 $ docker stop --time=1 4ae28833aaa917f53338981e7fd749d92e97a267f04fbadacd1b4c1eb73a3094 16:28:55 $ docker rm -f 4ae28833aaa917f53338981e7fd749d92e97a267f04fbadacd1b4c1eb73a3094 [Pipeline] // withDockerContainer [Pipeline] sh 16:28:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:28:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:28:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:29:00 + ls -al . 16:29:00 total 208 16:29:00 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 18 16:28 . 16:29:00 drwxrwxr-x. 4 jenkins jenkins 28 Dec 18 16:26 .. 16:29:00 drwxrwxr-x. 2 jenkins jenkins 64 Dec 18 16:26 bin 16:29:00 -rw-r--r--. 1 jenkins jenkins 130290 Dec 18 16:28 coverage.out 16:29:00 -rw-rw-r--. 1 jenkins jenkins 940 Dec 18 16:26 Dockerfile.build 16:29:00 -rw-rw-r--. 1 jenkins jenkins 140 Dec 18 16:26 .dockerignore 16:29:00 drwxrwxr-x. 4 jenkins jenkins 48 Dec 18 16:26 example 16:29:00 drwxrwxr-x. 8 jenkins jenkins 179 Dec 18 16:27 .git 16:29:00 drwxrwxr-x. 2 jenkins jenkins 103 Dec 18 16:26 .github 16:29:00 -rw-rw-r--. 1 jenkins jenkins 138 Dec 18 16:26 .gitignore 16:29:00 -rw-r--r--. 1 jenkins jenkins 488 Dec 18 16:28 go.mod 16:29:00 -rw-r--r--. 1 jenkins jenkins 13631 Dec 18 16:28 go.sum 16:29:00 drwxrwxr-x. 15 jenkins jenkins 211 Dec 18 16:26 internal 16:29:00 -rw-rw-r--. 1 jenkins jenkins 901 Dec 18 16:26 Jenkinsfile 16:29:00 -rw-rw-r--. 1 jenkins jenkins 11341 Dec 18 16:26 LICENSE 16:29:00 -rw-rw-r--. 1 jenkins jenkins 1013 Dec 18 16:26 Makefile 16:29:00 drwxrwxr-x. 4 jenkins jenkins 26 Dec 18 16:26 openapi 16:29:00 drwxrwxr-x. 5 jenkins jenkins 50 Dec 18 16:26 pkg 16:29:00 -rw-rw-r--. 1 jenkins jenkins 5897 Dec 18 16:26 README.md 16:29:00 -rw-rw-r--. 1 jenkins jenkins 4291 Dec 18 16:26 RELEASE-NOTES.txt 16:29:00 drwxrwxr-x. 4 jenkins jenkins 54 Dec 18 16:26 snap 16:29:00 -rw-rw-r--. 1 jenkins jenkins 5 Dec 18 16:24 VERSION 16:29:00 -rw-rw-r--. 1 jenkins jenkins 222 Dec 18 16:26 version.go [Pipeline] isUnix [Pipeline] sh 16:29:00 + 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=b316d89914afe89a17a947d728b9e30b253306fb --label arch=amd64 --label version=0.0.0 . 16:29:00 Sending build context to Docker daemon 2.553MB 16:29:00 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 16:29:00 Step 2/24 : FROM ${BASE} AS builder 16:29:00 ---> 78e83f3ffd9d 16:29:00 Step 3/24 : ARG MAKE='make build' 16:29:01 ---> Running in a73528b6685a 16:29:01 Removing intermediate container a73528b6685a 16:29:01 ---> 0f54ebe43730 16:29:01 Step 4/24 : WORKDIR /device-sdk-go 16:29:01 ---> Running in 345e0e6377d6 16:29:01 Removing intermediate container 345e0e6377d6 16:29:01 ---> 97f07bd5fcbe 16:29:01 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:29:01 ---> Running in 2d186b866b2f 16:29:01 Removing intermediate container 2d186b866b2f 16:29:01 ---> d7ecd4c0433a 16:29:01 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:02 ---> Running in af51871039a1 16:29:02 Removing intermediate container af51871039a1 16:29:02 ---> 12b13922d6c6 16:29:02 Step 7/24 : RUN apk add --update --no-cache make git 16:29:03 ---> Running in d24bfcd30dfc 16:29:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.170s coverage: 9.4% of statements 16:29:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.114s coverage: 21.9% of statements 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:29:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.599s coverage: 42.5% of statements 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:29:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.789s coverage: 68.9% of statements 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 16:29:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.208s coverage: 53.8% of statements 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 16:29:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 16:29:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.934s coverage: 68.9% of statements 16:29:04 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.128s coverage: 4.3% of statements 16:29:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:29:04 OK: 166 MiB in 39 packages 16:29:04 GO111MODULE=on go vet ./... 16:29:04 Removing intermediate container d24bfcd30dfc 16:29:04 ---> c741fb2e0b1a 16:29:04 Step 8/24 : COPY . . 16:29:06 ---> 1249ae34c05b 16:29:06 Step 9/24 : RUN ${MAKE} 16:29:06 ---> Running in b02f1452fb25 16:29:06 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 16:29:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:29:16 Removing intermediate container b02f1452fb25 16:29:16 ---> 4b6c28b678df 16:29:16 Step 10/24 : FROM scratch 16:29:16 ---> 16:29:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:29:16 ---> Running in 9b4c11b752d7 16:29:16 Removing intermediate container 9b4c11b752d7 16:29:16 ---> 2c71a6a88a65 16:29:16 Step 12/24 : ENV APP_PORT=49990 16:29:16 ---> Running in 5ad8404be22e 16:29:17 Removing intermediate container 5ad8404be22e 16:29:17 ---> b4caa454a37c 16:29:17 Step 13/24 : EXPOSE $APP_PORT 16:29:17 ---> Running in 576c8a1f0ce0 16:29:17 Removing intermediate container 576c8a1f0ce0 16:29:17 ---> 283781d3d9d2 16:29:17 Step 14/24 : WORKDIR / 16:29:17 ---> Running in 260d37565205 16:29:18 Removing intermediate container 260d37565205 16:29:18 ---> 3c2e69c65d51 16:29:18 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:29:18 ---> b1409022a7bd 16:29:18 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:29:18 ---> 9cefcff63778 16:29:18 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:29:19 ---> 873c519e1871 16:29:19 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:29:19 ---> dc403c69290d 16:29:19 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:29:19 ---> c25d98d955c7 16:29:19 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:29:19 ---> Running in ee64e6081d4c 16:29:19 Removing intermediate container ee64e6081d4c 16:29:19 ---> 7e5eb09081f6 16:29:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:19 ---> Running in 0203e2f2b084 16:29:19 Removing intermediate container 0203e2f2b084 16:29:19 ---> 8e66748539c0 16:29:19 Step 22/24 : LABEL arch=amd64 16:29:19 ---> Running in 20b9b1d3a808 16:29:20 Removing intermediate container 20b9b1d3a808 16:29:20 ---> 8a09152c996f 16:29:20 Step 23/24 : LABEL git_sha=b316d89914afe89a17a947d728b9e30b253306fb 16:29:20 ---> Running in c14525336c98 16:29:20 Removing intermediate container c14525336c98 16:29:20 ---> f49d0075706b 16:29:20 Step 24/24 : LABEL version=0.0.0 16:29:20 ---> Running in 637495fc2c06 16:29:20 Removing intermediate container 637495fc2c06 16:29:20 ---> 0d030dfa6f9d 16:29:20 [Warning] One or more build-args [ARCH] were not consumed 16:29:20 Successfully built 0d030dfa6f9d 16:29:20 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] } 16:29:37 gofmt -l . 16:29:37 [ "`gofmt -l .`" = "" ] 16:29:37 ./bin/test-attribution-txt.sh 16:29:37 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:29:37 $ docker stop --time=1 5daedb5da769f3cdd92749d80e72777a5c6e356f1f81fbf2133370776e6bc2b3 16:29:39 $ docker rm -f 5daedb5da769f3cdd92749d80e72777a5c6e356f1f81fbf2133370776e6bc2b3 [Pipeline] // withDockerContainer [Pipeline] sh 16:29:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:29:40 Warning: overwriting stash ‘coverage-report’ 16:29:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:29:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:29:42 + ls -al . 16:29:42 total 244 16:29:42 drwxrwxr-x 10 jenkins jenkins 4096 Dec 18 16:29 . 16:29:42 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 16:26 .. 16:29:42 -rw-rw-r-- 1 jenkins jenkins 140 Dec 18 16:26 .dockerignore 16:29:42 drwxrwxr-x 8 jenkins jenkins 4096 Dec 18 16:26 .git 16:29:42 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 16:26 .github 16:29:42 -rw-rw-r-- 1 jenkins jenkins 138 Dec 18 16:26 .gitignore 16:29:42 -rw-rw-r-- 1 jenkins jenkins 940 Dec 18 16:26 Dockerfile.build 16:29:42 -rw-rw-r-- 1 jenkins jenkins 901 Dec 18 16:26 Jenkinsfile 16:29:42 -rw-rw-r-- 1 jenkins jenkins 11341 Dec 18 16:26 LICENSE 16:29:42 -rw-rw-r-- 1 jenkins jenkins 1013 Dec 18 16:26 Makefile 16:29:42 -rw-rw-r-- 1 jenkins jenkins 5897 Dec 18 16:26 README.md 16:29:42 -rw-rw-r-- 1 jenkins jenkins 4291 Dec 18 16:26 RELEASE-NOTES.txt 16:29:42 -rw-rw-r-- 1 jenkins jenkins 5 Dec 18 16:24 VERSION 16:29:42 drwxrwxr-x 2 jenkins jenkins 4096 Dec 18 16:26 bin 16:29:42 -rw-r--r-- 1 jenkins jenkins 130290 Dec 18 16:29 coverage.out 16:29:42 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 16:26 example 16:29:42 -rw-r--r-- 1 jenkins jenkins 488 Dec 18 16:29 go.mod 16:29:42 -rw-r--r-- 1 jenkins jenkins 13631 Dec 18 16:29 go.sum 16:29:42 drwxrwxr-x 15 jenkins jenkins 4096 Dec 18 16:26 internal 16:29:42 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 16:26 openapi 16:29:42 drwxrwxr-x 5 jenkins jenkins 4096 Dec 18 16:26 pkg 16:29:42 drwxrwxr-x 4 jenkins jenkins 4096 Dec 18 16:26 snap 16:29:42 -rw-rw-r-- 1 jenkins jenkins 222 Dec 18 16:26 version.go [Pipeline] isUnix [Pipeline] sh 16:29:43 + 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=b316d89914afe89a17a947d728b9e30b253306fb --label arch=arm64 --label version=0.0.0 . 16:29:43 Sending build context to Docker daemon 2.552MB 16:29:43 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 16:29:43 Step 2/24 : FROM ${BASE} AS builder 16:29:43 ---> f7fd6c23e48d 16:29:43 Step 3/24 : ARG MAKE='make build' 16:29:43 ---> Running in 5612b050057c 16:29:44 Removing intermediate container 5612b050057c 16:29:44 ---> 570ad37f66fd 16:29:44 Step 4/24 : WORKDIR /device-sdk-go 16:29:44 ---> Running in 505a06815fd8 16:29:44 Removing intermediate container 505a06815fd8 16:29:44 ---> a4cf81157dea 16:29:44 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:29:45 ---> Running in e502ea3b53e9 16:29:45 Removing intermediate container e502ea3b53e9 16:29:45 ---> 5bdcd2a0a3b2 16:29:45 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:45 ---> Running in 34c40aba2b5c 16:29:47 Removing intermediate container 34c40aba2b5c 16:29:47 ---> 2588470871a6 16:29:47 Step 7/24 : RUN apk add --update --no-cache make git 16:29:47 ---> Running in b422548162f5 16:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:29:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:29:50 OK: 142 MiB in 39 packages 16:29:51 Removing intermediate container b422548162f5 16:29:51 ---> 8c6f40679ae6 16:29:51 Step 8/24 : COPY . . 16:29:52 ---> b709eac939bb 16:29:52 Step 9/24 : RUN ${MAKE} 16:29:52 ---> Running in f25c5f2b76a7 16:29:53 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 16:30:20 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:30:20 Removing intermediate container f25c5f2b76a7 16:30:20 ---> ea784e5f59eb 16:30:20 Step 10/24 : FROM scratch 16:30:20 ---> 16:30:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:30:20 ---> Running in 4b3db352b62c 16:30:20 Removing intermediate container 4b3db352b62c 16:30:20 ---> e0a9df82e26f 16:30:20 Step 12/24 : ENV APP_PORT=49990 16:30:20 ---> Running in 7ca5068c79c1 16:30:20 Removing intermediate container 7ca5068c79c1 16:30:20 ---> c64d46eb598e 16:30:20 Step 13/24 : EXPOSE $APP_PORT 16:30:20 ---> Running in eff362720da3 16:30:21 Removing intermediate container eff362720da3 16:30:21 ---> fb530208bfe6 16:30:21 Step 14/24 : WORKDIR / 16:30:21 ---> Running in a63c494243a4 16:30:21 Removing intermediate container a63c494243a4 16:30:21 ---> b20a791293be 16:30:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:30:22 ---> cb5c44772df7 16:30:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:30:23 ---> 9cfc151ddf50 16:30:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:30:24 ---> 24a3909137d7 16:30:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:30:25 ---> 67e5c78797ab 16:30:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:30:26 ---> 7728ce6df24b 16:30:26 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:30:26 ---> Running in b3b7f18c8c62 16:30:26 Removing intermediate container b3b7f18c8c62 16:30:26 ---> e284d9eda1b1 16:30:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:30:26 ---> Running in d0f258272591 16:30:27 Removing intermediate container d0f258272591 16:30:27 ---> 27b4b397d5e0 16:30:27 Step 22/24 : LABEL arch=arm64 16:30:27 ---> Running in 6e9936127afd 16:30:27 Removing intermediate container 6e9936127afd 16:30:27 ---> 58dad43ef8c0 16:30:27 Step 23/24 : LABEL git_sha=b316d89914afe89a17a947d728b9e30b253306fb 16:30:27 ---> Running in a7a84f06b5e5 16:30:28 Removing intermediate container a7a84f06b5e5 16:30:28 ---> 3d031758749f 16:30:28 Step 24/24 : LABEL version=0.0.0 16:30:28 ---> Running in 380504d04ce7 16:30:28 Removing intermediate container 380504d04ce7 16:30:28 ---> be3cc9cc91dc 16:30:28 [Warning] One or more build-args [ARCH] were not consumed 16:30:28 Successfully built be3cc9cc91dc 16:30:28 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 16:30:30 provisioning config files... 16:30:30 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/config221923896232815601tmp [Pipeline] { [Pipeline] sh 16:30:31 + set +x 16:30:31 + curl -s https://codecov.io/bash 16:30:31 + bash -s -- 16:30:31 16:30:31 _____ _ 16:30:31 / ____| | | 16:30:31 | | ___ __| | ___ ___ _____ __ 16:30:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:30:31 | |___| (_) | (_| | __/ (_| (_) \ V / 16:30:31 \_____\___/ \__,_|\___|\___\___/ \_/ 16:30:31 Bash-20201217-3d3df35 16:30:31 16:30:31 16:30:31 git version 2.24.3 found 16:30:31 curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:30:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:30:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 16:30:31 ==> Jenkins CI detected. 16:30:31 project root: . 16:30:31 --> token set from env 16:30:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:30:31 ==> Running gcov in . (disable via -X gcov) 16:30:31 ==> Python coveragepy not found 16:30:31 ==> Searching for coverage reports in: 16:30:31 + . 16:30:31 -> Found 1 reports 16:30:31 ==> Detecting git/mercurial file structure 16:30:31 ==> Reading reports 16:30:31 + ./coverage.out bytes=130290 16:30:31 ==> Appending adjustments 16:30:31 https://docs.codecov.io/docs/fixing-reports 16:30:32 + Found adjustments 16:30:32 ==> Gzipping contents 16:30:32 24K /tmp/codecov.gLluki.gz 16:30:32 ==> Uploading reports 16:30:32 url: https://codecov.io 16:30:32 query: branch=PR-699&commit=b316d89914afe89a17a947d728b9e30b253306fb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-699%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=699&job=&cmd_args= 16:30:32 -> Pinging Codecov 16:30:32 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-699&commit=b316d89914afe89a17a947d728b9e30b253306fb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-699%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=699&job=&cmd_args= 16:30:32 -> Uploading to 16:30:32 https://storage.googleapis.com/codecov/v4/raw/2020-12-18/7E55EF52A471D76F132DFD9A03CDDE97/b316d89914afe89a17a947d728b9e30b253306fb/c6327a64-7a95-43d2-aec4-32cca91765ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T163032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21cf9b4d2fe38f523f5d93502fc70897773b66d343bb9a9abdbe832f79d590cc 16:30:32 % Total % Received % Xferd Average Speed Time Time Time Current 16:30:32 Dload Upload Total Spent Left Speed 16:30:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21238 0 0 100 21238 0 45179 --:--:-- --:--:-- --:--:-- 45187 100 21238 0 0 100 21238 0 45165 --:--:-- --:--:-- --:--:-- 45091 16:30:33 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/b316d89914afe89a17a947d728b9e30b253306fb [Pipeline] } 16:30:33 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 16:30:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:30:36 ---> package-listing.sh 16:30:36 ++ facter osfamily 16:30:36 ++ tr '[:upper:]' '[:lower:]' 16:30:36 + OS_FAMILY=redhat 16:30:36 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-699 16:30:36 + START_PACKAGES=/tmp/packages_start.txt 16:30:36 + END_PACKAGES=/tmp/packages_end.txt 16:30:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:30:36 + PACKAGES=/tmp/packages_start.txt 16:30:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-699 ']' 16:30:36 + PACKAGES=/tmp/packages_end.txt 16:30:36 + case "${OS_FAMILY}" in 16:30:36 + rpm -qa 16:30:36 + sort 16:30:41 + '[' -f /tmp/packages_start.txt ']' 16:30:41 + '[' -f /tmp/packages_end.txt ']' 16:30:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:30:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-699 ']' 16:30:41 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-699/archives/ 16:30:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-699/archives/ [Pipeline] echo 16:30:41 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-699/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:30:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:30:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:42 16:30:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:30:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:42 alpine: Pulling from edgex-lftools-log-publisher 16:30:42 df20fa9351a1: Pulling fs layer 16:30:42 36b3adc4ff6f: Pulling fs layer 16:30:42 8ad3a11d3b57: Pulling fs layer 16:30:42 46f8f816bc3b: Pulling fs layer 16:30:42 93b61091891f: Pulling fs layer 16:30:42 93b9cdb0e59b: Pulling fs layer 16:30:42 5e14af77c1be: Pulling fs layer 16:30:42 01666e4c0597: Pulling fs layer 16:30:42 aa168da1d23b: Pulling fs layer 16:30:42 93b9cdb0e59b: Waiting 16:30:42 46f8f816bc3b: Waiting 16:30:42 93b61091891f: Waiting 16:30:42 01666e4c0597: Waiting 16:30:42 5e14af77c1be: Waiting 16:30:42 aa168da1d23b: Waiting 16:30:42 36b3adc4ff6f: Download complete 16:30:42 46f8f816bc3b: Verifying Checksum 16:30:42 46f8f816bc3b: Download complete 16:30:43 df20fa9351a1: Download complete 16:30:43 93b9cdb0e59b: Verifying Checksum 16:30:43 93b9cdb0e59b: Download complete 16:30:43 93b61091891f: Verifying Checksum 16:30:43 93b61091891f: Download complete 16:30:43 5e14af77c1be: Verifying Checksum 16:30:43 5e14af77c1be: Download complete 16:30:43 01666e4c0597: Download complete 16:30:43 8ad3a11d3b57: Verifying Checksum 16:30:43 8ad3a11d3b57: Download complete 16:30:43 df20fa9351a1: Pull complete 16:30:43 36b3adc4ff6f: Pull complete 16:30:44 8ad3a11d3b57: Pull complete 16:30:44 46f8f816bc3b: Pull complete 16:30:45 aa168da1d23b: Verifying Checksum 16:30:45 aa168da1d23b: Download complete 16:30:45 93b61091891f: Pull complete 16:30:45 93b9cdb0e59b: Pull complete 16:30:45 5e14af77c1be: Pull complete 16:30:45 01666e4c0597: Pull complete 16:30:52 aa168da1d23b: Pull complete 16:30:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:30:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:30:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:30:52 prd-centos7-docker-4c-2g-16757 does not seem to be running inside a container 16:30:52 $ 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-699/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-699 -v /w/workspace/dgexfoundry_device-sdk-go_PR-699:/w/workspace/dgexfoundry_device-sdk-go_PR-699:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-699@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 16:30:55 $ docker top b8aba92d8290ade564eee4d23bed5177341b94c28741c3feaad5c1ef450cef7b -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:56 + touch /tmp/pre-build-complete [Pipeline] sh 16:30:56 + mkdir -p /var/log/sa [Pipeline] sh 16:30:56 + ls /var/log/sa-host 16:30:56 + sadf -c /var/log/sa-host/sa18 16:30:56 file_magic: OK 16:30:56 HZ: Using current value: 100 16:30:56 file_header: OK 16:30:56 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 16:30:56 Statistics: 16:30:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:30:56 File successfully converted to sysstat format version 12.2.1 16:30:56 + sadf -c /var/log/sa-host/sa23 16:30:56 file_magic: OK 16:30:56 HZ: Using current value: 100 16:30:56 file_header: OK 16:30:56 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 16:30:56 Statistics: 16:30:56 Hnuu...uuuununununu... 16:30:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:30:57 provisioning config files... 16:30:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/config2838952311405207152tmp [Pipeline] { [Pipeline] echo 16:30:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:30:57 ---> create-netrc.sh [Pipeline] } 16:30:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:30:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:30:58 ---> python-tools-install.sh [Pipeline] echo 16:30:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:30:58 ---> sudo-logs.sh 16:30:58 Archiving 'sudo' log.. [Pipeline] echo 16:30:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:30:58 ---> job-cost.sh 16:30:58 lf-activate-venv: SKIPPING 16:30:58 INFO: No Stack... 16:30:59 INFO: Retrieving Pricing Info for: v1-standard-2 16:31:00 INFO: Archiving Costs [Pipeline] echo 16:31:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:31:01 ---> logs-deploy.sh 16:31:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-699/2 16:31:01 INFO: archiving workspace using pattern(s): 16:31:03 Archives upload complete. 16:31:03 INFO: archiving logs to Nexus