Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+848c16ec05d796c9e5a16abafab7aa79fc4967e4 (d331217c8c8515b411107c7b3334d8f960c1fa69) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName: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: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27266 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [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-725 # 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/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 45407d4645e594665b1339c307ea798f96f80dc7 Checking out Revision 45407d4645e594665b1339c307ea798f96f80dc7 (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45407d4645e594665b1339c307ea798f96f80dc7 # timeout=10 Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2006152dce5d89e4ee72e3be980cfa6571088e8b # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T02:42:22.373Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T02:42:22.638Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T02:42:24.136Z] ========================================================= [2021-02-23T02:42:24.136Z] EdgeX Global Pipelines Version Info [2021-02-23T02:42:24.136Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:42:25.596Z] ------------------- [2021-02-23T02:42:25.596Z] stable info: [2021-02-23T02:42:25.596Z] ------------------- [2021-02-23T02:42:25.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T02:42:25.596Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T02:42:25.596Z] Message: update stable to v1.0.179 [2021-02-23T02:42:26.542Z] ------------------- [2021-02-23T02:42:26.542Z] experimental info: [2021-02-23T02:42:26.542Z] ------------------- [2021-02-23T02:42:26.542Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T02:42:26.542Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T02:42:26.542Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T02:42:26.839Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-23T02:42:26.928Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-23T02:42:27.018Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T02:42:27.105Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T02:42:27.194Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T02:42:27.283Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T02:42:27.370Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T02:42:27.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T02:42:27.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-23T02:42:27.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T02:42:27.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T02:42:27.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-02-23T02:42:27.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T02:42:28.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T02:42:28.111Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T02:42:28.200Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:42:28.286Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:42:28.369Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:42:28.484Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T02:42:28.567Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T02:42:28.672Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-23T02:42:28.760Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-23T02:42:28.848Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T02:42:28.935Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T02:42:29.022Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T02:42:29.156Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T02:42:29.281Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T02:42:29.374Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-02-23T02:42:29.460Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-02-23T02:42:29.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-02-23T02:42:29.642Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45407d4645e594665b1339c307ea798f96f80dc7 [Pipeline] echo [2021-02-23T02:42:29.734Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45407d4 [Pipeline] echo [2021-02-23T02:42:29.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:42:30.055Z] provisioning config files... [2021-02-23T02:42:30.082Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7700822869411164787tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:42:30.462Z] ---> docker-login.sh [2021-02-23T02:42:30.462Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:42:30.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:42:30.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:42:30.727Z] Configure a credential helper to remove this warning. See [2021-02-23T02:42:30.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:42:30.727Z] [2021-02-23T02:42:30.727Z] Login Succeeded [2021-02-23T02:42:30.728Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:42:30.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:42:30.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:42:30.992Z] Configure a credential helper to remove this warning. See [2021-02-23T02:42:30.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:42:30.992Z] [2021-02-23T02:42:30.992Z] Login Succeeded [2021-02-23T02:42:30.992Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:42:30.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:42:31.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:42:31.256Z] Configure a credential helper to remove this warning. See [2021-02-23T02:42:31.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:42:31.256Z] [2021-02-23T02:42:31.256Z] Login Succeeded [2021-02-23T02:42:31.256Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:42:31.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:42:31.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:42:31.256Z] Configure a credential helper to remove this warning. See [2021-02-23T02:42:31.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:42:31.256Z] [2021-02-23T02:42:31.256Z] Login Succeeded [2021-02-23T02:42:31.256Z] docker.io [2021-02-23T02:42:31.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:42:31.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:42:31.780Z] Configure a credential helper to remove this warning. See [2021-02-23T02:42:31.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:42:31.780Z] [2021-02-23T02:42:31.780Z] Login Succeeded [2021-02-23T02:42:31.780Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:42:31.789Z] 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 [2021-02-23T02:42:32.635Z] + git log --format=format:%s -1 45407d4645e594665b1339c307ea798f96f80dc7 [Pipeline] echo [2021-02-23T02:42:32.700Z] GIT_COMMIT: 45407d4645e594665b1339c307ea798f96f80dc7, Commit Message: Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD [Pipeline] echo [2021-02-23T02:42:32.748Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:42:33.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:42:33.356Z] [2021-02-23T02:42:33.356Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:42:33.704Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:42:33.704Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T02:42:33.704Z] 31603596830f: Pulling fs layer [2021-02-23T02:42:33.704Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T02:42:33.704Z] 6ca5941a6612: Pulling fs layer [2021-02-23T02:42:33.704Z] ecc8261a40a4: Pulling fs layer [2021-02-23T02:42:33.704Z] ecc8261a40a4: Waiting [2021-02-23T02:42:33.704Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T02:42:33.704Z] 2a8b12db71e7: Download complete [2021-02-23T02:42:33.969Z] 31603596830f: Verifying Checksum [2021-02-23T02:42:33.969Z] 31603596830f: Download complete [2021-02-23T02:42:33.969Z] ecc8261a40a4: Verifying Checksum [2021-02-23T02:42:33.969Z] ecc8261a40a4: Download complete [2021-02-23T02:42:33.969Z] 6ca5941a6612: Verifying Checksum [2021-02-23T02:42:33.969Z] 6ca5941a6612: Download complete [2021-02-23T02:42:34.234Z] 31603596830f: Pull complete [2021-02-23T02:42:34.234Z] 2a8b12db71e7: Pull complete [2021-02-23T02:42:35.183Z] 6ca5941a6612: Pull complete [2021-02-23T02:42:35.183Z] ecc8261a40a4: Pull complete [2021-02-23T02:42:35.183Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T02:42:35.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:42:35.445Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T02:42:35.550Z] prd-centos7-docker-4c-2g-27266 does not seem to be running inside a container [2021-02-23T02:42:35.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T02:42:37.822Z] $ docker top 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T02:42:38.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T02:42:38.106Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T02:42:38.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T02:42:38.318Z] $ docker exec 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent [2021-02-23T02:42:38.478Z] SSH_AUTH_SOCK=/tmp/ssh-kJm0fr9chOrO/agent.12 [2021-02-23T02:42:38.478Z] SSH_AGENT_PID=18 [2021-02-23T02:42:38.487Z] Running ssh-add (command line suppressed) [2021-02-23T02:42:38.606Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4302181555066034914.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4302181555066034914.key) [2021-02-23T02:42:38.656Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T02:42:38.988Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T02:42:39.006Z] $ docker exec --env ******** --env ******** 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent -k [2021-02-23T02:42:39.120Z] unset SSH_AUTH_SOCK; [2021-02-23T02:42:39.121Z] unset SSH_AGENT_PID; [2021-02-23T02:42:39.121Z] echo Agent pid 18 killed; [2021-02-23T02:42:39.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T02:42:39.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T02:42:39.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T02:42:39.477Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T02:42:39.480Z] $ docker exec 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent [2021-02-23T02:42:39.639Z] SSH_AUTH_SOCK=/tmp/ssh-JTdLl1kk30PZ/agent.47 [2021-02-23T02:42:39.639Z] SSH_AGENT_PID=53 [2021-02-23T02:42:39.646Z] Running ssh-add (command line suppressed) [2021-02-23T02:42:39.761Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5778349748212666510.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5778349748212666510.key) [2021-02-23T02:42:39.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T02:42:40.179Z] + git semver init [2021-02-23T02:42:40.179Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T02:42:40.179Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-02-23T02:42:40.179Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-02-23T02:42:40.179Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T02:42:40.179Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T02:42:40.179Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T02:42:40.179Z] # $SEMVER_BRANCH = PR-725 [2021-02-23T02:42:40.179Z] # $SEMVER_TEMP = /tmp/semver-360977014 [2021-02-23T02:42:40.179Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-23T02:42:41.141Z] # '/tmp/semver-360977014' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-02-23T02:42:41.141Z] # -> Force: false [2021-02-23T02:42:41.141Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-02-23T02:42:41.152Z] $ docker exec --env ******** --env ******** 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f ssh-agent -k [2021-02-23T02:42:41.268Z] unset SSH_AUTH_SOCK; [2021-02-23T02:42:41.268Z] unset SSH_AGENT_PID; [2021-02-23T02:42:41.268Z] echo Agent pid 53 killed; [2021-02-23T02:42:41.321Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T02:42:41.800Z] + git semver [Pipeline] } [2021-02-23T02:42:41.816Z] $ docker stop --time=1 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f [2021-02-23T02:42:43.187Z] $ docker rm -f 30b7ab8df36befd2883a9cf712fba3fddbe71d6a5121d4a9e4db08482b74519f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:42:43.661Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T02:42:44.422Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T02:42:44.425Z] [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 [2021-02-23T02:42:59.968Z] Still waiting to schedule task [2021-02-23T02:42:59.968Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T02:42:59.971Z] Still waiting to schedule task [2021-02-23T02:42:59.971Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T02:44:45.622Z] Running on prd-centos7-docker-4c-2g-27267 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-02-23T02:44:45.683Z] Running in /w/workspace/device-sdk-go/14 [Pipeline] { [Pipeline] checkout [2021-02-23T02:44:57.119Z] using credential edgex-jenkins-ssh [2021-02-23T02:44:57.208Z] Cloning the remote Git repository [2021-02-23T02:44:57.391Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:57.558Z] > git init /w/workspace/device-sdk-go/14 # timeout=10 [2021-02-23T02:44:57.735Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:57.736Z] > git --version # timeout=10 [2021-02-23T02:44:57.756Z] > git --version # 'git version 2.24.3' [2021-02-23T02:44:57.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:58.021Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:45:01.030Z] Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-02-23T02:45:00.078Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:45:00.137Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:45:00.235Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:45:00.361Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:00.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:00.370Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T02:45:01.124Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:45:01.173Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-02-23T02:45:02.058Z] Merge succeeded, producing 3b0ee5dd69e258b1e79b661aa3ba7ca2ef424302 [2021-02-23T02:45:02.059Z] Checking out Revision 3b0ee5dd69e258b1e79b661aa3ba7ca2ef424302 (PR-725) [2021-02-23T02:45:01.538Z] > git remote # timeout=10 [2021-02-23T02:45:01.584Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T02:45:01.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:01.719Z] > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-23T02:45:02.005Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T02:45:02.074Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:45:02.140Z] > git checkout -f 3b0ee5dd69e258b1e79b661aa3ba7ca2ef424302 # timeout=10 [2021-02-23T02:45:09.489Z] Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" [2021-02-23T02:45:09.688Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:45:09.499Z] > git rev-list --no-walk 2006152dce5d89e4ee72e3be980cfa6571088e8b # timeout=10 [2021-02-23T02:45:13.144Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:45:14.165Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:45:14.646Z] + sudo service docker restart [2021-02-23T02:45:14.646Z] + true [2021-02-23T02:45:14.646Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:45:17.659Z] provisioning config files... [2021-02-23T02:45:17.690Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/14@tmp/config739496776670182369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:45:18.238Z] ---> docker-login.sh [2021-02-23T02:45:18.238Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:45:19.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:20.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:20.103Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:20.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:20.103Z] [2021-02-23T02:45:20.103Z] Login Succeeded [2021-02-23T02:45:20.103Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:45:20.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:20.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:20.775Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:20.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:20.775Z] [2021-02-23T02:45:20.775Z] Login Succeeded [2021-02-23T02:45:20.775Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:45:21.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:21.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:21.813Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:21.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:21.813Z] [2021-02-23T02:45:21.813Z] Login Succeeded [2021-02-23T02:45:21.813Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:45:22.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:23.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:23.091Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:23.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:23.091Z] [2021-02-23T02:45:23.091Z] Login Succeeded [2021-02-23T02:45:23.091Z] docker.io [2021-02-23T02:45:23.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:24.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:24.731Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:24.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:24.731Z] [2021-02-23T02:45:24.731Z] Login Succeeded [2021-02-23T02:45:24.731Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:45:24.772Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T02:45:26.431Z] ========================================================= [2021-02-23T02:45:26.431Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T02:45:26.431Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:27.028Z] + 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 . [2021-02-23T02:45:27.430Z] Sending build context to Docker daemon 2.412MB [2021-02-23T02:45:27.430Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:45:27.430Z] Step 2/8 : FROM ${BASE} [2021-02-23T02:45:27.744Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T02:45:27.744Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T02:45:27.744Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T02:45:27.744Z] de9db76c5a1d: Pulling fs layer [2021-02-23T02:45:27.744Z] bca2f99d35d6: Pulling fs layer [2021-02-23T02:45:27.744Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T02:45:27.744Z] 7c6f9722023f: Pulling fs layer [2021-02-23T02:45:27.744Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T02:45:27.744Z] bca2f99d35d6: Waiting [2021-02-23T02:45:27.744Z] 93359f2a8cfa: Waiting [2021-02-23T02:45:27.744Z] 7c6f9722023f: Waiting [2021-02-23T02:45:27.744Z] a35cf1a2eb13: Waiting [2021-02-23T02:45:28.294Z] de9db76c5a1d: Verifying Checksum [2021-02-23T02:45:28.294Z] de9db76c5a1d: Download complete [2021-02-23T02:45:28.294Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T02:45:28.294Z] 0ef7d3d256c8: Download complete [2021-02-23T02:45:28.294Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T02:45:28.294Z] 93359f2a8cfa: Download complete [2021-02-23T02:45:28.294Z] 7c6f9722023f: Verifying Checksum [2021-02-23T02:45:28.294Z] 7c6f9722023f: Download complete [2021-02-23T02:45:29.114Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T02:45:29.114Z] 188c0c94c7c5: Download complete [2021-02-23T02:45:30.265Z] 188c0c94c7c5: Pull complete [2021-02-23T02:45:30.737Z] 0ef7d3d256c8: Pull complete [2021-02-23T02:45:30.737Z] de9db76c5a1d: Pull complete [2021-02-23T02:45:34.330Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27271 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-02-23T02:45:34.393Z] Running in /w/workspace/device-sdk-go/14 [Pipeline] { [Pipeline] checkout [2021-02-23T02:45:39.106Z] using credential edgex-jenkins-ssh [2021-02-23T02:45:39.158Z] Cloning the remote Git repository [2021-02-23T02:45:39.209Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:39.310Z] > git init /w/workspace/device-sdk-go/14 # timeout=10 [2021-02-23T02:45:39.409Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:39.410Z] > git --version # timeout=10 [2021-02-23T02:45:39.427Z] > git --version # 'git version 2.17.1' [2021-02-23T02:45:39.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:39.483Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:45:40.574Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:45:40.596Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:45:40.620Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:45:40.651Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:45:40.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:40.664Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T02:45:41.265Z] Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-02-23T02:45:41.623Z] Merge succeeded, producing b51947b5309399cb0803da4a3a3f44b4ee3652df [2021-02-23T02:45:41.624Z] Checking out Revision b51947b5309399cb0803da4a3a3f44b4ee3652df (PR-725) [2021-02-23T02:45:41.283Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:45:41.300Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-02-23T02:45:41.403Z] > git remote # timeout=10 [2021-02-23T02:45:41.420Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T02:45:41.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:45:41.447Z] > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-23T02:45:41.610Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T02:45:41.631Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:45:41.642Z] > git checkout -f b51947b5309399cb0803da4a3a3f44b4ee3652df # timeout=10 [2021-02-23T02:45:42.516Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T02:45:42.516Z] a35cf1a2eb13: Download complete [2021-02-23T02:45:42.807Z] bca2f99d35d6: Verifying Checksum [2021-02-23T02:45:42.807Z] bca2f99d35d6: Download complete [2021-02-23T02:45:45.880Z] Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" [2021-02-23T02:45:45.908Z] First time build. Skipping changelog. [2021-02-23T02:45:45.889Z] > git rev-list --no-walk 2006152dce5d89e4ee72e3be980cfa6571088e8b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:45:47.328Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:45:47.739Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:45:48.078Z] + sudo service docker restart [2021-02-23T02:45:48.078Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:45:50.782Z] provisioning config files... [2021-02-23T02:45:50.824Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/14@tmp/config4842447973419535614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:45:51.253Z] ---> docker-login.sh [2021-02-23T02:45:51.254Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:45:51.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:52.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:52.461Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:52.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:52.461Z] [2021-02-23T02:45:52.461Z] Login Succeeded [2021-02-23T02:45:52.461Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:45:52.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:53.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:53.007Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:53.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:53.007Z] [2021-02-23T02:45:53.007Z] Login Succeeded [2021-02-23T02:45:53.007Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:45:53.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:53.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:53.560Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:53.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:53.560Z] [2021-02-23T02:45:53.560Z] Login Succeeded [2021-02-23T02:45:53.560Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:45:53.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:54.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:54.110Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:54.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:54.110Z] [2021-02-23T02:45:54.110Z] Login Succeeded [2021-02-23T02:45:54.110Z] docker.io [2021-02-23T02:45:54.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:45:54.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:45:54.977Z] Configure a credential helper to remove this warning. See [2021-02-23T02:45:54.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:45:54.977Z] [2021-02-23T02:45:54.977Z] Login Succeeded [2021-02-23T02:45:54.977Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:45:54.995Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T02:45:55.479Z] ========================================================= [2021-02-23T02:45:55.479Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T02:45:55.479Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:55.850Z] + 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 . [2021-02-23T02:45:56.447Z] Sending build context to Docker daemon 2.402MB [2021-02-23T02:45:56.447Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:45:56.447Z] Step 2/8 : FROM ${BASE} [2021-02-23T02:45:56.447Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T02:45:56.447Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T02:45:56.447Z] a4357932f1b6: Pulling fs layer [2021-02-23T02:45:56.447Z] 18c013af1878: Pulling fs layer [2021-02-23T02:45:56.447Z] 00ac8860ef70: Pulling fs layer [2021-02-23T02:45:56.447Z] 63d7cb157983: Pulling fs layer [2021-02-23T02:45:56.447Z] b116817d02f9: Pulling fs layer [2021-02-23T02:45:56.447Z] 745a02a5169b: Pulling fs layer [2021-02-23T02:45:56.447Z] 63d7cb157983: Waiting [2021-02-23T02:45:56.447Z] b116817d02f9: Waiting [2021-02-23T02:45:56.447Z] 00ac8860ef70: Waiting [2021-02-23T02:45:56.447Z] 745a02a5169b: Waiting [2021-02-23T02:45:56.447Z] 18c013af1878: Verifying Checksum [2021-02-23T02:45:56.447Z] 18c013af1878: Download complete [2021-02-23T02:45:56.447Z] a4357932f1b6: Verifying Checksum [2021-02-23T02:45:56.447Z] a4357932f1b6: Download complete [2021-02-23T02:45:56.718Z] 63d7cb157983: Verifying Checksum [2021-02-23T02:45:56.718Z] 63d7cb157983: Download complete [2021-02-23T02:45:56.993Z] b116817d02f9: Verifying Checksum [2021-02-23T02:45:56.993Z] b116817d02f9: Download complete [2021-02-23T02:45:56.993Z] 5f621e34cdf4: Download complete [2021-02-23T02:45:57.600Z] 5f621e34cdf4: Pull complete [2021-02-23T02:45:58.200Z] a4357932f1b6: Pull complete [2021-02-23T02:45:58.801Z] 18c013af1878: Pull complete [2021-02-23T02:45:59.401Z] 745a02a5169b: Verifying Checksum [2021-02-23T02:45:59.401Z] 745a02a5169b: Download complete [2021-02-23T02:46:00.849Z] 00ac8860ef70: Verifying Checksum [2021-02-23T02:46:00.849Z] 00ac8860ef70: Download complete [2021-02-23T02:46:05.944Z] bca2f99d35d6: Pull complete [2021-02-23T02:46:05.944Z] 93359f2a8cfa: Pull complete [2021-02-23T02:46:05.944Z] 7c6f9722023f: Pull complete [2021-02-23T02:46:11.013Z] 00ac8860ef70: Pull complete [2021-02-23T02:46:11.292Z] 63d7cb157983: Pull complete [2021-02-23T02:46:11.566Z] b116817d02f9: Pull complete [2021-02-23T02:46:13.822Z] a35cf1a2eb13: Pull complete [2021-02-23T02:46:13.822Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T02:46:13.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T02:46:13.823Z] ---> a62c8e92a672 [2021-02-23T02:46:13.823Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:46:13.823Z] ---> Running in ab716ce23119 [2021-02-23T02:46:13.823Z] Removing intermediate container ab716ce23119 [2021-02-23T02:46:13.823Z] ---> 9804c7818cfa [2021-02-23T02:46:13.823Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:46:14.109Z] ---> Running in 3f7e23114fdd [2021-02-23T02:46:15.888Z] 745a02a5169b: Pull complete [2021-02-23T02:46:15.888Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T02:46:15.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T02:46:15.888Z] ---> b7e6874047d6 [2021-02-23T02:46:15.888Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:46:17.039Z] Removing intermediate container 3f7e23114fdd [2021-02-23T02:46:17.039Z] ---> 3825cc186650 [2021-02-23T02:46:17.039Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-23T02:46:17.577Z] ---> Running in f16f6748c29a [2021-02-23T02:46:18.524Z] ---> Running in 34a11ea294b8 [2021-02-23T02:46:18.797Z] Removing intermediate container 34a11ea294b8 [2021-02-23T02:46:18.797Z] ---> c46224e87a1a [2021-02-23T02:46:18.797Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:46:19.070Z] ---> Running in 8c47eaf008ee [2021-02-23T02:46:19.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T02:46:20.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T02:46:21.269Z] Removing intermediate container 8c47eaf008ee [2021-02-23T02:46:21.269Z] ---> c49ac10320ff [2021-02-23T02:46:21.269Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-23T02:46:21.543Z] ---> Running in 8a1bfd9f47d8 [2021-02-23T02:46:22.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T02:46:23.308Z] OK: 166 MiB in 39 packages [2021-02-23T02:46:23.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T02:46:24.044Z] Removing intermediate container f16f6748c29a [2021-02-23T02:46:24.044Z] ---> d74057e73b38 [2021-02-23T02:46:24.044Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-23T02:46:24.416Z] ---> Running in 5784206e60e1 [2021-02-23T02:46:24.416Z] Removing intermediate container 5784206e60e1 [2021-02-23T02:46:24.416Z] ---> af4c5e97f2c8 [2021-02-23T02:46:24.416Z] Step 7/8 : COPY . . [2021-02-23T02:46:24.938Z] OK: 142 MiB in 39 packages [2021-02-23T02:46:26.385Z] Removing intermediate container 8a1bfd9f47d8 [2021-02-23T02:46:26.385Z] ---> e6803504aa0a [2021-02-23T02:46:26.385Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-23T02:46:26.385Z] ---> Running in b63b9aaa1627 [2021-02-23T02:46:26.980Z] Removing intermediate container b63b9aaa1627 [2021-02-23T02:46:26.980Z] ---> 515a4e432a5c [2021-02-23T02:46:26.980Z] Step 7/8 : COPY . . [2021-02-23T02:46:28.080Z] ---> 7e995ed1fa57 [2021-02-23T02:46:28.080Z] Step 8/8 : RUN go mod download [2021-02-23T02:46:28.080Z] ---> Running in c1249d29f40e [2021-02-23T02:46:28.418Z] ---> 6abe3c21325a [2021-02-23T02:46:28.418Z] Step 8/8 : RUN go mod download [2021-02-23T02:46:28.418Z] ---> Running in bc19a538f62f [2021-02-23T02:46:55.376Z] Removing intermediate container bc19a538f62f [2021-02-23T02:46:55.376Z] ---> 23be5f99df13 [2021-02-23T02:46:55.376Z] Successfully built 23be5f99df13 [2021-02-23T02:46:55.376Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:46:55.712Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T02:46:55.712Z] . [Pipeline] withDockerContainer [2021-02-23T02:46:55.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-27271 does not seem to be running inside a container [2021-02-23T02:46:56.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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 [2021-02-23T02:46:57.428Z] $ docker top 9ad5cddfab2e2d26a687217fc25449c7541ffddb7a83027a44de454a3b4ca2f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:46:58.471Z] + go version [2021-02-23T02:46:58.471Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T02:46:58.494Z] $ docker stop --time=1 9ad5cddfab2e2d26a687217fc25449c7541ffddb7a83027a44de454a3b4ca2f7 [2021-02-23T02:47:00.398Z] $ docker rm -f 9ad5cddfab2e2d26a687217fc25449c7541ffddb7a83027a44de454a3b4ca2f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:47:01.417Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T02:47:01.417Z] . [Pipeline] withDockerContainer [2021-02-23T02:47:01.686Z] prd-ubuntu18.04-docker-arm64-4c-16g-27271 does not seem to be running inside a container [2021-02-23T02:47:01.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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 [2021-02-23T02:47:03.326Z] $ docker top d755f2a5ef3ca285fbd95da1bf4261977f03d0acd4dee69bd6bdac6bf1cf0aa3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:47:04.419Z] + make test [2021-02-23T02:47:04.419Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-23T02:47:18.850Z] Removing intermediate container c1249d29f40e [2021-02-23T02:47:18.850Z] ---> 4fb76806a525 [2021-02-23T02:47:18.850Z] Successfully built 4fb76806a525 [2021-02-23T02:47:18.850Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:47:19.331Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T02:47:20.862Z] . [Pipeline] withDockerContainer [2021-02-23T02:47:21.631Z] prd-centos7-docker-4c-2g-27267 does not seem to be running inside a container [2021-02-23T02:47:22.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T02:47:26.602Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-23T02:47:26.868Z] $ docker top d9f22c53c2dc6a4bf3cb47d9f0af13fd6601faf332ecc1e015596e61c5f36d3d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:47:28.944Z] + go version [2021-02-23T02:47:28.944Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T02:47:28.979Z] $ docker stop --time=1 d9f22c53c2dc6a4bf3cb47d9f0af13fd6601faf332ecc1e015596e61c5f36d3d [2021-02-23T02:47:31.693Z] $ docker rm -f d9f22c53c2dc6a4bf3cb47d9f0af13fd6601faf332ecc1e015596e61c5f36d3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:47:33.388Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T02:47:33.388Z] . [Pipeline] withDockerContainer [2021-02-23T02:47:34.072Z] prd-centos7-docker-4c-2g-27267 does not seem to be running inside a container [2021-02-23T02:47:34.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T02:47:36.919Z] $ docker top efb8050a4fdaefec24e31b22d9fefb245e3a6f0c4facc179459f61836ef62c67 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:47:38.576Z] + make test [2021-02-23T02:47:38.576Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-23T02:48:07.568Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-23T02:48:13.611Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-23T02:48:13.611Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-23T02:48:13.611Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-23T02:48:13.611Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.167s coverage: 25.5% of statements [2021-02-23T02:48:46.013Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.198s coverage: 10.1% of statements [2021-02-23T02:48:46.013Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.116s coverage: 12.5% of statements [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-23T02:48:46.014Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.154s coverage: 84.8% of statements [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T02:48:46.014Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.184s coverage: 49.2% of statements [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-23T02:48:46.014Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.182s coverage: 81.3% of statements [2021-02-23T02:48:46.014Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.162s coverage: 24.8% of statements [2021-02-23T02:48:46.014Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.094s coverage: 83.5% of statements [2021-02-23T02:48:46.014Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.144s coverage: 5.3% of statements [2021-02-23T02:48:46.014Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-23T02:48:46.014Z] GO111MODULE=on go vet ./... [2021-02-23T02:48:48.217Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-23T02:48:48.218Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-23T02:48:48.218Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-23T02:48:49.251Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.074s coverage: 25.5% of statements [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.190s coverage: 10.1% of statements [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.375s coverage: 12.5% of statements [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.121s coverage: 84.8% of statements [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.113s coverage: 49.2% of statements [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.114s coverage: 81.3% of statements [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.120s coverage: 24.8% of statements [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.668s coverage: 83.5% of statements [2021-02-23T02:49:17.141Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.295s coverage: 5.3% of statements [2021-02-23T02:49:17.141Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-23T02:49:17.141Z] GO111MODULE=on go vet ./... [2021-02-23T02:49:18.425Z] gofmt -l . [2021-02-23T02:49:18.425Z] [ "`gofmt -l .`" = "" ] [2021-02-23T02:49:18.425Z] ./bin/test-attribution-txt.sh [2021-02-23T02:49:18.425Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T02:49:18.446Z] $ docker stop --time=1 d755f2a5ef3ca285fbd95da1bf4261977f03d0acd4dee69bd6bdac6bf1cf0aa3 [2021-02-23T02:49:20.637Z] $ docker rm -f d755f2a5ef3ca285fbd95da1bf4261977f03d0acd4dee69bd6bdac6bf1cf0aa3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:49:21.745Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T02:49:22.880Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:49:25.656Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T02:49:26.006Z] + ls -al . [2021-02-23T02:49:26.006Z] total 220 [2021-02-23T02:49:26.006Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 02:49 . [2021-02-23T02:49:26.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 .. [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 23 02:45 .dockerignore [2021-02-23T02:49:26.006Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 02:45 .git [2021-02-23T02:49:26.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:45 .github [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 23 02:45 .gitignore [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 23 02:45 Dockerfile.build [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 894 Feb 23 02:45 Jenkinsfile [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 23 02:45 LICENSE [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 23 02:45 Makefile [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 23 02:45 README.md [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 23 02:45 RELEASE-NOTES.txt [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 02:42 VERSION [2021-02-23T02:49:26.006Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:45 bin [2021-02-23T02:49:26.006Z] -rw-r--r-- 1 jenkins jenkins 101757 Feb 23 02:48 coverage.out [2021-02-23T02:49:26.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 example [2021-02-23T02:49:26.006Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 23 02:49 go.mod [2021-02-23T02:49:26.006Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 23 02:49 go.sum [2021-02-23T02:49:26.006Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 23 02:45 internal [2021-02-23T02:49:26.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 openapi [2021-02-23T02:49:26.006Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 02:45 pkg [2021-02-23T02:49:26.006Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:45 snap [2021-02-23T02:49:26.006Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:49:26.351Z] + docker build -t 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=45407d4645e594665b1339c307ea798f96f80dc7 --label arch=arm64 --label version=0.0.0 . [2021-02-23T02:49:26.626Z] Sending build context to Docker daemon 2.504MB [2021-02-23T02:49:26.907Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:49:26.907Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T02:49:26.907Z] ---> 23be5f99df13 [2021-02-23T02:49:26.907Z] Step 3/24 : ARG MAKE='make build' [2021-02-23T02:49:26.907Z] ---> Running in 5b628bf28c13 [2021-02-23T02:49:27.503Z] Removing intermediate container 5b628bf28c13 [2021-02-23T02:49:27.503Z] ---> bf674d23e8e7 [2021-02-23T02:49:27.503Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-23T02:49:27.503Z] ---> Running in acbb0d5c71cc [2021-02-23T02:49:28.101Z] Removing intermediate container acbb0d5c71cc [2021-02-23T02:49:28.101Z] ---> c07f34ce3987 [2021-02-23T02:49:28.101Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:49:28.101Z] ---> Running in 0c195e2b9b51 [2021-02-23T02:49:28.704Z] Removing intermediate container 0c195e2b9b51 [2021-02-23T02:49:28.704Z] ---> 2f1bf10ec730 [2021-02-23T02:49:28.704Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:49:28.704Z] ---> Running in 7fc787b6d2d7 [2021-02-23T02:49:30.682Z] Removing intermediate container 7fc787b6d2d7 [2021-02-23T02:49:30.682Z] ---> b116b8e8596a [2021-02-23T02:49:30.682Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-23T02:49:30.955Z] ---> Running in f65ce966bf75 [2021-02-23T02:49:31.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T02:49:34.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T02:49:36.515Z] OK: 142 MiB in 39 packages [2021-02-23T02:49:37.490Z] Removing intermediate container f65ce966bf75 [2021-02-23T02:49:37.490Z] ---> b70c1b931e90 [2021-02-23T02:49:37.490Z] Step 8/24 : COPY . . [2021-02-23T02:49:38.468Z] ---> 9da529a3a6db [2021-02-23T02:49:38.468Z] Step 9/24 : RUN ${MAKE} [2021-02-23T02:49:38.740Z] ---> Running in 43db8ed1b56c [2021-02-23T02:49:40.179Z] 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 [2021-02-23T02:49:51.622Z] gofmt -l . [2021-02-23T02:49:51.622Z] [ "`gofmt -l .`" = "" ] [2021-02-23T02:49:51.622Z] ./bin/test-attribution-txt.sh [2021-02-23T02:49:53.808Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T02:49:56.153Z] $ docker stop --time=1 efb8050a4fdaefec24e31b22d9fefb245e3a6f0c4facc179459f61836ef62c67 [2021-02-23T02:49:58.368Z] $ docker rm -f efb8050a4fdaefec24e31b22d9fefb245e3a6f0c4facc179459f61836ef62c67 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:49:59.659Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T02:49:59.739Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T02:50:01.424Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T02:50:02.220Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T02:50:03.338Z] + ls -al . [2021-02-23T02:50:03.338Z] total 184 [2021-02-23T02:50:03.338Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 02:49 . [2021-02-23T02:50:03.338Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 02:44 .. [2021-02-23T02:50:03.338Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 02:45 bin [2021-02-23T02:50:03.338Z] -rw-r--r--. 1 jenkins jenkins 101756 Feb 23 02:49 coverage.out [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 23 02:45 Dockerfile.build [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 23 02:45 .dockerignore [2021-02-23T02:50:03.338Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 23 02:45 example [2021-02-23T02:50:03.338Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 02:45 .git [2021-02-23T02:50:03.338Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 02:45 .github [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 23 02:45 .gitignore [2021-02-23T02:50:03.338Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 23 02:49 go.mod [2021-02-23T02:50:03.338Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 23 02:49 go.sum [2021-02-23T02:50:03.338Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 23 02:45 internal [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 894 Feb 23 02:45 Jenkinsfile [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 23 02:45 LICENSE [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 23 02:45 Makefile [2021-02-23T02:50:03.338Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 23 02:45 openapi [2021-02-23T02:50:03.338Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 23 02:45 pkg [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 23 02:45 README.md [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 23 02:45 RELEASE-NOTES.txt [2021-02-23T02:50:03.338Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 23 02:45 snap [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 02:42 VERSION [2021-02-23T02:50:03.338Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:50:03.804Z] + docker build -t 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=45407d4645e594665b1339c307ea798f96f80dc7 --label arch=amd64 --label version=0.0.0 . [2021-02-23T02:50:04.484Z] Sending build context to Docker daemon 2.514MB [2021-02-23T02:50:04.484Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:50:04.484Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T02:50:04.484Z] ---> 4fb76806a525 [2021-02-23T02:50:04.485Z] Step 3/24 : ARG MAKE='make build' [2021-02-23T02:50:05.089Z] ---> Running in 15f99dc8fadb [2021-02-23T02:50:05.376Z] Removing intermediate container 15f99dc8fadb [2021-02-23T02:50:05.376Z] ---> 32f041159da2 [2021-02-23T02:50:05.376Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-23T02:50:05.376Z] ---> Running in 866d0669d271 [2021-02-23T02:50:05.646Z] Removing intermediate container 866d0669d271 [2021-02-23T02:50:05.646Z] ---> f3d8e58b08f2 [2021-02-23T02:50:05.646Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:50:05.950Z] ---> Running in 87d687c8f2df [2021-02-23T02:50:06.580Z] Removing intermediate container 87d687c8f2df [2021-02-23T02:50:06.580Z] ---> fd74fe7faeff [2021-02-23T02:50:06.580Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:50:06.580Z] ---> Running in fc98b85aa8f1 [2021-02-23T02:50:10.673Z] Removing intermediate container fc98b85aa8f1 [2021-02-23T02:50:10.673Z] ---> cd8f23073516 [2021-02-23T02:50:10.673Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-23T02:50:10.673Z] ---> Running in 0404c224305c [2021-02-23T02:50:11.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T02:50:12.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T02:50:12.574Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-23T02:50:12.574Z] Removing intermediate container 43db8ed1b56c [2021-02-23T02:50:12.574Z] ---> c451113cfc76 [2021-02-23T02:50:12.574Z] Step 10/24 : FROM scratch [2021-02-23T02:50:12.574Z] ---> [2021-02-23T02:50:12.574Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:50:12.574Z] ---> Running in b2f7fbe67014 [2021-02-23T02:50:12.574Z] Removing intermediate container b2f7fbe67014 [2021-02-23T02:50:12.574Z] ---> 202b1ef69da6 [2021-02-23T02:50:12.574Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-23T02:50:12.575Z] ---> Running in 3cded9136ef5 [2021-02-23T02:50:12.575Z] Removing intermediate container 3cded9136ef5 [2021-02-23T02:50:12.575Z] ---> e493012a82e6 [2021-02-23T02:50:12.575Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-23T02:50:12.575Z] ---> Running in 6aaf6cf6d576 [2021-02-23T02:50:12.848Z] Removing intermediate container 6aaf6cf6d576 [2021-02-23T02:50:12.849Z] ---> ea0bd6b34a00 [2021-02-23T02:50:12.849Z] Step 14/24 : WORKDIR / [2021-02-23T02:50:12.849Z] ---> Running in 7754177d6a8b [2021-02-23T02:50:13.443Z] Removing intermediate container 7754177d6a8b [2021-02-23T02:50:13.443Z] ---> ab061ef8f8d3 [2021-02-23T02:50:13.443Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-23T02:50:14.407Z] OK: 166 MiB in 39 packages [2021-02-23T02:50:14.423Z] ---> c6ac0652760b [2021-02-23T02:50:14.423Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-23T02:50:15.022Z] ---> 9e2ed8c94e7d [2021-02-23T02:50:15.022Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-23T02:50:15.498Z] Removing intermediate container 0404c224305c [2021-02-23T02:50:15.498Z] ---> 0a640ff50e36 [2021-02-23T02:50:15.498Z] Step 8/24 : COPY . . [2021-02-23T02:50:15.997Z] ---> caa8660ff4b6 [2021-02-23T02:50:15.997Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-23T02:50:16.592Z] ---> 9495abd3f6cc [2021-02-23T02:50:16.592Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-23T02:50:17.172Z] ---> 965a607b516e [2021-02-23T02:50:17.172Z] Step 9/24 : RUN ${MAKE} [2021-02-23T02:50:17.172Z] ---> Running in ea0f5dcac348 [2021-02-23T02:50:17.190Z] ---> 00bd11a294ed [2021-02-23T02:50:17.190Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-23T02:50:17.462Z] ---> Running in 2b21d38b0801 [2021-02-23T02:50:17.734Z] Removing intermediate container 2b21d38b0801 [2021-02-23T02:50:17.734Z] ---> 62e7be2b9a06 [2021-02-23T02:50:17.734Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T02:50:18.008Z] ---> Running in ae9c7cf31845 [2021-02-23T02:50:18.602Z] Removing intermediate container ae9c7cf31845 [2021-02-23T02:50:18.602Z] ---> 45870f2b4982 [2021-02-23T02:50:18.602Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T02:50:18.602Z] ---> Running in 2711d4ed8f9f [2021-02-23T02:50:18.874Z] Removing intermediate container 2711d4ed8f9f [2021-02-23T02:50:18.874Z] ---> 5b048bbc57b2 [2021-02-23T02:50:18.874Z] Step 23/24 : LABEL git_sha=45407d4645e594665b1339c307ea798f96f80dc7 [2021-02-23T02:50:19.147Z] ---> Running in 21b2f1ff10df [2021-02-23T02:50:19.742Z] Removing intermediate container 21b2f1ff10df [2021-02-23T02:50:19.742Z] ---> fb5aa8e61a01 [2021-02-23T02:50:19.742Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T02:50:19.742Z] ---> Running in 19b9d794137c [2021-02-23T02:50:20.013Z] Removing intermediate container 19b9d794137c [2021-02-23T02:50:20.013Z] ---> 90396edac290 [2021-02-23T02:50:20.013Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T02:50:20.283Z] Successfully built 90396edac290 [2021-02-23T02:50:20.283Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-23T02:50:20.610Z] 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 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] } [2021-02-23T02:50:54.487Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-23T02:50:58.873Z] Removing intermediate container ea0f5dcac348 [2021-02-23T02:50:58.873Z] ---> b8dd050b1ff3 [2021-02-23T02:50:58.873Z] Step 10/24 : FROM scratch [2021-02-23T02:50:58.873Z] ---> [2021-02-23T02:50:58.873Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:50:58.873Z] ---> Running in 7644a380d261 [2021-02-23T02:50:58.873Z] Removing intermediate container 7644a380d261 [2021-02-23T02:50:58.873Z] ---> d4c0b1ff9913 [2021-02-23T02:50:58.873Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-23T02:50:59.190Z] ---> Running in 6d5d1c783656 [2021-02-23T02:50:59.190Z] Removing intermediate container 6d5d1c783656 [2021-02-23T02:50:59.190Z] ---> e5f03cd20ad5 [2021-02-23T02:50:59.190Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-23T02:50:59.584Z] ---> Running in 84e1d7ffe759 [2021-02-23T02:50:59.878Z] Removing intermediate container 84e1d7ffe759 [2021-02-23T02:50:59.878Z] ---> 6525816d3312 [2021-02-23T02:50:59.878Z] Step 14/24 : WORKDIR / [2021-02-23T02:50:59.878Z] ---> Running in e00591e2e564 [2021-02-23T02:51:00.162Z] Removing intermediate container e00591e2e564 [2021-02-23T02:51:00.162Z] ---> b39a38bc58dc [2021-02-23T02:51:00.162Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-23T02:51:01.894Z] ---> 56b43647962c [2021-02-23T02:51:01.894Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-23T02:51:03.147Z] ---> de6cefac575b [2021-02-23T02:51:03.147Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-23T02:51:03.448Z] ---> 95be0bb0ea34 [2021-02-23T02:51:03.448Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-23T02:51:04.044Z] ---> 2e130cb9659f [2021-02-23T02:51:04.044Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-23T02:51:04.439Z] ---> a002a12ea4e8 [2021-02-23T02:51:04.439Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-23T02:51:04.814Z] ---> Running in 36c0de0c2cbd [2021-02-23T02:51:05.727Z] Removing intermediate container 36c0de0c2cbd [2021-02-23T02:51:05.727Z] ---> de7095ebe4a6 [2021-02-23T02:51:05.727Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T02:51:05.727Z] ---> Running in 473a004b1f3c [2021-02-23T02:51:06.580Z] Removing intermediate container 473a004b1f3c [2021-02-23T02:51:06.580Z] ---> de924e6cd319 [2021-02-23T02:51:06.580Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T02:51:06.580Z] ---> Running in 3a80cce10e41 [2021-02-23T02:51:06.941Z] Removing intermediate container 3a80cce10e41 [2021-02-23T02:51:06.941Z] ---> 3ec0ef50e14e [2021-02-23T02:51:06.941Z] Step 23/24 : LABEL git_sha=45407d4645e594665b1339c307ea798f96f80dc7 [2021-02-23T02:51:07.401Z] ---> Running in f279df6bc920 [2021-02-23T02:51:07.401Z] Removing intermediate container f279df6bc920 [2021-02-23T02:51:07.401Z] ---> d3f56d9c2ada [2021-02-23T02:51:07.401Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T02:51:07.401Z] ---> Running in c2b1de8f3d48 [2021-02-23T02:51:07.800Z] Removing intermediate container c2b1de8f3d48 [2021-02-23T02:51:07.800Z] ---> 93e9d81eb739 [2021-02-23T02:51:07.800Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T02:51:07.800Z] Successfully built 93e9d81eb739 [2021-02-23T02:51:07.800Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-23T02:51:09.373Z] provisioning config files... [2021-02-23T02:51:09.383Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config1869504931830876844tmp [Pipeline] { [Pipeline] sh [2021-02-23T02:51:09.775Z] + set +x [2021-02-23T02:51:09.775Z] + curl -s https://codecov.io/bash [2021-02-23T02:51:09.775Z] + bash -s -- [2021-02-23T02:51:10.045Z] [2021-02-23T02:51:10.045Z] _____ _ [2021-02-23T02:51:10.045Z] / ____| | | [2021-02-23T02:51:10.045Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T02:51:10.045Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T02:51:10.045Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T02:51:10.045Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T02:51:10.045Z] Bash-20210129-7c25fce [2021-02-23T02:51:10.045Z] [2021-02-23T02:51:10.045Z] [2021-02-23T02:51:10.045Z] ==> git version 2.24.3 found [2021-02-23T02:51:10.045Z] ==> 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 [2021-02-23T02:51:10.045Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T02:51:10.045Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T02:51:10.045Z] ==> Jenkins CI detected. [2021-02-23T02:51:10.045Z] project root: . [2021-02-23T02:51:10.045Z] --> token set from env [2021-02-23T02:51:10.045Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T02:51:10.045Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T02:51:10.046Z] ==> Python coveragepy not found [2021-02-23T02:51:10.046Z] ==> Searching for coverage reports in: [2021-02-23T02:51:10.046Z] + . [2021-02-23T02:51:10.046Z] -> Found 1 reports [2021-02-23T02:51:10.046Z] ==> Detecting git/mercurial file structure [2021-02-23T02:51:10.046Z] ==> Reading reports [2021-02-23T02:51:10.046Z] + ./coverage.out bytes=101756 [2021-02-23T02:51:10.046Z] ==> Appending adjustments [2021-02-23T02:51:10.046Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T02:51:10.309Z] + Found adjustments [2021-02-23T02:51:10.309Z] ==> Gzipping contents [2021-02-23T02:51:10.309Z] 20K /tmp/codecov.b5BABt.gz [2021-02-23T02:51:10.309Z] ==> Uploading reports [2021-02-23T02:51:10.309Z] url: https://codecov.io [2021-02-23T02:51:10.309Z] query: branch=PR-725&commit=45407d4645e594665b1339c307ea798f96f80dc7&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-02-23T02:51:10.587Z] -> Pinging Codecov [2021-02-23T02:51:10.587Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-725&commit=45407d4645e594665b1339c307ea798f96f80dc7&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-02-23T02:51:10.852Z] -> Uploading to [2021-02-23T02:51:10.852Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/7E55EF52A471D76F132DFD9A03CDDE97/45407d4645e594665b1339c307ea798f96f80dc7/53868c6a-fe1e-484f-8b36-2cf91d1eab3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T025110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c30d6ce527b6fdb60a6efbc00d977bdafdecaea5f764fff45669576df7f2fa18 [2021-02-23T02:51:10.852Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T02:51:10.852Z] Dload Upload Total Spent Left Speed [2021-02-23T02:51:11.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16493 0 0 100 16493 0 34546 --:--:-- --:--:-- --:--:-- 34576 [2021-02-23T02:51:11.425Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/45407d4645e594665b1339c307ea798f96f80dc7 [Pipeline] } [2021-02-23T02:51:11.434Z] 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 [2021-02-23T02:51:13.802Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:51:14.112Z] ---> package-listing.sh [2021-02-23T02:51:14.112Z] ++ facter osfamily [2021-02-23T02:51:14.112Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T02:51:14.112Z] + OS_FAMILY=redhat [2021-02-23T02:51:14.112Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-02-23T02:51:14.112Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T02:51:14.112Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T02:51:14.112Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T02:51:14.112Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T02:51:14.112Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-02-23T02:51:14.112Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T02:51:14.112Z] + case "${OS_FAMILY}" in [2021-02-23T02:51:14.112Z] + rpm -qa [2021-02-23T02:51:14.112Z] + sort [2021-02-23T02:51:19.429Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T02:51:19.429Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T02:51:19.429Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T02:51:19.429Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-02-23T02:51:19.429Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-02-23T02:51:19.429Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo [2021-02-23T02:51:19.443Z] 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-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T02:51:19.737Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:51:20.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:51:20.045Z] [2021-02-23T02:51:20.045Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:51:20.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:51:20.404Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T02:51:20.404Z] df20fa9351a1: Pulling fs layer [2021-02-23T02:51:20.404Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T02:51:20.404Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T02:51:20.404Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T02:51:20.404Z] 93b61091891f: Pulling fs layer [2021-02-23T02:51:20.404Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T02:51:20.404Z] 5e14af77c1be: Pulling fs layer [2021-02-23T02:51:20.404Z] 01666e4c0597: Pulling fs layer [2021-02-23T02:51:20.404Z] aa168da1d23b: Pulling fs layer [2021-02-23T02:51:20.404Z] 46f8f816bc3b: Waiting [2021-02-23T02:51:20.404Z] 93b61091891f: Waiting [2021-02-23T02:51:20.404Z] 93b9cdb0e59b: Waiting [2021-02-23T02:51:20.404Z] 5e14af77c1be: Waiting [2021-02-23T02:51:20.404Z] 01666e4c0597: Waiting [2021-02-23T02:51:20.404Z] aa168da1d23b: Waiting [2021-02-23T02:51:20.404Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T02:51:20.404Z] 36b3adc4ff6f: Download complete [2021-02-23T02:51:20.404Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T02:51:20.404Z] 46f8f816bc3b: Download complete [2021-02-23T02:51:20.404Z] df20fa9351a1: Verifying Checksum [2021-02-23T02:51:20.404Z] df20fa9351a1: Download complete [2021-02-23T02:51:20.672Z] 93b9cdb0e59b: Download complete [2021-02-23T02:51:20.672Z] 5e14af77c1be: Verifying Checksum [2021-02-23T02:51:20.672Z] 5e14af77c1be: Download complete [2021-02-23T02:51:20.672Z] 93b61091891f: Download complete [2021-02-23T02:51:20.672Z] 01666e4c0597: Verifying Checksum [2021-02-23T02:51:20.672Z] 01666e4c0597: Download complete [2021-02-23T02:51:20.933Z] df20fa9351a1: Pull complete [2021-02-23T02:51:20.933Z] 36b3adc4ff6f: Pull complete [2021-02-23T02:51:21.522Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T02:51:21.522Z] 8ad3a11d3b57: Download complete [2021-02-23T02:51:22.115Z] 8ad3a11d3b57: Pull complete [2021-02-23T02:51:22.385Z] 46f8f816bc3b: Pull complete [2021-02-23T02:51:22.972Z] aa168da1d23b: Verifying Checksum [2021-02-23T02:51:22.972Z] aa168da1d23b: Download complete [2021-02-23T02:51:23.546Z] 93b61091891f: Pull complete [2021-02-23T02:51:24.120Z] 93b9cdb0e59b: Pull complete [2021-02-23T02:51:24.120Z] 5e14af77c1be: Pull complete [2021-02-23T02:51:24.120Z] 01666e4c0597: Pull complete [2021-02-23T02:51:30.728Z] aa168da1d23b: Pull complete [2021-02-23T02:51:30.728Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T02:51:30.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:51:30.728Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T02:51:30.909Z] prd-centos7-docker-4c-2g-27266 does not seem to be running inside a container [2021-02-23T02:51:30.955Z] $ 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-725/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-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T02:51:35.053Z] $ docker top 368c5abc8cf76a7571589ef3393731fc65f6c669fb6ebdf0d85dfb465b189d06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:51:35.564Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T02:51:35.864Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T02:51:36.164Z] + ls /var/log/sa-host [2021-02-23T02:51:36.164Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T02:51:36.164Z] file_magic: OK [2021-02-23T02:51:36.164Z] HZ: Using current value: 100 [2021-02-23T02:51:36.164Z] file_header: OK [2021-02-23T02:51:36.165Z] 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 [2021-02-23T02:51:36.165Z] Statistics: [2021-02-23T02:51:36.165Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T02:51:36.165Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T02:51:36.366Z] provisioning config files... [2021-02-23T02:51:36.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config856464668711887795tmp [Pipeline] { [Pipeline] echo [2021-02-23T02:51:36.457Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:51:36.753Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T02:51:36.763Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T02:51:36.967Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:51:37.265Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T02:51:37.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:51:37.574Z] ---> sudo-logs.sh [2021-02-23T02:51:37.574Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T02:51:37.631Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:51:37.928Z] ---> job-cost.sh [2021-02-23T02:51:37.928Z] lf-activate-venv: SKIPPING [2021-02-23T02:51:37.928Z] INFO: No Stack... [2021-02-23T02:51:38.873Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T02:51:39.448Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T02:51:39.462Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:51:39.758Z] ---> logs-deploy.sh [2021-02-23T02:51:39.758Z] lf-activate-venv: SKIPPING [2021-02-23T02:51:39.758Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/14 [2021-02-23T02:51:39.758Z] INFO: archiving workspace using pattern(s): [2021-02-23T02:51:41.676Z] Archives upload complete. [2021-02-23T02:51:41.676Z] INFO: archiving logs to Nexus