Pull request #718 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 cbe22a10cbaca5064312735e40c4b079ab860499+4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 (db6012b4f6905e1831b6bbceb1d2ce08f15695ec) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-20880 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [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-718 # 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/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit cbe22a10cbaca5064312735e40c4b079ab860499 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 Merge succeeded, producing cbe22a10cbaca5064312735e40c4b079ab860499 Checking out Revision cbe22a10cbaca5064312735e40c4b079ab860499 (PR-718) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 Commit message: "docs(v2): update schema to be consistent with edgex-go" First time build. Skipping changelog. > git rev-list --no-walk 5d7757e3a36caa7638257241c612e66b4176ca0d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:05:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:05:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:05:11 ========================================================= 03:05:11 EdgeX Global Pipelines Version Info 03:05:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:05:14 ------------------- 03:05:14 stable info: 03:05:14 ------------------- 03:05:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:05:14 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 03:05:14 Message: update stable to v1.0.177 03:05:15 ------------------- 03:05:15 experimental info: 03:05:15 ------------------- 03:05:15 Commited By: **** collab-it+edgex@linuxfoundation.org 03:05:15 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 03:05:15 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:05:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:05:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-718 [Pipeline] echo 03:05:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-718 [Pipeline] echo 03:05:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-718 [Pipeline] echo 03:05:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbe22a10cbaca5064312735e40c4b079ab860499 [Pipeline] echo 03:05:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbe22a1 [Pipeline] echo 03:05:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:05:18 provisioning config files... 03:05:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config8517272588380847384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:05:19 ---> docker-login.sh 03:05:19 nexus3.edgexfoundry.org:10001 03:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:20 Configure a credential helper to remove this warning. See 03:05:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:20 03:05:20 Login Succeeded 03:05:20 nexus3.edgexfoundry.org:10002 03:05:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:20 Configure a credential helper to remove this warning. See 03:05:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:20 03:05:20 Login Succeeded 03:05:20 nexus3.edgexfoundry.org:10003 03:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:21 Configure a credential helper to remove this warning. See 03:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:21 03:05:21 Login Succeeded 03:05:21 nexus3.edgexfoundry.org:10004 03:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:21 Configure a credential helper to remove this warning. See 03:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:21 03:05:21 Login Succeeded 03:05:21 docker.io 03:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:05:21 Configure a credential helper to remove this warning. See 03:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:05:21 03:05:21 Login Succeeded 03:05:21 ---> docker-login.sh ends [Pipeline] } 03:05:21 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 03:05:22 + git log --format=format:%s -1 cbe22a10cbaca5064312735e40c4b079ab860499 [Pipeline] echo 03:05:22 GIT_COMMIT: cbe22a10cbaca5064312735e40c4b079ab860499, Commit Message: docs(v2): update schema to be consistent with edgex-go [Pipeline] echo 03:05:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:05:24 03:05:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:05:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:05:24 latest: Pulling from edgex-devops/git-semver 03:05:24 31603596830f: Pulling fs layer 03:05:24 2a8b12db71e7: Pulling fs layer 03:05:24 6ca5941a6612: Pulling fs layer 03:05:24 ecc8261a40a4: Pulling fs layer 03:05:24 ecc8261a40a4: Waiting 03:05:25 2a8b12db71e7: Verifying Checksum 03:05:25 2a8b12db71e7: Download complete 03:05:25 31603596830f: Download complete 03:05:25 ecc8261a40a4: Verifying Checksum 03:05:25 ecc8261a40a4: Download complete 03:05:25 6ca5941a6612: Verifying Checksum 03:05:25 6ca5941a6612: Download complete 03:05:26 31603596830f: Pull complete 03:05:26 2a8b12db71e7: Pull complete 03:05:28 6ca5941a6612: Pull complete 03:05:28 ecc8261a40a4: Pull complete 03:05:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:05:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:05:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:05:29 prd-centos7-docker-4c-2g-20880 does not seem to be running inside a container 03:05:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@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 03:05:32 $ docker top 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:05:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:05:32 [ssh-agent] Looking for ssh-agent implementation... 03:05:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:05:33 $ docker exec 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent 03:05:34 SSH_AUTH_SOCK=/tmp/ssh-XnpeeOqy8DPb/agent.12 03:05:34 SSH_AGENT_PID=17 03:05:34 Running ssh-add (command line suppressed) 03:05:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_5634782842610163441.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_5634782842610163441.key) 03:05:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:05:35 + git tag --points-at HEAD [Pipeline] } 03:05:35 $ docker exec --env ******** --env ******** 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent -k 03:05:36 unset SSH_AUTH_SOCK; 03:05:36 unset SSH_AGENT_PID; 03:05:36 echo Agent pid 17 killed; 03:05:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:05:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:05:36 [ssh-agent] Looking for ssh-agent implementation... 03:05:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:05:36 $ docker exec 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent 03:05:37 SSH_AUTH_SOCK=/tmp/ssh-29Y0JyudlF05/agent.45 03:05:37 SSH_AGENT_PID=50 03:05:37 Running ssh-add (command line suppressed) 03:05:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_601474032470403433.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_601474032470403433.key) 03:05:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:05:38 + git semver init 03:05:38 # -> Open(): unable to determine branch for HEAD 03:05:38 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.git 03:05:38 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-718 03:05:38 # $SEMVER_REMOTE_NAME = origin 03:05:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:05:38 # $SEMVER_USER_NAME = edgex-jenkins 03:05:38 # $SEMVER_BRANCH = PR-718 03:05:38 # $SEMVER_TEMP = /tmp/semver-581543651 03:05:38 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:05:39 # '/tmp/semver-581543651' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver' 03:05:39 # -> Force: false 03:05:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver [Pipeline] } 03:05:39 $ docker exec --env ******** --env ******** 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent -k 03:05:39 unset SSH_AUTH_SOCK; 03:05:39 unset SSH_AGENT_PID; 03:05:39 echo Agent pid 50 killed; 03:05:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:05:40 + git semver [Pipeline] } 03:05:40 $ docker stop --time=1 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e 03:05:42 $ docker rm -f 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e [Pipeline] // withDockerContainer [Pipeline] sh 03:05:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:05:44 Stashed 1 file(s) [Pipeline] echo 03:05:44 [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 03:06:00 Still waiting to schedule task 03:06:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:06:00 Still waiting to schedule task 03:06:00 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 03:07:36 Running on prd-centos7-docker-4c-2g-20882 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 03:07:36 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 03:07:38 using credential edgex-jenkins-ssh 03:07:38 Cloning the remote Git repository 03:07:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:07:39 > git init /w/workspace/device-sdk-go/7 # timeout=10 03:07:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:07:39 > git --version # timeout=10 03:07:39 > git --version # 'git version 2.24.3' 03:07:39 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:07:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:07:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:07:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:07:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:07:39 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:07:40 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit cbe22a10cbaca5064312735e40c4b079ab860499 03:07:40 Merge succeeded, producing cbe22a10cbaca5064312735e40c4b079ab860499 03:07:40 Checking out Revision cbe22a10cbaca5064312735e40c4b079ab860499 (PR-718) 03:07:40 > git config core.sparsecheckout # timeout=10 03:07:40 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 03:07:40 > git remote # timeout=10 03:07:40 > git config --get remote.origin.url # timeout=10 03:07:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:40 > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 03:07:40 > git rev-parse HEAD^{commit} # timeout=10 03:07:40 > git config core.sparsecheckout # timeout=10 03:07:40 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 03:07:44 Commit message: "docs(v2): update schema to be consistent with edgex-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:07:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:07:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:07:46 + sudo service docker restart 03:07:46 + true 03:07:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:07:47 provisioning config files... 03:07:47 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config6596269710513216102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:07:47 ---> docker-login.sh 03:07:47 nexus3.edgexfoundry.org:10001 03:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20881 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 03:07:47 Running in /w/workspace/device-sdk-go/7 [Pipeline] { 03:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:47 Configure a credential helper to remove this warning. See 03:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:47 03:07:47 Login Succeeded 03:07:47 nexus3.edgexfoundry.org:10002 03:07:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] checkout 03:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:48 Configure a credential helper to remove this warning. See 03:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:48 03:07:48 Login Succeeded 03:07:48 nexus3.edgexfoundry.org:10003 03:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:48 Configure a credential helper to remove this warning. See 03:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:48 03:07:48 Login Succeeded 03:07:48 nexus3.edgexfoundry.org:10004 03:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:48 Configure a credential helper to remove this warning. See 03:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:48 03:07:48 Login Succeeded 03:07:48 docker.io 03:07:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:07:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:07:48 Configure a credential helper to remove this warning. See 03:07:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:07:48 03:07:48 Login Succeeded 03:07:48 ---> docker-login.sh ends [Pipeline] } 03:07:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:07:48 ========================================================= 03:07:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:07:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:07:49 + 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 . 03:07:49 Sending build context to Docker daemon 2.553MB 03:07:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:07:49 Step 2/8 : FROM ${BASE} 03:07:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:07:49 188c0c94c7c5: Pulling fs layer 03:07:49 0ef7d3d256c8: Pulling fs layer 03:07:49 de9db76c5a1d: Pulling fs layer 03:07:49 bca2f99d35d6: Pulling fs layer 03:07:49 93359f2a8cfa: Pulling fs layer 03:07:49 7c6f9722023f: Pulling fs layer 03:07:49 a35cf1a2eb13: Pulling fs layer 03:07:49 bca2f99d35d6: Waiting 03:07:49 93359f2a8cfa: Waiting 03:07:49 7c6f9722023f: Waiting 03:07:49 a35cf1a2eb13: Waiting 03:07:49 de9db76c5a1d: Verifying Checksum 03:07:49 de9db76c5a1d: Download complete 03:07:49 0ef7d3d256c8: Verifying Checksum 03:07:49 0ef7d3d256c8: Download complete 03:07:49 93359f2a8cfa: Download complete 03:07:49 188c0c94c7c5: Download complete 03:07:49 7c6f9722023f: Verifying Checksum 03:07:49 7c6f9722023f: Download complete 03:07:49 188c0c94c7c5: Pull complete 03:07:49 0ef7d3d256c8: Pull complete 03:07:50 de9db76c5a1d: Pull complete 03:07:52 a35cf1a2eb13: Verifying Checksum 03:07:52 a35cf1a2eb13: Download complete 03:07:52 using credential edgex-jenkins-ssh 03:07:52 Cloning the remote Git repository 03:07:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:07:52 bca2f99d35d6: Download complete 03:07:52 > git init /w/workspace/device-sdk-go/7 # timeout=10 03:07:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:07:53 > git --version # timeout=10 03:07:53 > git --version # 'git version 2.17.1' 03:07:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:07:54 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit cbe22a10cbaca5064312735e40c4b079ab860499 03:07:55 Merge succeeded, producing cbe22a10cbaca5064312735e40c4b079ab860499 03:07:55 Checking out Revision cbe22a10cbaca5064312735e40c4b079ab860499 (PR-718) 03:07:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:07:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:07:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:07:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:07:54 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:07:54 > git config core.sparsecheckout # timeout=10 03:07:55 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 03:07:55 > git remote # timeout=10 03:07:55 > git config --get remote.origin.url # timeout=10 03:07:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:55 > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 03:07:55 > git rev-parse HEAD^{commit} # timeout=10 03:07:55 > git config core.sparsecheckout # timeout=10 03:07:55 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 03:07:58 bca2f99d35d6: Pull complete 03:07:58 93359f2a8cfa: Pull complete 03:07:58 7c6f9722023f: Pull complete 03:07:59 Commit message: "docs(v2): update schema to be consistent with edgex-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:08:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:08:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:08:01 + true 03:08:01 + sudo service docker restart 03:08:03 a35cf1a2eb13: Pull complete 03:08:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:08:03 ---> a62c8e92a672 03:08:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:08:03 ---> Running in c7939a6e9abd 03:08:03 Removing intermediate container c7939a6e9abd 03:08:03 ---> 5fd96c98a3fa 03:08:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:03 ---> Running in 96ce2fd082c2 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:08:04 provisioning config files... 03:08:04 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config2871369023792851412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:04 Removing intermediate container 96ce2fd082c2 03:08:04 ---> 191f85045c30 03:08:04 Step 5/8 : RUN apk add --update --no-cache make git 03:08:04 ---> Running in 900f8a871756 03:08:05 ---> docker-login.sh 03:08:05 nexus3.edgexfoundry.org:10001 03:08:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:06 Configure a credential helper to remove this warning. See 03:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:06 03:08:06 Login Succeeded 03:08:06 nexus3.edgexfoundry.org:10002 03:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:06 Configure a credential helper to remove this warning. See 03:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:06 03:08:06 Login Succeeded 03:08:06 nexus3.edgexfoundry.org:10003 03:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:07 OK: 166 MiB in 39 packages 03:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:07 Configure a credential helper to remove this warning. See 03:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:07 03:08:07 Login Succeeded 03:08:07 nexus3.edgexfoundry.org:10004 03:08:07 Removing intermediate container 900f8a871756 03:08:07 ---> f2e09bb91db3 03:08:07 Step 6/8 : WORKDIR /device-sdk-go 03:08:07 ---> Running in 97432c797f9b 03:08:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:07 Removing intermediate container 97432c797f9b 03:08:07 ---> b599859ef34a 03:08:07 Step 7/8 : COPY . . 03:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:08 Configure a credential helper to remove this warning. See 03:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:08 03:08:08 Login Succeeded 03:08:08 docker.io 03:08:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:08 Configure a credential helper to remove this warning. See 03:08:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:08 03:08:08 Login Succeeded 03:08:08 ---> docker-login.sh ends [Pipeline] } 03:08:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:08:09 ========================================================= 03:08:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:08:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:09 ---> 79f1b91021b4 03:08:09 Step 8/8 : RUN go mod download 03:08:09 ---> Running in 446406d9d9d5 03:08:09 + 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 . 03:08:10 Sending build context to Docker daemon 2.552MB 03:08:10 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:08:10 Step 2/8 : FROM ${BASE} 03:08:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:08:10 5f621e34cdf4: Pulling fs layer 03:08:10 a4357932f1b6: Pulling fs layer 03:08:10 18c013af1878: Pulling fs layer 03:08:10 00ac8860ef70: Pulling fs layer 03:08:10 63d7cb157983: Pulling fs layer 03:08:10 b116817d02f9: Pulling fs layer 03:08:10 745a02a5169b: Pulling fs layer 03:08:10 63d7cb157983: Waiting 03:08:10 00ac8860ef70: Waiting 03:08:10 b116817d02f9: Waiting 03:08:10 745a02a5169b: Waiting 03:08:10 18c013af1878: Verifying Checksum 03:08:10 18c013af1878: Download complete 03:08:10 a4357932f1b6: Verifying Checksum 03:08:10 a4357932f1b6: Download complete 03:08:10 63d7cb157983: Verifying Checksum 03:08:10 63d7cb157983: Download complete 03:08:10 5f621e34cdf4: Verifying Checksum 03:08:10 5f621e34cdf4: Download complete 03:08:10 b116817d02f9: Download complete 03:08:10 5f621e34cdf4: Pull complete 03:08:11 a4357932f1b6: Pull complete 03:08:12 18c013af1878: Pull complete 03:08:12 745a02a5169b: Verifying Checksum 03:08:12 745a02a5169b: Download complete 03:08:13 00ac8860ef70: Verifying Checksum 03:08:13 00ac8860ef70: Download complete 03:08:24 00ac8860ef70: Pull complete 03:08:24 63d7cb157983: Pull complete 03:08:24 b116817d02f9: Pull complete 03:08:27 Removing intermediate container 446406d9d9d5 03:08:27 ---> af29a0af28e3 03:08:27 Successfully built af29a0af28e3 03:08:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:08:27 + docker inspect -f . ci-base-image-x86_64 03:08:27 . [Pipeline] withDockerContainer 03:08:27 prd-centos7-docker-4c-2g-20882 does not seem to be running inside a container 03:08:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:08:28 745a02a5169b: Pull complete 03:08:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:08:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:08:28 ---> b7e6874047d6 03:08:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:08:28 $ docker top 43bc44b1ad7aeaaf6686d9edbc1cdc5940ee3cc7e4ecc288ad5579c2e02dbbfc -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:29 + go version 03:08:29 go version go1.15.5 linux/amd64 [Pipeline] } 03:08:29 $ docker stop --time=1 43bc44b1ad7aeaaf6686d9edbc1cdc5940ee3cc7e4ecc288ad5579c2e02dbbfc 03:08:30 $ docker rm -f 43bc44b1ad7aeaaf6686d9edbc1cdc5940ee3cc7e4ecc288ad5579c2e02dbbfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:08:31 ---> Running in f39ee65a0128 03:08:31 + docker inspect -f . ci-base-image-x86_64 03:08:31 . [Pipeline] withDockerContainer 03:08:31 prd-centos7-docker-4c-2g-20882 does not seem to be running inside a container 03:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:08:31 Removing intermediate container f39ee65a0128 03:08:31 ---> 787c4d8b7c9e 03:08:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:31 ---> Running in 85101057684f 03:08:32 $ docker top 9d2f1e5edc1251fa3095960b0ac6236fbab6799cd0a8d002f77ae5ed389226c7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:32 + make test 03:08:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:08:34 Removing intermediate container 85101057684f 03:08:34 ---> da872b892172 03:08:34 Step 5/8 : RUN apk add --update --no-cache make git 03:08:34 ---> Running in 464e8779fe4d 03:08:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:37 OK: 142 MiB in 39 packages 03:08:38 Removing intermediate container 464e8779fe4d 03:08:38 ---> a5f5ee71960b 03:08:38 Step 6/8 : WORKDIR /device-sdk-go 03:08:38 ---> Running in 4bd3c47fb44e 03:08:38 Removing intermediate container 4bd3c47fb44e 03:08:38 ---> 73518b84613e 03:08:38 Step 7/8 : COPY . . 03:08:40 ---> 5893a7292c4e 03:08:40 Step 8/8 : RUN go mod download 03:08:40 ---> Running in a2c0ce3cc7d6 03:08:40 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:08:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:08:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:08:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:08:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.054s coverage: 19.4% of statements 03:08:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.464s coverage: 97.1% of statements 03:09:02 Removing intermediate container a2c0ce3cc7d6 03:09:02 ---> e45f6c406c44 03:09:02 Successfully built e45f6c406c44 03:09:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:09:02 + docker inspect -f . ci-base-image-arm64 03:09:02 . [Pipeline] withDockerContainer 03:09:03 prd-ubuntu18.04-docker-arm64-4c-16g-20881 does not seem to be running inside a container 03:09:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:09:04 $ docker top fa1cd9f0ac1fce12e4c953699588ec0d5e7f55c4f3ec0de4266b4e6372b810be -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:05 + go version 03:09:05 go version go1.15.5 linux/arm64 [Pipeline] } 03:09:05 $ docker stop --time=1 fa1cd9f0ac1fce12e4c953699588ec0d5e7f55c4f3ec0de4266b4e6372b810be 03:09:07 $ docker rm -f fa1cd9f0ac1fce12e4c953699588ec0d5e7f55c4f3ec0de4266b4e6372b810be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:08 + docker inspect -f . ci-base-image-arm64 03:09:08 . [Pipeline] withDockerContainer 03:09:08 prd-ubuntu18.04-docker-arm64-4c-16g-20881 does not seem to be running inside a container 03:09:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:09:10 $ docker top 99a79330224f1294c274bfe4395ae7c39852a9cad5505899de0e7506b8f9f541 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:11 + make test 03:09:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.051s coverage: 9.4% of statements 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.044s coverage: 21.7% of statements 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.208s coverage: 42.9% of statements 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.276s coverage: 68.9% of statements 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.063s coverage: 53.8% of statements 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.070s coverage: 25.6% of statements 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.370s coverage: 68.9% of statements 03:09:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.063s coverage: 4.2% of statements 03:09:27 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:09:27 GO111MODULE=on go vet ./... 03:09:33 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:09:34 gofmt -l . 03:09:34 [ "`gofmt -l .`" = "" ] 03:09:34 ./bin/test-attribution-txt.sh 03:09:35 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:09:35 $ docker stop --time=1 9d2f1e5edc1251fa3095960b0ac6236fbab6799cd0a8d002f77ae5ed389226c7 03:09:37 $ docker rm -f 9d2f1e5edc1251fa3095960b0ac6236fbab6799cd0a8d002f77ae5ed389226c7 [Pipeline] // withDockerContainer [Pipeline] sh 03:09:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:09:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:09:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:09:41 + ls -al . 03:09:41 total 224 03:09:41 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 18 03:09 . 03:09:41 drwxrwxr-x. 4 jenkins jenkins 28 Jan 18 03:07 .. 03:09:41 drwxrwxr-x. 2 jenkins jenkins 64 Jan 18 03:07 bin 03:09:41 -rw-r--r--. 1 jenkins jenkins 144064 Jan 18 03:09 coverage.out 03:09:41 -rw-rw-r--. 1 jenkins jenkins 949 Jan 18 03:07 Dockerfile.build 03:09:41 -rw-rw-r--. 1 jenkins jenkins 140 Jan 18 03:07 .dockerignore 03:09:41 drwxrwxr-x. 4 jenkins jenkins 48 Jan 18 03:07 example 03:09:41 drwxrwxr-x. 8 jenkins jenkins 179 Jan 18 03:07 .git 03:09:41 drwxrwxr-x. 2 jenkins jenkins 103 Jan 18 03:07 .github 03:09:41 -rw-rw-r--. 1 jenkins jenkins 138 Jan 18 03:07 .gitignore 03:09:41 -rw-r--r--. 1 jenkins jenkins 491 Jan 18 03:09 go.mod 03:09:41 -rw-r--r--. 1 jenkins jenkins 14124 Jan 18 03:09 go.sum 03:09:41 drwxrwxr-x. 15 jenkins jenkins 211 Jan 18 03:07 internal 03:09:41 -rw-rw-r--. 1 jenkins jenkins 901 Jan 18 03:07 Jenkinsfile 03:09:41 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 18 03:07 LICENSE 03:09:41 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 18 03:07 Makefile 03:09:41 drwxrwxr-x. 4 jenkins jenkins 26 Jan 18 03:07 openapi 03:09:41 drwxrwxr-x. 5 jenkins jenkins 50 Jan 18 03:07 pkg 03:09:41 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 18 03:07 README.md 03:09:41 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 18 03:07 RELEASE-NOTES.txt 03:09:41 drwxrwxr-x. 4 jenkins jenkins 54 Jan 18 03:07 snap 03:09:41 -rw-rw-r--. 1 jenkins jenkins 5 Jan 18 03:05 VERSION 03:09:41 -rw-rw-r--. 1 jenkins jenkins 222 Jan 18 03:07 version.go [Pipeline] isUnix [Pipeline] sh 03:09:41 + 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=cbe22a10cbaca5064312735e40c4b079ab860499 --label arch=amd64 --label version=0.0.0 . 03:09:42 Sending build context to Docker daemon 2.698MB 03:09:42 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:09:42 Step 2/24 : FROM ${BASE} AS builder 03:09:42 ---> af29a0af28e3 03:09:42 Step 3/24 : ARG MAKE='make build' 03:09:42 ---> Running in 494ecbc3136c 03:09:42 Removing intermediate container 494ecbc3136c 03:09:42 ---> ee010d42d332 03:09:42 Step 4/24 : WORKDIR /device-sdk-go 03:09:42 ---> Running in d4b10896e9b0 03:09:42 Removing intermediate container d4b10896e9b0 03:09:42 ---> 2350b5c65237 03:09:42 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:09:43 ---> Running in f26d26a8fac0 03:09:43 Removing intermediate container f26d26a8fac0 03:09:43 ---> f9895a7d6d6e 03:09:43 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:43 ---> Running in 60d0013a03bf 03:09:44 Removing intermediate container 60d0013a03bf 03:09:44 ---> 64f952526d6a 03:09:44 Step 7/24 : RUN apk add --update --no-cache make git 03:09:44 ---> Running in 20203af5eba4 03:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:45 OK: 166 MiB in 39 packages 03:09:46 Removing intermediate container 20203af5eba4 03:09:46 ---> b09f1c8f106c 03:09:46 Step 8/24 : COPY . . 03:09:47 ---> c63182784259 03:09:47 Step 9/24 : RUN ${MAKE} 03:09:47 ---> Running in 88a599c19d55 03:09:47 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 03:09:56 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:09:57 Removing intermediate container 88a599c19d55 03:09:57 ---> a1f0293ed731 03:09:57 Step 10/24 : FROM scratch 03:09:57 ---> 03:09:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:09:57 ---> Running in 7a41159cf043 03:09:57 Removing intermediate container 7a41159cf043 03:09:57 ---> c5ab1b7d84e5 03:09:57 Step 12/24 : ENV APP_PORT=49990 03:09:57 ---> Running in 0fc5d79d9394 03:09:57 Removing intermediate container 0fc5d79d9394 03:09:57 ---> cc61f38effdf 03:09:57 Step 13/24 : EXPOSE $APP_PORT 03:09:57 ---> Running in 86a071097732 03:09:58 Removing intermediate container 86a071097732 03:09:58 ---> bccf0c2e7181 03:09:58 Step 14/24 : WORKDIR / 03:09:58 ---> Running in 47db11705a14 03:09:58 Removing intermediate container 47db11705a14 03:09:58 ---> 0188013d21e8 03:09:58 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:09:58 ---> cd911f892d73 03:09:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:09:58 ---> 69750b6121dd 03:09:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:09:59 ---> c390b7ad90f5 03:09:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:09:59 ---> 2781b04590e1 03:09:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:09:59 ---> 79c55d541de0 03:09:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:09:59 ---> Running in e264d79249fd 03:09:59 Removing intermediate container e264d79249fd 03:09:59 ---> 3a3b4b0cc869 03:09:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:09:59 ---> Running in 1032a1f41107 03:10:00 Removing intermediate container 1032a1f41107 03:10:00 ---> 78ece02f5a3c 03:10:00 Step 22/24 : LABEL arch=amd64 03:10:00 ---> Running in c04e908e36ea 03:10:00 Removing intermediate container c04e908e36ea 03:10:00 ---> 5af5f361b3b6 03:10:00 Step 23/24 : LABEL git_sha=cbe22a10cbaca5064312735e40c4b079ab860499 03:10:00 ---> Running in 38afdb9818a3 03:10:00 Removing intermediate container 38afdb9818a3 03:10:00 ---> 6cea640fe7dc 03:10:00 Step 24/24 : LABEL version=0.0.0 03:10:00 ---> Running in bb605e6a86c1 03:10:00 Removing intermediate container bb605e6a86c1 03:10:00 ---> 4ffea00c57f0 03:10:00 [Warning] One or more build-args [ARCH] were not consumed 03:10:00 Successfully built 4ffea00c57f0 03:10:00 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] } 03:10:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:10:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:10:12 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:10:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.139s coverage: 19.4% of statements 03:10:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.208s coverage: 97.1% of statements 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.113s coverage: 9.4% of statements 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.135s coverage: 21.7% of statements 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.587s coverage: 42.9% of statements 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.740s coverage: 68.9% of statements 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.190s coverage: 53.8% of statements 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 25.6% of statements 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.885s coverage: 68.9% of statements 03:10:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 4.2% of statements 03:10:43 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:10:43 GO111MODULE=on go vet ./... 03:11:23 gofmt -l . 03:11:23 [ "`gofmt -l .`" = "" ] 03:11:23 ./bin/test-attribution-txt.sh 03:11:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:11:23 $ docker stop --time=1 99a79330224f1294c274bfe4395ae7c39852a9cad5505899de0e7506b8f9f541 03:11:25 $ docker rm -f 99a79330224f1294c274bfe4395ae7c39852a9cad5505899de0e7506b8f9f541 [Pipeline] // withDockerContainer [Pipeline] sh 03:11:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:11:26 Warning: overwriting stash ‘coverage-report’ 03:11:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:11:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:11:28 + ls -al . 03:11:28 total 260 03:11:28 drwxrwxr-x 10 jenkins jenkins 4096 Jan 18 03:11 . 03:11:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 .. 03:11:28 -rw-rw-r-- 1 jenkins jenkins 140 Jan 18 03:07 .dockerignore 03:11:28 drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 03:07 .git 03:11:28 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 03:07 .github 03:11:28 -rw-rw-r-- 1 jenkins jenkins 138 Jan 18 03:07 .gitignore 03:11:28 -rw-rw-r-- 1 jenkins jenkins 949 Jan 18 03:07 Dockerfile.build 03:11:28 -rw-rw-r-- 1 jenkins jenkins 901 Jan 18 03:07 Jenkinsfile 03:11:28 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 18 03:07 LICENSE 03:11:28 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 18 03:07 Makefile 03:11:28 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 18 03:07 README.md 03:11:28 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 18 03:07 RELEASE-NOTES.txt 03:11:28 -rw-rw-r-- 1 jenkins jenkins 5 Jan 18 03:05 VERSION 03:11:28 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 03:07 bin 03:11:28 -rw-r--r-- 1 jenkins jenkins 144063 Jan 18 03:10 coverage.out 03:11:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 example 03:11:28 -rw-r--r-- 1 jenkins jenkins 491 Jan 18 03:11 go.mod 03:11:28 -rw-r--r-- 1 jenkins jenkins 14124 Jan 18 03:11 go.sum 03:11:28 drwxrwxr-x 15 jenkins jenkins 4096 Jan 18 03:07 internal 03:11:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 openapi 03:11:28 drwxrwxr-x 5 jenkins jenkins 4096 Jan 18 03:07 pkg 03:11:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 snap 03:11:28 -rw-rw-r-- 1 jenkins jenkins 222 Jan 18 03:07 version.go [Pipeline] isUnix [Pipeline] sh 03:11:28 + 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=cbe22a10cbaca5064312735e40c4b079ab860499 --label arch=arm64 --label version=0.0.0 . 03:11:29 Sending build context to Docker daemon 2.697MB 03:11:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:11:29 Step 2/24 : FROM ${BASE} AS builder 03:11:29 ---> e45f6c406c44 03:11:29 Step 3/24 : ARG MAKE='make build' 03:11:29 ---> Running in 8762c30d4a15 03:11:29 Removing intermediate container 8762c30d4a15 03:11:29 ---> c9d8e6bf6264 03:11:29 Step 4/24 : WORKDIR /device-sdk-go 03:11:30 ---> Running in e2fb7cfc6dbf 03:11:30 Removing intermediate container e2fb7cfc6dbf 03:11:30 ---> 145119e65030 03:11:30 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:11:30 ---> Running in 792f84b3b7e7 03:11:31 Removing intermediate container 792f84b3b7e7 03:11:31 ---> d60897bfa92b 03:11:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:31 ---> Running in a27e34c7dae3 03:11:33 Removing intermediate container a27e34c7dae3 03:11:33 ---> 0012d05a84c2 03:11:33 Step 7/24 : RUN apk add --update --no-cache make git 03:11:33 ---> Running in 30a519d695e0 03:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:36 OK: 142 MiB in 39 packages 03:11:37 Removing intermediate container 30a519d695e0 03:11:37 ---> 9b85c3b34a5f 03:11:37 Step 8/24 : COPY . . 03:11:38 ---> ccdf289d53ed 03:11:38 Step 9/24 : RUN ${MAKE} 03:11:38 ---> Running in f35f28f94f79 03:11:39 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 03:12:06 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:12:06 Removing intermediate container f35f28f94f79 03:12:06 ---> 3677fc406022 03:12:06 Step 10/24 : FROM scratch 03:12:06 ---> 03:12:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:12:06 ---> Running in c2d327c2c5e4 03:12:07 Removing intermediate container c2d327c2c5e4 03:12:07 ---> 66116871dce6 03:12:07 Step 12/24 : ENV APP_PORT=49990 03:12:07 ---> Running in 4d7c14c3bf29 03:12:07 Removing intermediate container 4d7c14c3bf29 03:12:07 ---> b26f079702f5 03:12:07 Step 13/24 : EXPOSE $APP_PORT 03:12:07 ---> Running in 89fd217bfdaf 03:12:08 Removing intermediate container 89fd217bfdaf 03:12:08 ---> 4f0127192fb0 03:12:08 Step 14/24 : WORKDIR / 03:12:08 ---> Running in a79ffb78cd15 03:12:08 Removing intermediate container a79ffb78cd15 03:12:08 ---> a4ba894a23dc 03:12:08 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:12:09 ---> 9b6e8a247a00 03:12:09 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:12:10 ---> 4d3ba69b3112 03:12:10 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:12:10 ---> 2434374df0ae 03:12:10 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:12:11 ---> 59c556556c96 03:12:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:12:12 ---> 7b0286dc6fc7 03:12:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:12:12 ---> Running in be0f1ac9bd48 03:12:13 Removing intermediate container be0f1ac9bd48 03:12:13 ---> 4143cb366eb7 03:12:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:12:13 ---> Running in 4b73f40200be 03:12:13 Removing intermediate container 4b73f40200be 03:12:13 ---> a1c76b44ef5f 03:12:13 Step 22/24 : LABEL arch=arm64 03:12:13 ---> Running in aba92c87d41b 03:12:13 Removing intermediate container aba92c87d41b 03:12:13 ---> 61c8c85ebf9c 03:12:13 Step 23/24 : LABEL git_sha=cbe22a10cbaca5064312735e40c4b079ab860499 03:12:14 ---> Running in 84a447bb415f 03:12:14 Removing intermediate container 84a447bb415f 03:12:14 ---> cc23c92a2c92 03:12:14 Step 24/24 : LABEL version=0.0.0 03:12:14 ---> Running in a420048d7c48 03:12:15 Removing intermediate container a420048d7c48 03:12:15 ---> 8561510b2fd9 03:12:15 [Warning] One or more build-args [ARCH] were not consumed 03:12:15 Successfully built 8561510b2fd9 03:12:15 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 03:12:16 provisioning config files... 03:12:16 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config3979124661927706964tmp [Pipeline] { [Pipeline] sh 03:12:17 + set +x 03:12:17 + curl -s https://codecov.io/bash 03:12:17 + bash -s -- 03:12:17 03:12:17 _____ _ 03:12:17 / ____| | | 03:12:17 | | ___ __| | ___ ___ _____ __ 03:12:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:12:17 | |___| (_) | (_| | __/ (_| (_) \ V / 03:12:17 \_____\___/ \__,_|\___|\___\___/ \_/ 03:12:17 Bash-20210115-cec3c92 03:12:17 03:12:17 03:12:17 ==> git version 2.24.3 found 03:12:17 ==> 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 03:12:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:12:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:12:17 ==> Jenkins CI detected. 03:12:17 project root: . 03:12:17 --> token set from env 03:12:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:12:17 ==> Running gcov in . (disable via -X gcov) 03:12:17 ==> Python coveragepy not found 03:12:17 ==> Searching for coverage reports in: 03:12:17 + . 03:12:17 -> Found 1 reports 03:12:17 ==> Detecting git/mercurial file structure 03:12:17 ==> Reading reports 03:12:17 + ./coverage.out bytes=144063 03:12:17 ==> Appending adjustments 03:12:17 https://docs.codecov.io/docs/fixing-reports 03:12:18 + Found adjustments 03:12:18 ==> Gzipping contents 03:12:18 24K /tmp/codecov.QPiA0E.gz 03:12:18 ==> Uploading reports 03:12:18 url: https://codecov.io 03:12:18 query: branch=PR-718&commit=cbe22a10cbaca5064312735e40c4b079ab860499&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= 03:12:18 -> Pinging Codecov 03:12:18 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-718&commit=cbe22a10cbaca5064312735e40c4b079ab860499&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= 03:12:19 -> Uploading to 03:12:19 https://storage.googleapis.com/codecov/v4/raw/2021-01-18/7E55EF52A471D76F132DFD9A03CDDE97/cbe22a10cbaca5064312735e40c4b079ab860499/3d1d0f67-a16a-4ec3-b16d-1d4f76c8254c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T031218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f4b4cd03cbd5f0b296ee32c3ec5872c31319ecfaeee75ed878f2a978394e73bd 03:12:19 % Total % Received % Xferd Average Speed Time Time Time Current 03:12:19 Dload Upload Total Spent Left Speed 03:12:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22348 0 0 100 22348 0 45184 --:--:-- --:--:-- --:--:-- 45147 03:12:19 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/cbe22a10cbaca5064312735e40c4b079ab860499 [Pipeline] } 03:12:19 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 03:12:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:12:23 ---> package-listing.sh 03:12:23 ++ facter osfamily 03:12:23 ++ tr '[:upper:]' '[:lower:]' 03:12:23 + OS_FAMILY=redhat 03:12:23 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-718 03:12:23 + START_PACKAGES=/tmp/packages_start.txt 03:12:23 + END_PACKAGES=/tmp/packages_end.txt 03:12:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:12:23 + PACKAGES=/tmp/packages_start.txt 03:12:23 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 03:12:23 + PACKAGES=/tmp/packages_end.txt 03:12:23 + case "${OS_FAMILY}" in 03:12:23 + rpm -qa 03:12:23 + sort 03:12:28 + '[' -f /tmp/packages_start.txt ']' 03:12:28 + '[' -f /tmp/packages_end.txt ']' 03:12:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:12:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 03:12:28 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ 03:12:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ [Pipeline] echo 03:12:28 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-718/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:12:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:12:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:29 03:12:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:12:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:12:29 alpine: Pulling from edgex-lftools-log-publisher 03:12:29 df20fa9351a1: Pulling fs layer 03:12:29 36b3adc4ff6f: Pulling fs layer 03:12:29 8ad3a11d3b57: Pulling fs layer 03:12:29 46f8f816bc3b: Pulling fs layer 03:12:29 93b61091891f: Pulling fs layer 03:12:29 93b9cdb0e59b: Pulling fs layer 03:12:29 5e14af77c1be: Pulling fs layer 03:12:29 01666e4c0597: Pulling fs layer 03:12:29 aa168da1d23b: Pulling fs layer 03:12:29 93b61091891f: Waiting 03:12:29 93b9cdb0e59b: Waiting 03:12:29 5e14af77c1be: Waiting 03:12:29 01666e4c0597: Waiting 03:12:29 aa168da1d23b: Waiting 03:12:29 46f8f816bc3b: Waiting 03:12:29 36b3adc4ff6f: Verifying Checksum 03:12:29 36b3adc4ff6f: Download complete 03:12:30 46f8f816bc3b: Verifying Checksum 03:12:30 46f8f816bc3b: Download complete 03:12:30 df20fa9351a1: Verifying Checksum 03:12:30 df20fa9351a1: Download complete 03:12:30 93b9cdb0e59b: Verifying Checksum 03:12:30 93b9cdb0e59b: Download complete 03:12:30 93b61091891f: Verifying Checksum 03:12:30 93b61091891f: Download complete 03:12:30 5e14af77c1be: Download complete 03:12:30 01666e4c0597: Download complete 03:12:31 df20fa9351a1: Pull complete 03:12:31 8ad3a11d3b57: Verifying Checksum 03:12:31 8ad3a11d3b57: Download complete 03:12:31 36b3adc4ff6f: Pull complete 03:12:34 8ad3a11d3b57: Pull complete 03:12:34 46f8f816bc3b: Pull complete 03:12:35 93b61091891f: Pull complete 03:12:36 93b9cdb0e59b: Pull complete 03:12:36 5e14af77c1be: Pull complete 03:12:37 01666e4c0597: Pull complete 03:12:38 aa168da1d23b: Verifying Checksum 03:12:38 aa168da1d23b: Download complete 03:13:00 aa168da1d23b: Pull complete 03:13:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:13:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:13:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:13:01 prd-centos7-docker-4c-2g-20880 does not seem to be running inside a container 03:13:01 $ 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-718/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-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@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 03:13:03 $ docker top c9cb18101a02d3bc18015b7eb40d764f3d293da8683b53fbd0705dfbfb566a21 -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:04 + touch /tmp/pre-build-complete [Pipeline] sh 03:13:04 + mkdir -p /var/log/sa [Pipeline] sh 03:13:04 + ls /var/log/sa-host 03:13:04 + sadf -c /var/log/sa-host/sa18 03:13:04 file_magic: OK 03:13:04 HZ: Using current value: 100 03:13:04 file_header: OK 03:13:04 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 03:13:04 Statistics: 03:13:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:13:04 File successfully converted to sysstat format version 12.2.1 03:13:04 + sadf -c /var/log/sa-host/sa23 03:13:04 file_magic: OK 03:13:04 HZ: Using current value: 100 03:13:04 file_header: OK 03:13:04 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 03:13:04 Statistics: 03:13:04 Hnuu...uuuununununu... 03:13:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:13:05 provisioning config files... 03:13:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config2520380989271891896tmp [Pipeline] { [Pipeline] echo 03:13:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:13:05 ---> create-netrc.sh [Pipeline] } 03:13:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:13:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:13:06 ---> python-tools-install.sh [Pipeline] echo 03:13:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:13:06 ---> sudo-logs.sh 03:13:06 Archiving 'sudo' log.. [Pipeline] echo 03:13:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:13:07 ---> job-cost.sh 03:13:07 lf-activate-venv: SKIPPING 03:13:07 INFO: No Stack... 03:13:08 INFO: Retrieving Pricing Info for: v1-standard-2 03:13:08 INFO: Archiving Costs [Pipeline] echo 03:13:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:13:09 ---> logs-deploy.sh 03:13:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-718/7 03:13:09 INFO: archiving workspace using pattern(s): 03:13:11 Archives upload complete. 03:13:11 INFO: archiving logs to Nexus