Pull request #746 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 4226f0ad5c9ea1cff809c5b314d321b691040421+2e0b14878cfb4a574be8745ab7c226ce26d53775 (5a68ec3e0b29344c68edb5ed46b6fb9db2c94c51) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22260 in /w/workspace/dgexfoundry_device-sdk-go_PR-746 [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-746 # 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/746/head:refs/remotes/origin/PR-746 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2e0b14878cfb4a574be8745ab7c226ce26d53775 into PR head commit 4226f0ad5c9ea1cff809c5b314d321b691040421 Merge succeeded, producing 4226f0ad5c9ea1cff809c5b314d321b691040421 Checking out Revision 4226f0ad5c9ea1cff809c5b314d321b691040421 (PR-746) > git config core.sparsecheckout # timeout=10 > git checkout -f 4226f0ad5c9ea1cff809c5b314d321b691040421 # 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 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4226f0ad5c9ea1cff809c5b314d321b691040421 # timeout=10 Commit message: "fix: update compareReadings logic" > git rev-list --no-walk b71988117f080c0390e6bb1f7a89c5f2e9c83746 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:29:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:29:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:29:47 ========================================================= 09:29:47 EdgeX Global Pipelines Version Info 09:29:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:29:49 ------------------- 09:29:49 stable info: 09:29:49 ------------------- 09:29:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:29:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:29:49 Message: update stable to v1.0.179 09:29:50 ------------------- 09:29:50 experimental info: 09:29:50 ------------------- 09:29:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:29:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:29:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:29:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 09:29:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:29:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:29:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-746 [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-746 [Pipeline] echo 09:29:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-746 [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4226f0ad5c9ea1cff809c5b314d321b691040421 [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4226f0a [Pipeline] echo 09:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:29:54 provisioning config files... 09:29:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/config4578949378441257166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:29:54 ---> docker-login.sh 09:29:54 nexus3.edgexfoundry.org:10001 09:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:55 Configure a credential helper to remove this warning. See 09:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:55 09:29:55 Login Succeeded 09:29:55 nexus3.edgexfoundry.org:10002 09:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:55 Configure a credential helper to remove this warning. See 09:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:55 09:29:55 Login Succeeded 09:29:55 nexus3.edgexfoundry.org:10003 09:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:55 Configure a credential helper to remove this warning. See 09:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:55 09:29:55 Login Succeeded 09:29:55 nexus3.edgexfoundry.org:10004 09:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:55 Configure a credential helper to remove this warning. See 09:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:55 09:29:55 Login Succeeded 09:29:55 docker.io 09:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:29:56 Configure a credential helper to remove this warning. See 09:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:29:56 09:29:56 Login Succeeded 09:29:56 ---> docker-login.sh ends [Pipeline] } 09:29:56 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 09:29:57 + git log --format=format:%s -1 4226f0ad5c9ea1cff809c5b314d321b691040421 [Pipeline] echo 09:29:57 GIT_COMMIT: 4226f0ad5c9ea1cff809c5b314d321b691040421, Commit Message: fix: update compareReadings logic [Pipeline] echo 09:29:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:29:58 09:29:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:29:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:29:58 latest: Pulling from edgex-devops/git-semver 09:29:58 31603596830f: Pulling fs layer 09:29:58 2a8b12db71e7: Pulling fs layer 09:29:58 6ca5941a6612: Pulling fs layer 09:29:58 ecc8261a40a4: Pulling fs layer 09:29:58 ecc8261a40a4: Waiting 09:29:58 2a8b12db71e7: Download complete 09:29:58 31603596830f: Verifying Checksum 09:29:58 31603596830f: Download complete 09:29:58 ecc8261a40a4: Verifying Checksum 09:29:58 ecc8261a40a4: Download complete 09:29:58 6ca5941a6612: Verifying Checksum 09:29:58 6ca5941a6612: Download complete 09:29:58 31603596830f: Pull complete 09:29:58 2a8b12db71e7: Pull complete 09:29:59 6ca5941a6612: Pull complete 09:30:00 ecc8261a40a4: Pull complete 09:30:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:30:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:30:00 prd-centos7-docker-4c-2g-22260 does not seem to be running inside a container 09:30:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-746 -v /w/workspace/dgexfoundry_device-sdk-go_PR-746:/w/workspace/dgexfoundry_device-sdk-go_PR-746:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-746@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:30:02 $ docker top c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:30:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:02 [ssh-agent] Looking for ssh-agent implementation... 09:30:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:30:02 $ docker exec c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d ssh-agent 09:30:03 SSH_AUTH_SOCK=/tmp/ssh-tbRyUYRoq41v/agent.11 09:30:03 SSH_AGENT_PID=16 09:30:03 Running ssh-add (command line suppressed) 09:30:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_5794943590179841422.key (/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_5794943590179841422.key) 09:30:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:30:03 + git tag --points-at HEAD [Pipeline] } 09:30:03 $ docker exec --env ******** --env ******** c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d ssh-agent -k 09:30:03 unset SSH_AUTH_SOCK; 09:30:03 unset SSH_AGENT_PID; 09:30:03 echo Agent pid 16 killed; 09:30:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:30:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:04 [ssh-agent] Looking for ssh-agent implementation... 09:30:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:30:04 $ docker exec c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d ssh-agent 09:30:04 SSH_AUTH_SOCK=/tmp/ssh-BR6QX1QOFR8k/agent.44 09:30:04 SSH_AGENT_PID=49 09:30:04 Running ssh-add (command line suppressed) 09:30:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_2049292542990756264.key (/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/private_key_2049292542990756264.key) 09:30:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:30:05 + git semver init 09:30:05 # -> Open(): unable to determine branch for HEAD 09:30:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-746/.git 09:30:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-746 09:30:05 # $SEMVER_REMOTE_NAME = origin 09:30:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:30:05 # $SEMVER_USER_NAME = edgex-jenkins 09:30:05 # $SEMVER_BRANCH = PR-746 09:30:05 # $SEMVER_TEMP = /tmp/semver-099426427 09:30:05 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 09:30:08 # '/tmp/semver-099426427' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-746/.semver' 09:30:08 # -> Force: false 09:30:08 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-746/.semver [Pipeline] } 09:30:08 $ docker exec --env ******** --env ******** c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d ssh-agent -k 09:30:08 unset SSH_AUTH_SOCK; 09:30:08 unset SSH_AGENT_PID; 09:30:08 echo Agent pid 49 killed; 09:30:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:30:09 + git semver [Pipeline] } 09:30:09 $ docker stop --time=1 c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d 09:30:10 $ docker rm -f c1979246a58b1908360c79bb3dfe8c2db71a2d5099c70c592dfb4d6b2abc562d [Pipeline] // withDockerContainer [Pipeline] sh 09:30:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:30:12 Stashed 1 file(s) [Pipeline] echo 09:30:12 [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 09:30:28 Still waiting to schedule task 09:30:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:30:28 Still waiting to schedule task 09:30:28 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:33:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22261 in /w/workspace/dgexfoundry_device-sdk-go_PR-746 [Pipeline] { [Pipeline] ws 09:33:13 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 09:33:16 Running on prd-centos7-docker-4c-2g-22262 in /w/workspace/dgexfoundry_device-sdk-go_PR-746 [Pipeline] { [Pipeline] ws 09:33:16 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 09:33:18 using credential edgex-jenkins-ssh 09:33:18 Cloning the remote Git repository 09:33:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:33:19 > git init /w/workspace/device-sdk-go/6 # timeout=10 09:33:19 using credential edgex-jenkins-ssh 09:33:19 Cloning the remote Git repository 09:33:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:33:19 > git init /w/workspace/device-sdk-go/6 # timeout=10 09:33:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:33:19 > git --version # timeout=10 09:33:19 > git --version # 'git version 2.24.3' 09:33:19 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:33:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:33:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/746/head:refs/remotes/origin/PR-746 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:33:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:33:19 > git --version # timeout=10 09:33:19 > git --version # 'git version 2.17.1' 09:33:19 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:33:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:33:20 Merging remotes/origin/master commit 2e0b14878cfb4a574be8745ab7c226ce26d53775 into PR head commit 4226f0ad5c9ea1cff809c5b314d321b691040421 09:33:20 Merge succeeded, producing 4226f0ad5c9ea1cff809c5b314d321b691040421 09:33:20 Checking out Revision 4226f0ad5c9ea1cff809c5b314d321b691040421 (PR-746) 09:33:20 Merging remotes/origin/master commit 2e0b14878cfb4a574be8745ab7c226ce26d53775 into PR head commit 4226f0ad5c9ea1cff809c5b314d321b691040421 09:33:21 Merge succeeded, producing 4226f0ad5c9ea1cff809c5b314d321b691040421 09:33:21 Checking out Revision 4226f0ad5c9ea1cff809c5b314d321b691040421 (PR-746) 09:33:20 > git config core.sparsecheckout # timeout=10 09:33:20 > git checkout -f 4226f0ad5c9ea1cff809c5b314d321b691040421 # timeout=10 09:33:20 > git remote # timeout=10 09:33:20 > git config --get remote.origin.url # timeout=10 09:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:20 > git merge 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 09:33:20 > git rev-parse HEAD^{commit} # timeout=10 09:33:20 > git config core.sparsecheckout # timeout=10 09:33:20 > git checkout -f 4226f0ad5c9ea1cff809c5b314d321b691040421 # timeout=10 09:33:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/746/head:refs/remotes/origin/PR-746 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:33:20 > git config core.sparsecheckout # timeout=10 09:33:20 > git checkout -f 4226f0ad5c9ea1cff809c5b314d321b691040421 # timeout=10 09:33:21 > git remote # timeout=10 09:33:21 > git config --get remote.origin.url # timeout=10 09:33:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:21 > git merge 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 09:33:21 > git rev-parse HEAD^{commit} # timeout=10 09:33:21 > git config core.sparsecheckout # timeout=10 09:33:21 > git checkout -f 4226f0ad5c9ea1cff809c5b314d321b691040421 # timeout=10 09:33:24 Commit message: "fix: update compareReadings logic" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:25 Commit message: "fix: update compareReadings logic" 09:33:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 09:33:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:26 + sudo service docker restart 09:33:26 + true 09:33:26 Redirecting to /bin/systemctl restart docker.service 09:33:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:33:27 provisioning config files... 09:33:27 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config8551483328304981629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:33:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:33:27 ---> docker-login.sh 09:33:27 nexus3.edgexfoundry.org:10001 09:33:27 + true 09:33:27 + sudo service docker restart 09:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:28 Configure a credential helper to remove this warning. See 09:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:28 09:33:28 Login Succeeded 09:33:28 nexus3.edgexfoundry.org:10002 09:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:28 Configure a credential helper to remove this warning. See 09:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:28 09:33:28 Login Succeeded 09:33:28 nexus3.edgexfoundry.org:10003 09:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:28 Configure a credential helper to remove this warning. See 09:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:28 09:33:28 Login Succeeded 09:33:28 nexus3.edgexfoundry.org:10004 09:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:28 Configure a credential helper to remove this warning. See 09:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:28 09:33:28 Login Succeeded 09:33:28 docker.io 09:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:29 Configure a credential helper to remove this warning. See 09:33:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:29 09:33:29 Login Succeeded 09:33:29 ---> docker-login.sh ends [Pipeline] } 09:33:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:33:29 ========================================================= 09:33:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:33:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:29 + 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 . 09:33:29 Sending build context to Docker daemon 2.521MB 09:33:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:33:29 Step 2/8 : FROM ${BASE} [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:33:30 provisioning config files... 09:33:30 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config4955684629123127652tmp [Pipeline] { 09:33:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:33:30 188c0c94c7c5: Pulling fs layer 09:33:30 0ef7d3d256c8: Pulling fs layer 09:33:30 de9db76c5a1d: Pulling fs layer 09:33:30 bca2f99d35d6: Pulling fs layer 09:33:30 93359f2a8cfa: Pulling fs layer 09:33:30 7c6f9722023f: Pulling fs layer 09:33:30 a35cf1a2eb13: Pulling fs layer 09:33:30 93359f2a8cfa: Waiting 09:33:30 7c6f9722023f: Waiting 09:33:30 bca2f99d35d6: Waiting 09:33:30 de9db76c5a1d: Verifying Checksum 09:33:30 de9db76c5a1d: Download complete 09:33:30 0ef7d3d256c8: Download complete 09:33:30 93359f2a8cfa: Verifying Checksum 09:33:30 93359f2a8cfa: Download complete 09:33:30 7c6f9722023f: Verifying Checksum 09:33:30 7c6f9722023f: Download complete 09:33:30 188c0c94c7c5: Verifying Checksum 09:33:30 188c0c94c7c5: Download complete [Pipeline] libraryResource [Pipeline] sh 09:33:30 188c0c94c7c5: Pull complete 09:33:30 ---> docker-login.sh 09:33:30 nexus3.edgexfoundry.org:10001 09:33:30 0ef7d3d256c8: Pull complete 09:33:30 de9db76c5a1d: Pull complete 09:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:31 Configure a credential helper to remove this warning. See 09:33:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:31 09:33:31 Login Succeeded 09:33:31 nexus3.edgexfoundry.org:10002 09:33:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:32 Configure a credential helper to remove this warning. See 09:33:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:32 09:33:32 Login Succeeded 09:33:32 nexus3.edgexfoundry.org:10003 09:33:32 a35cf1a2eb13: Verifying Checksum 09:33:32 a35cf1a2eb13: Download complete 09:33:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:32 bca2f99d35d6: Verifying Checksum 09:33:32 bca2f99d35d6: Download complete 09:33:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:32 Configure a credential helper to remove this warning. See 09:33:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:32 09:33:32 Login Succeeded 09:33:32 nexus3.edgexfoundry.org:10004 09:33:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:33 Configure a credential helper to remove this warning. See 09:33:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:33 09:33:33 Login Succeeded 09:33:33 docker.io 09:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:33:34 Configure a credential helper to remove this warning. See 09:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:33:34 09:33:34 Login Succeeded 09:33:34 ---> docker-login.sh ends [Pipeline] } 09:33:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:33:34 ========================================================= 09:33:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:33:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:35 + 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 . 09:33:35 Sending build context to Docker daemon 2.52MB 09:33:35 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:33:35 Step 2/8 : FROM ${BASE} 09:33:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:33:35 5f621e34cdf4: Pulling fs layer 09:33:35 a4357932f1b6: Pulling fs layer 09:33:35 18c013af1878: Pulling fs layer 09:33:35 00ac8860ef70: Pulling fs layer 09:33:35 63d7cb157983: Pulling fs layer 09:33:35 b116817d02f9: Pulling fs layer 09:33:35 745a02a5169b: Pulling fs layer 09:33:35 63d7cb157983: Waiting 09:33:35 745a02a5169b: Waiting 09:33:35 00ac8860ef70: Waiting 09:33:35 b116817d02f9: Waiting 09:33:35 18c013af1878: Verifying Checksum 09:33:35 18c013af1878: Download complete 09:33:35 a4357932f1b6: Download complete 09:33:35 63d7cb157983: Verifying Checksum 09:33:35 63d7cb157983: Download complete 09:33:35 b116817d02f9: Download complete 09:33:35 5f621e34cdf4: Verifying Checksum 09:33:35 5f621e34cdf4: Download complete 09:33:36 5f621e34cdf4: Pull complete 09:33:37 a4357932f1b6: Pull complete 09:33:37 18c013af1878: Pull complete 09:33:38 bca2f99d35d6: Pull complete 09:33:38 93359f2a8cfa: Pull complete 09:33:38 7c6f9722023f: Pull complete 09:33:39 745a02a5169b: Verifying Checksum 09:33:39 745a02a5169b: Download complete 09:33:41 00ac8860ef70: Verifying Checksum 09:33:41 00ac8860ef70: Download complete 09:33:46 a35cf1a2eb13: Pull complete 09:33:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:33:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:33:46 ---> a62c8e92a672 09:33:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:33:46 ---> Running in 0f9c1fa30078 09:33:46 Removing intermediate container 0f9c1fa30078 09:33:46 ---> e32bf9c339fd 09:33:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:46 ---> Running in 8ee85cf5daa9 09:33:46 Removing intermediate container 8ee85cf5daa9 09:33:46 ---> 8c8077a179c9 09:33:46 Step 5/8 : RUN apk add --update --no-cache make git 09:33:46 ---> Running in 8dea4061a411 09:33:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:48 OK: 166 MiB in 39 packages 09:33:49 Removing intermediate container 8dea4061a411 09:33:49 ---> d3809ccfacd3 09:33:49 Step 6/8 : WORKDIR /device-sdk-go 09:33:49 ---> Running in 8e286f69e430 09:33:49 Removing intermediate container 8e286f69e430 09:33:49 ---> 34ab6a74d438 09:33:49 Step 7/8 : COPY . . 09:33:50 ---> 33bcf5654373 09:33:50 Step 8/8 : RUN go mod download 09:33:50 ---> Running in a44964543795 09:33:51 00ac8860ef70: Pull complete 09:33:51 63d7cb157983: Pull complete 09:33:51 b116817d02f9: Pull complete 09:33:54 745a02a5169b: Pull complete 09:33:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:33:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:33:54 ---> b7e6874047d6 09:33:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:33:58 ---> Running in b08e9ee9ef74 09:33:58 Removing intermediate container b08e9ee9ef74 09:33:58 ---> a1b3506aaf77 09:33:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:58 ---> Running in dc68c141c84e 09:34:00 Removing intermediate container dc68c141c84e 09:34:00 ---> 4e96bc77a4b0 09:34:00 Step 5/8 : RUN apk add --update --no-cache make git 09:34:00 ---> Running in 587bd86fd6c6 09:34:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:03 OK: 142 MiB in 39 packages 09:34:04 Removing intermediate container 587bd86fd6c6 09:34:04 ---> 93521e76fa92 09:34:04 Step 6/8 : WORKDIR /device-sdk-go 09:34:04 ---> Running in 75468c1986fe 09:34:05 Removing intermediate container 75468c1986fe 09:34:05 ---> cd9506a6bdf1 09:34:05 Step 7/8 : COPY . . 09:34:06 ---> 4f7de8c1d4b9 09:34:06 Step 8/8 : RUN go mod download 09:34:06 ---> Running in 890f28b60c8c 09:34:08 Removing intermediate container a44964543795 09:34:08 ---> fd298765073a 09:34:08 Successfully built fd298765073a 09:34:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:34:09 + docker inspect -f . ci-base-image-x86_64 09:34:09 . [Pipeline] withDockerContainer 09:34:09 prd-centos7-docker-4c-2g-22262 does not seem to be running inside a container 09:34:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** ci-base-image-x86_64 cat 09:34:10 $ docker top 2a1a12b4550d82908d6007b69bced2277476cdef9bc5b38af5c76c230f119ffd -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:10 + go version 09:34:10 go version go1.15.5 linux/amd64 [Pipeline] } 09:34:10 $ docker stop --time=1 2a1a12b4550d82908d6007b69bced2277476cdef9bc5b38af5c76c230f119ffd 09:34:12 $ docker rm -f 2a1a12b4550d82908d6007b69bced2277476cdef9bc5b38af5c76c230f119ffd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:12 + docker inspect -f . ci-base-image-x86_64 09:34:12 . [Pipeline] withDockerContainer 09:34:12 prd-centos7-docker-4c-2g-22262 does not seem to be running inside a container 09:34:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** ci-base-image-x86_64 cat 09:34:13 $ docker top 24cb646f59094a9e550ee7e3ce9dfb5c6c1e3d3d7b110d4e538fefa70b4f7c1d -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:13 + make test 09:34:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:34:22 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:34:29 Removing intermediate container 890f28b60c8c 09:34:29 ---> e7d0bfffb997 09:34:29 Successfully built e7d0bfffb997 09:34:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:34:29 + docker inspect -f . ci-base-image-arm64 09:34:29 . [Pipeline] withDockerContainer 09:34:29 prd-ubuntu18.04-docker-arm64-4c-16g-22261 does not seem to be running inside a container 09:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** ci-base-image-arm64 cat 09:34:31 $ docker top d1d0e30537c28ea0756de85a632e12a412fea91764bcaca332d1cef8f8171489 -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:32 + go version 09:34:32 go version go1.15.5 linux/arm64 [Pipeline] } 09:34:32 $ docker stop --time=1 d1d0e30537c28ea0756de85a632e12a412fea91764bcaca332d1cef8f8171489 09:34:34 $ docker rm -f d1d0e30537c28ea0756de85a632e12a412fea91764bcaca332d1cef8f8171489 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:35 + docker inspect -f . ci-base-image-arm64 09:34:35 . [Pipeline] withDockerContainer 09:34:35 prd-ubuntu18.04-docker-arm64-4c-16g-22261 does not seem to be running inside a container 09:34:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** ci-base-image-arm64 cat 09:34:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:34:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:34:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:34:37 $ docker top bdcc92ec11e7b64ba78e2cdfbf0b1feea083ab3559f5e3c4ac862785f7d1d112 -eo pid,comm 09:34:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 24.3% of statements [Pipeline] { [Pipeline] sh 09:34:38 + make test 09:34:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:34:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.469s coverage: 97.1% of statements 09:35:00 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.054s coverage: 9.4% of statements 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.061s coverage: 22.9% of statements 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.065s coverage: 84.8% of statements 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.068s coverage: 53.8% of statements 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.074s coverage: 26.8% of statements 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.402s coverage: 83.5% of statements 09:35:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements 09:35:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:35:10 GO111MODULE=on go vet ./... 09:35:15 gofmt -l . 09:35:15 [ "`gofmt -l .`" = "" ] 09:35:15 ./bin/test-attribution-txt.sh 09:35:16 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:35:16 $ docker stop --time=1 24cb646f59094a9e550ee7e3ce9dfb5c6c1e3d3d7b110d4e538fefa70b4f7c1d 09:35:18 $ docker rm -f 24cb646f59094a9e550ee7e3ce9dfb5c6c1e3d3d7b110d4e538fefa70b4f7c1d [Pipeline] // withDockerContainer [Pipeline] sh 09:35:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:35:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:35:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:35:21 + ls -al . 09:35:21 total 188 09:35:21 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 22 09:35 . 09:35:21 drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 09:33 .. 09:35:21 drwxrwxr-x. 2 jenkins jenkins 64 Jan 22 09:33 bin 09:35:21 -rw-r--r--. 1 jenkins jenkins 109745 Jan 22 09:35 coverage.out 09:35:21 -rw-rw-r--. 1 jenkins jenkins 949 Jan 22 09:33 Dockerfile.build 09:35:21 -rw-rw-r--. 1 jenkins jenkins 140 Jan 22 09:33 .dockerignore 09:35:21 drwxrwxr-x. 4 jenkins jenkins 48 Jan 22 09:33 example 09:35:21 drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 09:33 .git 09:35:21 drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 09:33 .github 09:35:21 -rw-rw-r--. 1 jenkins jenkins 138 Jan 22 09:33 .gitignore 09:35:21 -rw-r--r--. 1 jenkins jenkins 479 Jan 22 09:35 go.mod 09:35:21 -rw-r--r--. 1 jenkins jenkins 13845 Jan 22 09:35 go.sum 09:35:21 drwxrwxr-x. 14 jenkins jenkins 196 Jan 22 09:33 internal 09:35:21 -rw-rw-r--. 1 jenkins jenkins 901 Jan 22 09:33 Jenkinsfile 09:35:21 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 22 09:33 LICENSE 09:35:21 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 22 09:33 Makefile 09:35:21 drwxrwxr-x. 4 jenkins jenkins 26 Jan 22 09:33 openapi 09:35:21 drwxrwxr-x. 5 jenkins jenkins 50 Jan 22 09:33 pkg 09:35:21 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 22 09:33 README.md 09:35:21 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 22 09:33 RELEASE-NOTES.txt 09:35:21 drwxrwxr-x. 4 jenkins jenkins 54 Jan 22 09:33 snap 09:35:21 -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 09:30 VERSION 09:35:21 -rw-rw-r--. 1 jenkins jenkins 222 Jan 22 09:33 version.go [Pipeline] isUnix [Pipeline] sh 09:35:21 + 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=4226f0ad5c9ea1cff809c5b314d321b691040421 --label arch=amd64 --label version=0.0.0 . 09:35:21 Sending build context to Docker daemon 2.631MB 09:35:21 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:35:21 Step 2/24 : FROM ${BASE} AS builder 09:35:21 ---> fd298765073a 09:35:21 Step 3/24 : ARG MAKE='make build' 09:35:22 ---> Running in c8fcbf103d29 09:35:22 Removing intermediate container c8fcbf103d29 09:35:22 ---> 3193ace30267 09:35:22 Step 4/24 : WORKDIR /device-sdk-go 09:35:22 ---> Running in a9460485853c 09:35:22 Removing intermediate container a9460485853c 09:35:22 ---> 3ff392da0b9d 09:35:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:35:22 ---> Running in 19185d37a543 09:35:22 Removing intermediate container 19185d37a543 09:35:22 ---> 8ea9d3946aaa 09:35:22 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:22 ---> Running in 6e8820795a72 09:35:23 Removing intermediate container 6e8820795a72 09:35:23 ---> e798094d04f5 09:35:23 Step 7/24 : RUN apk add --update --no-cache make git 09:35:23 ---> Running in 0d893737012c 09:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:25 OK: 166 MiB in 39 packages 09:35:26 Removing intermediate container 0d893737012c 09:35:26 ---> 4c236025cc3c 09:35:26 Step 8/24 : COPY . . 09:35:27 ---> 6c530a9c32b4 09:35:27 Step 9/24 : RUN ${MAKE} 09:35:27 ---> Running in a5333c7d91ea 09:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:35:35 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:35:37 Removing intermediate container a5333c7d91ea 09:35:37 ---> 6d106f9a76e3 09:35:37 Step 10/24 : FROM scratch 09:35:37 ---> 09:35:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:35:37 ---> Running in 2abdf2995831 09:35:37 Removing intermediate container 2abdf2995831 09:35:37 ---> 015af3e0c440 09:35:37 Step 12/24 : ENV APP_PORT=49990 09:35:37 ---> Running in dbbdb47276f4 09:35:37 Removing intermediate container dbbdb47276f4 09:35:37 ---> 3a491b4a3357 09:35:37 Step 13/24 : EXPOSE $APP_PORT 09:35:37 ---> Running in 8dad10b569e2 09:35:37 Removing intermediate container 8dad10b569e2 09:35:37 ---> 94c8433a9707 09:35:37 Step 14/24 : WORKDIR / 09:35:37 ---> Running in 82e40b54077e 09:35:38 Removing intermediate container 82e40b54077e 09:35:38 ---> 02a9da7ba9df 09:35:38 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:35:38 ---> c787588c9e14 09:35:38 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:35:38 ---> 5ff3bf2966e6 09:35:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:35:39 ---> 2c00684a5da2 09:35:39 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:35:39 ---> 07d0d6504918 09:35:39 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:35:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:35:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:35:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:35:39 ---> 2b4ea132743a 09:35:39 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:35:39 ---> Running in dbdb4628a900 09:35:39 Removing intermediate container dbdb4628a900 09:35:39 ---> cc8bcdb9adf6 09:35:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:35:39 ---> Running in 522144905cfe 09:35:39 Removing intermediate container 522144905cfe 09:35:39 ---> b4e339fb17ce 09:35:39 Step 22/24 : LABEL arch=amd64 09:35:40 ---> Running in e58e3ff4f750 09:35:40 Removing intermediate container e58e3ff4f750 09:35:40 ---> c2df54ae7e6f 09:35:40 Step 23/24 : LABEL git_sha=4226f0ad5c9ea1cff809c5b314d321b691040421 09:35:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.119s coverage: 24.3% of statements 09:35:40 ---> Running in 589436ef8c5b 09:35:40 Removing intermediate container 589436ef8c5b 09:35:40 ---> 0157864dc6b8 09:35:40 Step 24/24 : LABEL version=0.0.0 09:35:40 ---> Running in b874cf963cc8 09:35:40 Removing intermediate container b874cf963cc8 09:35:40 ---> c070b06846d8 09:35:40 [Warning] One or more build-args [ARCH] were not consumed 09:35:40 Successfully built c070b06846d8 09:35:40 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] } 09:35:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.169s coverage: 97.1% of statements 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.183s coverage: 9.4% of statements 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.117s coverage: 22.9% of statements 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.153s coverage: 84.8% of statements 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.190s coverage: 53.8% of statements 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.178s coverage: 26.8% of statements 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.037s coverage: 83.5% of statements 09:36:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.143s coverage: 4.2% of statements 09:36:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:36:15 GO111MODULE=on go vet ./... 09:36:48 gofmt -l . 09:36:48 [ "`gofmt -l .`" = "" ] 09:36:48 ./bin/test-attribution-txt.sh 09:36:48 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:36:48 $ docker stop --time=1 bdcc92ec11e7b64ba78e2cdfbf0b1feea083ab3559f5e3c4ac862785f7d1d112 09:36:50 $ docker rm -f bdcc92ec11e7b64ba78e2cdfbf0b1feea083ab3559f5e3c4ac862785f7d1d112 [Pipeline] // withDockerContainer [Pipeline] sh 09:36:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:36:51 Warning: overwriting stash ‘coverage-report’ 09:36:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:36:53 + ls -al . 09:36:53 total 224 09:36:53 drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 09:36 . 09:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 09:33 .. 09:36:53 -rw-rw-r-- 1 jenkins jenkins 140 Jan 22 09:33 .dockerignore 09:36:53 drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 09:33 .git 09:36:53 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 09:33 .github 09:36:53 -rw-rw-r-- 1 jenkins jenkins 138 Jan 22 09:33 .gitignore 09:36:53 -rw-rw-r-- 1 jenkins jenkins 949 Jan 22 09:33 Dockerfile.build 09:36:53 -rw-rw-r-- 1 jenkins jenkins 901 Jan 22 09:33 Jenkinsfile 09:36:53 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 22 09:33 LICENSE 09:36:53 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 22 09:33 Makefile 09:36:53 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 22 09:33 README.md 09:36:53 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 22 09:33 RELEASE-NOTES.txt 09:36:53 -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 09:30 VERSION 09:36:53 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 09:33 bin 09:36:53 -rw-r--r-- 1 jenkins jenkins 109745 Jan 22 09:36 coverage.out 09:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 09:33 example 09:36:53 -rw-r--r-- 1 jenkins jenkins 479 Jan 22 09:36 go.mod 09:36:53 -rw-r--r-- 1 jenkins jenkins 13845 Jan 22 09:36 go.sum 09:36:53 drwxrwxr-x 14 jenkins jenkins 4096 Jan 22 09:33 internal 09:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 09:33 openapi 09:36:53 drwxrwxr-x 5 jenkins jenkins 4096 Jan 22 09:33 pkg 09:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 09:33 snap 09:36:53 -rw-rw-r-- 1 jenkins jenkins 222 Jan 22 09:33 version.go [Pipeline] isUnix [Pipeline] sh 09:36:54 + 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=4226f0ad5c9ea1cff809c5b314d321b691040421 --label arch=arm64 --label version=0.0.0 . 09:36:54 Sending build context to Docker daemon 2.63MB 09:36:54 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:36:54 Step 2/24 : FROM ${BASE} AS builder 09:36:54 ---> e7d0bfffb997 09:36:54 Step 3/24 : ARG MAKE='make build' 09:36:54 ---> Running in 1710e42ab994 09:36:55 Removing intermediate container 1710e42ab994 09:36:55 ---> 120c737cb228 09:36:55 Step 4/24 : WORKDIR /device-sdk-go 09:36:55 ---> Running in 59983d76b171 09:36:56 Removing intermediate container 59983d76b171 09:36:56 ---> b763de1ae4ae 09:36:56 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:36:56 ---> Running in 3198ff829f64 09:36:56 Removing intermediate container 3198ff829f64 09:36:56 ---> 0cd3aad70622 09:36:56 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:56 ---> Running in 3a4705991a5e 09:36:58 Removing intermediate container 3a4705991a5e 09:36:58 ---> 1af4b0a6481f 09:36:58 Step 7/24 : RUN apk add --update --no-cache make git 09:36:58 ---> Running in ec90689cda36 09:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:37:01 OK: 142 MiB in 39 packages 09:37:02 Removing intermediate container ec90689cda36 09:37:02 ---> 59a68f5e22cc 09:37:02 Step 8/24 : COPY . . 09:37:03 ---> 1f2b9f1f2751 09:37:03 Step 9/24 : RUN ${MAKE} 09:37:03 ---> Running in 363efb53da6a 09:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:37:32 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:37:32 Removing intermediate container 363efb53da6a 09:37:32 ---> 18e2b7f4d4cc 09:37:32 Step 10/24 : FROM scratch 09:37:32 ---> 09:37:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:37:32 ---> Running in 32010b0e7a5f 09:37:32 Removing intermediate container 32010b0e7a5f 09:37:32 ---> 6a4f3448f45a 09:37:32 Step 12/24 : ENV APP_PORT=49990 09:37:32 ---> Running in a5598ffa4298 09:37:32 Removing intermediate container a5598ffa4298 09:37:32 ---> 7b9879d5c794 09:37:32 Step 13/24 : EXPOSE $APP_PORT 09:37:32 ---> Running in 0f229ca56774 09:37:32 Removing intermediate container 0f229ca56774 09:37:32 ---> 96e52cc1cc93 09:37:32 Step 14/24 : WORKDIR / 09:37:33 ---> Running in d3c02e32ac99 09:37:33 Removing intermediate container d3c02e32ac99 09:37:33 ---> 68d9f48fbaa7 09:37:33 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:37:34 ---> dd896309e62b 09:37:34 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:37:35 ---> 1b8162cdf305 09:37:35 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:37:36 ---> 11540c39eb7a 09:37:36 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:37:36 ---> 058b2c8d4986 09:37:36 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:37:37 ---> 143d7e970dee 09:37:37 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:37:37 ---> Running in f2739c633762 09:37:38 Removing intermediate container f2739c633762 09:37:38 ---> a9d60911e378 09:37:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:37:38 ---> Running in 53d252c81e98 09:37:38 Removing intermediate container 53d252c81e98 09:37:38 ---> 482c468e425d 09:37:38 Step 22/24 : LABEL arch=arm64 09:37:38 ---> Running in 4deb34056517 09:37:39 Removing intermediate container 4deb34056517 09:37:39 ---> 3e5cc8ea8323 09:37:39 Step 23/24 : LABEL git_sha=4226f0ad5c9ea1cff809c5b314d321b691040421 09:37:39 ---> Running in 0ac163ccf9cb 09:37:39 Removing intermediate container 0ac163ccf9cb 09:37:39 ---> 70f732bfde38 09:37:39 Step 24/24 : LABEL version=0.0.0 09:37:40 ---> Running in 670b8c3052b3 09:37:40 Removing intermediate container 670b8c3052b3 09:37:40 ---> 6d1cadc18cd9 09:37:40 [Warning] One or more build-args [ARCH] were not consumed 09:37:40 Successfully built 6d1cadc18cd9 09:37:40 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 09:37:42 provisioning config files... 09:37:42 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/config5206393356484423629tmp [Pipeline] { [Pipeline] sh 09:37:42 + set +x 09:37:42 + curl -s https://codecov.io/bash 09:37:42 + bash -s -- 09:37:42 09:37:42 _____ _ 09:37:42 / ____| | | 09:37:42 | | ___ __| | ___ ___ _____ __ 09:37:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:37:42 | |___| (_) | (_| | __/ (_| (_) \ V / 09:37:42 \_____\___/ \__,_|\___|\___\___/ \_/ 09:37:42 Bash-20210115-cec3c92 09:37:42 09:37:42 09:37:42 ==> git version 2.24.3 found 09:37:42 ==> 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 09:37:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:37:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:37:42 ==> Jenkins CI detected. 09:37:42 project root: . 09:37:42 --> token set from env 09:37:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:37:42 ==> Running gcov in . (disable via -X gcov) 09:37:42 ==> Python coveragepy not found 09:37:42 ==> Searching for coverage reports in: 09:37:42 + . 09:37:42 -> Found 1 reports 09:37:42 ==> Detecting git/mercurial file structure 09:37:42 ==> Reading reports 09:37:42 + ./coverage.out bytes=109745 09:37:42 ==> Appending adjustments 09:37:42 https://docs.codecov.io/docs/fixing-reports 09:37:43 + Found adjustments 09:37:43 ==> Gzipping contents 09:37:43 20K /tmp/codecov.bn3cF3.gz 09:37:43 ==> Uploading reports 09:37:43 url: https://codecov.io 09:37:43 query: branch=PR-746&commit=4226f0ad5c9ea1cff809c5b314d321b691040421&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-746%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=746&job=&cmd_args= 09:37:43 -> Pinging Codecov 09:37:43 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-746&commit=4226f0ad5c9ea1cff809c5b314d321b691040421&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-746%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=746&job=&cmd_args= 09:37:44 -> Uploading to 09:37:44 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/7E55EF52A471D76F132DFD9A03CDDE97/4226f0ad5c9ea1cff809c5b314d321b691040421/cf69a3dc-f197-4699-bbfe-e535e46e7a7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T093743Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b16230ec84eaa4609fb9a607911c43f6cc4e9c2dd7422958eed30f6c599b18ee 09:37:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:37:44 Dload Upload Total Spent Left Speed 09:37:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18029 0 0 100 18029 0 38940 --:--:-- --:--:-- --:--:-- 38939 09:37:44 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4226f0ad5c9ea1cff809c5b314d321b691040421 [Pipeline] } 09:37:44 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 09:37:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:37:48 ---> package-listing.sh 09:37:48 ++ facter osfamily 09:37:48 ++ tr '[:upper:]' '[:lower:]' 09:37:48 + OS_FAMILY=redhat 09:37:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-746 09:37:48 + START_PACKAGES=/tmp/packages_start.txt 09:37:48 + END_PACKAGES=/tmp/packages_end.txt 09:37:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:37:48 + PACKAGES=/tmp/packages_start.txt 09:37:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-746 ']' 09:37:48 + PACKAGES=/tmp/packages_end.txt 09:37:48 + case "${OS_FAMILY}" in 09:37:48 + rpm -qa 09:37:48 + sort 09:37:53 + '[' -f /tmp/packages_start.txt ']' 09:37:53 + '[' -f /tmp/packages_end.txt ']' 09:37:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:37:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-746 ']' 09:37:53 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-746/archives/ 09:37:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-746/archives/ [Pipeline] echo 09:37:53 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-746/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:37:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:54 09:37:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:37:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:54 alpine: Pulling from edgex-lftools-log-publisher 09:37:54 df20fa9351a1: Pulling fs layer 09:37:54 36b3adc4ff6f: Pulling fs layer 09:37:54 8ad3a11d3b57: Pulling fs layer 09:37:54 46f8f816bc3b: Pulling fs layer 09:37:54 93b61091891f: Pulling fs layer 09:37:54 93b9cdb0e59b: Pulling fs layer 09:37:54 5e14af77c1be: Pulling fs layer 09:37:54 01666e4c0597: Pulling fs layer 09:37:54 aa168da1d23b: Pulling fs layer 09:37:54 93b61091891f: Waiting 09:37:54 93b9cdb0e59b: Waiting 09:37:54 01666e4c0597: Waiting 09:37:54 5e14af77c1be: Waiting 09:37:54 aa168da1d23b: Waiting 09:37:54 46f8f816bc3b: Waiting 09:37:54 36b3adc4ff6f: Download complete 09:37:54 46f8f816bc3b: Verifying Checksum 09:37:54 46f8f816bc3b: Download complete 09:37:54 df20fa9351a1: Download complete 09:37:54 93b9cdb0e59b: Verifying Checksum 09:37:54 93b9cdb0e59b: Download complete 09:37:54 5e14af77c1be: Verifying Checksum 09:37:54 5e14af77c1be: Download complete 09:37:54 93b61091891f: Verifying Checksum 09:37:54 93b61091891f: Download complete 09:37:54 01666e4c0597: Verifying Checksum 09:37:54 01666e4c0597: Download complete 09:37:54 df20fa9351a1: Pull complete 09:37:55 8ad3a11d3b57: Verifying Checksum 09:37:55 8ad3a11d3b57: Download complete 09:37:55 36b3adc4ff6f: Pull complete 09:37:55 8ad3a11d3b57: Pull complete 09:37:55 46f8f816bc3b: Pull complete 09:37:56 93b61091891f: Pull complete 09:37:56 aa168da1d23b: Verifying Checksum 09:37:56 aa168da1d23b: Download complete 09:37:57 93b9cdb0e59b: Pull complete 09:37:57 5e14af77c1be: Pull complete 09:37:57 01666e4c0597: Pull complete 09:38:03 aa168da1d23b: Pull complete 09:38:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:38:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:38:04 prd-centos7-docker-4c-2g-22260 does not seem to be running inside a container 09:38:04 $ 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-746/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-746 -v /w/workspace/dgexfoundry_device-sdk-go_PR-746:/w/workspace/dgexfoundry_device-sdk-go_PR-746:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-746@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:38:07 $ docker top ca26859a2022e4b0776157c6987be3ff866e076ad8b8651b7f6b3ec93d925fec -eo pid,comm [Pipeline] { [Pipeline] sh 09:38:07 + touch /tmp/pre-build-complete [Pipeline] sh 09:38:08 + mkdir -p /var/log/sa [Pipeline] sh 09:38:08 + ls /var/log/sa-host 09:38:08 + sadf -c /var/log/sa-host/sa22 09:38:08 file_magic: OK 09:38:08 HZ: Using current value: 100 09:38:08 file_header: OK 09:38:08 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 09:38:08 Statistics: 09:38:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:38:08 File successfully converted to sysstat format version 12.2.1 09:38:08 + sadf -c /var/log/sa-host/sa23 09:38:08 file_magic: OK 09:38:08 HZ: Using current value: 100 09:38:08 file_header: OK 09:38:08 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 09:38:08 Statistics: 09:38:08 Hnuu...uuuununununu... 09:38:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:38:08 provisioning config files... 09:38:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-746@tmp/config4945867365989109757tmp [Pipeline] { [Pipeline] echo 09:38:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:38:08 ---> create-netrc.sh [Pipeline] } 09:38:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:38:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:38:09 ---> python-tools-install.sh [Pipeline] echo 09:38:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:38:09 ---> sudo-logs.sh 09:38:09 Archiving 'sudo' log.. [Pipeline] echo 09:38:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:38:09 ---> job-cost.sh 09:38:09 lf-activate-venv: SKIPPING 09:38:09 INFO: No Stack... 09:38:11 INFO: Retrieving Pricing Info for: v1-standard-2 09:38:12 INFO: Archiving Costs [Pipeline] echo 09:38:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:38:12 ---> logs-deploy.sh 09:38:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-746/6 09:38:12 INFO: archiving workspace using pattern(s): 09:38:14 Archives upload complete. 09:38:14 INFO: archiving logs to Nexus