Pull request #786 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eb68d779593d43fd8226acfbb435b59e54b40cf6+6125dba09cfc805438589ab7aad954d8cad7589e (b97710eccbb33142c7448e68a1a73afec2532c0d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26659’ Running on prd-centos7-docker-4c-2g-26660 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-786 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 Merge succeeded, producing eb68d779593d43fd8226acfbb435b59e54b40cf6 Checking out Revision eb68d779593d43fd8226acfbb435b59e54b40cf6 (PR-786) > git config core.sparsecheckout # timeout=10 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-17T10:15:46.844Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-17T10:15:47.170Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk b24884d8f85a720a299ec4a36bf85f29f3261217 # timeout=10 [Pipeline] echo [2021-02-17T10:15:47.282Z] ========================================================= [2021-02-17T10:15:47.282Z] EdgeX Global Pipelines Version Info [2021-02-17T10:15:47.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:15:48.827Z] ------------------- [2021-02-17T10:15:48.827Z] stable info: [2021-02-17T10:15:48.827Z] ------------------- [2021-02-17T10:15:48.827Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-17T10:15:48.827Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-17T10:15:48.827Z] Message: update stable to v1.0.179 [2021-02-17T10:15:49.778Z] ------------------- [2021-02-17T10:15:49.778Z] experimental info: [2021-02-17T10:15:49.778Z] ------------------- [2021-02-17T10:15:49.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-17T10:15:49.778Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-17T10:15:49.778Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-17T10:15:50.040Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-17T10:15:50.222Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-17T10:15:50.312Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-17T10:15:50.409Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-17T10:15:50.501Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-17T10:15:50.647Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-17T10:15:50.748Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-17T10:15:50.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-17T10:15:50.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-17T10:15:51.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-17T10:15:51.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-17T10:15:51.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-17T10:15:51.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-17T10:15:51.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-17T10:15:51.540Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-17T10:15:51.626Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T10:15:51.736Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T10:15:51.832Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-17T10:15:51.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-17T10:15:52.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-17T10:15:52.129Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-17T10:15:52.212Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-17T10:15:52.311Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-17T10:15:52.397Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-17T10:15:52.491Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-17T10:15:52.579Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-17T10:15:52.666Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-17T10:15:52.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-786 [Pipeline] echo [2021-02-17T10:15:52.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-786 [Pipeline] echo [2021-02-17T10:15:52.929Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-786 [Pipeline] echo [2021-02-17T10:15:53.015Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb68d779593d43fd8226acfbb435b59e54b40cf6 [Pipeline] echo [2021-02-17T10:15:53.136Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb68d77 [Pipeline] echo [2021-02-17T10:15:53.222Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-17T10:15:53.393Z] provisioning config files... [2021-02-17T10:15:53.422Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config3148864317935551246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:15:53.800Z] ---> docker-login.sh [2021-02-17T10:15:53.800Z] nexus3.edgexfoundry.org:10001 [2021-02-17T10:15:54.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:15:54.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:15:54.069Z] Configure a credential helper to remove this warning. See [2021-02-17T10:15:54.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:15:54.069Z] [2021-02-17T10:15:54.069Z] Login Succeeded [2021-02-17T10:15:54.069Z] nexus3.edgexfoundry.org:10002 [2021-02-17T10:15:54.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:15:54.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:15:54.334Z] Configure a credential helper to remove this warning. See [2021-02-17T10:15:54.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:15:54.334Z] [2021-02-17T10:15:54.334Z] Login Succeeded [2021-02-17T10:15:54.334Z] nexus3.edgexfoundry.org:10003 [2021-02-17T10:15:54.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:15:54.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:15:54.599Z] Configure a credential helper to remove this warning. See [2021-02-17T10:15:54.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:15:54.599Z] [2021-02-17T10:15:54.599Z] Login Succeeded [2021-02-17T10:15:54.599Z] nexus3.edgexfoundry.org:10004 [2021-02-17T10:15:54.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:15:54.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:15:54.599Z] Configure a credential helper to remove this warning. See [2021-02-17T10:15:54.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:15:54.599Z] [2021-02-17T10:15:54.599Z] Login Succeeded [2021-02-17T10:15:54.599Z] docker.io [2021-02-17T10:15:54.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:15:55.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:15:55.126Z] Configure a credential helper to remove this warning. See [2021-02-17T10:15:55.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:15:55.126Z] [2021-02-17T10:15:55.126Z] Login Succeeded [2021-02-17T10:15:55.126Z] ---> docker-login.sh ends [Pipeline] } [2021-02-17T10:15:55.135Z] 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-17T10:15:55.920Z] + git log --format=format:%s -1 eb68d779593d43fd8226acfbb435b59e54b40cf6 [Pipeline] echo [2021-02-17T10:15:55.985Z] GIT_COMMIT: eb68d779593d43fd8226acfbb435b59e54b40cf6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2021-02-17T10:15:56.029Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:15:56.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T10:15:56.615Z] [2021-02-17T10:15:56.615Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:15:56.982Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T10:15:56.982Z] latest: Pulling from edgex-devops/git-semver [2021-02-17T10:15:56.982Z] 31603596830f: Pulling fs layer [2021-02-17T10:15:56.982Z] 2a8b12db71e7: Pulling fs layer [2021-02-17T10:15:56.982Z] 6ca5941a6612: Pulling fs layer [2021-02-17T10:15:56.982Z] ecc8261a40a4: Pulling fs layer [2021-02-17T10:15:56.982Z] ecc8261a40a4: Waiting [2021-02-17T10:15:56.982Z] 2a8b12db71e7: Verifying Checksum [2021-02-17T10:15:56.982Z] 2a8b12db71e7: Download complete [2021-02-17T10:15:56.982Z] 31603596830f: Verifying Checksum [2021-02-17T10:15:56.982Z] 31603596830f: Download complete [2021-02-17T10:15:57.245Z] 6ca5941a6612: Verifying Checksum [2021-02-17T10:15:57.245Z] 6ca5941a6612: Download complete [2021-02-17T10:15:57.245Z] ecc8261a40a4: Verifying Checksum [2021-02-17T10:15:57.245Z] ecc8261a40a4: Download complete [2021-02-17T10:15:57.508Z] 31603596830f: Pull complete [2021-02-17T10:15:57.779Z] 2a8b12db71e7: Pull complete [2021-02-17T10:15:58.733Z] 6ca5941a6612: Pull complete [2021-02-17T10:15:58.995Z] ecc8261a40a4: Pull complete [2021-02-17T10:15:58.996Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-17T10:15:58.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T10:15:58.996Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-17T10:15:59.121Z] prd-centos7-docker-4c-2g-26660 does not seem to be running inside a container [2021-02-17T10:15:59.178Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-17T10:16:01.035Z] $ docker top d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-17T10:16:01.313Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-17T10:16:01.313Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-17T10:16:01.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-17T10:16:01.548Z] $ docker exec d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent [2021-02-17T10:16:01.718Z] SSH_AUTH_SOCK=/tmp/ssh-PvBczOLQqj3g/agent.13 [2021-02-17T10:16:01.718Z] SSH_AGENT_PID=18 [2021-02-17T10:16:01.727Z] Running ssh-add (command line suppressed) [2021-02-17T10:16:01.855Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_988833163725006309.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_988833163725006309.key) [2021-02-17T10:16:01.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-17T10:16:02.243Z] + git tag --points-at HEAD [Pipeline] } [2021-02-17T10:16:02.268Z] $ docker exec --env ******** --env ******** d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent -k [2021-02-17T10:16:02.382Z] unset SSH_AUTH_SOCK; [2021-02-17T10:16:02.383Z] unset SSH_AGENT_PID; [2021-02-17T10:16:02.383Z] echo Agent pid 18 killed; [2021-02-17T10:16:02.431Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-17T10:16:02.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-17T10:16:02.572Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-17T10:16:02.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-17T10:16:02.739Z] $ docker exec d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent [2021-02-17T10:16:02.903Z] SSH_AUTH_SOCK=/tmp/ssh-L0tFb68VE4BV/agent.47 [2021-02-17T10:16:02.903Z] SSH_AGENT_PID=52 [2021-02-17T10:16:02.910Z] Running ssh-add (command line suppressed) [2021-02-17T10:16:03.027Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_1092035127595940067.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_1092035127595940067.key) [2021-02-17T10:16:03.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-17T10:16:03.415Z] + git semver init [2021-02-17T10:16:03.415Z] # -> Open(): unable to determine branch for HEAD [2021-02-17T10:16:03.415Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.git [2021-02-17T10:16:03.415Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-786 [2021-02-17T10:16:03.415Z] # $SEMVER_REMOTE_NAME = origin [2021-02-17T10:16:03.415Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-17T10:16:03.415Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-17T10:16:03.415Z] # $SEMVER_BRANCH = PR-786 [2021-02-17T10:16:03.415Z] # $SEMVER_TEMP = /tmp/semver-621141972 [2021-02-17T10:16:03.415Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-17T10:16:04.363Z] # '/tmp/semver-621141972' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver' [2021-02-17T10:16:04.363Z] # -> Force: false [2021-02-17T10:16:04.363Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver [Pipeline] } [2021-02-17T10:16:04.376Z] $ docker exec --env ******** --env ******** d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 ssh-agent -k [2021-02-17T10:16:04.497Z] unset SSH_AUTH_SOCK; [2021-02-17T10:16:04.498Z] unset SSH_AGENT_PID; [2021-02-17T10:16:04.498Z] echo Agent pid 52 killed; [2021-02-17T10:16:04.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-17T10:16:05.108Z] + git semver [Pipeline] } [2021-02-17T10:16:05.125Z] $ docker stop --time=1 d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 [2021-02-17T10:16:06.599Z] $ docker rm -f d0955e0f054a29ad03bb60fc00945345b14ca09af7fa53562c7f7c6c5ce79312 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T10:16:07.071Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-17T10:16:07.613Z] Stashed 1 file(s) [Pipeline] echo [2021-02-17T10:16:07.621Z] [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-17T10:16:23.130Z] Still waiting to schedule task [2021-02-17T10:16:23.130Z] Still waiting to schedule task [2021-02-17T10:16:23.130Z] ‘prd-centos7-docker-4c-2g-26662’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26661’ is offline [2021-02-17T10:16:23.131Z] ‘prd-centos7-docker-4c-2g-26662’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26661’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-17T10:18:01.487Z] Running on prd-centos7-docker-4c-2g-26663 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws [2021-02-17T10:18:01.577Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-17T10:18:20.453Z] using credential edgex-jenkins-ssh [2021-02-17T10:18:20.505Z] Cloning the remote Git repository [2021-02-17T10:18:20.603Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-17T10:18:20.721Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-17T10:18:20.866Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-17T10:18:20.868Z] > git --version # timeout=10 [2021-02-17T10:18:20.929Z] > git --version # 'git version 2.24.3' [2021-02-17T10:18:20.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T10:18:21.038Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T10:18:22.530Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-17T10:18:22.545Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T10:18:22.562Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-17T10:18:22.578Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-17T10:18:22.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T10:18:22.585Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-17T10:18:22.990Z] Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-17T10:18:23.580Z] Merge succeeded, producing eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-17T10:18:23.581Z] Checking out Revision eb68d779593d43fd8226acfbb435b59e54b40cf6 (PR-786) [2021-02-17T10:18:23.024Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T10:18:23.037Z] > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [2021-02-17T10:18:23.192Z] > git remote # timeout=10 [2021-02-17T10:18:23.281Z] > git config --get remote.origin.url # timeout=10 [2021-02-17T10:18:23.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T10:18:23.347Z] > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 [2021-02-17T10:18:23.436Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-17T10:18:23.595Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T10:18:23.648Z] > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [2021-02-17T10:18:29.691Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T10:18:31.869Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-17T10:18:32.499Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-17T10:18:32.946Z] + sudo service docker restart [2021-02-17T10:18:32.946Z] + true [2021-02-17T10:18:32.946Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-17T10:18:35.876Z] provisioning config files... [2021-02-17T10:18:35.989Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6256707699855871113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:18:36.677Z] ---> docker-login.sh [2021-02-17T10:18:36.677Z] nexus3.edgexfoundry.org:10001 [2021-02-17T10:18:38.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:18:38.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:18:38.559Z] Configure a credential helper to remove this warning. See [2021-02-17T10:18:38.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:18:38.559Z] [2021-02-17T10:18:38.559Z] Login Succeeded [2021-02-17T10:18:38.559Z] nexus3.edgexfoundry.org:10002 [2021-02-17T10:18:38.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:18:39.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:18:39.244Z] Configure a credential helper to remove this warning. See [2021-02-17T10:18:39.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:18:39.244Z] [2021-02-17T10:18:39.244Z] Login Succeeded [2021-02-17T10:18:39.244Z] nexus3.edgexfoundry.org:10003 [2021-02-17T10:18:40.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:18:40.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:18:40.661Z] Configure a credential helper to remove this warning. See [2021-02-17T10:18:40.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:18:40.661Z] [2021-02-17T10:18:40.661Z] Login Succeeded [2021-02-17T10:18:40.661Z] nexus3.edgexfoundry.org:10004 [2021-02-17T10:18:41.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:18:41.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:18:41.300Z] Configure a credential helper to remove this warning. See [2021-02-17T10:18:41.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:18:41.300Z] [2021-02-17T10:18:41.300Z] Login Succeeded [2021-02-17T10:18:41.300Z] docker.io [2021-02-17T10:18:41.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:18:41.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:18:41.860Z] Configure a credential helper to remove this warning. See [2021-02-17T10:18:41.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:18:41.860Z] [2021-02-17T10:18:41.860Z] Login Succeeded [2021-02-17T10:18:41.860Z] ---> docker-login.sh ends [Pipeline] } [2021-02-17T10:18:41.883Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-17T10:18:42.472Z] ========================================================= [2021-02-17T10:18:42.472Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-17T10:18:42.472Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:18:42.989Z] + 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-17T10:18:43.383Z] Sending build context to Docker daemon 2.381MB [2021-02-17T10:18:43.383Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T10:18:43.383Z] Step 2/8 : FROM ${BASE} [2021-02-17T10:18:43.655Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-17T10:18:43.655Z] 188c0c94c7c5: Pulling fs layer [2021-02-17T10:18:43.655Z] 0ef7d3d256c8: Pulling fs layer [2021-02-17T10:18:43.655Z] de9db76c5a1d: Pulling fs layer [2021-02-17T10:18:43.655Z] bca2f99d35d6: Pulling fs layer [2021-02-17T10:18:43.655Z] 93359f2a8cfa: Pulling fs layer [2021-02-17T10:18:43.655Z] 7c6f9722023f: Pulling fs layer [2021-02-17T10:18:43.655Z] a35cf1a2eb13: Pulling fs layer [2021-02-17T10:18:43.655Z] bca2f99d35d6: Waiting [2021-02-17T10:18:43.655Z] 93359f2a8cfa: Waiting [2021-02-17T10:18:43.655Z] 7c6f9722023f: Waiting [2021-02-17T10:18:43.655Z] a35cf1a2eb13: Waiting [2021-02-17T10:18:43.655Z] de9db76c5a1d: Verifying Checksum [2021-02-17T10:18:43.655Z] de9db76c5a1d: Download complete [2021-02-17T10:18:43.655Z] 0ef7d3d256c8: Verifying Checksum [2021-02-17T10:18:43.655Z] 0ef7d3d256c8: Download complete [2021-02-17T10:18:44.274Z] 93359f2a8cfa: Verifying Checksum [2021-02-17T10:18:44.274Z] 93359f2a8cfa: Download complete [2021-02-17T10:18:44.274Z] 7c6f9722023f: Verifying Checksum [2021-02-17T10:18:44.274Z] 7c6f9722023f: Download complete [2021-02-17T10:18:44.620Z] 188c0c94c7c5: Verifying Checksum [2021-02-17T10:18:44.620Z] 188c0c94c7c5: Download complete [2021-02-17T10:18:45.833Z] 188c0c94c7c5: Pull complete [2021-02-17T10:18:46.662Z] 0ef7d3d256c8: Pull complete [2021-02-17T10:18:46.989Z] de9db76c5a1d: Pull complete [2021-02-17T10:18:55.415Z] a35cf1a2eb13: Verifying Checksum [2021-02-17T10:18:55.415Z] a35cf1a2eb13: Download complete [2021-02-17T10:18:56.824Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26665 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws [2021-02-17T10:18:56.877Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-17T10:18:59.242Z] bca2f99d35d6: Verifying Checksum [2021-02-17T10:18:59.242Z] bca2f99d35d6: Download complete [2021-02-17T10:19:02.444Z] using credential edgex-jenkins-ssh [2021-02-17T10:19:02.500Z] Cloning the remote Git repository [2021-02-17T10:19:02.569Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-17T10:19:02.681Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-17T10:19:02.763Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-17T10:19:02.764Z] > git --version # timeout=10 [2021-02-17T10:19:02.781Z] > git --version # 'git version 2.17.1' [2021-02-17T10:19:02.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T10:19:02.871Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T10:19:04.241Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-17T10:19:04.263Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T10:19:04.292Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-17T10:19:04.342Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-17T10:19:04.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T10:19:04.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-17T10:19:04.808Z] Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-17T10:19:05.096Z] Merge succeeded, producing eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-17T10:19:05.096Z] Checking out Revision eb68d779593d43fd8226acfbb435b59e54b40cf6 (PR-786) [2021-02-17T10:19:04.834Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T10:19:04.855Z] > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [2021-02-17T10:19:04.992Z] > git remote # timeout=10 [2021-02-17T10:19:05.013Z] > git config --get remote.origin.url # timeout=10 [2021-02-17T10:19:05.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T10:19:05.045Z] > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 [2021-02-17T10:19:05.076Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-17T10:19:05.107Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T10:19:05.185Z] > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [2021-02-17T10:19:09.754Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T10:19:11.260Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-17T10:19:11.741Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-17T10:19:12.079Z] + true [2021-02-17T10:19:12.079Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-17T10:19:14.175Z] provisioning config files... [2021-02-17T10:19:14.213Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1704046981255780260tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:19:14.627Z] ---> docker-login.sh [2021-02-17T10:19:14.627Z] nexus3.edgexfoundry.org:10001 [2021-02-17T10:19:15.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:19:15.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:19:15.883Z] Configure a credential helper to remove this warning. See [2021-02-17T10:19:15.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:19:15.883Z] [2021-02-17T10:19:15.883Z] Login Succeeded [2021-02-17T10:19:15.883Z] nexus3.edgexfoundry.org:10002 [2021-02-17T10:19:16.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:19:16.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:19:16.434Z] Configure a credential helper to remove this warning. See [2021-02-17T10:19:16.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:19:16.434Z] [2021-02-17T10:19:16.434Z] Login Succeeded [2021-02-17T10:19:16.434Z] nexus3.edgexfoundry.org:10003 [2021-02-17T10:19:16.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:19:16.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:19:16.981Z] Configure a credential helper to remove this warning. See [2021-02-17T10:19:16.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:19:16.981Z] [2021-02-17T10:19:16.981Z] Login Succeeded [2021-02-17T10:19:16.981Z] nexus3.edgexfoundry.org:10004 [2021-02-17T10:19:17.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:19:17.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:19:17.538Z] Configure a credential helper to remove this warning. See [2021-02-17T10:19:17.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:19:17.538Z] [2021-02-17T10:19:17.538Z] Login Succeeded [2021-02-17T10:19:17.538Z] docker.io [2021-02-17T10:19:17.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T10:19:18.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T10:19:18.090Z] Configure a credential helper to remove this warning. See [2021-02-17T10:19:18.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T10:19:18.090Z] [2021-02-17T10:19:18.090Z] Login Succeeded [2021-02-17T10:19:18.090Z] ---> docker-login.sh ends [Pipeline] } [2021-02-17T10:19:18.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-17T10:19:18.582Z] ========================================================= [2021-02-17T10:19:18.582Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-17T10:19:18.582Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:19:18.958Z] + 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-17T10:19:19.564Z] Sending build context to Docker daemon 2.38MB [2021-02-17T10:19:19.564Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T10:19:19.564Z] Step 2/8 : FROM ${BASE} [2021-02-17T10:19:19.564Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-17T10:19:19.564Z] 5f621e34cdf4: Pulling fs layer [2021-02-17T10:19:19.564Z] a4357932f1b6: Pulling fs layer [2021-02-17T10:19:19.564Z] 18c013af1878: Pulling fs layer [2021-02-17T10:19:19.564Z] 00ac8860ef70: Pulling fs layer [2021-02-17T10:19:19.564Z] 63d7cb157983: Pulling fs layer [2021-02-17T10:19:19.564Z] b116817d02f9: Pulling fs layer [2021-02-17T10:19:19.564Z] 745a02a5169b: Pulling fs layer [2021-02-17T10:19:19.564Z] b116817d02f9: Waiting [2021-02-17T10:19:19.564Z] 00ac8860ef70: Waiting [2021-02-17T10:19:19.564Z] 63d7cb157983: Waiting [2021-02-17T10:19:19.564Z] 745a02a5169b: Waiting [2021-02-17T10:19:19.564Z] 18c013af1878: Verifying Checksum [2021-02-17T10:19:19.564Z] 18c013af1878: Download complete [2021-02-17T10:19:19.564Z] a4357932f1b6: Verifying Checksum [2021-02-17T10:19:19.564Z] a4357932f1b6: Download complete [2021-02-17T10:19:19.564Z] 63d7cb157983: Verifying Checksum [2021-02-17T10:19:19.564Z] 63d7cb157983: Download complete [2021-02-17T10:19:19.564Z] b116817d02f9: Verifying Checksum [2021-02-17T10:19:19.564Z] b116817d02f9: Download complete [2021-02-17T10:19:19.564Z] 5f621e34cdf4: Verifying Checksum [2021-02-17T10:19:19.564Z] 5f621e34cdf4: Download complete [2021-02-17T10:19:20.556Z] 5f621e34cdf4: Pull complete [2021-02-17T10:19:21.182Z] a4357932f1b6: Pull complete [2021-02-17T10:19:21.477Z] 18c013af1878: Pull complete [2021-02-17T10:19:22.156Z] bca2f99d35d6: Pull complete [2021-02-17T10:19:22.156Z] 93359f2a8cfa: Pull complete [2021-02-17T10:19:22.156Z] 7c6f9722023f: Pull complete [2021-02-17T10:19:22.463Z] 745a02a5169b: Download complete [2021-02-17T10:19:23.451Z] 00ac8860ef70: Download complete [2021-02-17T10:19:32.462Z] a35cf1a2eb13: Pull complete [2021-02-17T10:19:32.462Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-17T10:19:32.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-17T10:19:32.462Z] ---> a62c8e92a672 [2021-02-17T10:19:32.462Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-17T10:19:32.462Z] ---> Running in a3820bd4d868 [2021-02-17T10:19:32.462Z] Removing intermediate container a3820bd4d868 [2021-02-17T10:19:32.462Z] ---> 43125e588038 [2021-02-17T10:19:32.462Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T10:19:32.462Z] ---> Running in 1047bce7f822 [2021-02-17T10:19:33.611Z] 00ac8860ef70: Pull complete [2021-02-17T10:19:33.612Z] 63d7cb157983: Pull complete [2021-02-17T10:19:33.884Z] b116817d02f9: Pull complete [2021-02-17T10:19:34.500Z] Removing intermediate container 1047bce7f822 [2021-02-17T10:19:34.500Z] ---> 2f5b1432a2b4 [2021-02-17T10:19:34.500Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-17T10:19:34.500Z] ---> Running in 270ff5f0e1be [2021-02-17T10:19:36.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T10:19:37.270Z] 745a02a5169b: Pull complete [2021-02-17T10:19:37.270Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-17T10:19:37.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-17T10:19:37.270Z] ---> b7e6874047d6 [2021-02-17T10:19:37.270Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-17T10:19:37.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T10:19:37.947Z] OK: 166 MiB in 39 packages [2021-02-17T10:19:39.073Z] Removing intermediate container 270ff5f0e1be [2021-02-17T10:19:39.073Z] ---> d20f1f4932f0 [2021-02-17T10:19:39.073Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-17T10:19:39.073Z] ---> Running in 3eed178d3c7d [2021-02-17T10:19:39.746Z] Removing intermediate container 3eed178d3c7d [2021-02-17T10:19:39.746Z] ---> f38d2c990c09 [2021-02-17T10:19:39.746Z] Step 7/8 : COPY . . [2021-02-17T10:19:40.658Z] ---> Running in 6a960f966d26 [2021-02-17T10:19:40.658Z] Removing intermediate container 6a960f966d26 [2021-02-17T10:19:40.658Z] ---> 39cb21438c2e [2021-02-17T10:19:40.658Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T10:19:40.658Z] ---> Running in c1acaf33c566 [2021-02-17T10:19:42.231Z] ---> 2c9458b68303 [2021-02-17T10:19:42.231Z] Step 8/8 : RUN go mod download [2021-02-17T10:19:42.231Z] ---> Running in 7f65f60fbcf2 [2021-02-17T10:19:43.294Z] Removing intermediate container c1acaf33c566 [2021-02-17T10:19:43.294Z] ---> fc56f5696d8d [2021-02-17T10:19:43.294Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-17T10:19:43.294Z] ---> Running in 347ea5ed8030 [2021-02-17T10:19:44.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T10:19:44.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T10:19:45.862Z] OK: 142 MiB in 39 packages [2021-02-17T10:19:47.300Z] Removing intermediate container 347ea5ed8030 [2021-02-17T10:19:47.300Z] ---> 4c67330618d7 [2021-02-17T10:19:47.300Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-17T10:19:47.300Z] ---> Running in d71b45709e8e [2021-02-17T10:19:47.899Z] Removing intermediate container d71b45709e8e [2021-02-17T10:19:47.899Z] ---> 481e61254484 [2021-02-17T10:19:47.899Z] Step 7/8 : COPY . . [2021-02-17T10:19:48.883Z] ---> 0ab5c09b5c32 [2021-02-17T10:19:48.883Z] Step 8/8 : RUN go mod download [2021-02-17T10:19:49.160Z] ---> Running in 74753454c219 [2021-02-17T10:20:15.970Z] Removing intermediate container 74753454c219 [2021-02-17T10:20:15.970Z] ---> 6137daeef566 [2021-02-17T10:20:15.970Z] Successfully built 6137daeef566 [2021-02-17T10:20:15.970Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:20:16.333Z] + docker inspect -f . ci-base-image-arm64 [2021-02-17T10:20:16.333Z] . [Pipeline] withDockerContainer [2021-02-17T10:20:16.574Z] prd-ubuntu18.04-docker-arm64-4c-16g-26665 does not seem to be running inside a container [2021-02-17T10:20:16.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-17T10:20:18.077Z] $ docker top 94bd5ac7f2c981ecd135c566b55ce7c0eb0a633b0ea43a67ee7f99f4062ef7d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T10:20:19.958Z] + go version [2021-02-17T10:20:19.959Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-17T10:20:19.998Z] $ docker stop --time=1 94bd5ac7f2c981ecd135c566b55ce7c0eb0a633b0ea43a67ee7f99f4062ef7d4 [2021-02-17T10:20:21.865Z] $ docker rm -f 94bd5ac7f2c981ecd135c566b55ce7c0eb0a633b0ea43a67ee7f99f4062ef7d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:20:22.796Z] + docker inspect -f . ci-base-image-arm64 [2021-02-17T10:20:22.796Z] . [Pipeline] withDockerContainer [2021-02-17T10:20:23.052Z] prd-ubuntu18.04-docker-arm64-4c-16g-26665 does not seem to be running inside a container [2021-02-17T10:20:23.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-17T10:20:24.578Z] $ docker top 061dda36d4d0a6968c5ae596936b247aa424aa502d2aef8b3c571f744308f8d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T10:20:25.551Z] + make test [2021-02-17T10:20:25.551Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-17T10:20:31.536Z] Removing intermediate container 7f65f60fbcf2 [2021-02-17T10:20:31.536Z] ---> c6b2024403a5 [2021-02-17T10:20:31.536Z] Successfully built c6b2024403a5 [2021-02-17T10:20:31.536Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:20:32.015Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-17T10:20:33.597Z] . [Pipeline] withDockerContainer [2021-02-17T10:20:33.853Z] prd-centos7-docker-4c-2g-26663 does not seem to be running inside a container [2021-02-17T10:20:34.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-17T10:20:36.189Z] $ docker top 4263704abbcd70fdfd493ad885ea72d27f9c3fd622e35ced2b89c5c6904444f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T10:20:37.678Z] + go version [2021-02-17T10:20:37.678Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-17T10:20:37.852Z] $ docker stop --time=1 4263704abbcd70fdfd493ad885ea72d27f9c3fd622e35ced2b89c5c6904444f9 [2021-02-17T10:20:40.239Z] $ docker rm -f 4263704abbcd70fdfd493ad885ea72d27f9c3fd622e35ced2b89c5c6904444f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:20:41.879Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-17T10:20:41.879Z] . [Pipeline] withDockerContainer [2021-02-17T10:20:42.922Z] prd-centos7-docker-4c-2g-26663 does not seem to be running inside a container [2021-02-17T10:20:43.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-17T10:20:45.516Z] $ docker top 2560afe7b3fd89d6d8e2b2d075055e1e47f63707ef1f78062ad3bc5bf688cc0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T10:20:47.023Z] + make test [2021-02-17T10:20:47.023Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-17T10:20:47.705Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-17T10:21:15.607Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-17T10:21:26.719Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-17T10:21:26.719Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-17T10:21:26.719Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-17T10:21:35.041Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.149s coverage: 25.5% of statements [2021-02-17T10:21:56.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-17T10:21:56.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-17T10:21:56.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-17T10:22:01.876Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.145s coverage: 10.1% of statements [2021-02-17T10:22:01.876Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.106s coverage: 12.5% of statements [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-17T10:22:01.877Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.141s coverage: 84.8% of statements [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-17T10:22:01.877Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.219s coverage: 49.2% of statements [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-02-17T10:22:01.877Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.191s coverage: 24.8% of statements [2021-02-17T10:22:01.877Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.977s coverage: 83.5% of statements [2021-02-17T10:22:01.877Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.3% of statements [2021-02-17T10:22:01.877Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-17T10:22:01.877Z] GO111MODULE=on go vet ./... [2021-02-17T10:22:05.867Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.070s coverage: 25.5% of statements [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.668s coverage: 10.1% of statements [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.316s coverage: 12.5% of statements [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.129s coverage: 84.8% of statements [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.088s coverage: 49.2% of statements [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.184s coverage: 24.8% of statements [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.816s coverage: 83.5% of statements [2021-02-17T10:22:33.842Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.107s coverage: 5.3% of statements [2021-02-17T10:22:33.842Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-17T10:22:33.842Z] GO111MODULE=on go vet ./... [2021-02-17T10:22:34.285Z] gofmt -l . [2021-02-17T10:22:34.285Z] [ "`gofmt -l .`" = "" ] [2021-02-17T10:22:34.285Z] ./bin/test-attribution-txt.sh [2021-02-17T10:22:34.285Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-17T10:22:34.313Z] $ docker stop --time=1 061dda36d4d0a6968c5ae596936b247aa424aa502d2aef8b3c571f744308f8d4 [2021-02-17T10:22:36.553Z] $ docker rm -f 061dda36d4d0a6968c5ae596936b247aa424aa502d2aef8b3c571f744308f8d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T10:22:37.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-17T10:22:38.459Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T10:22:39.745Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-17T10:22:40.144Z] + ls -al . [2021-02-17T10:22:40.144Z] total 208 [2021-02-17T10:22:40.144Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 17 10:22 . [2021-02-17T10:22:40.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 .. [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 17 10:19 .dockerignore [2021-02-17T10:22:40.144Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 17 10:19 .git [2021-02-17T10:22:40.144Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 10:19 .github [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 17 10:19 .gitignore [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 17 10:19 Dockerfile.build [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 17 10:19 Jenkinsfile [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 17 10:19 LICENSE [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 17 10:19 Makefile [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 17 10:19 README.md [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 17 10:19 RELEASE-NOTES.txt [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 17 10:16 VERSION [2021-02-17T10:22:40.144Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 17 10:19 bin [2021-02-17T10:22:40.144Z] -rw-r--r-- 1 jenkins jenkins 89677 Feb 17 10:21 coverage.out [2021-02-17T10:22:40.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 example [2021-02-17T10:22:40.144Z] -rw-r--r-- 1 jenkins jenkins 516 Feb 17 10:22 go.mod [2021-02-17T10:22:40.144Z] -rw-r--r-- 1 jenkins jenkins 17372 Feb 17 10:22 go.sum [2021-02-17T10:22:40.144Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 17 10:19 internal [2021-02-17T10:22:40.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 openapi [2021-02-17T10:22:40.144Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 17 10:19 pkg [2021-02-17T10:22:40.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 17 10:19 snap [2021-02-17T10:22:40.144Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 17 10:19 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:22:40.525Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=eb68d779593d43fd8226acfbb435b59e54b40cf6 --label arch=arm64 --label version=0.0.0 . [2021-02-17T10:22:41.169Z] Sending build context to Docker daemon 2.471MB [2021-02-17T10:22:41.169Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T10:22:41.169Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-17T10:22:41.169Z] ---> 6137daeef566 [2021-02-17T10:22:41.169Z] Step 3/24 : ARG MAKE='make build' [2021-02-17T10:22:41.460Z] ---> Running in bb9ff06ece7d [2021-02-17T10:22:41.739Z] Removing intermediate container bb9ff06ece7d [2021-02-17T10:22:41.739Z] ---> f54bad3d94ff [2021-02-17T10:22:41.739Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-17T10:22:42.011Z] ---> Running in fccfdaf1f330 [2021-02-17T10:22:42.605Z] Removing intermediate container fccfdaf1f330 [2021-02-17T10:22:42.605Z] ---> 6caf794820b0 [2021-02-17T10:22:42.605Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-17T10:22:42.605Z] ---> Running in ed3c559e866f [2021-02-17T10:22:43.200Z] Removing intermediate container ed3c559e866f [2021-02-17T10:22:43.201Z] ---> f76cf4771978 [2021-02-17T10:22:43.201Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T10:22:43.201Z] ---> Running in 15774ce358d2 [2021-02-17T10:22:45.205Z] Removing intermediate container 15774ce358d2 [2021-02-17T10:22:45.205Z] ---> c1fd74f648c1 [2021-02-17T10:22:45.205Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-17T10:22:45.478Z] ---> Running in 9c2cfeaba6e2 [2021-02-17T10:22:46.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T10:22:47.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T10:22:48.034Z] OK: 142 MiB in 39 packages [2021-02-17T10:22:49.012Z] Removing intermediate container 9c2cfeaba6e2 [2021-02-17T10:22:49.012Z] ---> 154b6d43f378 [2021-02-17T10:22:49.012Z] Step 8/24 : COPY . . [2021-02-17T10:22:49.998Z] ---> 140bd67bb819 [2021-02-17T10:22:49.998Z] Step 9/24 : RUN ${MAKE} [2021-02-17T10:22:50.273Z] ---> Running in c98898723e4d [2021-02-17T10:22:51.252Z] 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-17T10:23:03.140Z] gofmt -l . [2021-02-17T10:23:03.140Z] [ "`gofmt -l .`" = "" ] [2021-02-17T10:23:03.140Z] ./bin/test-attribution-txt.sh [2021-02-17T10:23:04.249Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-17T10:23:04.670Z] $ docker stop --time=1 2560afe7b3fd89d6d8e2b2d075055e1e47f63707ef1f78062ad3bc5bf688cc0b [2021-02-17T10:23:07.562Z] $ docker rm -f 2560afe7b3fd89d6d8e2b2d075055e1e47f63707ef1f78062ad3bc5bf688cc0b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T10:23:09.633Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-17T10:23:09.688Z] Warning: overwriting stash ‘coverage-report’ [2021-02-17T10:23:11.431Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-17T10:23:12.485Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-17T10:23:14.213Z] + ls -al . [2021-02-17T10:23:14.213Z] total 172 [2021-02-17T10:23:14.213Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 17 10:23 . [2021-02-17T10:23:14.213Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 17 10:18 .. [2021-02-17T10:23:14.213Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 17 10:18 bin [2021-02-17T10:23:14.213Z] -rw-r--r--. 1 jenkins jenkins 89677 Feb 17 10:22 coverage.out [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 17 10:18 Dockerfile.build [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 17 10:18 .dockerignore [2021-02-17T10:23:14.213Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 17 10:18 example [2021-02-17T10:23:14.213Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 17 10:18 .git [2021-02-17T10:23:14.213Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 17 10:18 .github [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 17 10:18 .gitignore [2021-02-17T10:23:14.213Z] -rw-r--r--. 1 jenkins jenkins 516 Feb 17 10:23 go.mod [2021-02-17T10:23:14.213Z] -rw-r--r--. 1 jenkins jenkins 17372 Feb 17 10:23 go.sum [2021-02-17T10:23:14.213Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 17 10:18 internal [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 17 10:18 Jenkinsfile [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 17 10:18 LICENSE [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 17 10:18 Makefile [2021-02-17T10:23:14.213Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 17 10:18 openapi [2021-02-17T10:23:14.213Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 17 10:18 pkg [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 17 10:18 README.md [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 17 10:18 RELEASE-NOTES.txt [2021-02-17T10:23:14.213Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 17 10:18 snap [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 17 10:16 VERSION [2021-02-17T10:23:14.213Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 17 10:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:23:14.850Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=eb68d779593d43fd8226acfbb435b59e54b40cf6 --label arch=amd64 --label version=0.0.0 . [2021-02-17T10:23:15.484Z] Sending build context to Docker daemon 2.472MB [2021-02-17T10:23:15.484Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T10:23:15.484Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-17T10:23:15.484Z] ---> c6b2024403a5 [2021-02-17T10:23:15.484Z] Step 3/24 : ARG MAKE='make build' [2021-02-17T10:23:16.102Z] ---> Running in 19e4872ad3ea [2021-02-17T10:23:17.283Z] Removing intermediate container 19e4872ad3ea [2021-02-17T10:23:17.283Z] ---> 5dbc1d6f417f [2021-02-17T10:23:17.283Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-17T10:23:17.283Z] ---> Running in 1c48b2ab93f0 [2021-02-17T10:23:17.572Z] Removing intermediate container 1c48b2ab93f0 [2021-02-17T10:23:17.572Z] ---> 5ea0c059e724 [2021-02-17T10:23:17.572Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-17T10:23:17.572Z] ---> Running in ab95e8417ec3 [2021-02-17T10:23:17.891Z] Removing intermediate container ab95e8417ec3 [2021-02-17T10:23:17.891Z] ---> a6c93d9958db [2021-02-17T10:23:17.891Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T10:23:17.891Z] ---> Running in 71696251681e [2021-02-17T10:23:18.091Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-17T10:23:19.071Z] Removing intermediate container c98898723e4d [2021-02-17T10:23:19.071Z] ---> c55d7a24421c [2021-02-17T10:23:19.071Z] Step 10/24 : FROM scratch [2021-02-17T10:23:19.071Z] ---> [2021-02-17T10:23:19.071Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-17T10:23:19.071Z] ---> Running in 7d36695cea66 [2021-02-17T10:23:19.455Z] Removing intermediate container 71696251681e [2021-02-17T10:23:19.455Z] ---> ab0ea15fcd8a [2021-02-17T10:23:19.455Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-17T10:23:19.665Z] Removing intermediate container 7d36695cea66 [2021-02-17T10:23:19.665Z] ---> b59a9de093fa [2021-02-17T10:23:19.665Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-17T10:23:19.665Z] ---> Running in 8d13cb39ed7d [2021-02-17T10:23:19.738Z] ---> Running in 95acab91e9fe [2021-02-17T10:23:19.940Z] Removing intermediate container 8d13cb39ed7d [2021-02-17T10:23:19.940Z] ---> 50c52553da04 [2021-02-17T10:23:19.940Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-17T10:23:20.212Z] ---> Running in 7dcd7199440e [2021-02-17T10:23:20.499Z] Removing intermediate container 7dcd7199440e [2021-02-17T10:23:20.499Z] ---> 0b9b2fc5418b [2021-02-17T10:23:20.499Z] Step 14/24 : WORKDIR / [2021-02-17T10:23:20.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T10:23:20.774Z] ---> Running in 1ee6b547d66c [2021-02-17T10:23:21.055Z] Removing intermediate container 1ee6b547d66c [2021-02-17T10:23:21.055Z] ---> ef9059f7e0c1 [2021-02-17T10:23:21.055Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-17T10:23:22.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T10:23:22.504Z] ---> 3fc4b811f798 [2021-02-17T10:23:22.504Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-17T10:23:22.813Z] OK: 166 MiB in 39 packages [2021-02-17T10:23:23.106Z] ---> c5a539acbae7 [2021-02-17T10:23:23.106Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-17T10:23:23.703Z] ---> 25b3362ad2d8 [2021-02-17T10:23:23.703Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-17T10:23:23.922Z] Removing intermediate container 95acab91e9fe [2021-02-17T10:23:23.922Z] ---> 2197a765096c [2021-02-17T10:23:23.922Z] Step 8/24 : COPY . . [2021-02-17T10:23:24.676Z] ---> dbb117bed6be [2021-02-17T10:23:24.676Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-17T10:23:25.060Z] ---> 0f5e8345c4e6 [2021-02-17T10:23:25.060Z] Step 9/24 : RUN ${MAKE} [2021-02-17T10:23:25.060Z] ---> Running in 26b611e35544 [2021-02-17T10:23:25.272Z] ---> 77e45d3a523a [2021-02-17T10:23:25.272Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-17T10:23:25.272Z] ---> Running in 54d832da5a6c [2021-02-17T10:23:25.871Z] Removing intermediate container 54d832da5a6c [2021-02-17T10:23:25.871Z] ---> 84d9b11119e7 [2021-02-17T10:23:25.871Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T10:23:25.871Z] ---> Running in 27fd34f15e3d [2021-02-17T10:23:26.466Z] Removing intermediate container 27fd34f15e3d [2021-02-17T10:23:26.466Z] ---> 0d741b0c09dd [2021-02-17T10:23:26.466Z] Step 22/24 : LABEL arch=arm64 [2021-02-17T10:23:26.466Z] ---> Running in 8dd9648ebf18 [2021-02-17T10:23:27.062Z] Removing intermediate container 8dd9648ebf18 [2021-02-17T10:23:27.062Z] ---> 2dd86d75e2c3 [2021-02-17T10:23:27.062Z] Step 23/24 : LABEL git_sha=eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-17T10:23:27.062Z] ---> Running in 75b996080991 [2021-02-17T10:23:27.278Z] 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-17T10:23:27.657Z] Removing intermediate container 75b996080991 [2021-02-17T10:23:27.657Z] ---> ddae748e41c5 [2021-02-17T10:23:27.657Z] Step 24/24 : LABEL version=0.0.0 [2021-02-17T10:23:27.657Z] ---> Running in 0f2bb51b99fd [2021-02-17T10:23:28.259Z] Removing intermediate container 0f2bb51b99fd [2021-02-17T10:23:28.259Z] ---> ce3420dd0b8d [2021-02-17T10:23:28.259Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-17T10:23:28.259Z] Successfully built ce3420dd0b8d [2021-02-17T10:23:28.259Z] 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] } [2021-02-17T10:23:46.161Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-17T10:23:47.970Z] Removing intermediate container 26b611e35544 [2021-02-17T10:23:47.970Z] ---> 3d64714d4cb3 [2021-02-17T10:23:47.970Z] Step 10/24 : FROM scratch [2021-02-17T10:23:47.970Z] ---> [2021-02-17T10:23:47.970Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-17T10:23:48.256Z] ---> Running in f466dd351cf9 [2021-02-17T10:23:48.527Z] Removing intermediate container f466dd351cf9 [2021-02-17T10:23:48.527Z] ---> 6111fcf83375 [2021-02-17T10:23:48.527Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-17T10:23:48.527Z] ---> Running in b10e053a665b [2021-02-17T10:23:48.804Z] Removing intermediate container b10e053a665b [2021-02-17T10:23:48.804Z] ---> e9600a0aed92 [2021-02-17T10:23:48.804Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-17T10:23:48.804Z] ---> Running in a9fd953bd397 [2021-02-17T10:23:49.139Z] Removing intermediate container a9fd953bd397 [2021-02-17T10:23:49.139Z] ---> ae7173205e04 [2021-02-17T10:23:49.139Z] Step 14/24 : WORKDIR / [2021-02-17T10:23:49.537Z] ---> Running in e98c38c0505c [2021-02-17T10:23:51.262Z] Removing intermediate container e98c38c0505c [2021-02-17T10:23:51.262Z] ---> b6d69dd9c4fd [2021-02-17T10:23:51.262Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-17T10:23:52.974Z] ---> b4485251992f [2021-02-17T10:23:52.974Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-17T10:23:53.752Z] ---> 6d31566f13fe [2021-02-17T10:23:53.752Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-17T10:23:54.103Z] ---> 9496cb4260a7 [2021-02-17T10:23:54.103Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-17T10:23:54.456Z] ---> dfd6fedeaf01 [2021-02-17T10:23:54.456Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-17T10:23:54.727Z] ---> 1e74c8fa8d84 [2021-02-17T10:23:54.727Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-17T10:23:54.727Z] ---> Running in a13dfd67d342 [2021-02-17T10:23:55.032Z] Removing intermediate container a13dfd67d342 [2021-02-17T10:23:55.032Z] ---> dc238cc880d7 [2021-02-17T10:23:55.032Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T10:23:55.032Z] ---> Running in 1d10643be774 [2021-02-17T10:23:55.304Z] Removing intermediate container 1d10643be774 [2021-02-17T10:23:55.304Z] ---> 86097d7e05b6 [2021-02-17T10:23:55.304Z] Step 22/24 : LABEL arch=amd64 [2021-02-17T10:23:55.590Z] ---> Running in 93a3ea841630 [2021-02-17T10:23:55.899Z] Removing intermediate container 93a3ea841630 [2021-02-17T10:23:55.899Z] ---> d4e53a44c057 [2021-02-17T10:23:55.899Z] Step 23/24 : LABEL git_sha=eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-17T10:23:55.899Z] ---> Running in 65fe651c60a7 [2021-02-17T10:23:56.594Z] Removing intermediate container 65fe651c60a7 [2021-02-17T10:23:56.594Z] ---> d511de80f67d [2021-02-17T10:23:56.594Z] Step 24/24 : LABEL version=0.0.0 [2021-02-17T10:23:56.594Z] ---> Running in 4c66abfef9a9 [2021-02-17T10:23:57.290Z] Removing intermediate container 4c66abfef9a9 [2021-02-17T10:23:57.290Z] ---> 910cab6d1acc [2021-02-17T10:23:57.290Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-17T10:23:57.290Z] Successfully built 910cab6d1acc [2021-02-17T10:23:57.290Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-17T10:23:58.750Z] provisioning config files... [2021-02-17T10:23:58.761Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config5323872752763673199tmp [Pipeline] { [Pipeline] sh [2021-02-17T10:23:59.142Z] + set +x [2021-02-17T10:23:59.142Z] + curl -s https://codecov.io/bash [2021-02-17T10:23:59.142Z] + bash -s -- [2021-02-17T10:23:59.408Z] [2021-02-17T10:23:59.408Z] _____ _ [2021-02-17T10:23:59.408Z] / ____| | | [2021-02-17T10:23:59.408Z] | | ___ __| | ___ ___ _____ __ [2021-02-17T10:23:59.408Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-17T10:23:59.408Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-17T10:23:59.408Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-17T10:23:59.408Z] Bash-20210129-7c25fce [2021-02-17T10:23:59.408Z] [2021-02-17T10:23:59.408Z] [2021-02-17T10:23:59.408Z] ==> git version 2.24.3 found [2021-02-17T10:23:59.408Z] ==> 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-17T10:23:59.408Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-17T10:23:59.409Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-17T10:23:59.409Z] ==> Jenkins CI detected. [2021-02-17T10:23:59.409Z] project root: . [2021-02-17T10:23:59.409Z] --> token set from env [2021-02-17T10:23:59.409Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-17T10:23:59.409Z] ==> Running gcov in . (disable via -X gcov) [2021-02-17T10:23:59.409Z] ==> Python coveragepy not found [2021-02-17T10:23:59.409Z] ==> Searching for coverage reports in: [2021-02-17T10:23:59.409Z] + . [2021-02-17T10:23:59.409Z] -> Found 1 reports [2021-02-17T10:23:59.409Z] ==> Detecting git/mercurial file structure [2021-02-17T10:23:59.409Z] ==> Reading reports [2021-02-17T10:23:59.409Z] + ./coverage.out bytes=89677 [2021-02-17T10:23:59.409Z] ==> Appending adjustments [2021-02-17T10:23:59.409Z] https://docs.codecov.io/docs/fixing-reports [2021-02-17T10:23:59.675Z] + Found adjustments [2021-02-17T10:23:59.675Z] ==> Gzipping contents [2021-02-17T10:23:59.943Z] 16K /tmp/codecov.u5mMsC.gz [2021-02-17T10:23:59.943Z] ==> Uploading reports [2021-02-17T10:23:59.943Z] url: https://codecov.io [2021-02-17T10:23:59.943Z] query: branch=PR-786&commit=eb68d779593d43fd8226acfbb435b59e54b40cf6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= [2021-02-17T10:23:59.943Z] -> Pinging Codecov [2021-02-17T10:23:59.943Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-786&commit=eb68d779593d43fd8226acfbb435b59e54b40cf6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= [2021-02-17T10:24:00.206Z] -> Uploading to [2021-02-17T10:24:00.207Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-17/7E55EF52A471D76F132DFD9A03CDDE97/eb68d779593d43fd8226acfbb435b59e54b40cf6/9dce9b3c-7a31-4eac-8262-156f35de0f5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210217T102400Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=335de161befc7d220e7cc90852e4fe13bf0f27672da19da326b5700e01233901 [2021-02-17T10:24:00.207Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-17T10:24:00.207Z] Dload Upload Total Spent Left Speed [2021-02-17T10:24:00.787Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15131 0 0 100 15131 0 34756 --:--:-- --:--:-- --:--:-- 34783 [2021-02-17T10:24:00.787Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/eb68d779593d43fd8226acfbb435b59e54b40cf6 [Pipeline] } [2021-02-17T10:24:00.806Z] 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-17T10:24:03.292Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:24:03.602Z] ---> package-listing.sh [2021-02-17T10:24:03.602Z] ++ facter osfamily [2021-02-17T10:24:03.602Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-17T10:24:03.602Z] + OS_FAMILY=redhat [2021-02-17T10:24:03.602Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-786 [2021-02-17T10:24:03.602Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-17T10:24:03.602Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-17T10:24:03.602Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-17T10:24:03.602Z] + PACKAGES=/tmp/packages_start.txt [2021-02-17T10:24:03.602Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' [2021-02-17T10:24:03.602Z] + PACKAGES=/tmp/packages_end.txt [2021-02-17T10:24:03.602Z] + case "${OS_FAMILY}" in [2021-02-17T10:24:03.602Z] + rpm -qa [2021-02-17T10:24:03.602Z] + sort [2021-02-17T10:24:08.907Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-17T10:24:08.907Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-17T10:24:08.907Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-17T10:24:08.907Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' [2021-02-17T10:24:08.907Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ [2021-02-17T10:24:08.907Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ [Pipeline] echo [2021-02-17T10:24:08.920Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-786/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-17T10:24:09.215Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:24:09.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T10:24:09.526Z] [2021-02-17T10:24:09.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-17T10:24:09.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T10:24:09.889Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-17T10:24:09.889Z] df20fa9351a1: Pulling fs layer [2021-02-17T10:24:09.889Z] 36b3adc4ff6f: Pulling fs layer [2021-02-17T10:24:09.889Z] 8ad3a11d3b57: Pulling fs layer [2021-02-17T10:24:09.889Z] 46f8f816bc3b: Pulling fs layer [2021-02-17T10:24:09.889Z] 93b61091891f: Pulling fs layer [2021-02-17T10:24:09.889Z] 93b9cdb0e59b: Pulling fs layer [2021-02-17T10:24:09.889Z] 5e14af77c1be: Pulling fs layer [2021-02-17T10:24:09.889Z] 01666e4c0597: Pulling fs layer [2021-02-17T10:24:09.889Z] aa168da1d23b: Pulling fs layer [2021-02-17T10:24:09.889Z] 46f8f816bc3b: Waiting [2021-02-17T10:24:09.889Z] 93b61091891f: Waiting [2021-02-17T10:24:09.889Z] 01666e4c0597: Waiting [2021-02-17T10:24:09.889Z] aa168da1d23b: Waiting [2021-02-17T10:24:09.889Z] 5e14af77c1be: Waiting [2021-02-17T10:24:09.889Z] 36b3adc4ff6f: Verifying Checksum [2021-02-17T10:24:09.889Z] 36b3adc4ff6f: Download complete [2021-02-17T10:24:09.889Z] 46f8f816bc3b: Verifying Checksum [2021-02-17T10:24:09.889Z] 46f8f816bc3b: Download complete [2021-02-17T10:24:09.889Z] df20fa9351a1: Verifying Checksum [2021-02-17T10:24:09.889Z] df20fa9351a1: Download complete [2021-02-17T10:24:09.889Z] 93b9cdb0e59b: Verifying Checksum [2021-02-17T10:24:09.889Z] 93b9cdb0e59b: Download complete [2021-02-17T10:24:10.157Z] 93b61091891f: Verifying Checksum [2021-02-17T10:24:10.157Z] 93b61091891f: Download complete [2021-02-17T10:24:10.157Z] 5e14af77c1be: Verifying Checksum [2021-02-17T10:24:10.157Z] 5e14af77c1be: Download complete [2021-02-17T10:24:10.157Z] 01666e4c0597: Verifying Checksum [2021-02-17T10:24:10.157Z] 01666e4c0597: Download complete [2021-02-17T10:24:10.157Z] df20fa9351a1: Pull complete [2021-02-17T10:24:10.421Z] 36b3adc4ff6f: Pull complete [2021-02-17T10:24:10.685Z] 8ad3a11d3b57: Verifying Checksum [2021-02-17T10:24:10.685Z] 8ad3a11d3b57: Download complete [2021-02-17T10:24:11.262Z] 8ad3a11d3b57: Pull complete [2021-02-17T10:24:11.530Z] 46f8f816bc3b: Pull complete [2021-02-17T10:24:12.487Z] aa168da1d23b: Verifying Checksum [2021-02-17T10:24:12.487Z] aa168da1d23b: Download complete [2021-02-17T10:24:12.487Z] 93b61091891f: Pull complete [2021-02-17T10:24:12.487Z] 93b9cdb0e59b: Pull complete [2021-02-17T10:24:12.487Z] 5e14af77c1be: Pull complete [2021-02-17T10:24:12.754Z] 01666e4c0597: Pull complete [2021-02-17T10:24:19.382Z] aa168da1d23b: Pull complete [2021-02-17T10:24:19.382Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-17T10:24:19.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T10:24:19.382Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-17T10:24:19.565Z] prd-centos7-docker-4c-2g-26660 does not seem to be running inside a container [2021-02-17T10:24:19.612Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-786/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-17T10:24:23.094Z] $ docker top 7b5a909d5643507dbe948620d6a4279bd4cede6ddb7abbc3e3b356a5bab1ae01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T10:24:23.656Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-17T10:24:23.956Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-17T10:24:24.261Z] + ls /var/log/sa-host [2021-02-17T10:24:24.261Z] + sadf -c /var/log/sa-host/sa17 [2021-02-17T10:24:24.261Z] file_magic: OK [2021-02-17T10:24:24.261Z] HZ: Using current value: 100 [2021-02-17T10:24:24.261Z] file_header: OK [2021-02-17T10:24:24.261Z] 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-17T10:24:24.261Z] Statistics: [2021-02-17T10:24:24.261Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-17T10:24:24.261Z] File successfully converted to sysstat format version 12.2.1 [2021-02-17T10:24:24.261Z] + sadf -c /var/log/sa-host/sa23 [2021-02-17T10:24:24.261Z] file_magic: OK [2021-02-17T10:24:24.261Z] HZ: Using current value: 100 [2021-02-17T10:24:24.261Z] file_header: OK [2021-02-17T10:24:24.261Z] 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-17T10:24:24.261Z] Statistics: [2021-02-17T10:24:24.261Z] Hnuu...uuuununununu... [2021-02-17T10:24:24.261Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-17T10:24:24.450Z] provisioning config files... [2021-02-17T10:24:24.471Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config5931532599762620266tmp [Pipeline] { [Pipeline] echo [2021-02-17T10:24:24.563Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:24:24.859Z] ---> create-netrc.sh [Pipeline] } [2021-02-17T10:24:24.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-17T10:24:24.980Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:24:25.274Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-17T10:24:25.285Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:24:25.578Z] ---> sudo-logs.sh [2021-02-17T10:24:25.578Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-17T10:24:25.637Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:24:25.929Z] ---> job-cost.sh [2021-02-17T10:24:25.930Z] lf-activate-venv: SKIPPING [2021-02-17T10:24:25.930Z] INFO: No Stack... [2021-02-17T10:24:26.874Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-17T10:24:27.136Z] INFO: Archiving Costs [Pipeline] echo [2021-02-17T10:24:27.149Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T10:24:27.447Z] ---> logs-deploy.sh [2021-02-17T10:24:27.447Z] lf-activate-venv: SKIPPING [2021-02-17T10:24:27.447Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-786/2 [2021-02-17T10:24:27.447Z] INFO: archiving workspace using pattern(s): [2021-02-17T10:24:30.004Z] Archives upload complete. [2021-02-17T10:24:30.004Z] INFO: archiving logs to Nexus