Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cc046fc61b77b3872e1e4d069c09d9b904ba72b4+34e320ac99befae92f8b4aae2047dc1351ba020b (f4224a283b7bbcb3db0ae200fb6d1a42a5355eee) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-13045 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 Merge succeeded, producing 1327217935a4b81366492dd01d0c63c752111fdc Checking out Revision 1327217935a4b81366492dd01d0c63c752111fdc (PR-584) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # 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 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1327217935a4b81366492dd01d0c63c752111fdc # timeout=10 Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" > git rev-list --no-walk cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:46 ========================================================= 02:43:46 EdgeX Global Pipelines Version Info 02:43:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:48 ------------------- 02:43:48 stable info: 02:43:48 ------------------- 02:43:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:48 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 02:43:48 Message: update stable to v1.0.167 02:43:49 ------------------- 02:43:49 experimental info: 02:43:49 ------------------- 02:43:49 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:49 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 02:43:49 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:43:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1327217935a4b81366492dd01d0c63c752111fdc [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1327217 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:53 provisioning config files... 02:43:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config7028274122548567555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:53 ---> docker-login.sh 02:43:53 nexus3.edgexfoundry.org:10001 02:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:54 Configure a credential helper to remove this warning. See 02:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:54 02:43:54 Login Succeeded 02:43:54 nexus3.edgexfoundry.org:10002 02:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:55 Configure a credential helper to remove this warning. See 02:43:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:55 02:43:55 Login Succeeded 02:43:55 nexus3.edgexfoundry.org:10003 02:43:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:55 Configure a credential helper to remove this warning. See 02:43:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:55 02:43:55 Login Succeeded 02:43:55 nexus3.edgexfoundry.org:10004 02:43:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:55 Configure a credential helper to remove this warning. See 02:43:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:55 02:43:55 Login Succeeded 02:43:55 docker.io 02:43:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:56 Configure a credential helper to remove this warning. See 02:43:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:56 02:43:56 Login Succeeded 02:43:56 ---> docker-login.sh ends [Pipeline] } 02:43:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:57 + git log --format=format:%s -1 1327217935a4b81366492dd01d0c63c752111fdc [Pipeline] echo 02:43:57 GIT_COMMIT: 1327217935a4b81366492dd01d0c63c752111fdc, Commit Message: Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD [Pipeline] echo 02:43:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:58 02:43:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:58 latest: Pulling from edgex-devops/git-semver 02:43:58 31603596830f: Pulling fs layer 02:43:58 2a8b12db71e7: Pulling fs layer 02:43:58 6ca5941a6612: Pulling fs layer 02:43:58 ecc8261a40a4: Pulling fs layer 02:43:58 ecc8261a40a4: Waiting 02:43:58 2a8b12db71e7: Verifying Checksum 02:43:58 2a8b12db71e7: Download complete 02:43:58 31603596830f: Verifying Checksum 02:43:58 31603596830f: Download complete 02:43:59 6ca5941a6612: Verifying Checksum 02:43:59 6ca5941a6612: Download complete 02:43:59 ecc8261a40a4: Verifying Checksum 02:43:59 ecc8261a40a4: Download complete 02:43:59 31603596830f: Pull complete 02:43:59 2a8b12db71e7: Pull complete 02:44:01 6ca5941a6612: Pull complete 02:44:01 ecc8261a40a4: Pull complete 02:44:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:01 prd-centos7-docker-4c-2g-13045 does not seem to be running inside a container 02:44:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:44:04 $ docker top cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:04 [ssh-agent] Looking for ssh-agent implementation... 02:44:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:05 $ docker exec cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent 02:44:05 SSH_AUTH_SOCK=/tmp/ssh-ReOOz1PuunvY/agent.12 02:44:05 SSH_AGENT_PID=18 02:44:05 Running ssh-add (command line suppressed) 02:44:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5640589917704135245.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5640589917704135245.key) 02:44:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:06 + git tag --points-at HEAD [Pipeline] } 02:44:06 $ docker exec --env ******** --env ******** cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent -k 02:44:06 unset SSH_AUTH_SOCK; 02:44:06 unset SSH_AGENT_PID; 02:44:06 echo Agent pid 18 killed; 02:44:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:06 [ssh-agent] Looking for ssh-agent implementation... 02:44:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:06 $ docker exec cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent 02:44:07 SSH_AUTH_SOCK=/tmp/ssh-RnTCjyhLgiGC/agent.47 02:44:07 SSH_AGENT_PID=52 02:44:07 Running ssh-add (command line suppressed) 02:44:07 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1644550792141829820.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1644550792141829820.key) 02:44:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:07 + git semver init 02:44:08 # -> Open(): unable to determine branch for HEAD 02:44:08 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 02:44:08 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 02:44:08 # $SEMVER_REMOTE_NAME = origin 02:44:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:08 # $SEMVER_USER_NAME = edgex-jenkins 02:44:08 # $SEMVER_BRANCH = PR-584 02:44:08 # $SEMVER_TEMP = /tmp/semver-565530575 02:44:08 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:44:09 # '/tmp/semver-565530575' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 02:44:09 # -> Force: false 02:44:09 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 02:44:09 $ docker exec --env ******** --env ******** cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 ssh-agent -k 02:44:09 unset SSH_AUTH_SOCK; 02:44:09 unset SSH_AGENT_PID; 02:44:09 echo Agent pid 52 killed; 02:44:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:10 + git semver [Pipeline] } 02:44:10 $ docker stop --time=1 cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 02:44:11 $ docker rm -f cc920a301a2e3d7694574fa92b179c2e87d90a65f72d3c221a3731e931dbeae1 [Pipeline] // withDockerContainer [Pipeline] sh 02:44:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:44:13 Stashed 1 file(s) [Pipeline] echo 02:44:13 [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 02:44:28 Still waiting to schedule task 02:44:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:44:28 Still waiting to schedule task 02:44:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:46:31 Running on prd-centos7-docker-4c-2g-13050 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 02:46:31 Running in /w/workspace/device-sdk-go/34 [Pipeline] { [Pipeline] checkout 02:46:39 using credential edgex-jenkins-ssh 02:46:39 Cloning the remote Git repository 02:46:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:39 > git init /w/workspace/device-sdk-go/34 # timeout=10 02:46:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:39 > git --version # timeout=10 02:46:39 > git --version # 'git version 2.16.5' 02:46:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:40 Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 02:46:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:40 > git config core.sparsecheckout # timeout=10 02:46:40 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 02:46:41 Merge succeeded, producing bb2e62b828492d2598bcc4e506b7fc095bbf14a3 02:46:41 Checking out Revision bb2e62b828492d2598bcc4e506b7fc095bbf14a3 (PR-584) 02:46:41 > git remote # timeout=10 02:46:41 > git config --get remote.origin.url # timeout=10 02:46:41 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:41 > git merge 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 02:46:41 > git rev-parse HEAD^{commit} # timeout=10 02:46:41 > git config core.sparsecheckout # timeout=10 02:46:41 > git checkout -f bb2e62b828492d2598bcc4e506b7fc095bbf14a3 # timeout=10 02:46:44 Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" 02:46:44 > git rev-list --no-walk cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:46:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:47 + sudo service docker restart 02:46:47 + true 02:46:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:48 provisioning config files... 02:46:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/34@tmp/config3134041564587079099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:49 ---> docker-login.sh 02:46:49 nexus3.edgexfoundry.org:10001 02:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:50 Configure a credential helper to remove this warning. See 02:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:50 02:46:50 Login Succeeded 02:46:50 nexus3.edgexfoundry.org:10002 02:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:50 Configure a credential helper to remove this warning. See 02:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:50 02:46:50 Login Succeeded 02:46:50 nexus3.edgexfoundry.org:10003 02:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:51 Configure a credential helper to remove this warning. See 02:46:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:51 02:46:51 Login Succeeded 02:46:51 nexus3.edgexfoundry.org:10004 02:46:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:51 Configure a credential helper to remove this warning. See 02:46:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:51 02:46:51 Login Succeeded 02:46:51 docker.io 02:46:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:52 Configure a credential helper to remove this warning. See 02:46:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:52 02:46:52 Login Succeeded 02:46:52 ---> docker-login.sh ends [Pipeline] } 02:46:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:52 ========================================================= 02:46:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:53 + 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 . 02:46:53 Sending build context to Docker daemon 2.36MB 02:46:53 Step 1/8 : ARG BASE=golang:1.15-alpine 02:46:53 Step 2/8 : FROM ${BASE} 02:46:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:53 df20fa9351a1: Pulling fs layer 02:46:53 ed8968b2872e: Pulling fs layer 02:46:53 a92cc7c5fd73: Pulling fs layer 02:46:53 e871e8e8d7a9: Pulling fs layer 02:46:53 e73272ec9a57: Pulling fs layer 02:46:53 1e910a182e73: Pulling fs layer 02:46:53 4e634b169226: Pulling fs layer 02:46:53 e871e8e8d7a9: Waiting 02:46:53 e73272ec9a57: Waiting 02:46:53 1e910a182e73: Waiting 02:46:53 4e634b169226: Waiting 02:46:53 a92cc7c5fd73: Verifying Checksum 02:46:53 a92cc7c5fd73: Download complete 02:46:53 ed8968b2872e: Verifying Checksum 02:46:53 ed8968b2872e: Download complete 02:46:53 e73272ec9a57: Verifying Checksum 02:46:53 e73272ec9a57: Download complete 02:46:53 1e910a182e73: Verifying Checksum 02:46:53 1e910a182e73: Download complete 02:46:53 df20fa9351a1: Verifying Checksum 02:46:53 df20fa9351a1: Download complete 02:46:54 df20fa9351a1: Pull complete 02:46:54 ed8968b2872e: Pull complete 02:46:54 a92cc7c5fd73: Pull complete 02:46:58 4e634b169226: Verifying Checksum 02:46:58 4e634b169226: Download complete 02:46:59 e871e8e8d7a9: Verifying Checksum 02:46:59 e871e8e8d7a9: Download complete 02:47:07 e871e8e8d7a9: Pull complete 02:47:07 e73272ec9a57: Pull complete 02:47:07 1e910a182e73: Pull complete 02:47:14 4e634b169226: Pull complete 02:47:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:47:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:47:14 ---> f7629b54cfaa 02:47:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:14 ---> Running in e26922eda8ce 02:47:14 Removing intermediate container e26922eda8ce 02:47:14 ---> 944ca87d7f59 02:47:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:14 ---> Running in 88accb7318c1 02:47:16 Removing intermediate container 88accb7318c1 02:47:16 ---> ee8cf715ce2b 02:47:16 Step 5/8 : RUN apk add --no-cache make git 02:47:16 ---> Running in d63dcaa2ce80 02:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:18 OK: 166 MiB in 39 packages 02:47:19 Removing intermediate container d63dcaa2ce80 02:47:19 ---> 2347cf1959b9 02:47:19 Step 6/8 : WORKDIR /device-sdk-go 02:47:19 ---> Running in 532a0a42c723 02:47:19 Removing intermediate container 532a0a42c723 02:47:19 ---> 09cd2d49face 02:47:19 Step 7/8 : COPY . . 02:47:21 ---> fde60ee7af93 02:47:21 Step 8/8 : RUN go mod download 02:47:21 ---> Running in 8de49de2acf0 02:47:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13052 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 02:47:23 Running in /w/workspace/device-sdk-go/34 [Pipeline] { [Pipeline] checkout 02:47:29 using credential edgex-jenkins-ssh 02:47:29 Cloning the remote Git repository 02:47:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:29 > git init /w/workspace/device-sdk-go/34 # timeout=10 02:47:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:29 > git --version # timeout=10 02:47:29 > git --version # 'git version 2.17.1' 02:47:29 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:31 Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 02:47:31 Merge succeeded, producing d2c987f8eb86e8218ed0f39be88e06506734629e 02:47:31 Checking out Revision d2c987f8eb86e8218ed0f39be88e06506734629e (PR-584) 02:47:31 > git config core.sparsecheckout # timeout=10 02:47:31 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 02:47:31 > git remote # timeout=10 02:47:31 > git config --get remote.origin.url # timeout=10 02:47:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:31 > git merge 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 02:47:31 > git rev-parse HEAD^{commit} # timeout=10 02:47:31 > git config core.sparsecheckout # timeout=10 02:47:31 > git checkout -f d2c987f8eb86e8218ed0f39be88e06506734629e # timeout=10 02:47:36 Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" 02:47:36 > git rev-list --no-walk cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:38 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:47:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:47:39 + sudo service docker restart 02:47:39 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:47:41 provisioning config files... 02:47:41 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/34@tmp/config7238614193965994389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:42 ---> docker-login.sh 02:47:42 nexus3.edgexfoundry.org:10001 02:47:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:43 Configure a credential helper to remove this warning. See 02:47:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:43 02:47:43 Login Succeeded 02:47:43 nexus3.edgexfoundry.org:10002 02:47:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:43 Configure a credential helper to remove this warning. See 02:47:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:43 02:47:43 Login Succeeded 02:47:44 nexus3.edgexfoundry.org:10003 02:47:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:44 Configure a credential helper to remove this warning. See 02:47:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:44 02:47:44 Login Succeeded 02:47:44 nexus3.edgexfoundry.org:10004 02:47:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:44 Configure a credential helper to remove this warning. See 02:47:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:44 02:47:44 Login Succeeded 02:47:44 docker.io 02:47:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:45 Configure a credential helper to remove this warning. See 02:47:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:45 02:47:45 Login Succeeded 02:47:45 ---> docker-login.sh ends [Pipeline] } 02:47:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:47:46 ========================================================= 02:47:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:46 + 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 . 02:47:46 Sending build context to Docker daemon 2.359MB 02:47:46 Step 1/8 : ARG BASE=golang:1.15-alpine 02:47:46 Step 2/8 : FROM ${BASE} 02:47:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:47 b538f80385f9: Pulling fs layer 02:47:47 74f711af9a0d: Pulling fs layer 02:47:47 99f96fe45779: Pulling fs layer 02:47:47 8529a6b9a6be: Pulling fs layer 02:47:47 45590311c82a: Pulling fs layer 02:47:47 69ca0ff8b7b3: Pulling fs layer 02:47:47 209524e5b208: Pulling fs layer 02:47:47 8529a6b9a6be: Waiting 02:47:47 45590311c82a: Waiting 02:47:47 69ca0ff8b7b3: Waiting 02:47:47 209524e5b208: Waiting 02:47:47 99f96fe45779: Download complete 02:47:47 74f711af9a0d: Verifying Checksum 02:47:47 74f711af9a0d: Download complete 02:47:47 45590311c82a: Verifying Checksum 02:47:47 45590311c82a: Download complete 02:47:47 69ca0ff8b7b3: Verifying Checksum 02:47:47 69ca0ff8b7b3: Download complete 02:47:47 b538f80385f9: Verifying Checksum 02:47:47 b538f80385f9: Download complete 02:47:48 b538f80385f9: Pull complete 02:47:48 Removing intermediate container 8de49de2acf0 02:47:48 ---> c1a0c2cc8ab7 02:47:48 Successfully built c1a0c2cc8ab7 02:47:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:48 + docker inspect -f . ci-base-image-x86_64 02:47:48 74f711af9a0d: Pull complete 02:47:48 . [Pipeline] withDockerContainer 02:47:48 99f96fe45779: Pull complete 02:47:49 prd-centos7-docker-4c-2g-13050 does not seem to be running inside a container 02:47:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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-x86_64 cat 02:47:49 209524e5b208: Verifying Checksum 02:47:49 209524e5b208: Download complete 02:47:50 $ docker top ee01bc485180eea3bffc5f96acfeb307fee60e0ab56b2ae8b3eecc58d0d009db -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:50 + go version 02:47:50 go version go1.15.2 linux/amd64 [Pipeline] } 02:47:50 $ docker stop --time=1 ee01bc485180eea3bffc5f96acfeb307fee60e0ab56b2ae8b3eecc58d0d009db 02:47:51 8529a6b9a6be: Verifying Checksum 02:47:51 8529a6b9a6be: Download complete 02:47:52 $ docker rm -f ee01bc485180eea3bffc5f96acfeb307fee60e0ab56b2ae8b3eecc58d0d009db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:54 + docker inspect -f . ci-base-image-x86_64 02:47:54 . [Pipeline] withDockerContainer 02:47:54 prd-centos7-docker-4c-2g-13050 does not seem to be running inside a container 02:47:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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-x86_64 cat 02:47:55 $ docker top 935eb554e320dd06aadb1706da8de5091099c4b645439aa57584c8ed9c103ad9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:56 + make test 02:47:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:01 8529a6b9a6be: Pull complete 02:48:01 45590311c82a: Pull complete 02:48:01 69ca0ff8b7b3: Pull complete 02:48:05 209524e5b208: Pull complete 02:48:05 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:48:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:48:05 ---> 5bddaf1c2fca 02:48:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:07 ---> Running in cb88cd2dfa2b 02:48:08 Removing intermediate container cb88cd2dfa2b 02:48:08 ---> d2c8bc9a9d28 02:48:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:08 ---> Running in 481959f107b1 02:48:09 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:48:10 Removing intermediate container 481959f107b1 02:48:10 ---> 881acf3a8544 02:48:10 Step 5/8 : RUN apk add --no-cache make git 02:48:10 ---> Running in 93da9df28fef 02:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:13 OK: 142 MiB in 39 packages 02:48:15 Removing intermediate container 93da9df28fef 02:48:15 ---> 16412644148f 02:48:15 Step 6/8 : WORKDIR /device-sdk-go 02:48:15 ---> Running in e72c98048ea8 02:48:15 Removing intermediate container e72c98048ea8 02:48:15 ---> 1a7090984411 02:48:15 Step 7/8 : COPY . . 02:48:17 ---> 0121ba0c9526 02:48:17 Step 8/8 : RUN go mod download 02:48:17 ---> Running in 8972e97d8b04 02:48:31 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:48:31 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:48:31 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:48:31 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.093s coverage: 20.6% of statements 02:48:34 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.816s coverage: 97.1% of statements 02:48:39 Removing intermediate container 8972e97d8b04 02:48:39 ---> 314a522ce4e6 02:48:39 Successfully built 314a522ce4e6 02:48:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:39 + docker inspect -f . ci-base-image-arm64 02:48:39 . [Pipeline] withDockerContainer 02:48:39 prd-ubuntu18.04-docker-arm64-4c-16g-13052 does not seem to be running inside a container 02:48:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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 ******** ci-base-image-arm64 cat 02:48:41 $ docker top c8c26419fbe9228137671b5896d9db3c98f2eb82c05ea64eb2cf41bdf9db9465 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:43 + go version 02:48:43 go version go1.15.2 linux/arm64 [Pipeline] } 02:48:43 $ docker stop --time=1 c8c26419fbe9228137671b5896d9db3c98f2eb82c05ea64eb2cf41bdf9db9465 02:48:45 $ docker rm -f c8c26419fbe9228137671b5896d9db3c98f2eb82c05ea64eb2cf41bdf9db9465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:46 + docker inspect -f . ci-base-image-arm64 02:48:46 . [Pipeline] withDockerContainer 02:48:46 prd-ubuntu18.04-docker-arm64-4c-16g-13052 does not seem to be running inside a container 02:48:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/34 -v /w/workspace/device-sdk-go/34:/w/workspace/device-sdk-go/34:rw,z -v /w/workspace/device-sdk-go/34@tmp:/w/workspace/device-sdk-go/34@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 ******** ci-base-image-arm64 cat 02:48:48 $ docker top 96dccd5e685e97df040daee2a424b022d2da5b62211961866dfd85dee92b6dff -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:49 + make test 02:48:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:06 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.100s coverage: 9.4% of statements 02:49:06 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.082s coverage: 21.9% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:49:06 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.578s coverage: 42.5% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:49:06 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.353s coverage: 68.9% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:49:06 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.121s coverage: 52.6% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:49:06 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:49:06 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.878s coverage: 68.9% of statements 02:49:06 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.070s coverage: 4.7% of statements 02:49:06 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:49:06 GO111MODULE=on go vet ./... 02:49:12 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:49:19 gofmt -l . 02:49:19 [ "`gofmt -l .`" = "" ] 02:49:19 ./bin/test-attribution-txt.sh 02:49:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:21 $ docker stop --time=1 935eb554e320dd06aadb1706da8de5091099c4b645439aa57584c8ed9c103ad9 02:49:23 $ docker rm -f 935eb554e320dd06aadb1706da8de5091099c4b645439aa57584c8ed9c103ad9 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:49:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:27 + ls -al . 02:49:27 total 208 02:49:27 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 21 02:49 . 02:49:27 drwxrwxr-x. 4 jenkins jenkins 30 Nov 21 02:46 .. 02:49:27 drwxrwxr-x. 2 jenkins jenkins 64 Nov 21 02:46 bin 02:49:27 -rw-r--r--. 1 jenkins jenkins 127610 Nov 21 02:49 coverage.out 02:49:27 -rw-rw-r--. 1 jenkins jenkins 936 Nov 21 02:46 Dockerfile.build 02:49:27 -rw-rw-r--. 1 jenkins jenkins 140 Nov 21 02:46 .dockerignore 02:49:27 drwxrwxr-x. 4 jenkins jenkins 48 Nov 21 02:46 example 02:49:27 drwxrwxr-x. 8 jenkins jenkins 179 Nov 21 02:46 .git 02:49:27 drwxrwxr-x. 2 jenkins jenkins 60 Nov 21 02:46 .github 02:49:27 -rw-rw-r--. 1 jenkins jenkins 138 Nov 21 02:46 .gitignore 02:49:27 -rw-r--r--. 1 jenkins jenkins 518 Nov 21 02:49 go.mod 02:49:27 -rw-r--r--. 1 jenkins jenkins 13521 Nov 21 02:49 go.sum 02:49:27 drwxrwxr-x. 15 jenkins jenkins 211 Nov 21 02:46 internal 02:49:27 -rw-rw-r--. 1 jenkins jenkins 901 Nov 21 02:46 Jenkinsfile 02:49:27 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 21 02:46 LICENSE 02:49:27 -rw-rw-r--. 1 jenkins jenkins 1013 Nov 21 02:46 Makefile 02:49:27 drwxrwxr-x. 4 jenkins jenkins 26 Nov 21 02:46 openapi 02:49:27 drwxrwxr-x. 5 jenkins jenkins 50 Nov 21 02:46 pkg 02:49:27 -rw-rw-r--. 1 jenkins jenkins 5897 Nov 21 02:46 README.md 02:49:27 -rw-rw-r--. 1 jenkins jenkins 4291 Nov 21 02:46 RELEASE-NOTES.txt 02:49:27 drwxrwxr-x. 4 jenkins jenkins 54 Nov 21 02:46 snap 02:49:27 -rw-rw-r--. 1 jenkins jenkins 5 Nov 21 02:44 VERSION 02:49:27 -rw-rw-r--. 1 jenkins jenkins 222 Nov 21 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:49:27 + 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=1327217935a4b81366492dd01d0c63c752111fdc --label arch=amd64 --label version=0.0.0 . 02:49:28 Sending build context to Docker daemon 2.488MB 02:49:28 Step 1/24 : ARG BASE=golang:1.15-alpine 02:49:28 Step 2/24 : FROM ${BASE} AS builder 02:49:28 ---> c1a0c2cc8ab7 02:49:28 Step 3/24 : ARG MAKE='make build' 02:49:28 ---> Running in ea2a9c9e8da0 02:49:28 Removing intermediate container ea2a9c9e8da0 02:49:28 ---> ebea7801cc5f 02:49:28 Step 4/24 : WORKDIR /device-sdk-go 02:49:29 ---> Running in 0e891d74793d 02:49:29 Removing intermediate container 0e891d74793d 02:49:29 ---> e1462e4623ff 02:49:29 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:29 ---> Running in 7c643181251d 02:49:29 Removing intermediate container 7c643181251d 02:49:29 ---> d78d8f1faa42 02:49:29 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:29 ---> Running in 1de44a61d9cb 02:49:31 Removing intermediate container 1de44a61d9cb 02:49:31 ---> 23947875301c 02:49:31 Step 7/24 : RUN apk add --update --no-cache make git 02:49:31 ---> Running in d90172d8f9c1 02:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:32 OK: 166 MiB in 39 packages 02:49:33 Removing intermediate container d90172d8f9c1 02:49:33 ---> 2baafcb9bc84 02:49:33 Step 8/24 : COPY . . 02:49:34 ---> 8c239d4a5e96 02:49:34 Step 9/24 : RUN ${MAKE} 02:49:34 ---> Running in 391b8881103e 02:49:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:49:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:49:50 Removing intermediate container 391b8881103e 02:49:50 ---> 5ed24042fd80 02:49:50 Step 10/24 : FROM scratch 02:49:50 ---> 02:49:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:50 ---> Running in 82a1fdb165d8 02:49:51 Removing intermediate container 82a1fdb165d8 02:49:51 ---> 6d48870172e5 02:49:51 Step 12/24 : ENV APP_PORT=49990 02:49:51 ---> Running in 38043492bd47 02:49:51 Removing intermediate container 38043492bd47 02:49:51 ---> 6939c5e2e4a0 02:49:51 Step 13/24 : EXPOSE $APP_PORT 02:49:51 ---> Running in 469ec0cb6f4a 02:49:51 Removing intermediate container 469ec0cb6f4a 02:49:51 ---> 5a2223469f92 02:49:51 Step 14/24 : WORKDIR / 02:49:51 ---> Running in 14e1987864f2 02:49:52 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:49:52 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:49:52 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:49:52 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.157s coverage: 20.6% of statements 02:49:52 Removing intermediate container 14e1987864f2 02:49:52 ---> 027f4d8ad1dd 02:49:52 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:49:52 ---> 6c572cf9b3f1 02:49:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:49:53 ---> 55ebda3377b7 02:49:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:49:53 ---> b13f98339966 02:49:53 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:49:53 ---> b07914bcbb64 02:49:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:49:54 ---> 8c634b6ddeb3 02:49:54 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:49:54 ---> Running in 9ae3a5ec24d4 02:49:54 Removing intermediate container 9ae3a5ec24d4 02:49:54 ---> 41527154e10f 02:49:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:54 ---> Running in 86a0cbd3dbd7 02:49:54 Removing intermediate container 86a0cbd3dbd7 02:49:54 ---> fe45e37b1f8d 02:49:54 Step 22/24 : LABEL arch=amd64 02:49:54 ---> Running in edf68f141c79 02:49:55 Removing intermediate container edf68f141c79 02:49:55 ---> 1150c959abeb 02:49:55 Step 23/24 : LABEL git_sha=1327217935a4b81366492dd01d0c63c752111fdc 02:49:55 ---> Running in 57f9f53653ba 02:49:55 Removing intermediate container 57f9f53653ba 02:49:55 ---> ff7263131ea4 02:49:55 Step 24/24 : LABEL version=0.0.0 02:49:55 ---> Running in 79bd24fa40ba 02:49:55 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.174s coverage: 97.1% of statements 02:49:55 Removing intermediate container 79bd24fa40ba 02:49:55 ---> 8f14f32d955a 02:49:55 [Warning] One or more build-args [ARCH] were not consumed 02:49:55 Successfully built 8f14f32d955a 02:49:55 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] } 02:50:22 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.111s coverage: 9.4% of statements 02:50:22 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.150s coverage: 21.9% of statements 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:50:22 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.558s coverage: 42.5% of statements 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:50:22 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.829s coverage: 68.9% of statements 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:50:22 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.189s coverage: 52.6% of statements 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:50:22 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:50:22 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.690s coverage: 68.9% of statements 02:50:22 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.132s coverage: 4.7% of statements 02:50:22 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:50:22 GO111MODULE=on go vet ./... 02:50:54 gofmt -l . 02:50:54 [ "`gofmt -l .`" = "" ] 02:50:54 ./bin/test-attribution-txt.sh 02:50:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:50:54 $ docker stop --time=1 96dccd5e685e97df040daee2a424b022d2da5b62211961866dfd85dee92b6dff 02:50:57 $ docker rm -f 96dccd5e685e97df040daee2a424b022d2da5b62211961866dfd85dee92b6dff [Pipeline] // withDockerContainer [Pipeline] sh 02:50:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:50:58 Warning: overwriting stash ‘coverage-report’ 02:50:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:50:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:00 + ls -al . 02:51:00 total 244 02:51:00 drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 02:50 . 02:51:00 drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 .. 02:51:00 -rw-rw-r-- 1 jenkins jenkins 140 Nov 21 02:47 .dockerignore 02:51:00 drwxrwxr-x 8 jenkins jenkins 4096 Nov 21 02:47 .git 02:51:00 drwxrwxr-x 2 jenkins jenkins 4096 Nov 21 02:47 .github 02:51:00 -rw-rw-r-- 1 jenkins jenkins 138 Nov 21 02:47 .gitignore 02:51:00 -rw-rw-r-- 1 jenkins jenkins 936 Nov 21 02:47 Dockerfile.build 02:51:00 -rw-rw-r-- 1 jenkins jenkins 901 Nov 21 02:47 Jenkinsfile 02:51:00 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 21 02:47 LICENSE 02:51:00 -rw-rw-r-- 1 jenkins jenkins 1013 Nov 21 02:47 Makefile 02:51:00 -rw-rw-r-- 1 jenkins jenkins 5897 Nov 21 02:47 README.md 02:51:00 -rw-rw-r-- 1 jenkins jenkins 4291 Nov 21 02:47 RELEASE-NOTES.txt 02:51:00 -rw-rw-r-- 1 jenkins jenkins 5 Nov 21 02:44 VERSION 02:51:00 drwxrwxr-x 2 jenkins jenkins 4096 Nov 21 02:47 bin 02:51:00 -rw-r--r-- 1 jenkins jenkins 127610 Nov 21 02:50 coverage.out 02:51:00 drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 example 02:51:00 -rw-r--r-- 1 jenkins jenkins 518 Nov 21 02:50 go.mod 02:51:00 -rw-r--r-- 1 jenkins jenkins 13521 Nov 21 02:50 go.sum 02:51:00 drwxrwxr-x 15 jenkins jenkins 4096 Nov 21 02:47 internal 02:51:00 drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 openapi 02:51:00 drwxrwxr-x 5 jenkins jenkins 4096 Nov 21 02:47 pkg 02:51:00 drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 snap 02:51:00 -rw-rw-r-- 1 jenkins jenkins 222 Nov 21 02:47 version.go [Pipeline] isUnix [Pipeline] sh 02:51:00 + 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=1327217935a4b81366492dd01d0c63c752111fdc --label arch=arm64 --label version=0.0.0 . 02:51:01 Sending build context to Docker daemon 2.488MB 02:51:01 Step 1/24 : ARG BASE=golang:1.15-alpine 02:51:01 Step 2/24 : FROM ${BASE} AS builder 02:51:01 ---> 314a522ce4e6 02:51:01 Step 3/24 : ARG MAKE='make build' 02:51:01 ---> Running in ee85874fc526 02:51:01 Removing intermediate container ee85874fc526 02:51:01 ---> 7aacad03ea7a 02:51:01 Step 4/24 : WORKDIR /device-sdk-go 02:51:01 ---> Running in c994d5ec280e 02:51:02 Removing intermediate container c994d5ec280e 02:51:02 ---> c189f42ad90c 02:51:02 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:02 ---> Running in e4899205e8ba 02:51:02 Removing intermediate container e4899205e8ba 02:51:02 ---> 96823efb63cb 02:51:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:02 ---> Running in 12f175bfc97f 02:51:05 Removing intermediate container 12f175bfc97f 02:51:05 ---> 4cf0145914df 02:51:05 Step 7/24 : RUN apk add --update --no-cache make git 02:51:05 ---> Running in fac363977d38 02:51:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:08 OK: 142 MiB in 39 packages 02:51:09 Removing intermediate container fac363977d38 02:51:09 ---> 2ce344f573f5 02:51:09 Step 8/24 : COPY . . 02:51:10 ---> c51fc032346e 02:51:10 Step 9/24 : RUN ${MAKE} 02:51:10 ---> Running in 3163ad8610c3 02:51:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:51:39 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:51:39 Removing intermediate container 3163ad8610c3 02:51:39 ---> 9723f2ce2cd3 02:51:39 Step 10/24 : FROM scratch 02:51:39 ---> 02:51:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:39 ---> Running in 22ea239606c0 02:51:39 Removing intermediate container 22ea239606c0 02:51:39 ---> 754f19dd7693 02:51:39 Step 12/24 : ENV APP_PORT=49990 02:51:39 ---> Running in 7a00d4c72592 02:51:39 Removing intermediate container 7a00d4c72592 02:51:39 ---> d3ca1a8c6bed 02:51:39 Step 13/24 : EXPOSE $APP_PORT 02:51:39 ---> Running in eba0e3111894 02:51:40 Removing intermediate container eba0e3111894 02:51:40 ---> 5f1218cee2e8 02:51:40 Step 14/24 : WORKDIR / 02:51:40 ---> Running in b041e0e063c4 02:51:40 Removing intermediate container b041e0e063c4 02:51:40 ---> f841370fe2d8 02:51:40 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:51:42 ---> 5c6c20733b83 02:51:42 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:51:42 ---> 14aa47e5b9de 02:51:42 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:51:43 ---> 2cb9b819c8ed 02:51:43 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:51:44 ---> b54c6fba4162 02:51:44 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:51:45 ---> 62d38c0b5b47 02:51:45 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:51:45 ---> Running in e3fee8cb973d 02:51:45 Removing intermediate container e3fee8cb973d 02:51:45 ---> 41b897859de6 02:51:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:45 ---> Running in fb2a6581571b 02:51:45 Removing intermediate container fb2a6581571b 02:51:45 ---> 0729d91d9bc0 02:51:45 Step 22/24 : LABEL arch=arm64 02:51:46 ---> Running in 56adf9a64999 02:51:46 Removing intermediate container 56adf9a64999 02:51:46 ---> 4bd4e7530197 02:51:46 Step 23/24 : LABEL git_sha=1327217935a4b81366492dd01d0c63c752111fdc 02:51:46 ---> Running in 7ce47e65e7bc 02:51:47 Removing intermediate container 7ce47e65e7bc 02:51:47 ---> 217b9f497558 02:51:47 Step 24/24 : LABEL version=0.0.0 02:51:47 ---> Running in 577a07b81a82 02:51:47 Removing intermediate container 577a07b81a82 02:51:47 ---> be2951fb567b 02:51:47 [Warning] One or more build-args [ARCH] were not consumed 02:51:47 Successfully built be2951fb567b 02:51:47 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 02:51:50 provisioning config files... 02:51:50 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2770483235043047070tmp [Pipeline] { [Pipeline] sh 02:51:51 + set +x 02:51:51 + curl -s https://codecov.io/bash 02:51:51 + bash -s -- 02:51:51 02:51:51 _____ _ 02:51:51 / ____| | | 02:51:51 | | ___ __| | ___ ___ _____ __ 02:51:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:51 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:51 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:51 Bash-20201116-eea08d9 02:51:51 02:51:51 02:51:51 ==> Jenkins CI detected. 02:51:51 project root: . 02:51:51 --> token set from env 02:51:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:51 ==> Running gcov in . (disable via -X gcov) 02:51:51 ==> Python coveragepy not found 02:51:51 ==> Searching for coverage reports in: 02:51:51 + . 02:51:51 -> Found 1 reports 02:51:51 ==> Detecting git/mercurial file structure 02:51:51 ==> Reading reports 02:51:51 + ./coverage.out bytes=127610 02:51:51 ==> Appending adjustments 02:51:51 https://docs.codecov.io/docs/fixing-reports 02:51:52 + Found adjustments 02:51:52 ==> Gzipping contents 02:51:52 ==> Uploading reports 02:51:52 url: https://codecov.io 02:51:52 query: branch=PR-584&commit=1327217935a4b81366492dd01d0c63c752111fdc&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 02:51:52 -> Pinging Codecov 02:51:52 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-584&commit=1327217935a4b81366492dd01d0c63c752111fdc&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 02:51:53 -> Uploading to 02:51:53 https://storage.googleapis.com/codecov/v4/raw/2020-11-21/7E55EF52A471D76F132DFD9A03CDDE97/1327217935a4b81366492dd01d0c63c752111fdc/3b799228-21a1-49bc-bcc3-c0a213ae9103.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T025152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d666c25fa37cc7a3c734db2889745cb4f7f740b612488897fb5af5493c41629e 02:51:53 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:53 Dload Upload Total Spent Left Speed 02:51:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20868 0 0 100 20868 0 46568 --:--:-- --:--:-- --:--:-- 46684 02:51:53 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1327217935a4b81366492dd01d0c63c752111fdc [Pipeline] } 02:51:53 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 02:51:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:57 ---> package-listing.sh 02:51:57 ++ facter osfamily 02:51:57 ++ tr '[:upper:]' '[:lower:]' 02:51:57 + OS_FAMILY=redhat 02:51:57 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 02:51:57 + START_PACKAGES=/tmp/packages_start.txt 02:51:57 + END_PACKAGES=/tmp/packages_end.txt 02:51:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:57 + PACKAGES=/tmp/packages_start.txt 02:51:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 02:51:57 + PACKAGES=/tmp/packages_end.txt 02:51:57 + case "${OS_FAMILY}" in 02:51:57 + rpm -qa 02:51:57 + sort 02:52:08 + '[' -f /tmp/packages_start.txt ']' 02:52:08 + '[' -f /tmp/packages_end.txt ']' 02:52:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:52:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 02:52:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 02:52:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo 02:52: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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:52:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:52:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:09 02:52:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:52:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:09 alpine: Pulling from edgex-lftools-log-publisher 02:52:09 df20fa9351a1: Pulling fs layer 02:52:09 36b3adc4ff6f: Pulling fs layer 02:52:09 8ad3a11d3b57: Pulling fs layer 02:52:09 46f8f816bc3b: Pulling fs layer 02:52:09 93b61091891f: Pulling fs layer 02:52:09 93b9cdb0e59b: Pulling fs layer 02:52:09 5e14af77c1be: Pulling fs layer 02:52:09 01666e4c0597: Pulling fs layer 02:52:09 aa168da1d23b: Pulling fs layer 02:52:09 93b61091891f: Waiting 02:52:09 93b9cdb0e59b: Waiting 02:52:09 5e14af77c1be: Waiting 02:52:09 01666e4c0597: Waiting 02:52:09 aa168da1d23b: Waiting 02:52:09 46f8f816bc3b: Waiting 02:52:09 36b3adc4ff6f: Verifying Checksum 02:52:09 36b3adc4ff6f: Download complete 02:52:09 46f8f816bc3b: Verifying Checksum 02:52:09 46f8f816bc3b: Download complete 02:52:10 df20fa9351a1: Verifying Checksum 02:52:10 df20fa9351a1: Download complete 02:52:10 93b9cdb0e59b: Verifying Checksum 02:52:10 93b9cdb0e59b: Download complete 02:52:10 5e14af77c1be: Verifying Checksum 02:52:10 5e14af77c1be: Download complete 02:52:10 01666e4c0597: Verifying Checksum 02:52:10 01666e4c0597: Download complete 02:52:10 93b61091891f: Verifying Checksum 02:52:10 93b61091891f: Download complete 02:52:10 df20fa9351a1: Pull complete 02:52:10 8ad3a11d3b57: Verifying Checksum 02:52:10 8ad3a11d3b57: Download complete 02:52:11 36b3adc4ff6f: Pull complete 02:52:14 8ad3a11d3b57: Pull complete 02:52:14 46f8f816bc3b: Pull complete 02:52:14 aa168da1d23b: Verifying Checksum 02:52:14 aa168da1d23b: Download complete 02:52:14 93b61091891f: Pull complete 02:52:15 93b9cdb0e59b: Pull complete 02:52:15 5e14af77c1be: Pull complete 02:52:15 01666e4c0597: Pull complete 02:52:27 aa168da1d23b: Pull complete 02:52:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:28 prd-centos7-docker-4c-2g-13045 does not seem to be running inside a container 02:52:28 $ 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-584/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-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:52:35 $ docker top 04b90171dd0d81239e08d9e66ae9667b7ea2e092105342b8cfc98d552da929e9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:37 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:37 + mkdir -p /var/log/sa [Pipeline] sh 02:52:37 + ls /var/log/sa-host 02:52:37 + sadf -c /var/log/sa-host/sa05 02:52:37 file_magic: OK 02:52:37 HZ: Using current value: 100 02:52:37 file_header: OK 02:52:37 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 02:52:37 Statistics: 02:52:37 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:37 File successfully converted to sysstat format version 12.2.1 02:52:37 + sadf -c /var/log/sa-host/sa21 02:52:37 file_magic: OK 02:52:37 HZ: Using current value: 100 02:52:37 file_header: OK 02:52:37 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 02:52:37 Statistics: 02:52:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:37 provisioning config files... 02:52:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config6791382296872055005tmp [Pipeline] { [Pipeline] echo 02:52:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:38 ---> create-netrc.sh [Pipeline] } 02:52:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:39 ---> python-tools-install.sh [Pipeline] echo 02:52:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:39 ---> sudo-logs.sh 02:52:39 Archiving 'sudo' log.. [Pipeline] echo 02:52:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:40 ---> job-cost.sh 02:52:40 lf-activate-venv: SKIPPING 02:52:40 INFO: No Stack... 02:52:41 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:42 INFO: Archiving Costs [Pipeline] echo 02:52:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:42 ---> logs-deploy.sh 02:52:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/34 02:52:42 INFO: archiving workspace using pattern(s): 02:52:45 Archives upload complete. 02:52:45 INFO: archiving logs to Nexus