Pull request #786 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eb68d779593d43fd8226acfbb435b59e54b40cf6+6125dba09cfc805438589ab7aad954d8cad7589e (b97710eccbb33142c7448e68a1a73afec2532c0d) 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 ‘prd-centos7-docker-4c-2g-26659’ Running on prd-centos7-docker-4c-2g-26660 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [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-786 # 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/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 Merge succeeded, producing eb68d779593d43fd8226acfbb435b59e54b40cf6 Checking out Revision eb68d779593d43fd8226acfbb435b59e54b40cf6 (PR-786) > git config core.sparsecheckout # timeout=10 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # 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 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:15:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:15:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk b24884d8f85a720a299ec4a36bf85f29f3261217 # timeout=10 [Pipeline] echo 10:15:47 ========================================================= 10:15:47 EdgeX Global Pipelines Version Info 10:15:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:15:48 ------------------- 10:15:48 stable info: 10:15:48 ------------------- 10:15:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:15:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:15:48 Message: update stable to v1.0.179 10:15:49 ------------------- 10:15:49 experimental info: 10:15:49 ------------------- 10:15:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:15:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:15:49 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:15:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-786 [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-786 [Pipeline] echo 10:15:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-786 [Pipeline] echo 10:15:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb68d779593d43fd8226acfbb435b59e54b40cf6 [Pipeline] echo 10:15:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb68d77 [Pipeline] echo 10:15:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:15:53 provisioning config files... 10:15:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config3148864317935551246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:53 ---> docker-login.sh 10:15:53 nexus3.edgexfoundry.org:10001 10:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:54 Configure a credential helper to remove this warning. See 10:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:54 10:15:54 Login Succeeded 10:15:54 nexus3.edgexfoundry.org:10002 10:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:54 Configure a credential helper to remove this warning. See 10:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:54 10:15:54 Login Succeeded 10:15:54 nexus3.edgexfoundry.org:10003 10:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:54 Configure a credential helper to remove this warning. See 10:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:54 10:15:54 Login Succeeded 10:15:54 nexus3.edgexfoundry.org:10004 10:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:54 Configure a credential helper to remove this warning. See 10:15:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:54 10:15:54 Login Succeeded 10:15:54 docker.io 10:15:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:15:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:15:55 Configure a credential helper to remove this warning. See 10:15:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:15:55 10:15:55 Login Succeeded 10:15:55 ---> docker-login.sh ends [Pipeline] } 10:15:55 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 10:15:55 + git log --format=format:%s -1 eb68d779593d43fd8226acfbb435b59e54b40cf6 [Pipeline] echo 10:15:55 GIT_COMMIT: eb68d779593d43fd8226acfbb435b59e54b40cf6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 10:15:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:15:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:56 10:15:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:15:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:56 latest: Pulling from edgex-devops/git-semver 10:15:56 31603596830f: Pulling fs layer 10:15:56 2a8b12db71e7: Pulling fs layer 10:15:56 6ca5941a6612: Pulling fs layer 10:15:56 ecc8261a40a4: Pulling fs layer 10:15:56 ecc8261a40a4: Waiting 10:15:56 2a8b12db71e7: Verifying Checksum 10:15:56 2a8b12db71e7: Download complete 10:15:56 31603596830f: Verifying Checksum 10:15:56 31603596830f: Download complete 10:15:57 6ca5941a6612: Verifying Checksum 10:15:57 6ca5941a6612: Download complete 10:15:57 ecc8261a40a4: Verifying Checksum 10:15:57 ecc8261a40a4: Download complete 10:15:57 31603596830f: Pull complete 10:15:57 2a8b12db71e7: Pull complete 10:15:58 6ca5941a6612: Pull complete 10:15:58 ecc8261a40a4: Pull complete 10:15:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:15:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:15:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:15:59 prd-centos7-docker-4c-2g-26660 does not seem to be running inside a container 10:15:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:16:01 $ docker top d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:01 [ssh-agent] Looking for ssh-agent implementation... 10:16:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:01 $ docker exec d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent 10:16:01 SSH_AUTH_SOCK=/tmp/ssh-PvBczOLQqj3g/agent.13 10:16:01 SSH_AGENT_PID=18 10:16:01 Running ssh-add (command line suppressed) 10:16:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_988833163725006309.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_988833163725006309.key) 10:16:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:02 + git tag --points-at HEAD [Pipeline] } 10:16:02 $ docker exec --env ******** --env ******** d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent -k 10:16:02 unset SSH_AUTH_SOCK; 10:16:02 unset SSH_AGENT_PID; 10:16:02 echo Agent pid 18 killed; 10:16:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:16:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:02 [ssh-agent] Looking for ssh-agent implementation... 10:16:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:02 $ docker exec d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent 10:16:02 SSH_AUTH_SOCK=/tmp/ssh-L0tFb68VE4BV/agent.47 10:16:02 SSH_AGENT_PID=52 10:16:02 Running ssh-add (command line suppressed) 10:16:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_1092035127595940067.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_1092035127595940067.key) 10:16:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:03 + git semver init 10:16:03 # -> Open(): unable to determine branch for HEAD 10:16:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.git 10:16:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-786 10:16:03 # $SEMVER_REMOTE_NAME = origin 10:16:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:16:03 # $SEMVER_USER_NAME = edgex-jenkins 10:16:03 # $SEMVER_BRANCH = PR-786 10:16:03 # $SEMVER_TEMP = /tmp/semver-621141972 10:16:03 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:16:04 # '/tmp/semver-621141972' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver' 10:16:04 # -> Force: false 10:16:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver [Pipeline] } 10:16:04 $ docker exec --env ******** --env ******** d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent -k 10:16:04 unset SSH_AUTH_SOCK; 10:16:04 unset SSH_AGENT_PID; 10:16:04 echo Agent pid 52 killed; 10:16:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:05 + git semver [Pipeline] } 10:16:05 $ docker stop --time=1 d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 10:16:06 $ docker rm -f d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 [Pipeline] // withDockerContainer [Pipeline] sh 10:16:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:16:07 Stashed 1 file(s) [Pipeline] echo 10:16:07 [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 10:16:23 Still waiting to schedule task 10:16:23 Still waiting to schedule task 10:16:23 ‘prd-centos7-docker-4c-2g-26662’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26661’ is offline 10:16:23 ‘prd-centos7-docker-4c-2g-26662’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26661’ doesn’t have label ‘centos7-docker-4c-2g’ 10:18:01 Running on prd-centos7-docker-4c-2g-26663 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws 10:18:01 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:18:20 using credential edgex-jenkins-ssh 10:18:20 Cloning the remote Git repository 10:18:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:18:20 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:18:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:18:20 > git --version # timeout=10 10:18:20 > git --version # 'git version 2.24.3' 10:18:20 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:18:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:18:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:18:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:18:22 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:18:22 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 10:18:23 Merge succeeded, producing eb68d779593d43fd8226acfbb435b59e54b40cf6 10:18:23 Checking out Revision eb68d779593d43fd8226acfbb435b59e54b40cf6 (PR-786) 10:18:23 > git config core.sparsecheckout # timeout=10 10:18:23 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 10:18:23 > git remote # timeout=10 10:18:23 > git config --get remote.origin.url # timeout=10 10:18:23 using GIT_SSH to set credentials SSH Credentials for GitHub 10:18:23 > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 10:18:23 > git rev-parse HEAD^{commit} # timeout=10 10:18:23 > git config core.sparsecheckout # timeout=10 10:18:23 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 10:18:29 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:18:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:18:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:18:32 + sudo service docker restart 10:18:32 + true 10:18:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:18:35 provisioning config files... 10:18:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6256707699855871113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:18:36 ---> docker-login.sh 10:18:36 nexus3.edgexfoundry.org:10001 10:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:38 Configure a credential helper to remove this warning. See 10:18:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:38 10:18:38 Login Succeeded 10:18:38 nexus3.edgexfoundry.org:10002 10:18:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:39 Configure a credential helper to remove this warning. See 10:18:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:39 10:18:39 Login Succeeded 10:18:39 nexus3.edgexfoundry.org:10003 10:18:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:40 Configure a credential helper to remove this warning. See 10:18:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:40 10:18:40 Login Succeeded 10:18:40 nexus3.edgexfoundry.org:10004 10:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:41 Configure a credential helper to remove this warning. See 10:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:41 10:18:41 Login Succeeded 10:18:41 docker.io 10:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:18:41 Configure a credential helper to remove this warning. See 10:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:18:41 10:18:41 Login Succeeded 10:18:41 ---> docker-login.sh ends [Pipeline] } 10:18:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:18:42 ========================================================= 10:18:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:18:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:18:42 + 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 . 10:18:43 Sending build context to Docker daemon 2.381MB 10:18:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:18:43 Step 2/8 : FROM ${BASE} 10:18:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:18:43 188c0c94c7c5: Pulling fs layer 10:18:43 0ef7d3d256c8: Pulling fs layer 10:18:43 de9db76c5a1d: Pulling fs layer 10:18:43 bca2f99d35d6: Pulling fs layer 10:18:43 93359f2a8cfa: Pulling fs layer 10:18:43 7c6f9722023f: Pulling fs layer 10:18:43 a35cf1a2eb13: Pulling fs layer 10:18:43 bca2f99d35d6: Waiting 10:18:43 93359f2a8cfa: Waiting 10:18:43 7c6f9722023f: Waiting 10:18:43 a35cf1a2eb13: Waiting 10:18:43 de9db76c5a1d: Verifying Checksum 10:18:43 de9db76c5a1d: Download complete 10:18:43 0ef7d3d256c8: Verifying Checksum 10:18:43 0ef7d3d256c8: Download complete 10:18:44 93359f2a8cfa: Verifying Checksum 10:18:44 93359f2a8cfa: Download complete 10:18:44 7c6f9722023f: Verifying Checksum 10:18:44 7c6f9722023f: Download complete 10:18:44 188c0c94c7c5: Verifying Checksum 10:18:44 188c0c94c7c5: Download complete 10:18:45 188c0c94c7c5: Pull complete 10:18:46 0ef7d3d256c8: Pull complete 10:18:46 de9db76c5a1d: Pull complete 10:18:55 a35cf1a2eb13: Verifying Checksum 10:18:55 a35cf1a2eb13: Download complete 10:18:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26665 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws 10:18:56 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 10:18:59 bca2f99d35d6: Verifying Checksum 10:18:59 bca2f99d35d6: Download complete 10:19:02 using credential edgex-jenkins-ssh 10:19:02 Cloning the remote Git repository 10:19:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:19:02 > git init /w/workspace/device-sdk-go/2 # timeout=10 10:19:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:19:02 > git --version # timeout=10 10:19:02 > git --version # 'git version 2.17.1' 10:19:02 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:19:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:19:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:19:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:19:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:19:04 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:19:04 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 10:19:05 Merge succeeded, producing eb68d779593d43fd8226acfbb435b59e54b40cf6 10:19:05 Checking out Revision eb68d779593d43fd8226acfbb435b59e54b40cf6 (PR-786) 10:19:04 > git config core.sparsecheckout # timeout=10 10:19:04 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 10:19:04 > git remote # timeout=10 10:19:05 > git config --get remote.origin.url # timeout=10 10:19:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:19:05 > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 10:19:05 > git rev-parse HEAD^{commit} # timeout=10 10:19:05 > git config core.sparsecheckout # timeout=10 10:19:05 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 10:19:09 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:19:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:19:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:19:12 + true 10:19:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:19:14 provisioning config files... 10:19:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1704046981255780260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:19:14 ---> docker-login.sh 10:19:14 nexus3.edgexfoundry.org:10001 10:19:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:15 Configure a credential helper to remove this warning. See 10:19:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:15 10:19:15 Login Succeeded 10:19:15 nexus3.edgexfoundry.org:10002 10:19:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:16 Configure a credential helper to remove this warning. See 10:19:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:16 10:19:16 Login Succeeded 10:19:16 nexus3.edgexfoundry.org:10003 10:19:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:16 Configure a credential helper to remove this warning. See 10:19:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:16 10:19:16 Login Succeeded 10:19:16 nexus3.edgexfoundry.org:10004 10:19:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:17 Configure a credential helper to remove this warning. See 10:19:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:17 10:19:17 Login Succeeded 10:19:17 docker.io 10:19:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:19:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:19:18 Configure a credential helper to remove this warning. See 10:19:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:19:18 10:19:18 Login Succeeded 10:19:18 ---> docker-login.sh ends [Pipeline] } 10:19:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:19:18 ========================================================= 10:19:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:19:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:19:18 + 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 . 10:19:19 Sending build context to Docker daemon 2.38MB 10:19:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:19:19 Step 2/8 : FROM ${BASE} 10:19:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:19:19 5f621e34cdf4: Pulling fs layer 10:19:19 a4357932f1b6: Pulling fs layer 10:19:19 18c013af1878: Pulling fs layer 10:19:19 00ac8860ef70: Pulling fs layer 10:19:19 63d7cb157983: Pulling fs layer 10:19:19 b116817d02f9: Pulling fs layer 10:19:19 745a02a5169b: Pulling fs layer 10:19:19 b116817d02f9: Waiting 10:19:19 00ac8860ef70: Waiting 10:19:19 63d7cb157983: Waiting 10:19:19 745a02a5169b: Waiting 10:19:19 18c013af1878: Verifying Checksum 10:19:19 18c013af1878: Download complete 10:19:19 a4357932f1b6: Verifying Checksum 10:19:19 a4357932f1b6: Download complete 10:19:19 63d7cb157983: Verifying Checksum 10:19:19 63d7cb157983: Download complete 10:19:19 b116817d02f9: Verifying Checksum 10:19:19 b116817d02f9: Download complete 10:19:19 5f621e34cdf4: Verifying Checksum 10:19:19 5f621e34cdf4: Download complete 10:19:20 5f621e34cdf4: Pull complete 10:19:21 a4357932f1b6: Pull complete 10:19:21 18c013af1878: Pull complete 10:19:22 bca2f99d35d6: Pull complete 10:19:22 93359f2a8cfa: Pull complete 10:19:22 7c6f9722023f: Pull complete 10:19:22 745a02a5169b: Download complete 10:19:23 00ac8860ef70: Download complete 10:19:32 a35cf1a2eb13: Pull complete 10:19:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:19:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:19:32 ---> a62c8e92a672 10:19:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:19:32 ---> Running in a3820bd4d868 10:19:32 Removing intermediate container a3820bd4d868 10:19:32 ---> 43125e588038 10:19:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:32 ---> Running in 1047bce7f822 10:19:33 00ac8860ef70: Pull complete 10:19:33 63d7cb157983: Pull complete 10:19:33 b116817d02f9: Pull complete 10:19:34 Removing intermediate container 1047bce7f822 10:19:34 ---> 2f5b1432a2b4 10:19:34 Step 5/8 : RUN apk add --update --no-cache make git 10:19:34 ---> Running in 270ff5f0e1be 10:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:19:37 745a02a5169b: Pull complete 10:19:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:19:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:19:37 ---> b7e6874047d6 10:19:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:19:37 OK: 166 MiB in 39 packages 10:19:39 Removing intermediate container 270ff5f0e1be 10:19:39 ---> d20f1f4932f0 10:19:39 Step 6/8 : WORKDIR /device-sdk-go 10:19:39 ---> Running in 3eed178d3c7d 10:19:39 Removing intermediate container 3eed178d3c7d 10:19:39 ---> f38d2c990c09 10:19:39 Step 7/8 : COPY . . 10:19:40 ---> Running in 6a960f966d26 10:19:40 Removing intermediate container 6a960f966d26 10:19:40 ---> 39cb21438c2e 10:19:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:40 ---> Running in c1acaf33c566 10:19:42 ---> 2c9458b68303 10:19:42 Step 8/8 : RUN go mod download 10:19:42 ---> Running in 7f65f60fbcf2 10:19:43 Removing intermediate container c1acaf33c566 10:19:43 ---> fc56f5696d8d 10:19:43 Step 5/8 : RUN apk add --update --no-cache make git 10:19:43 ---> Running in 347ea5ed8030 10:19:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:45 OK: 142 MiB in 39 packages 10:19:47 Removing intermediate container 347ea5ed8030 10:19:47 ---> 4c67330618d7 10:19:47 Step 6/8 : WORKDIR /device-sdk-go 10:19:47 ---> Running in d71b45709e8e 10:19:47 Removing intermediate container d71b45709e8e 10:19:47 ---> 481e61254484 10:19:47 Step 7/8 : COPY . . 10:19:48 ---> 0ab5c09b5c32 10:19:48 Step 8/8 : RUN go mod download 10:19:49 ---> Running in 74753454c219 10:20:15 Removing intermediate container 74753454c219 10:20:15 ---> 6137daeef566 10:20:15 Successfully built 6137daeef566 10:20:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:20:16 + docker inspect -f . ci-base-image-arm64 10:20:16 . [Pipeline] withDockerContainer 10:20:16 prd-ubuntu18.04-docker-arm64-4c-16g-26665 does not seem to be running inside a container 10:20:16 $ 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 ******** ci-base-image-arm64 cat 10:20:18 $ docker top 94bd5ac7f2c981ecd135c566b55ce7c0eb0a633b0ea43a67ee7f99f4062ef7d4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:19 + go version 10:20:19 go version go1.15.5 linux/arm64 [Pipeline] } 10:20:19 $ docker stop --time=1 94bd5ac7f2c981ecd135c566b55ce7c0eb0a633b0ea43a67ee7f99f4062ef7d4 10:20:21 $ docker rm -f 94bd5ac7f2c981ecd135c566b55ce7c0eb0a633b0ea43a67ee7f99f4062ef7d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:20:22 + docker inspect -f . ci-base-image-arm64 10:20:22 . [Pipeline] withDockerContainer 10:20:23 prd-ubuntu18.04-docker-arm64-4c-16g-26665 does not seem to be running inside a container 10:20:23 $ 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 ******** ci-base-image-arm64 cat 10:20:24 $ docker top 061dda36d4d0a6968c5ae596936b247aa424aa502d2aef8b3c571f744308f8d4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:25 + make test 10:20:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:20:31 Removing intermediate container 7f65f60fbcf2 10:20:31 ---> c6b2024403a5 10:20:31 Successfully built c6b2024403a5 10:20:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:20:32 + docker inspect -f . ci-base-image-x86_64 10:20:33 . [Pipeline] withDockerContainer 10:20:33 prd-centos7-docker-4c-2g-26663 does not seem to be running inside a container 10:20:34 $ 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 ******** ci-base-image-x86_64 cat 10:20:36 $ docker top 4263704abbcd70fdfd493ad885ea72d27f9c3fd622e35ced2b89c5c6904444f9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:37 + go version 10:20:37 go version go1.15.5 linux/amd64 [Pipeline] } 10:20:37 $ docker stop --time=1 4263704abbcd70fdfd493ad885ea72d27f9c3fd622e35ced2b89c5c6904444f9 10:20:40 $ docker rm -f 4263704abbcd70fdfd493ad885ea72d27f9c3fd622e35ced2b89c5c6904444f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:20:41 + docker inspect -f . ci-base-image-x86_64 10:20:41 . [Pipeline] withDockerContainer 10:20:42 prd-centos7-docker-4c-2g-26663 does not seem to be running inside a container 10:20:43 $ 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 ******** ci-base-image-x86_64 cat 10:20:45 $ docker top 2560afe7b3fd89d6d8e2b2d075055e1e47f63707ef1f78062ad3bc5bf688cc0b -eo pid,comm [Pipeline] { [Pipeline] sh 10:20:47 + make test 10:20:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:20:47 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 10:21:15 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 10:21:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 10:21:26 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 10:21:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 10:21:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.149s coverage: 25.5% of statements 10:21:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 10:21:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 10:21:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.145s coverage: 10.1% of statements 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.106s coverage: 12.5% of statements 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.141s coverage: 84.8% of statements 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.219s coverage: 49.2% of statements 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.191s coverage: 24.8% of statements 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.977s coverage: 83.5% of statements 10:22:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.3% of statements 10:22:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 10:22:01 GO111MODULE=on go vet ./... 10:22:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.070s coverage: 25.5% of statements 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.668s coverage: 10.1% of statements 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.316s coverage: 12.5% of statements 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.129s coverage: 84.8% of statements 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.088s coverage: 49.2% of statements 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.184s coverage: 24.8% of statements 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.816s coverage: 83.5% of statements 10:22:33 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.107s coverage: 5.3% of statements 10:22:33 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 10:22:33 GO111MODULE=on go vet ./... 10:22:34 gofmt -l . 10:22:34 [ "`gofmt -l .`" = "" ] 10:22:34 ./bin/test-attribution-txt.sh 10:22:34 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:22:34 $ docker stop --time=1 061dda36d4d0a6968c5ae596936b247aa424aa502d2aef8b3c571f744308f8d4 10:22:36 $ docker rm -f 061dda36d4d0a6968c5ae596936b247aa424aa502d2aef8b3c571f744308f8d4 [Pipeline] // withDockerContainer [Pipeline] sh 10:22:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:22:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:22:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:22:40 + ls -al . 10:22:40 total 208 10:22:40 drwxrwxr-x 10 jenkins jenkins 4096 Feb 17 10:22 . 10:22:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 .. 10:22:40 -rw-rw-r-- 1 jenkins jenkins 140 Feb 17 10:19 .dockerignore 10:22:40 drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 10:19 .git 10:22:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 10:19 .github 10:22:40 -rw-rw-r-- 1 jenkins jenkins 138 Feb 17 10:19 .gitignore 10:22:40 -rw-rw-r-- 1 jenkins jenkins 949 Feb 17 10:19 Dockerfile.build 10:22:40 -rw-rw-r-- 1 jenkins jenkins 901 Feb 17 10:19 Jenkinsfile 10:22:40 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 17 10:19 LICENSE 10:22:40 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 17 10:19 Makefile 10:22:40 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 17 10:19 README.md 10:22:40 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 17 10:19 RELEASE-NOTES.txt 10:22:40 -rw-rw-r-- 1 jenkins jenkins 5 Feb 17 10:16 VERSION 10:22:40 drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 10:19 bin 10:22:40 -rw-r--r-- 1 jenkins jenkins 89677 Feb 17 10:21 coverage.out 10:22:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 example 10:22:40 -rw-r--r-- 1 jenkins jenkins 516 Feb 17 10:22 go.mod 10:22:40 -rw-r--r-- 1 jenkins jenkins 17372 Feb 17 10:22 go.sum 10:22:40 drwxrwxr-x 13 jenkins jenkins 4096 Feb 17 10:19 internal 10:22:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 openapi 10:22:40 drwxrwxr-x 5 jenkins jenkins 4096 Feb 17 10:19 pkg 10:22:40 drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 snap 10:22:40 -rw-rw-r-- 1 jenkins jenkins 222 Feb 17 10:19 version.go [Pipeline] isUnix [Pipeline] sh 10:22:40 + 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=eb68d779593d43fd8226acfbb435b59e54b40cf6 --label arch=arm64 --label version=0.0.0 . 10:22:41 Sending build context to Docker daemon 2.471MB 10:22:41 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:22:41 Step 2/24 : FROM ${BASE} AS builder 10:22:41 ---> 6137daeef566 10:22:41 Step 3/24 : ARG MAKE='make build' 10:22:41 ---> Running in bb9ff06ece7d 10:22:41 Removing intermediate container bb9ff06ece7d 10:22:41 ---> f54bad3d94ff 10:22:41 Step 4/24 : WORKDIR /device-sdk-go 10:22:42 ---> Running in fccfdaf1f330 10:22:42 Removing intermediate container fccfdaf1f330 10:22:42 ---> 6caf794820b0 10:22:42 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:22:42 ---> Running in ed3c559e866f 10:22:43 Removing intermediate container ed3c559e866f 10:22:43 ---> f76cf4771978 10:22:43 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:43 ---> Running in 15774ce358d2 10:22:45 Removing intermediate container 15774ce358d2 10:22:45 ---> c1fd74f648c1 10:22:45 Step 7/24 : RUN apk add --update --no-cache make git 10:22:45 ---> Running in 9c2cfeaba6e2 10:22:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:22:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:22:48 OK: 142 MiB in 39 packages 10:22:49 Removing intermediate container 9c2cfeaba6e2 10:22:49 ---> 154b6d43f378 10:22:49 Step 8/24 : COPY . . 10:22:49 ---> 140bd67bb819 10:22:49 Step 9/24 : RUN ${MAKE} 10:22:50 ---> Running in c98898723e4d 10:22:51 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 10:23:03 gofmt -l . 10:23:03 [ "`gofmt -l .`" = "" ] 10:23:03 ./bin/test-attribution-txt.sh 10:23:04 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:23:04 $ docker stop --time=1 2560afe7b3fd89d6d8e2b2d075055e1e47f63707ef1f78062ad3bc5bf688cc0b 10:23:07 $ docker rm -f 2560afe7b3fd89d6d8e2b2d075055e1e47f63707ef1f78062ad3bc5bf688cc0b [Pipeline] // withDockerContainer [Pipeline] sh 10:23:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:23:09 Warning: overwriting stash ‘coverage-report’ 10:23:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:23:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:23:14 + ls -al . 10:23:14 total 172 10:23:14 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 17 10:23 . 10:23:14 drwxrwxr-x. 4 jenkins jenkins 28 Feb 17 10:18 .. 10:23:14 drwxrwxr-x. 2 jenkins jenkins 64 Feb 17 10:18 bin 10:23:14 -rw-r--r--. 1 jenkins jenkins 89677 Feb 17 10:22 coverage.out 10:23:14 -rw-rw-r--. 1 jenkins jenkins 949 Feb 17 10:18 Dockerfile.build 10:23:14 -rw-rw-r--. 1 jenkins jenkins 140 Feb 17 10:18 .dockerignore 10:23:14 drwxrwxr-x. 4 jenkins jenkins 48 Feb 17 10:18 example 10:23:14 drwxrwxr-x. 8 jenkins jenkins 179 Feb 17 10:18 .git 10:23:14 drwxrwxr-x. 2 jenkins jenkins 103 Feb 17 10:18 .github 10:23:14 -rw-rw-r--. 1 jenkins jenkins 138 Feb 17 10:18 .gitignore 10:23:14 -rw-r--r--. 1 jenkins jenkins 516 Feb 17 10:23 go.mod 10:23:14 -rw-r--r--. 1 jenkins jenkins 17372 Feb 17 10:23 go.sum 10:23:14 drwxrwxr-x. 13 jenkins jenkins 183 Feb 17 10:18 internal 10:23:14 -rw-rw-r--. 1 jenkins jenkins 901 Feb 17 10:18 Jenkinsfile 10:23:14 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 17 10:18 LICENSE 10:23:14 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 17 10:18 Makefile 10:23:14 drwxrwxr-x. 4 jenkins jenkins 26 Feb 17 10:18 openapi 10:23:14 drwxrwxr-x. 5 jenkins jenkins 50 Feb 17 10:18 pkg 10:23:14 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 17 10:18 README.md 10:23:14 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 17 10:18 RELEASE-NOTES.txt 10:23:14 drwxrwxr-x. 4 jenkins jenkins 54 Feb 17 10:18 snap 10:23:14 -rw-rw-r--. 1 jenkins jenkins 5 Feb 17 10:16 VERSION 10:23:14 -rw-rw-r--. 1 jenkins jenkins 222 Feb 17 10:18 version.go [Pipeline] isUnix [Pipeline] sh 10:23:14 + 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=eb68d779593d43fd8226acfbb435b59e54b40cf6 --label arch=amd64 --label version=0.0.0 . 10:23:15 Sending build context to Docker daemon 2.472MB 10:23:15 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:23:15 Step 2/24 : FROM ${BASE} AS builder 10:23:15 ---> c6b2024403a5 10:23:15 Step 3/24 : ARG MAKE='make build' 10:23:16 ---> Running in 19e4872ad3ea 10:23:17 Removing intermediate container 19e4872ad3ea 10:23:17 ---> 5dbc1d6f417f 10:23:17 Step 4/24 : WORKDIR /device-sdk-go 10:23:17 ---> Running in 1c48b2ab93f0 10:23:17 Removing intermediate container 1c48b2ab93f0 10:23:17 ---> 5ea0c059e724 10:23:17 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:23:17 ---> Running in ab95e8417ec3 10:23:17 Removing intermediate container ab95e8417ec3 10:23:17 ---> a6c93d9958db 10:23:17 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:23:17 ---> Running in 71696251681e 10:23:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:23:19 Removing intermediate container c98898723e4d 10:23:19 ---> c55d7a24421c 10:23:19 Step 10/24 : FROM scratch 10:23:19 ---> 10:23:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:23:19 ---> Running in 7d36695cea66 10:23:19 Removing intermediate container 71696251681e 10:23:19 ---> ab0ea15fcd8a 10:23:19 Step 7/24 : RUN apk add --update --no-cache make git 10:23:19 Removing intermediate container 7d36695cea66 10:23:19 ---> b59a9de093fa 10:23:19 Step 12/24 : ENV APP_PORT=49990 10:23:19 ---> Running in 8d13cb39ed7d 10:23:19 ---> Running in 95acab91e9fe 10:23:19 Removing intermediate container 8d13cb39ed7d 10:23:19 ---> 50c52553da04 10:23:19 Step 13/24 : EXPOSE $APP_PORT 10:23:20 ---> Running in 7dcd7199440e 10:23:20 Removing intermediate container 7dcd7199440e 10:23:20 ---> 0b9b2fc5418b 10:23:20 Step 14/24 : WORKDIR / 10:23:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:23:20 ---> Running in 1ee6b547d66c 10:23:21 Removing intermediate container 1ee6b547d66c 10:23:21 ---> ef9059f7e0c1 10:23:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:23:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:23:22 ---> 3fc4b811f798 10:23:22 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:23:22 OK: 166 MiB in 39 packages 10:23:23 ---> c5a539acbae7 10:23:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:23:23 ---> 25b3362ad2d8 10:23:23 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:23:23 Removing intermediate container 95acab91e9fe 10:23:23 ---> 2197a765096c 10:23:23 Step 8/24 : COPY . . 10:23:24 ---> dbb117bed6be 10:23:24 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:23:25 ---> 0f5e8345c4e6 10:23:25 Step 9/24 : RUN ${MAKE} 10:23:25 ---> Running in 26b611e35544 10:23:25 ---> 77e45d3a523a 10:23:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:23:25 ---> Running in 54d832da5a6c 10:23:25 Removing intermediate container 54d832da5a6c 10:23:25 ---> 84d9b11119e7 10:23:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:23:25 ---> Running in 27fd34f15e3d 10:23:26 Removing intermediate container 27fd34f15e3d 10:23:26 ---> 0d741b0c09dd 10:23:26 Step 22/24 : LABEL arch=arm64 10:23:26 ---> Running in 8dd9648ebf18 10:23:27 Removing intermediate container 8dd9648ebf18 10:23:27 ---> 2dd86d75e2c3 10:23:27 Step 23/24 : LABEL git_sha=eb68d779593d43fd8226acfbb435b59e54b40cf6 10:23:27 ---> Running in 75b996080991 10:23: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 10:23:27 Removing intermediate container 75b996080991 10:23:27 ---> ddae748e41c5 10:23:27 Step 24/24 : LABEL version=0.0.0 10:23:27 ---> Running in 0f2bb51b99fd 10:23:28 Removing intermediate container 0f2bb51b99fd 10:23:28 ---> ce3420dd0b8d 10:23:28 [Warning] One or more build-args [ARCH] were not consumed 10:23:28 Successfully built ce3420dd0b8d 10:23: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] } 10:23:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:23:47 Removing intermediate container 26b611e35544 10:23:47 ---> 3d64714d4cb3 10:23:47 Step 10/24 : FROM scratch 10:23:47 ---> 10:23:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:23:48 ---> Running in f466dd351cf9 10:23:48 Removing intermediate container f466dd351cf9 10:23:48 ---> 6111fcf83375 10:23:48 Step 12/24 : ENV APP_PORT=49990 10:23:48 ---> Running in b10e053a665b 10:23:48 Removing intermediate container b10e053a665b 10:23:48 ---> e9600a0aed92 10:23:48 Step 13/24 : EXPOSE $APP_PORT 10:23:48 ---> Running in a9fd953bd397 10:23:49 Removing intermediate container a9fd953bd397 10:23:49 ---> ae7173205e04 10:23:49 Step 14/24 : WORKDIR / 10:23:49 ---> Running in e98c38c0505c 10:23:51 Removing intermediate container e98c38c0505c 10:23:51 ---> b6d69dd9c4fd 10:23:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:23:52 ---> b4485251992f 10:23:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:23:53 ---> 6d31566f13fe 10:23:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:23:54 ---> 9496cb4260a7 10:23:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:23:54 ---> dfd6fedeaf01 10:23:54 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:23:54 ---> 1e74c8fa8d84 10:23:54 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:23:54 ---> Running in a13dfd67d342 10:23:55 Removing intermediate container a13dfd67d342 10:23:55 ---> dc238cc880d7 10:23:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:23:55 ---> Running in 1d10643be774 10:23:55 Removing intermediate container 1d10643be774 10:23:55 ---> 86097d7e05b6 10:23:55 Step 22/24 : LABEL arch=amd64 10:23:55 ---> Running in 93a3ea841630 10:23:55 Removing intermediate container 93a3ea841630 10:23:55 ---> d4e53a44c057 10:23:55 Step 23/24 : LABEL git_sha=eb68d779593d43fd8226acfbb435b59e54b40cf6 10:23:55 ---> Running in 65fe651c60a7 10:23:56 Removing intermediate container 65fe651c60a7 10:23:56 ---> d511de80f67d 10:23:56 Step 24/24 : LABEL version=0.0.0 10:23:56 ---> Running in 4c66abfef9a9 10:23:57 Removing intermediate container 4c66abfef9a9 10:23:57 ---> 910cab6d1acc 10:23:57 [Warning] One or more build-args [ARCH] were not consumed 10:23:57 Successfully built 910cab6d1acc 10:23:57 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 10:23:58 provisioning config files... 10:23:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config5323872752763673199tmp [Pipeline] { [Pipeline] sh 10:23:59 + set +x 10:23:59 + curl -s https://codecov.io/bash 10:23:59 + bash -s -- 10:23:59 10:23:59 _____ _ 10:23:59 / ____| | | 10:23:59 | | ___ __| | ___ ___ _____ __ 10:23:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:23:59 | |___| (_) | (_| | __/ (_| (_) \ V / 10:23:59 \_____\___/ \__,_|\___|\___\___/ \_/ 10:23:59 Bash-20210129-7c25fce 10:23:59 10:23:59 10:23:59 ==> git version 2.24.3 found 10:23:59 ==> 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 10:23:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:23:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:23:59 ==> Jenkins CI detected. 10:23:59 project root: . 10:23:59 --> token set from env 10:23:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:23:59 ==> Running gcov in . (disable via -X gcov) 10:23:59 ==> Python coveragepy not found 10:23:59 ==> Searching for coverage reports in: 10:23:59 + . 10:23:59 -> Found 1 reports 10:23:59 ==> Detecting git/mercurial file structure 10:23:59 ==> Reading reports 10:23:59 + ./coverage.out bytes=89677 10:23:59 ==> Appending adjustments 10:23:59 https://docs.codecov.io/docs/fixing-reports 10:23:59 + Found adjustments 10:23:59 ==> Gzipping contents 10:23:59 16K /tmp/codecov.u5mMsC.gz 10:23:59 ==> Uploading reports 10:23:59 url: https://codecov.io 10:23:59 query: branch=PR-786&commit=eb68d779593d43fd8226acfbb435b59e54b40cf6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= 10:23:59 -> Pinging Codecov 10:23:59 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-786&commit=eb68d779593d43fd8226acfbb435b59e54b40cf6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= 10:24:00 -> Uploading to 10:24:00 https://storage.googleapis.com/codecov/v4/raw/2021-02-17/7E55EF52A471D76F132DFD9A03CDDE97/eb68d779593d43fd8226acfbb435b59e54b40cf6/9dce9b3c-7a31-4eac-8262-156f35de0f5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210217T102400Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=335de161befc7d220e7cc90852e4fe13bf0f27672da19da326b5700e01233901 10:24:00 % Total % Received % Xferd Average Speed Time Time Time Current 10:24:00 Dload Upload Total Spent Left Speed 10:24:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15131 0 0 100 15131 0 34756 --:--:-- --:--:-- --:--:-- 34783 10:24:00 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/eb68d779593d43fd8226acfbb435b59e54b40cf6 [Pipeline] } 10:24:00 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 10:24:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:24:03 ---> package-listing.sh 10:24:03 ++ facter osfamily 10:24:03 ++ tr '[:upper:]' '[:lower:]' 10:24:03 + OS_FAMILY=redhat 10:24:03 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-786 10:24:03 + START_PACKAGES=/tmp/packages_start.txt 10:24:03 + END_PACKAGES=/tmp/packages_end.txt 10:24:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:24:03 + PACKAGES=/tmp/packages_start.txt 10:24:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' 10:24:03 + PACKAGES=/tmp/packages_end.txt 10:24:03 + case "${OS_FAMILY}" in 10:24:03 + rpm -qa 10:24:03 + sort 10:24:08 + '[' -f /tmp/packages_start.txt ']' 10:24:08 + '[' -f /tmp/packages_end.txt ']' 10:24:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:24:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' 10:24:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ 10:24:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ [Pipeline] echo 10:24:08 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-786/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:24:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:24:09 10:24:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:24:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:24:09 alpine: Pulling from edgex-lftools-log-publisher 10:24:09 df20fa9351a1: Pulling fs layer 10:24:09 36b3adc4ff6f: Pulling fs layer 10:24:09 8ad3a11d3b57: Pulling fs layer 10:24:09 46f8f816bc3b: Pulling fs layer 10:24:09 93b61091891f: Pulling fs layer 10:24:09 93b9cdb0e59b: Pulling fs layer 10:24:09 5e14af77c1be: Pulling fs layer 10:24:09 01666e4c0597: Pulling fs layer 10:24:09 aa168da1d23b: Pulling fs layer 10:24:09 46f8f816bc3b: Waiting 10:24:09 93b61091891f: Waiting 10:24:09 01666e4c0597: Waiting 10:24:09 aa168da1d23b: Waiting 10:24:09 5e14af77c1be: Waiting 10:24:09 36b3adc4ff6f: Verifying Checksum 10:24:09 36b3adc4ff6f: Download complete 10:24:09 46f8f816bc3b: Verifying Checksum 10:24:09 46f8f816bc3b: Download complete 10:24:09 df20fa9351a1: Verifying Checksum 10:24:09 df20fa9351a1: Download complete 10:24:09 93b9cdb0e59b: Verifying Checksum 10:24:09 93b9cdb0e59b: Download complete 10:24:10 93b61091891f: Verifying Checksum 10:24:10 93b61091891f: Download complete 10:24:10 5e14af77c1be: Verifying Checksum 10:24:10 5e14af77c1be: Download complete 10:24:10 01666e4c0597: Verifying Checksum 10:24:10 01666e4c0597: Download complete 10:24:10 df20fa9351a1: Pull complete 10:24:10 36b3adc4ff6f: Pull complete 10:24:10 8ad3a11d3b57: Verifying Checksum 10:24:10 8ad3a11d3b57: Download complete 10:24:11 8ad3a11d3b57: Pull complete 10:24:11 46f8f816bc3b: Pull complete 10:24:12 aa168da1d23b: Verifying Checksum 10:24:12 aa168da1d23b: Download complete 10:24:12 93b61091891f: Pull complete 10:24:12 93b9cdb0e59b: Pull complete 10:24:12 5e14af77c1be: Pull complete 10:24:12 01666e4c0597: Pull complete 10:24:19 aa168da1d23b: Pull complete 10:24:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:24:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:24:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:24:19 prd-centos7-docker-4c-2g-26660 does not seem to be running inside a container 10:24:19 $ 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-786/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-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:24:23 $ docker top 7b5a909d5643507dbe948620d6a4279bd4cede6ddb7abbc3e3b356a5bab1ae01 -eo pid,comm [Pipeline] { [Pipeline] sh 10:24:23 + touch /tmp/pre-build-complete [Pipeline] sh 10:24:23 + mkdir -p /var/log/sa [Pipeline] sh 10:24:24 + ls /var/log/sa-host 10:24:24 + sadf -c /var/log/sa-host/sa17 10:24:24 file_magic: OK 10:24:24 HZ: Using current value: 100 10:24:24 file_header: OK 10:24:24 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 10:24:24 Statistics: 10:24:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:24:24 File successfully converted to sysstat format version 12.2.1 10:24:24 + sadf -c /var/log/sa-host/sa23 10:24:24 file_magic: OK 10:24:24 HZ: Using current value: 100 10:24:24 file_header: OK 10:24:24 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 10:24:24 Statistics: 10:24:24 Hnuu...uuuununununu... 10:24:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:24:24 provisioning config files... 10:24:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config5931532599762620266tmp [Pipeline] { [Pipeline] echo 10:24:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:24:24 ---> create-netrc.sh [Pipeline] } 10:24:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:24:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:24:25 ---> python-tools-install.sh [Pipeline] echo 10:24:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:24:25 ---> sudo-logs.sh 10:24:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:24:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:24:25 ---> job-cost.sh 10:24:25 lf-activate-venv: SKIPPING 10:24:25 INFO: No Stack... 10:24:26 INFO: Retrieving Pricing Info for: v1-standard-2 10:24:27 INFO: Archiving Costs [Pipeline] echo 10:24:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:24:27 ---> logs-deploy.sh 10:24:27 lf-activate-venv: SKIPPING 10:24:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-786/2 10:24:27 INFO: archiving workspace using pattern(s): 10:24:30 Archives upload complete. 10:24:30 INFO: archiving logs to Nexus