Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 826dc4388710d346dfdba9485e6d47cfaa06628a+24bd13d414fb94824a4c7d4031bbe24e258abd9f (0da6444017f2c8ca61934152f53b0cb06efb11d0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26886 in /w/workspace/dgexfoundry_device-sdk-go_PR-784 [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-784 # 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/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 826dc4388710d346dfdba9485e6d47cfaa06628a Merge succeeded, producing 12393217a74ef032b594879f10007a2519e4cc92 Checking out Revision 12393217a74ef032b594879f10007a2519e4cc92 (PR-784) > git config core.sparsecheckout # timeout=10 > git checkout -f 826dc4388710d346dfdba9485e6d47cfaa06628a # 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 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12393217a74ef032b594879f10007a2519e4cc92 # timeout=10 Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" > git rev-list --no-walk 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T02:43:11.608Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T02:43:11.871Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T02:43:11.965Z] ========================================================= [2021-02-19T02:43:11.965Z] EdgeX Global Pipelines Version Info [2021-02-19T02:43:11.965Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:43:13.419Z] ------------------- [2021-02-19T02:43:13.419Z] stable info: [2021-02-19T02:43:13.419Z] ------------------- [2021-02-19T02:43:13.419Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T02:43:13.419Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T02:43:13.419Z] Message: update stable to v1.0.179 [2021-02-19T02:43:13.992Z] ------------------- [2021-02-19T02:43:13.992Z] experimental info: [2021-02-19T02:43:13.992Z] ------------------- [2021-02-19T02:43:13.992Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T02:43:13.992Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T02:43:13.992Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T02:43:14.277Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-19T02:43:14.362Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-19T02:43:14.486Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T02:43:14.590Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T02:43:14.678Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T02:43:14.765Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T02:43:14.852Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T02:43:14.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T02:43:15.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-19T02:43:15.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T02:43:15.250Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T02:43:15.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-19T02:43:15.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T02:43:15.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T02:43:15.593Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T02:43:15.704Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T02:43:15.801Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T02:43:15.904Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T02:43:15.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T02:43:16.114Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-19T02:43:16.218Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T02:43:16.309Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-19T02:43:16.393Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-19T02:43:16.475Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-19T02:43:16.565Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-19T02:43:16.654Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T02:43:16.746Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T02:43:16.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-784 [Pipeline] echo [2021-02-19T02:43:16.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-784 [Pipeline] echo [2021-02-19T02:43:17.048Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-784 [Pipeline] echo [2021-02-19T02:43:17.134Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12393217a74ef032b594879f10007a2519e4cc92 [Pipeline] echo [2021-02-19T02:43:17.226Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1239321 [Pipeline] echo [2021-02-19T02:43:17.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T02:43:17.474Z] provisioning config files... [2021-02-19T02:43:17.501Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/config8623167044638859933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:43:17.857Z] ---> docker-login.sh [2021-02-19T02:43:17.857Z] nexus3.edgexfoundry.org:10001 [2021-02-19T02:43:18.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:43:18.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:43:18.119Z] Configure a credential helper to remove this warning. See [2021-02-19T02:43:18.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:43:18.119Z] [2021-02-19T02:43:18.119Z] Login Succeeded [2021-02-19T02:43:18.119Z] nexus3.edgexfoundry.org:10002 [2021-02-19T02:43:18.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:43:18.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:43:18.384Z] Configure a credential helper to remove this warning. See [2021-02-19T02:43:18.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:43:18.384Z] [2021-02-19T02:43:18.384Z] Login Succeeded [2021-02-19T02:43:18.384Z] nexus3.edgexfoundry.org:10003 [2021-02-19T02:43:18.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:43:18.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:43:18.646Z] Configure a credential helper to remove this warning. See [2021-02-19T02:43:18.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:43:18.646Z] [2021-02-19T02:43:18.646Z] Login Succeeded [2021-02-19T02:43:18.646Z] nexus3.edgexfoundry.org:10004 [2021-02-19T02:43:18.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:43:18.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:43:18.646Z] Configure a credential helper to remove this warning. See [2021-02-19T02:43:18.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:43:18.646Z] [2021-02-19T02:43:18.646Z] Login Succeeded [2021-02-19T02:43:18.646Z] docker.io [2021-02-19T02:43:18.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:43:19.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:43:19.171Z] Configure a credential helper to remove this warning. See [2021-02-19T02:43:19.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:43:19.171Z] [2021-02-19T02:43:19.171Z] Login Succeeded [2021-02-19T02:43:19.171Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T02:43:19.181Z] 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-19T02:43:20.186Z] + git log --format=format:%s -1 12393217a74ef032b594879f10007a2519e4cc92 [Pipeline] echo [2021-02-19T02:43:20.261Z] GIT_COMMIT: 12393217a74ef032b594879f10007a2519e4cc92, Commit Message: Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD [Pipeline] echo [2021-02-19T02:43:20.384Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:43:21.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T02:43:21.064Z] [2021-02-19T02:43:21.064Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:43:21.429Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T02:43:21.429Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T02:43:21.429Z] 31603596830f: Pulling fs layer [2021-02-19T02:43:21.429Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T02:43:21.429Z] 6ca5941a6612: Pulling fs layer [2021-02-19T02:43:21.429Z] ecc8261a40a4: Pulling fs layer [2021-02-19T02:43:21.429Z] ecc8261a40a4: Waiting [2021-02-19T02:43:21.429Z] 2a8b12db71e7: Verifying Checksum [2021-02-19T02:43:21.429Z] 2a8b12db71e7: Download complete [2021-02-19T02:43:21.429Z] 31603596830f: Verifying Checksum [2021-02-19T02:43:21.429Z] 31603596830f: Download complete [2021-02-19T02:43:21.696Z] ecc8261a40a4: Verifying Checksum [2021-02-19T02:43:21.696Z] ecc8261a40a4: Download complete [2021-02-19T02:43:21.696Z] 6ca5941a6612: Verifying Checksum [2021-02-19T02:43:21.697Z] 6ca5941a6612: Download complete [2021-02-19T02:43:21.961Z] 31603596830f: Pull complete [2021-02-19T02:43:21.961Z] 2a8b12db71e7: Pull complete [2021-02-19T02:43:22.538Z] 6ca5941a6612: Pull complete [2021-02-19T02:43:22.801Z] ecc8261a40a4: Pull complete [2021-02-19T02:43:22.801Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T02:43:22.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T02:43:22.801Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T02:43:22.919Z] prd-centos7-docker-4c-2g-26886 does not seem to be running inside a container [2021-02-19T02:43:22.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-784 -v /w/workspace/dgexfoundry_device-sdk-go_PR-784:/w/workspace/dgexfoundry_device-sdk-go_PR-784:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T02:43:24.849Z] $ docker top fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T02:43:25.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T02:43:25.169Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T02:43:25.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T02:43:25.383Z] $ docker exec fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc ssh-agent [2021-02-19T02:43:25.542Z] SSH_AUTH_SOCK=/tmp/ssh-P1ZZ10RotVmO/agent.13 [2021-02-19T02:43:25.542Z] SSH_AGENT_PID=18 [2021-02-19T02:43:25.552Z] Running ssh-add (command line suppressed) [2021-02-19T02:43:25.673Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_2296544869932500677.key (/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_2296544869932500677.key) [2021-02-19T02:43:25.725Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T02:43:26.117Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T02:43:26.141Z] $ docker exec --env ******** --env ******** fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc ssh-agent -k [2021-02-19T02:43:26.250Z] unset SSH_AUTH_SOCK; [2021-02-19T02:43:26.250Z] unset SSH_AGENT_PID; [2021-02-19T02:43:26.250Z] echo Agent pid 18 killed; [2021-02-19T02:43:26.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T02:43:26.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T02:43:26.422Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T02:43:26.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T02:43:26.593Z] $ docker exec fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc ssh-agent [2021-02-19T02:43:26.753Z] SSH_AUTH_SOCK=/tmp/ssh-XsPuytX1nPzi/agent.49 [2021-02-19T02:43:26.753Z] SSH_AGENT_PID=54 [2021-02-19T02:43:26.762Z] Running ssh-add (command line suppressed) [2021-02-19T02:43:26.877Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_3405670044649547528.key (/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_3405670044649547528.key) [2021-02-19T02:43:26.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T02:43:27.251Z] + git semver init [2021-02-19T02:43:27.251Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T02:43:27.251Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-784/.git [2021-02-19T02:43:27.251Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-784 [2021-02-19T02:43:27.251Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T02:43:27.251Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T02:43:27.251Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T02:43:27.251Z] # $SEMVER_BRANCH = PR-784 [2021-02-19T02:43:27.251Z] # $SEMVER_TEMP = /tmp/semver-818204365 [2021-02-19T02:43:27.251Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-19T02:43:27.824Z] # '/tmp/semver-818204365' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-784/.semver' [2021-02-19T02:43:27.824Z] # -> Force: false [2021-02-19T02:43:27.824Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-784/.semver [Pipeline] } [2021-02-19T02:43:27.841Z] $ docker exec --env ******** --env ******** fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc ssh-agent -k [2021-02-19T02:43:27.952Z] unset SSH_AUTH_SOCK; [2021-02-19T02:43:27.952Z] unset SSH_AGENT_PID; [2021-02-19T02:43:27.953Z] echo Agent pid 54 killed; [2021-02-19T02:43:27.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T02:43:28.467Z] + git semver [Pipeline] } [2021-02-19T02:43:28.491Z] $ docker stop --time=1 fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc [2021-02-19T02:43:29.957Z] $ docker rm -f fe2de089007c5e512d14ea4a9b9b3440f4a57a02995bbfba05af82fe4c964cbc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T02:43:30.419Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T02:43:30.992Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T02:43:30.994Z] [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-19T02:43:46.506Z] Still waiting to schedule task [2021-02-19T02:43:46.506Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-19T02:43:46.509Z] Still waiting to schedule task [2021-02-19T02:43:46.509Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-19T02:45:09.402Z] Running on prd-centos7-docker-4c-2g-26889 in /w/workspace/dgexfoundry_device-sdk-go_PR-784 [Pipeline] { [Pipeline] ws [2021-02-19T02:45:09.456Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-02-19T02:45:22.420Z] using credential edgex-jenkins-ssh [2021-02-19T02:45:22.477Z] Cloning the remote Git repository [2021-02-19T02:45:22.657Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:45:22.794Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-02-19T02:45:22.945Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:45:22.946Z] > git --version # timeout=10 [2021-02-19T02:45:23.004Z] > git --version # 'git version 2.24.3' [2021-02-19T02:45:23.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:45:23.102Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:45:24.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:45:25.835Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 826dc4388710d346dfdba9485e6d47cfaa06628a [2021-02-19T02:45:24.967Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:45:25.057Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:45:25.087Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:45:25.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:45:25.094Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T02:45:25.851Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:45:25.948Z] > git checkout -f 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [2021-02-19T02:45:26.253Z] > git remote # timeout=10 [2021-02-19T02:45:26.411Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T02:45:26.677Z] Merge succeeded, producing a903e7fccbb8221145901e13e7a3559ae89b826b [2021-02-19T02:45:26.678Z] Checking out Revision a903e7fccbb8221145901e13e7a3559ae89b826b (PR-784) [2021-02-19T02:45:26.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:45:26.525Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-19T02:45:26.610Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T02:45:26.686Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:45:26.820Z] > git checkout -f a903e7fccbb8221145901e13e7a3559ae89b826b # timeout=10 [2021-02-19T02:45:32.170Z] Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" [2021-02-19T02:45:32.180Z] > git rev-list --no-walk 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T02:45:34.078Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:45:34.555Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:45:35.361Z] + sudo service docker restart [2021-02-19T02:45:35.361Z] + true [2021-02-19T02:45:35.361Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T02:45:38.085Z] provisioning config files... [2021-02-19T02:45:38.140Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config5102624630972604356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:45:38.643Z] ---> docker-login.sh [2021-02-19T02:45:38.643Z] nexus3.edgexfoundry.org:10001 [2021-02-19T02:45:40.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:45:40.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:45:40.656Z] Configure a credential helper to remove this warning. See [2021-02-19T02:45:40.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:45:40.656Z] [2021-02-19T02:45:40.656Z] Login Succeeded [2021-02-19T02:45:40.656Z] nexus3.edgexfoundry.org:10002 [2021-02-19T02:45:40.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:45:41.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:45:41.243Z] Configure a credential helper to remove this warning. See [2021-02-19T02:45:41.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:45:41.243Z] [2021-02-19T02:45:41.243Z] Login Succeeded [2021-02-19T02:45:41.243Z] nexus3.edgexfoundry.org:10003 [2021-02-19T02:45:42.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:45:42.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:45:42.462Z] Configure a credential helper to remove this warning. See [2021-02-19T02:45:42.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:45:42.462Z] [2021-02-19T02:45:42.462Z] Login Succeeded [2021-02-19T02:45:42.462Z] nexus3.edgexfoundry.org:10004 [2021-02-19T02:45:42.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:45:43.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:45:43.484Z] Configure a credential helper to remove this warning. See [2021-02-19T02:45:43.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:45:43.484Z] [2021-02-19T02:45:43.484Z] Login Succeeded [2021-02-19T02:45:43.484Z] docker.io [2021-02-19T02:45:43.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:45:43.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:45:43.770Z] Configure a credential helper to remove this warning. See [2021-02-19T02:45:43.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:45:43.770Z] [2021-02-19T02:45:43.770Z] Login Succeeded [2021-02-19T02:45:43.770Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T02:45:43.821Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T02:45:45.149Z] ========================================================= [2021-02-19T02:45:45.149Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T02:45:45.149Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:45:45.522Z] + 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-19T02:45:45.813Z] Sending build context to Docker daemon 2.38MB [2021-02-19T02:45:45.813Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:45:45.813Z] Step 2/8 : FROM ${BASE} [2021-02-19T02:45:45.813Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T02:45:45.813Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T02:45:45.813Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T02:45:45.813Z] de9db76c5a1d: Pulling fs layer [2021-02-19T02:45:45.813Z] bca2f99d35d6: Pulling fs layer [2021-02-19T02:45:45.813Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T02:45:45.813Z] 7c6f9722023f: Pulling fs layer [2021-02-19T02:45:45.813Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T02:45:45.813Z] 93359f2a8cfa: Waiting [2021-02-19T02:45:45.813Z] 7c6f9722023f: Waiting [2021-02-19T02:45:45.813Z] a35cf1a2eb13: Waiting [2021-02-19T02:45:45.813Z] bca2f99d35d6: Waiting [2021-02-19T02:45:45.813Z] de9db76c5a1d: Verifying Checksum [2021-02-19T02:45:45.813Z] de9db76c5a1d: Download complete [2021-02-19T02:45:45.813Z] 0ef7d3d256c8: Download complete [2021-02-19T02:45:45.813Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T02:45:45.813Z] 93359f2a8cfa: Download complete [2021-02-19T02:45:46.266Z] 7c6f9722023f: Verifying Checksum [2021-02-19T02:45:46.266Z] 7c6f9722023f: Download complete [2021-02-19T02:45:46.960Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T02:45:46.960Z] 188c0c94c7c5: Download complete [2021-02-19T02:45:47.602Z] 188c0c94c7c5: Pull complete [2021-02-19T02:45:48.248Z] 0ef7d3d256c8: Pull complete [2021-02-19T02:45:48.547Z] de9db76c5a1d: Pull complete [2021-02-19T02:45:51.335Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T02:45:51.335Z] a35cf1a2eb13: Download complete [2021-02-19T02:45:53.892Z] bca2f99d35d6: Verifying Checksum [2021-02-19T02:45:53.892Z] bca2f99d35d6: Download complete [2021-02-19T02:46:04.918Z] bca2f99d35d6: Pull complete [2021-02-19T02:46:06.364Z] 93359f2a8cfa: Pull complete [2021-02-19T02:46:07.108Z] 7c6f9722023f: Pull complete [2021-02-19T02:46:18.593Z] a35cf1a2eb13: Pull complete [2021-02-19T02:46:18.593Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T02:46:18.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T02:46:18.593Z] ---> a62c8e92a672 [2021-02-19T02:46:18.593Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:46:18.593Z] ---> Running in 779cf1828784 [2021-02-19T02:46:21.527Z] Removing intermediate container 779cf1828784 [2021-02-19T02:46:21.527Z] ---> dd98c9440554 [2021-02-19T02:46:21.527Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:46:21.527Z] ---> Running in b7e0ffb194c6 [2021-02-19T02:46:23.872Z] Removing intermediate container b7e0ffb194c6 [2021-02-19T02:46:23.872Z] ---> 5dc21a4c957d [2021-02-19T02:46:23.872Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-19T02:46:24.282Z] ---> Running in 43f4353929ba [2021-02-19T02:46:25.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T02:46:26.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T02:46:27.747Z] OK: 166 MiB in 39 packages [2021-02-19T02:46:28.883Z] Removing intermediate container 43f4353929ba [2021-02-19T02:46:28.883Z] ---> 8a060b69605c [2021-02-19T02:46:28.883Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-19T02:46:28.883Z] ---> Running in ae51265c1bc9 [2021-02-19T02:46:29.545Z] Removing intermediate container ae51265c1bc9 [2021-02-19T02:46:29.545Z] ---> ac2855bceb13 [2021-02-19T02:46:29.545Z] Step 7/8 : COPY . . [2021-02-19T02:46:31.181Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26890 in /w/workspace/dgexfoundry_device-sdk-go_PR-784 [Pipeline] { [Pipeline] ws [2021-02-19T02:46:31.235Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-02-19T02:46:32.994Z] ---> 8fa5f6857f7a [2021-02-19T02:46:32.994Z] Step 8/8 : RUN go mod download [2021-02-19T02:46:33.462Z] ---> Running in 3c4834d8ff44 [2021-02-19T02:46:36.133Z] using credential edgex-jenkins-ssh [2021-02-19T02:46:36.199Z] Cloning the remote Git repository [2021-02-19T02:46:36.237Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:46:36.363Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-02-19T02:46:36.462Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:46:36.463Z] > git --version # timeout=10 [2021-02-19T02:46:36.481Z] > git --version # 'git version 2.17.1' [2021-02-19T02:46:36.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:46:36.540Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:46:38.191Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 826dc4388710d346dfdba9485e6d47cfaa06628a [2021-02-19T02:46:38.600Z] Merge succeeded, producing 1fa961a1012ad4c8173ad0d1aa7fbb8ad8ed7f08 [2021-02-19T02:46:38.601Z] Checking out Revision 1fa961a1012ad4c8173ad0d1aa7fbb8ad8ed7f08 (PR-784) [2021-02-19T02:46:37.587Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:46:37.616Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:46:37.647Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:46:37.692Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:46:37.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:46:37.705Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T02:46:38.205Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:46:38.226Z] > git checkout -f 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [2021-02-19T02:46:38.368Z] > git remote # timeout=10 [2021-02-19T02:46:38.386Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T02:46:38.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:46:38.424Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-19T02:46:38.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T02:46:38.596Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:46:38.634Z] > git checkout -f 1fa961a1012ad4c8173ad0d1aa7fbb8ad8ed7f08 # timeout=10 [2021-02-19T02:46:43.029Z] Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" [2021-02-19T02:46:43.027Z] > git rev-list --no-walk 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T02:46:44.720Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:46:45.120Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:46:45.459Z] + sudo service docker restart [2021-02-19T02:46:45.459Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T02:46:47.519Z] provisioning config files... [2021-02-19T02:46:47.572Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1601833544298713913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:46:47.992Z] ---> docker-login.sh [2021-02-19T02:46:47.992Z] nexus3.edgexfoundry.org:10001 [2021-02-19T02:46:48.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:46:49.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:46:49.589Z] Configure a credential helper to remove this warning. See [2021-02-19T02:46:49.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:46:49.589Z] [2021-02-19T02:46:49.589Z] Login Succeeded [2021-02-19T02:46:49.589Z] nexus3.edgexfoundry.org:10002 [2021-02-19T02:46:50.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:46:50.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:46:50.190Z] Configure a credential helper to remove this warning. See [2021-02-19T02:46:50.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:46:50.190Z] [2021-02-19T02:46:50.190Z] Login Succeeded [2021-02-19T02:46:50.190Z] nexus3.edgexfoundry.org:10003 [2021-02-19T02:46:50.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:46:50.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:46:50.738Z] Configure a credential helper to remove this warning. See [2021-02-19T02:46:50.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:46:50.738Z] [2021-02-19T02:46:50.738Z] Login Succeeded [2021-02-19T02:46:50.738Z] nexus3.edgexfoundry.org:10004 [2021-02-19T02:46:51.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:46:51.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:46:51.354Z] Configure a credential helper to remove this warning. See [2021-02-19T02:46:51.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:46:51.354Z] [2021-02-19T02:46:51.354Z] Login Succeeded [2021-02-19T02:46:51.354Z] docker.io [2021-02-19T02:46:51.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:46:52.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:46:52.236Z] Configure a credential helper to remove this warning. See [2021-02-19T02:46:52.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:46:52.236Z] [2021-02-19T02:46:52.236Z] Login Succeeded [2021-02-19T02:46:52.236Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T02:46:52.253Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T02:46:52.721Z] ========================================================= [2021-02-19T02:46:52.721Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T02:46:52.721Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:46:53.110Z] + 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-19T02:46:53.726Z] Sending build context to Docker daemon 2.377MB [2021-02-19T02:46:53.726Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:46:53.726Z] Step 2/8 : FROM ${BASE} [2021-02-19T02:46:53.726Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T02:46:53.726Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T02:46:53.726Z] a4357932f1b6: Pulling fs layer [2021-02-19T02:46:53.726Z] 18c013af1878: Pulling fs layer [2021-02-19T02:46:53.726Z] 00ac8860ef70: Pulling fs layer [2021-02-19T02:46:53.726Z] 63d7cb157983: Pulling fs layer [2021-02-19T02:46:53.726Z] b116817d02f9: Pulling fs layer [2021-02-19T02:46:53.726Z] 745a02a5169b: Pulling fs layer [2021-02-19T02:46:53.726Z] 00ac8860ef70: Waiting [2021-02-19T02:46:53.726Z] 63d7cb157983: Waiting [2021-02-19T02:46:53.726Z] b116817d02f9: Waiting [2021-02-19T02:46:53.726Z] 745a02a5169b: Waiting [2021-02-19T02:46:53.726Z] 18c013af1878: Download complete [2021-02-19T02:46:53.726Z] a4357932f1b6: Verifying Checksum [2021-02-19T02:46:53.726Z] a4357932f1b6: Download complete [2021-02-19T02:46:53.726Z] 63d7cb157983: Verifying Checksum [2021-02-19T02:46:53.726Z] 63d7cb157983: Download complete [2021-02-19T02:46:53.726Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T02:46:53.726Z] 5f621e34cdf4: Download complete [2021-02-19T02:46:54.006Z] b116817d02f9: Download complete [2021-02-19T02:46:54.623Z] 5f621e34cdf4: Pull complete [2021-02-19T02:46:55.239Z] a4357932f1b6: Pull complete [2021-02-19T02:46:55.515Z] 18c013af1878: Pull complete [2021-02-19T02:46:56.493Z] 745a02a5169b: Verifying Checksum [2021-02-19T02:46:56.493Z] 745a02a5169b: Download complete [2021-02-19T02:46:57.474Z] 00ac8860ef70: Verifying Checksum [2021-02-19T02:46:57.474Z] 00ac8860ef70: Download complete [2021-02-19T02:47:07.633Z] 00ac8860ef70: Pull complete [2021-02-19T02:47:07.633Z] 63d7cb157983: Pull complete [2021-02-19T02:47:07.633Z] b116817d02f9: Pull complete [2021-02-19T02:47:11.020Z] 745a02a5169b: Pull complete [2021-02-19T02:47:11.020Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T02:47:11.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T02:47:11.020Z] ---> b7e6874047d6 [2021-02-19T02:47:11.020Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:47:13.661Z] ---> Running in 4e136616aa94 [2021-02-19T02:47:14.262Z] Removing intermediate container 4e136616aa94 [2021-02-19T02:47:14.262Z] ---> 2b2aaf861cac [2021-02-19T02:47:14.262Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:47:14.535Z] ---> Running in d3e061d9a662 [2021-02-19T02:47:17.168Z] Removing intermediate container d3e061d9a662 [2021-02-19T02:47:17.168Z] ---> bc80ba50cccc [2021-02-19T02:47:17.168Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-19T02:47:17.168Z] ---> Running in e33b9a3af660 [2021-02-19T02:47:18.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T02:47:18.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T02:47:19.372Z] OK: 142 MiB in 39 packages [2021-02-19T02:47:20.804Z] Removing intermediate container e33b9a3af660 [2021-02-19T02:47:20.804Z] ---> 454b384d7a4c [2021-02-19T02:47:20.804Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-19T02:47:20.804Z] ---> Running in d6a7afcea355 [2021-02-19T02:47:21.396Z] Removing intermediate container d6a7afcea355 [2021-02-19T02:47:21.396Z] ---> 88645a37b62c [2021-02-19T02:47:21.396Z] Step 7/8 : COPY . . [2021-02-19T02:47:22.374Z] ---> 68251a5d3886 [2021-02-19T02:47:22.374Z] Step 8/8 : RUN go mod download [2021-02-19T02:47:22.646Z] ---> Running in d1d9c919a804 [2021-02-19T02:47:23.481Z] Removing intermediate container 3c4834d8ff44 [2021-02-19T02:47:23.481Z] ---> 7cb7955fd5e1 [2021-02-19T02:47:23.481Z] Successfully built 7cb7955fd5e1 [2021-02-19T02:47:23.481Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:47:23.957Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T02:47:24.281Z] . [Pipeline] withDockerContainer [2021-02-19T02:47:24.906Z] prd-centos7-docker-4c-2g-26889 does not seem to be running inside a container [2021-02-19T02:47:25.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** ci-base-image-x86_64 cat [2021-02-19T02:47:26.589Z] $ docker top 000db1a404c7d5799273848fc54cfb64aa5063a4586f1ddbd76268ad358a0873 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:47:27.792Z] + go version [2021-02-19T02:47:27.792Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T02:47:28.153Z] $ docker stop --time=1 000db1a404c7d5799273848fc54cfb64aa5063a4586f1ddbd76268ad358a0873 [2021-02-19T02:47:29.901Z] $ docker rm -f 000db1a404c7d5799273848fc54cfb64aa5063a4586f1ddbd76268ad358a0873 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:47:31.151Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T02:47:31.151Z] . [Pipeline] withDockerContainer [2021-02-19T02:47:31.597Z] prd-centos7-docker-4c-2g-26889 does not seem to be running inside a container [2021-02-19T02:47:31.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 ******** ci-base-image-x86_64 cat [2021-02-19T02:47:32.985Z] $ docker top 6e0e542f860d18bcbc98e70c7eafd91ee49a6d9f2618edb389011e7b39cf41df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:47:35.059Z] + make test [2021-02-19T02:47:35.059Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T02:47:49.444Z] Removing intermediate container d1d9c919a804 [2021-02-19T02:47:49.444Z] ---> 50ebcbf63492 [2021-02-19T02:47:49.444Z] Successfully built 50ebcbf63492 [2021-02-19T02:47:49.444Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:47:49.800Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T02:47:49.800Z] . [Pipeline] withDockerContainer [2021-02-19T02:47:50.035Z] prd-ubuntu18.04-docker-arm64-4c-16g-26890 does not seem to be running inside a container [2021-02-19T02:47:50.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T02:47:51.043Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-19T02:47:51.562Z] $ docker top 4dd83558b633cc144010712a857adcc5afe32454794826ba3d8584e6ad80d033 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:47:52.556Z] + go version [2021-02-19T02:47:52.557Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T02:47:52.580Z] $ docker stop --time=1 4dd83558b633cc144010712a857adcc5afe32454794826ba3d8584e6ad80d033 [2021-02-19T02:47:54.487Z] $ docker rm -f 4dd83558b633cc144010712a857adcc5afe32454794826ba3d8584e6ad80d033 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:47:55.446Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T02:47:55.446Z] . [Pipeline] withDockerContainer [2021-02-19T02:47:55.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-26890 does not seem to be running inside a container [2021-02-19T02:47:55.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T02:47:57.298Z] $ docker top 1891c25b3c86ad3d837965526c9c28f479c5bf9dece94c8d51b05d001602e696 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:47:58.331Z] + make test [2021-02-19T02:47:58.331Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T02:48:18.668Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-19T02:48:18.668Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-19T02:48:18.668Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-19T02:48:20.545Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-19T02:48:24.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.071s coverage: 25.5% of statements [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.101s coverage: 10.1% of statements [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.098s coverage: 12.5% of statements [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.154s coverage: 84.8% of statements [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.130s coverage: 49.2% of statements [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.089s coverage: 81.3% of statements [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.101s coverage: 24.8% of statements [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.367s coverage: 83.5% of statements [2021-02-19T02:48:51.358Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.067s coverage: 5.3% of statements [2021-02-19T02:48:51.358Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-19T02:48:51.358Z] GO111MODULE=on go vet ./... [2021-02-19T02:49:07.596Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-19T02:49:07.596Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-19T02:49:07.596Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-19T02:49:07.874Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.121s coverage: 25.5% of statements [2021-02-19T02:49:10.691Z] gofmt -l . [2021-02-19T02:49:10.691Z] [ "`gofmt -l .`" = "" ] [2021-02-19T02:49:10.691Z] ./bin/test-attribution-txt.sh [2021-02-19T02:49:14.202Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-19T02:49:14.604Z] $ docker stop --time=1 6e0e542f860d18bcbc98e70c7eafd91ee49a6d9f2618edb389011e7b39cf41df [2021-02-19T02:49:16.985Z] $ docker rm -f 6e0e542f860d18bcbc98e70c7eafd91ee49a6d9f2618edb389011e7b39cf41df [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T02:49:18.019Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T02:49:21.287Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-19T02:49:23.287Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-19T02:49:23.858Z] + ls -al . [2021-02-19T02:49:23.858Z] total 184 [2021-02-19T02:49:23.858Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 19 02:49 . [2021-02-19T02:49:23.858Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 19 02:45 .. [2021-02-19T02:49:23.858Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 19 02:45 bin [2021-02-19T02:49:23.858Z] -rw-r--r--. 1 jenkins jenkins 101947 Feb 19 02:48 coverage.out [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 19 02:45 Dockerfile.build [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 19 02:45 .dockerignore [2021-02-19T02:49:23.858Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 19 02:45 example [2021-02-19T02:49:23.858Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 19 02:45 .git [2021-02-19T02:49:23.858Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 19 02:45 .github [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 19 02:45 .gitignore [2021-02-19T02:49:23.858Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 19 02:49 go.mod [2021-02-19T02:49:23.858Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 19 02:49 go.sum [2021-02-19T02:49:23.858Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 19 02:45 internal [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 19 02:45 Jenkinsfile [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 19 02:45 LICENSE [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 19 02:45 Makefile [2021-02-19T02:49:23.858Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 19 02:45 openapi [2021-02-19T02:49:23.858Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 19 02:45 pkg [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 19 02:45 README.md [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 19 02:45 RELEASE-NOTES.txt [2021-02-19T02:49:23.858Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 19 02:45 snap [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 19 02:43 VERSION [2021-02-19T02:49:23.858Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 19 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:49:24.619Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=12393217a74ef032b594879f10007a2519e4cc92 --label arch=amd64 --label version=0.0.0 . [2021-02-19T02:49:25.249Z] Sending build context to Docker daemon 2.483MB [2021-02-19T02:49:25.249Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:49:25.249Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-19T02:49:25.249Z] ---> 7cb7955fd5e1 [2021-02-19T02:49:25.249Z] Step 3/24 : ARG MAKE='make build' [2021-02-19T02:49:25.573Z] ---> Running in ddd6c16b2701 [2021-02-19T02:49:26.282Z] Removing intermediate container ddd6c16b2701 [2021-02-19T02:49:26.282Z] ---> 9700ee683e1d [2021-02-19T02:49:26.282Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-19T02:49:26.282Z] ---> Running in 31eca81af7e4 [2021-02-19T02:49:26.663Z] Removing intermediate container 31eca81af7e4 [2021-02-19T02:49:26.663Z] ---> 334b4bcf449f [2021-02-19T02:49:26.663Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:49:26.945Z] ---> Running in 9ab8313f1446 [2021-02-19T02:49:27.296Z] Removing intermediate container 9ab8313f1446 [2021-02-19T02:49:27.296Z] ---> 1cbfb7d30823 [2021-02-19T02:49:27.296Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:49:27.296Z] ---> Running in cc682a4628e4 [2021-02-19T02:49:29.178Z] Removing intermediate container cc682a4628e4 [2021-02-19T02:49:29.178Z] ---> f08942baddbc [2021-02-19T02:49:29.178Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-19T02:49:29.178Z] ---> Running in cf8271f226a9 [2021-02-19T02:49:30.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T02:49:30.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T02:49:31.381Z] OK: 166 MiB in 39 packages [2021-02-19T02:49:32.965Z] Removing intermediate container cf8271f226a9 [2021-02-19T02:49:32.965Z] ---> 6475492051ef [2021-02-19T02:49:32.965Z] Step 8/24 : COPY . . [2021-02-19T02:49:33.581Z] ---> 1ab4fdd011fe [2021-02-19T02:49:33.581Z] Step 9/24 : RUN ${MAKE} [2021-02-19T02:49:33.581Z] ---> Running in 6af971ce5cf4 [2021-02-19T02:49:34.709Z] 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-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.132s coverage: 10.1% of statements [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.121s coverage: 12.5% of statements [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.164s coverage: 84.8% of statements [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.225s coverage: 49.2% of statements [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.243s coverage: 81.3% of statements [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.177s coverage: 24.8% of statements [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.957s coverage: 83.5% of statements [2021-02-19T02:49:40.299Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.133s coverage: 5.3% of statements [2021-02-19T02:49:40.299Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-19T02:49:40.299Z] GO111MODULE=on go vet ./... [2021-02-19T02:49:47.985Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-19T02:49:51.502Z] Removing intermediate container 6af971ce5cf4 [2021-02-19T02:49:51.502Z] ---> b2548a276513 [2021-02-19T02:49:51.502Z] Step 10/24 : FROM scratch [2021-02-19T02:49:51.502Z] ---> [2021-02-19T02:49:51.502Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:49:51.502Z] ---> Running in 0a184ecffa42 [2021-02-19T02:49:51.770Z] Removing intermediate container 0a184ecffa42 [2021-02-19T02:49:51.770Z] ---> dd7338271710 [2021-02-19T02:49:51.770Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-19T02:49:51.770Z] ---> Running in 0a52c5a3d039 [2021-02-19T02:49:52.449Z] Removing intermediate container 0a52c5a3d039 [2021-02-19T02:49:52.449Z] ---> 0f91b864834f [2021-02-19T02:49:52.449Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-19T02:49:52.449Z] ---> Running in 916d2958b9fb [2021-02-19T02:49:52.864Z] Removing intermediate container 916d2958b9fb [2021-02-19T02:49:52.865Z] ---> 6691c5ccccb5 [2021-02-19T02:49:52.865Z] Step 14/24 : WORKDIR / [2021-02-19T02:49:52.865Z] ---> Running in f625e82ded80 [2021-02-19T02:49:53.234Z] Removing intermediate container f625e82ded80 [2021-02-19T02:49:53.234Z] ---> 78ee5c3e16ec [2021-02-19T02:49:53.234Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-19T02:49:54.098Z] ---> fb3eb32b9835 [2021-02-19T02:49:54.098Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-19T02:49:54.500Z] ---> 3aa92e5c3cda [2021-02-19T02:49:54.500Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-19T02:49:54.844Z] ---> 82f84dd03108 [2021-02-19T02:49:54.844Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-19T02:49:55.857Z] ---> 02f54d835d74 [2021-02-19T02:49:55.857Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-19T02:49:56.134Z] ---> 53384b295680 [2021-02-19T02:49:56.134Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-19T02:49:56.134Z] ---> Running in dba113e3dcc1 [2021-02-19T02:49:56.457Z] Removing intermediate container dba113e3dcc1 [2021-02-19T02:49:56.457Z] ---> b6e4f95c15bd [2021-02-19T02:49:56.457Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T02:49:56.879Z] ---> Running in f8f237361cce [2021-02-19T02:49:56.879Z] Removing intermediate container f8f237361cce [2021-02-19T02:49:56.879Z] ---> 05b1378078c3 [2021-02-19T02:49:56.879Z] Step 22/24 : LABEL arch=amd64 [2021-02-19T02:49:56.879Z] ---> Running in 8720b00916cd [2021-02-19T02:49:57.262Z] Removing intermediate container 8720b00916cd [2021-02-19T02:49:57.262Z] ---> e3fd1edc26a2 [2021-02-19T02:49:57.262Z] Step 23/24 : LABEL git_sha=12393217a74ef032b594879f10007a2519e4cc92 [2021-02-19T02:49:57.699Z] ---> Running in 1f7e48e8060c [2021-02-19T02:49:57.699Z] Removing intermediate container 1f7e48e8060c [2021-02-19T02:49:57.699Z] ---> 97cffd5aaf92 [2021-02-19T02:49:57.699Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T02:49:58.098Z] ---> Running in e5dd9d7ab1c9 [2021-02-19T02:49:58.098Z] Removing intermediate container e5dd9d7ab1c9 [2021-02-19T02:49:58.098Z] ---> 12f840cd1ac4 [2021-02-19T02:49:58.098Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-19T02:49:58.098Z] Successfully built 12f840cd1ac4 [2021-02-19T02:49:58.098Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T02:50:12.729Z] gofmt -l . [2021-02-19T02:50:13.002Z] [ "`gofmt -l .`" = "" ] [2021-02-19T02:50:13.601Z] ./bin/test-attribution-txt.sh [2021-02-19T02:50:14.582Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-19T02:50:15.203Z] $ docker stop --time=1 1891c25b3c86ad3d837965526c9c28f479c5bf9dece94c8d51b05d001602e696 [2021-02-19T02:50:17.580Z] $ docker rm -f 1891c25b3c86ad3d837965526c9c28f479c5bf9dece94c8d51b05d001602e696 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T02:50:18.810Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T02:50:18.831Z] Warning: overwriting stash ‘coverage-report’ [2021-02-19T02:50:19.873Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T02:50:20.730Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-19T02:50:21.149Z] + ls -al . [2021-02-19T02:50:21.150Z] total 220 [2021-02-19T02:50:21.150Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 19 02:50 . [2021-02-19T02:50:21.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:46 .. [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 19 02:46 .dockerignore [2021-02-19T02:50:21.150Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 19 02:46 .git [2021-02-19T02:50:21.150Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 02:46 .github [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 19 02:46 .gitignore [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 19 02:46 Dockerfile.build [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 19 02:46 Jenkinsfile [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 19 02:46 LICENSE [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 19 02:46 Makefile [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 19 02:46 README.md [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 19 02:46 RELEASE-NOTES.txt [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 19 02:43 VERSION [2021-02-19T02:50:21.150Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 02:46 bin [2021-02-19T02:50:21.150Z] -rw-r--r-- 1 jenkins jenkins 101947 Feb 19 02:49 coverage.out [2021-02-19T02:50:21.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:46 example [2021-02-19T02:50:21.150Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 19 02:50 go.mod [2021-02-19T02:50:21.150Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 19 02:50 go.sum [2021-02-19T02:50:21.150Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 19 02:46 internal [2021-02-19T02:50:21.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:46 openapi [2021-02-19T02:50:21.150Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 19 02:46 pkg [2021-02-19T02:50:21.150Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:46 snap [2021-02-19T02:50:21.150Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 19 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:50:21.583Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=12393217a74ef032b594879f10007a2519e4cc92 --label arch=arm64 --label version=0.0.0 . [2021-02-19T02:50:22.207Z] Sending build context to Docker daemon 2.48MB [2021-02-19T02:50:22.207Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:50:22.207Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-19T02:50:22.207Z] ---> 50ebcbf63492 [2021-02-19T02:50:22.207Z] Step 3/24 : ARG MAKE='make build' [2021-02-19T02:50:22.485Z] ---> Running in 272c473ce701 [2021-02-19T02:50:23.101Z] Removing intermediate container 272c473ce701 [2021-02-19T02:50:23.101Z] ---> 634a0795bde1 [2021-02-19T02:50:23.101Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-19T02:50:23.101Z] ---> Running in 310ce19dd5ee [2021-02-19T02:50:23.698Z] Removing intermediate container 310ce19dd5ee [2021-02-19T02:50:23.698Z] ---> ed23106641ac [2021-02-19T02:50:23.698Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:50:23.698Z] ---> Running in 0a0cb7a1dba6 [2021-02-19T02:50:24.296Z] Removing intermediate container 0a0cb7a1dba6 [2021-02-19T02:50:24.296Z] ---> e3d83660d35f [2021-02-19T02:50:24.296Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:50:24.576Z] ---> Running in d51e0d01e844 [2021-02-19T02:50:26.561Z] Removing intermediate container d51e0d01e844 [2021-02-19T02:50:26.561Z] ---> 896afe95d90e [2021-02-19T02:50:26.561Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-19T02:50:26.835Z] ---> Running in 2659a4a2647f [2021-02-19T02:50:28.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T02:50:28.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T02:50:29.463Z] OK: 142 MiB in 39 packages [2021-02-19T02:50:30.455Z] Removing intermediate container 2659a4a2647f [2021-02-19T02:50:30.455Z] ---> 7b8595284b50 [2021-02-19T02:50:30.455Z] Step 8/24 : COPY . . [2021-02-19T02:50:31.892Z] ---> 644166026342 [2021-02-19T02:50:31.892Z] Step 9/24 : RUN ${MAKE} [2021-02-19T02:50:32.166Z] ---> Running in 8930a1da2fa0 [2021-02-19T02:50:33.144Z] 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-19T02:50:59.978Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-19T02:51:03.351Z] Removing intermediate container 8930a1da2fa0 [2021-02-19T02:51:03.351Z] ---> 44fccc602c52 [2021-02-19T02:51:03.351Z] Step 10/24 : FROM scratch [2021-02-19T02:51:03.351Z] ---> [2021-02-19T02:51:03.351Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:51:03.351Z] ---> Running in 7c4d658c7bc9 [2021-02-19T02:51:03.623Z] Removing intermediate container 7c4d658c7bc9 [2021-02-19T02:51:03.623Z] ---> d03dd0d4c6e7 [2021-02-19T02:51:03.623Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-19T02:51:03.897Z] ---> Running in dfbe66bbfa4e [2021-02-19T02:51:04.170Z] Removing intermediate container dfbe66bbfa4e [2021-02-19T02:51:04.170Z] ---> a285ab970955 [2021-02-19T02:51:04.170Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-19T02:51:04.444Z] ---> Running in e6f725dbc18e [2021-02-19T02:51:04.717Z] Removing intermediate container e6f725dbc18e [2021-02-19T02:51:04.717Z] ---> 083b3f1b4e7d [2021-02-19T02:51:04.717Z] Step 14/24 : WORKDIR / [2021-02-19T02:51:04.717Z] ---> Running in fd74a6c4759c [2021-02-19T02:51:05.312Z] Removing intermediate container fd74a6c4759c [2021-02-19T02:51:05.312Z] ---> 4944f49b3451 [2021-02-19T02:51:05.312Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-19T02:51:06.293Z] ---> 6606964ce0e3 [2021-02-19T02:51:06.293Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-19T02:51:07.270Z] ---> eb047f3d7755 [2021-02-19T02:51:07.270Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-19T02:51:07.867Z] ---> 04156e8d8dc3 [2021-02-19T02:51:07.867Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-19T02:51:08.465Z] ---> 0da0bd768682 [2021-02-19T02:51:08.465Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-19T02:51:09.449Z] ---> 975b2b1ea326 [2021-02-19T02:51:09.449Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-19T02:51:09.449Z] ---> Running in 55637e434616 [2021-02-19T02:51:10.048Z] Removing intermediate container 55637e434616 [2021-02-19T02:51:10.048Z] ---> 6c79e29711d0 [2021-02-19T02:51:10.048Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T02:51:10.048Z] ---> Running in 4c318b10b942 [2021-02-19T02:51:10.651Z] Removing intermediate container 4c318b10b942 [2021-02-19T02:51:10.652Z] ---> 609cc15ea1f0 [2021-02-19T02:51:10.652Z] Step 22/24 : LABEL arch=arm64 [2021-02-19T02:51:10.652Z] ---> Running in 52ef095d86fa [2021-02-19T02:51:11.259Z] Removing intermediate container 52ef095d86fa [2021-02-19T02:51:11.259Z] ---> 58ab7a586881 [2021-02-19T02:51:11.259Z] Step 23/24 : LABEL git_sha=12393217a74ef032b594879f10007a2519e4cc92 [2021-02-19T02:51:11.259Z] ---> Running in f8dbb424d61d [2021-02-19T02:51:11.858Z] Removing intermediate container f8dbb424d61d [2021-02-19T02:51:11.858Z] ---> fbb29b9650f8 [2021-02-19T02:51:11.858Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T02:51:12.134Z] ---> Running in ecc81b1bdc93 [2021-02-19T02:51:12.411Z] Removing intermediate container ecc81b1bdc93 [2021-02-19T02:51:12.411Z] ---> a0d3bdb44dcd [2021-02-19T02:51:12.411Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-19T02:51:12.411Z] Successfully built a0d3bdb44dcd [2021-02-19T02:51:12.687Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-19T02:51:14.160Z] provisioning config files... [2021-02-19T02:51:14.169Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/config6157440008083826311tmp [Pipeline] { [Pipeline] sh [2021-02-19T02:51:14.555Z] + set +x [2021-02-19T02:51:14.555Z] + curl -s https://codecov.io/bash [2021-02-19T02:51:14.555Z] + bash -s -- [2021-02-19T02:51:14.555Z] [2021-02-19T02:51:14.555Z] _____ _ [2021-02-19T02:51:14.555Z] / ____| | | [2021-02-19T02:51:14.555Z] | | ___ __| | ___ ___ _____ __ [2021-02-19T02:51:14.555Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-19T02:51:14.555Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-19T02:51:14.555Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-19T02:51:14.555Z] Bash-20210129-7c25fce [2021-02-19T02:51:14.556Z] [2021-02-19T02:51:14.556Z] [2021-02-19T02:51:14.556Z] ==> git version 2.24.3 found [2021-02-19T02:51:14.556Z] ==> 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-19T02:51:14.556Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-19T02:51:14.556Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-19T02:51:14.817Z] ==> Jenkins CI detected. [2021-02-19T02:51:14.817Z] project root: . [2021-02-19T02:51:14.817Z] --> token set from env [2021-02-19T02:51:14.817Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-19T02:51:14.817Z] ==> Running gcov in . (disable via -X gcov) [2021-02-19T02:51:14.817Z] ==> Python coveragepy not found [2021-02-19T02:51:14.817Z] ==> Searching for coverage reports in: [2021-02-19T02:51:14.817Z] + . [2021-02-19T02:51:14.817Z] -> Found 1 reports [2021-02-19T02:51:14.817Z] ==> Detecting git/mercurial file structure [2021-02-19T02:51:14.817Z] ==> Reading reports [2021-02-19T02:51:14.817Z] + ./coverage.out bytes=101947 [2021-02-19T02:51:14.817Z] ==> Appending adjustments [2021-02-19T02:51:14.817Z] https://docs.codecov.io/docs/fixing-reports [2021-02-19T02:51:15.086Z] + Found adjustments [2021-02-19T02:51:15.086Z] ==> Gzipping contents [2021-02-19T02:51:15.086Z] 20K /tmp/codecov.ECWHSl.gz [2021-02-19T02:51:15.086Z] ==> Uploading reports [2021-02-19T02:51:15.086Z] url: https://codecov.io [2021-02-19T02:51:15.086Z] query: branch=PR-784&commit=12393217a74ef032b594879f10007a2519e4cc92&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-784%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=784&job=&cmd_args= [2021-02-19T02:51:15.086Z] -> Pinging Codecov [2021-02-19T02:51:15.086Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-784&commit=12393217a74ef032b594879f10007a2519e4cc92&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-784%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=784&job=&cmd_args= [2021-02-19T02:51:15.660Z] -> Uploading to [2021-02-19T02:51:15.660Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-19/7E55EF52A471D76F132DFD9A03CDDE97/12393217a74ef032b594879f10007a2519e4cc92/bf089f12-1fbc-49d7-9cd4-986303cf4012.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T025115Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97f49f7678e243437a4fb6b32bb865b66db573d740794ceee5575a6ceae8596b [2021-02-19T02:51:15.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-19T02:51:15.660Z] Dload Upload Total Spent Left Speed [2021-02-19T02:51:15.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16514 0 0 100 16514 0 39959 --:--:-- --:--:-- --:--:-- 39888 [2021-02-19T02:51:15.922Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/12393217a74ef032b594879f10007a2519e4cc92 [Pipeline] } [2021-02-19T02:51:15.932Z] 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-19T02:51:18.499Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:51:18.802Z] ---> package-listing.sh [2021-02-19T02:51:18.802Z] ++ facter osfamily [2021-02-19T02:51:18.802Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T02:51:18.802Z] + OS_FAMILY=redhat [2021-02-19T02:51:18.802Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-784 [2021-02-19T02:51:18.802Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T02:51:18.802Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T02:51:18.802Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T02:51:18.802Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T02:51:18.802Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-784 ']' [2021-02-19T02:51:18.802Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T02:51:18.802Z] + case "${OS_FAMILY}" in [2021-02-19T02:51:18.802Z] + rpm -qa [2021-02-19T02:51:18.802Z] + sort [2021-02-19T02:51:24.106Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T02:51:24.106Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T02:51:24.106Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T02:51:24.106Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-784 ']' [2021-02-19T02:51:24.106Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-784/archives/ [2021-02-19T02:51:24.106Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-784/archives/ [Pipeline] echo [2021-02-19T02:51:24.120Z] 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-784/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T02:51:24.411Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:51:24.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T02:51:24.715Z] [2021-02-19T02:51:24.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:51:25.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T02:51:25.065Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T02:51:25.065Z] df20fa9351a1: Pulling fs layer [2021-02-19T02:51:25.065Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T02:51:25.065Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T02:51:25.065Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T02:51:25.065Z] 93b61091891f: Pulling fs layer [2021-02-19T02:51:25.065Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T02:51:25.065Z] 5e14af77c1be: Pulling fs layer [2021-02-19T02:51:25.065Z] 01666e4c0597: Pulling fs layer [2021-02-19T02:51:25.065Z] aa168da1d23b: Pulling fs layer [2021-02-19T02:51:25.065Z] 93b9cdb0e59b: Waiting [2021-02-19T02:51:25.065Z] 5e14af77c1be: Waiting [2021-02-19T02:51:25.065Z] 01666e4c0597: Waiting [2021-02-19T02:51:25.065Z] aa168da1d23b: Waiting [2021-02-19T02:51:25.065Z] 46f8f816bc3b: Waiting [2021-02-19T02:51:25.065Z] 93b61091891f: Waiting [2021-02-19T02:51:25.065Z] 36b3adc4ff6f: Download complete [2021-02-19T02:51:25.065Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T02:51:25.065Z] 46f8f816bc3b: Download complete [2021-02-19T02:51:25.065Z] df20fa9351a1: Verifying Checksum [2021-02-19T02:51:25.333Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T02:51:25.333Z] 93b9cdb0e59b: Download complete [2021-02-19T02:51:25.333Z] 93b61091891f: Download complete [2021-02-19T02:51:25.333Z] 5e14af77c1be: Verifying Checksum [2021-02-19T02:51:25.333Z] 5e14af77c1be: Download complete [2021-02-19T02:51:25.333Z] 01666e4c0597: Verifying Checksum [2021-02-19T02:51:25.333Z] 01666e4c0597: Download complete [2021-02-19T02:51:25.594Z] 8ad3a11d3b57: Verifying Checksum [2021-02-19T02:51:25.594Z] 8ad3a11d3b57: Download complete [2021-02-19T02:51:25.594Z] df20fa9351a1: Pull complete [2021-02-19T02:51:25.855Z] 36b3adc4ff6f: Pull complete [2021-02-19T02:51:26.435Z] 8ad3a11d3b57: Pull complete [2021-02-19T02:51:26.436Z] 46f8f816bc3b: Pull complete [2021-02-19T02:51:27.381Z] aa168da1d23b: Verifying Checksum [2021-02-19T02:51:27.381Z] aa168da1d23b: Download complete [2021-02-19T02:51:27.381Z] 93b61091891f: Pull complete [2021-02-19T02:51:27.381Z] 93b9cdb0e59b: Pull complete [2021-02-19T02:51:27.381Z] 5e14af77c1be: Pull complete [2021-02-19T02:51:27.645Z] 01666e4c0597: Pull complete [2021-02-19T02:51:34.266Z] aa168da1d23b: Pull complete [2021-02-19T02:51:34.266Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T02:51:34.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T02:51:34.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T02:51:34.406Z] prd-centos7-docker-4c-2g-26886 does not seem to be running inside a container [2021-02-19T02:51:34.451Z] $ 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-784/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-784 -v /w/workspace/dgexfoundry_device-sdk-go_PR-784:/w/workspace/dgexfoundry_device-sdk-go_PR-784:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T02:51:37.982Z] $ docker top 95871a54b89f6daa9f1a482c60c340ac809acad44687a794ff8f2dfd934d1afb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:51:38.476Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T02:51:38.777Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T02:51:39.074Z] + ls /var/log/sa-host [2021-02-19T02:51:39.074Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T02:51:39.074Z] file_magic: OK [2021-02-19T02:51:39.074Z] HZ: Using current value: 100 [2021-02-19T02:51:39.074Z] file_header: OK [2021-02-19T02:51:39.074Z] 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-19T02:51:39.074Z] Statistics: [2021-02-19T02:51:39.074Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-19T02:51:39.074Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T02:51:39.074Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T02:51:39.074Z] file_magic: OK [2021-02-19T02:51:39.074Z] HZ: Using current value: 100 [2021-02-19T02:51:39.074Z] file_header: OK [2021-02-19T02:51:39.074Z] 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-19T02:51:39.074Z] Statistics: [2021-02-19T02:51:39.074Z] Hnuu...uuuununununu... [2021-02-19T02:51:39.074Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T02:51:39.277Z] provisioning config files... [2021-02-19T02:51:39.293Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/config143934503869360254tmp [Pipeline] { [Pipeline] echo [2021-02-19T02:51:39.373Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:51:39.668Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T02:51:39.678Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T02:51:39.775Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:51:40.072Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T02:51:40.084Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:51:40.379Z] ---> sudo-logs.sh [2021-02-19T02:51:40.380Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T02:51:40.441Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:51:40.733Z] ---> job-cost.sh [2021-02-19T02:51:40.733Z] lf-activate-venv: SKIPPING [2021-02-19T02:51:40.733Z] INFO: No Stack... [2021-02-19T02:51:41.676Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T02:51:42.248Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T02:51:42.261Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:51:42.552Z] ---> logs-deploy.sh [2021-02-19T02:51:42.553Z] lf-activate-venv: SKIPPING [2021-02-19T02:51:42.553Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-784/3 [2021-02-19T02:51:42.553Z] INFO: archiving workspace using pattern(s): [2021-02-19T02:51:43.941Z] Archives upload complete. [2021-02-19T02:51:44.204Z] INFO: archiving logs to Nexus