Pull request #659 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8+3d8962a40545ef0adb8ef75e097226374dd52980 (36f85558169f5d7afe7f6f53b400c736da4dae9a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13535 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [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-659 # 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 Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 Merge succeeded, producing 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 Checking out Revision 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 (PR-659) > 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/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 # 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 3d8962a40545ef0adb8ef75e097226374dd52980 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 # timeout=10 Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0" First time build. Skipping changelog. > git rev-list --no-walk 11c7385235c664815f19787e5b28255bcc61e561 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T07:49:35.392Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T07:49:35.627Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T07:49:35.720Z] ========================================================= [2020-11-26T07:49:35.720Z] EdgeX Global Pipelines Version Info [2020-11-26T07:49:35.720Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:37.232Z] ------------------- [2020-11-26T07:49:37.232Z] stable info: [2020-11-26T07:49:37.232Z] ------------------- [2020-11-26T07:49:37.232Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T07:49:37.232Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T07:49:37.232Z] Message: update stable to v1.0.167 [2020-11-26T07:49:38.194Z] ------------------- [2020-11-26T07:49:38.194Z] experimental info: [2020-11-26T07:49:38.194Z] ------------------- [2020-11-26T07:49:38.194Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T07:49:38.194Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T07:49:38.194Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-26T07:49:38.585Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-26T07:49:38.678Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-26T07:49:38.781Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T07:49:38.872Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T07:49:38.963Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T07:49:39.057Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T07:49:39.150Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T07:49:39.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T07:49:39.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-26T07:49:39.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T07:49:39.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T07:49:39.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-26T07:49:39.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T07:49:39.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T07:49:39.876Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T07:49:39.964Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:49:40.073Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:49:40.181Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T07:49:40.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T07:49:40.381Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-26T07:49:40.543Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T07:49:40.638Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T07:49:40.834Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-26T07:49:40.922Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-26T07:49:41.013Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-26T07:49:41.202Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T07:49:41.289Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-659 [Pipeline] echo [2020-11-26T07:49:41.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-659 [Pipeline] echo [2020-11-26T07:49:41.483Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-659 [Pipeline] echo [2020-11-26T07:49:41.582Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [Pipeline] echo [2020-11-26T07:49:41.682Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e6026a [Pipeline] echo [2020-11-26T07:49:41.791Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:49:41.986Z] provisioning config files... [2020-11-26T07:49:42.010Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config8860241752749930704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:49:42.368Z] ---> docker-login.sh [2020-11-26T07:49:42.368Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:49:42.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:49:42.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:49:42.630Z] Configure a credential helper to remove this warning. See [2020-11-26T07:49:42.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:49:42.630Z] [2020-11-26T07:49:42.630Z] Login Succeeded [2020-11-26T07:49:42.630Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:49:42.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:49:42.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:49:42.899Z] Configure a credential helper to remove this warning. See [2020-11-26T07:49:42.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:49:42.899Z] [2020-11-26T07:49:42.899Z] Login Succeeded [2020-11-26T07:49:42.899Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:49:42.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:49:42.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:49:42.899Z] Configure a credential helper to remove this warning. See [2020-11-26T07:49:42.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:49:42.899Z] [2020-11-26T07:49:42.899Z] Login Succeeded [2020-11-26T07:49:42.899Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:49:43.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:49:43.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:49:43.162Z] Configure a credential helper to remove this warning. See [2020-11-26T07:49:43.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:49:43.162Z] [2020-11-26T07:49:43.162Z] Login Succeeded [2020-11-26T07:49:43.162Z] docker.io [2020-11-26T07:49:43.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:49:43.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:49:43.424Z] Configure a credential helper to remove this warning. See [2020-11-26T07:49:43.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:49:43.424Z] [2020-11-26T07:49:43.424Z] Login Succeeded [2020-11-26T07:49:43.424Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:49:43.434Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:49:44.157Z] + git log --format=format:%s -1 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [Pipeline] echo [2020-11-26T07:49:44.223Z] GIT_COMMIT: 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8, Commit Message: build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 [Pipeline] echo [2020-11-26T07:49:44.267Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:49:44.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:49:44.901Z] [2020-11-26T07:49:44.901Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:49:45.240Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:49:45.240Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T07:49:45.240Z] 31603596830f: Pulling fs layer [2020-11-26T07:49:45.240Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T07:49:45.240Z] 6ca5941a6612: Pulling fs layer [2020-11-26T07:49:45.240Z] ecc8261a40a4: Pulling fs layer [2020-11-26T07:49:45.240Z] ecc8261a40a4: Waiting [2020-11-26T07:49:45.240Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T07:49:45.240Z] 2a8b12db71e7: Download complete [2020-11-26T07:49:45.240Z] 31603596830f: Verifying Checksum [2020-11-26T07:49:45.240Z] 31603596830f: Download complete [2020-11-26T07:49:45.509Z] ecc8261a40a4: Verifying Checksum [2020-11-26T07:49:45.509Z] ecc8261a40a4: Download complete [2020-11-26T07:49:45.509Z] 6ca5941a6612: Verifying Checksum [2020-11-26T07:49:45.509Z] 6ca5941a6612: Download complete [2020-11-26T07:49:45.773Z] 31603596830f: Pull complete [2020-11-26T07:49:45.773Z] 2a8b12db71e7: Pull complete [2020-11-26T07:49:46.348Z] 6ca5941a6612: Pull complete [2020-11-26T07:49:46.611Z] ecc8261a40a4: Pull complete [2020-11-26T07:49:46.611Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T07:49:46.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T07:49:46.611Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T07:49:46.718Z] prd-centos7-docker-4c-2g-13535 does not seem to be running inside a container [2020-11-26T07:49:46.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-659 -v /w/workspace/dgexfoundry_device-sdk-go_PR-659:/w/workspace/dgexfoundry_device-sdk-go_PR-659:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-659@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T07:49:48.624Z] $ docker top b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T07:49:48.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:49:48.925Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:49:49.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:49:49.148Z] $ docker exec b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af ssh-agent [2020-11-26T07:49:49.303Z] SSH_AUTH_SOCK=/tmp/ssh-pv2HICgcK5fu/agent.11 [2020-11-26T07:49:49.303Z] SSH_AGENT_PID=16 [2020-11-26T07:49:49.320Z] Running ssh-add (command line suppressed) [2020-11-26T07:49:49.434Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_6935284496714283649.key (/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_6935284496714283649.key) [2020-11-26T07:49:49.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:49:49.813Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T07:49:49.837Z] $ docker exec --env ******** --env ******** b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af ssh-agent -k [2020-11-26T07:49:49.956Z] unset SSH_AUTH_SOCK; [2020-11-26T07:49:49.956Z] unset SSH_AGENT_PID; [2020-11-26T07:49:49.956Z] echo Agent pid 16 killed; [2020-11-26T07:49:49.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T07:49:50.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T07:49:50.215Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T07:49:50.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T07:49:50.379Z] $ docker exec b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af ssh-agent [2020-11-26T07:49:50.529Z] SSH_AUTH_SOCK=/tmp/ssh-SGECfPcmdYYg/agent.46 [2020-11-26T07:49:50.529Z] SSH_AGENT_PID=52 [2020-11-26T07:49:50.536Z] Running ssh-add (command line suppressed) [2020-11-26T07:49:50.651Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_6018530703468659965.key (/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/private_key_6018530703468659965.key) [2020-11-26T07:49:50.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T07:49:51.035Z] + git semver init [2020-11-26T07:49:51.035Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T07:49:51.035Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.git [2020-11-26T07:49:51.035Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T07:49:51.035Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T07:49:51.035Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T07:49:51.035Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T07:49:51.035Z] # $SEMVER_BRANCH = PR-659 [2020-11-26T07:49:51.035Z] # $SEMVER_TEMP = /tmp/semver-051311173 [2020-11-26T07:49:51.035Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-26T07:49:51.982Z] # '/tmp/semver-051311173' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver' [2020-11-26T07:49:51.982Z] # -> Force: false [2020-11-26T07:49:51.982Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-659/.semver [Pipeline] } [2020-11-26T07:49:51.996Z] $ docker exec --env ******** --env ******** b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af ssh-agent -k [2020-11-26T07:49:52.106Z] unset SSH_AUTH_SOCK; [2020-11-26T07:49:52.106Z] unset SSH_AGENT_PID; [2020-11-26T07:49:52.106Z] echo Agent pid 52 killed; [2020-11-26T07:49:52.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T07:49:52.660Z] + git semver [Pipeline] } [2020-11-26T07:49:52.680Z] $ docker stop --time=1 b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af [2020-11-26T07:49:54.137Z] $ docker rm -f b74a4fcc99ca5e01a970176991efb25233e3349432257f5c7c7d5e18467ba3af [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T07:49:54.602Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T07:49:55.099Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T07:49:55.102Z] [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 [2020-11-26T07:49:55.737Z] Running on prd-centos7-docker-4c-2g-13536 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws [2020-11-26T07:49:55.793Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-11-26T07:49:58.041Z] using credential edgex-jenkins-ssh [2020-11-26T07:49:58.097Z] Cloning the remote Git repository [2020-11-26T07:49:58.122Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:49:58.189Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2020-11-26T07:49:58.254Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:49:58.254Z] > git --version # timeout=10 [2020-11-26T07:49:58.261Z] > git --version # 'git version 2.24.3' [2020-11-26T07:49:58.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:49:59.343Z] Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [2020-11-26T07:49:58.286Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:49:58.950Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:49:58.957Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:49:58.967Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:49:58.981Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:49:58.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:49:58.986Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:49:59.355Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:49:59.361Z] > git checkout -f 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 # timeout=10 [2020-11-26T07:49:59.449Z] Merge succeeded, producing 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [2020-11-26T07:49:59.449Z] Checking out Revision 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 (PR-659) [2020-11-26T07:49:59.418Z] > git remote # timeout=10 [2020-11-26T07:49:59.424Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T07:49:59.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:49:59.436Z] > git merge 3d8962a40545ef0adb8ef75e097226374dd52980 # timeout=10 [2020-11-26T07:49:59.445Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T07:49:59.455Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:49:59.458Z] > git checkout -f 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 # timeout=10 [2020-11-26T07:50:02.992Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T07:50:04.306Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:50:04.640Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:50:04.945Z] + sudo service docker restart [2020-11-26T07:50:04.945Z] + true [2020-11-26T07:50:04.945Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:50:05.958Z] provisioning config files... [2020-11-26T07:50:06.013Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config3945615182623841152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:50:06.401Z] ---> docker-login.sh [2020-11-26T07:50:06.401Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:50:06.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:50:06.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:50:06.662Z] Configure a credential helper to remove this warning. See [2020-11-26T07:50:06.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:50:06.662Z] [2020-11-26T07:50:06.662Z] Login Succeeded [2020-11-26T07:50:06.662Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:50:06.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:50:06.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:50:06.925Z] Configure a credential helper to remove this warning. See [2020-11-26T07:50:06.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:50:06.925Z] [2020-11-26T07:50:06.925Z] Login Succeeded [2020-11-26T07:50:06.925Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:50:06.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:50:07.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:50:07.188Z] Configure a credential helper to remove this warning. See [2020-11-26T07:50:07.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:50:07.188Z] [2020-11-26T07:50:07.188Z] Login Succeeded [2020-11-26T07:50:07.188Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:50:07.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:50:07.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:50:07.188Z] Configure a credential helper to remove this warning. See [2020-11-26T07:50:07.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:50:07.188Z] [2020-11-26T07:50:07.188Z] Login Succeeded [2020-11-26T07:50:07.188Z] docker.io [2020-11-26T07:50:07.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:50:07.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:50:07.713Z] Configure a credential helper to remove this warning. See [2020-11-26T07:50:07.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:50:07.713Z] [2020-11-26T07:50:07.713Z] Login Succeeded [2020-11-26T07:50:07.713Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:50:07.722Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T07:50:08.088Z] ========================================================= [2020-11-26T07:50:08.088Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T07:50:08.088Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:50:08.441Z] + 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 . [2020-11-26T07:50:08.441Z] Sending build context to Docker daemon 2.351MB [2020-11-26T07:50:08.441Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T07:50:08.441Z] Step 2/8 : FROM ${BASE} [2020-11-26T07:50:08.705Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T07:50:08.705Z] df20fa9351a1: Pulling fs layer [2020-11-26T07:50:08.705Z] ed8968b2872e: Pulling fs layer [2020-11-26T07:50:08.705Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T07:50:08.705Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T07:50:08.705Z] e73272ec9a57: Pulling fs layer [2020-11-26T07:50:08.705Z] 1e910a182e73: Pulling fs layer [2020-11-26T07:50:08.705Z] 4e634b169226: Pulling fs layer [2020-11-26T07:50:08.705Z] e73272ec9a57: Waiting [2020-11-26T07:50:08.705Z] 4e634b169226: Waiting [2020-11-26T07:50:08.705Z] e871e8e8d7a9: Waiting [2020-11-26T07:50:08.705Z] 1e910a182e73: Waiting [2020-11-26T07:50:08.705Z] a92cc7c5fd73: Verifying Checksum [2020-11-26T07:50:08.705Z] a92cc7c5fd73: Download complete [2020-11-26T07:50:08.705Z] ed8968b2872e: Download complete [2020-11-26T07:50:08.705Z] e73272ec9a57: Verifying Checksum [2020-11-26T07:50:08.705Z] e73272ec9a57: Download complete [2020-11-26T07:50:08.705Z] 1e910a182e73: Verifying Checksum [2020-11-26T07:50:08.705Z] 1e910a182e73: Download complete [2020-11-26T07:50:08.705Z] df20fa9351a1: Verifying Checksum [2020-11-26T07:50:08.705Z] df20fa9351a1: Download complete [2020-11-26T07:50:08.967Z] df20fa9351a1: Pull complete [2020-11-26T07:50:09.230Z] ed8968b2872e: Pull complete [2020-11-26T07:50:09.231Z] a92cc7c5fd73: Pull complete [2020-11-26T07:50:10.624Z] 4e634b169226: Verifying Checksum [2020-11-26T07:50:10.624Z] 4e634b169226: Download complete [2020-11-26T07:50:10.640Z] Still waiting to schedule task [2020-11-26T07:50:10.641Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-26T07:50:11.212Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T07:50:11.213Z] e871e8e8d7a9: Download complete [2020-11-26T07:50:16.562Z] e871e8e8d7a9: Pull complete [2020-11-26T07:50:16.562Z] e73272ec9a57: Pull complete [2020-11-26T07:50:16.562Z] 1e910a182e73: Pull complete [2020-11-26T07:50:23.195Z] 4e634b169226: Pull complete [2020-11-26T07:50:23.195Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T07:50:23.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T07:50:23.195Z] ---> f7629b54cfaa [2020-11-26T07:50:23.195Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:50:23.195Z] ---> Running in 9e0e5c2e7f61 [2020-11-26T07:50:23.460Z] Removing intermediate container 9e0e5c2e7f61 [2020-11-26T07:50:23.460Z] ---> 4cc244aefc31 [2020-11-26T07:50:23.460Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:50:23.460Z] ---> Running in d765c1af096d [2020-11-26T07:50:24.420Z] Removing intermediate container d765c1af096d [2020-11-26T07:50:24.420Z] ---> 604b36d10bb6 [2020-11-26T07:50:24.420Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T07:50:24.686Z] ---> Running in 3534d185fa73 [2020-11-26T07:50:25.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:50:26.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:50:26.471Z] OK: 166 MiB in 39 packages [2020-11-26T07:50:27.047Z] Removing intermediate container 3534d185fa73 [2020-11-26T07:50:27.047Z] ---> 018af0a54600 [2020-11-26T07:50:27.047Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-26T07:50:27.047Z] ---> Running in 0f41f0748db6 [2020-11-26T07:50:27.310Z] Removing intermediate container 0f41f0748db6 [2020-11-26T07:50:27.310Z] ---> a3aee47b5beb [2020-11-26T07:50:27.310Z] Step 7/8 : COPY . . [2020-11-26T07:50:28.258Z] ---> a707622d63f0 [2020-11-26T07:50:28.258Z] Step 8/8 : RUN go mod download [2020-11-26T07:50:28.520Z] ---> Running in e9dafb8a5b29 [2020-11-26T07:53:05.271Z] Removing intermediate container e9dafb8a5b29 [2020-11-26T07:53:05.271Z] ---> 8781f5f32196 [2020-11-26T07:53:05.271Z] Successfully built 8781f5f32196 [2020-11-26T07:53:05.271Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:53:05.601Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T07:53:05.602Z] . [Pipeline] withDockerContainer [2020-11-26T07:53:05.716Z] prd-centos7-docker-4c-2g-13536 does not seem to be running inside a container [2020-11-26T07:53:05.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T07:53:06.598Z] $ docker top 99275a692d4f4cc1281e53ed133ed45bc91ad81b76f52599c6bd3a5cc4325172 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:53:07.205Z] + go version [2020-11-26T07:53:07.205Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T07:53:07.223Z] $ docker stop --time=1 99275a692d4f4cc1281e53ed133ed45bc91ad81b76f52599c6bd3a5cc4325172 [2020-11-26T07:53:08.581Z] $ docker rm -f 99275a692d4f4cc1281e53ed133ed45bc91ad81b76f52599c6bd3a5cc4325172 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:53:09.471Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T07:53:09.472Z] . [Pipeline] withDockerContainer [2020-11-26T07:53:09.577Z] prd-centos7-docker-4c-2g-13536 does not seem to be running inside a container [2020-11-26T07:53:09.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T07:53:10.359Z] $ docker top ffbf29d43004128bf2910de6b28e07b5632ed6a14ddf9667cf3ebe0752cc0c23 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:53:10.910Z] + make test [2020-11-26T07:53:10.910Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T07:53:17.569Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-26T07:53:32.634Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-26T07:53:32.634Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-26T07:53:32.634Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-26T07:53:32.634Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.059s coverage: 20.6% of statements [2020-11-26T07:53:33.590Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.451s coverage: 97.1% of statements [2020-11-26T07:54:02.281Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13540 in /w/workspace/dgexfoundry_device-sdk-go_PR-659 [Pipeline] { [Pipeline] ws [2020-11-26T07:54:02.339Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.059s coverage: 9.4% of statements [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.060s coverage: 21.9% of statements [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.217s coverage: 42.5% of statements [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.274s coverage: 68.9% of statements [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.067s coverage: 52.6% of statements [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.641s coverage: 68.9% of statements [2020-11-26T07:54:05.758Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.7% of statements [2020-11-26T07:54:05.758Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-26T07:54:05.758Z] GO111MODULE=on go vet ./... [2020-11-26T07:54:07.595Z] using credential edgex-jenkins-ssh [2020-11-26T07:54:07.652Z] Cloning the remote Git repository [2020-11-26T07:54:07.726Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:54:07.844Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2020-11-26T07:54:07.923Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:54:07.924Z] > git --version # timeout=10 [2020-11-26T07:54:07.950Z] > git --version # 'git version 2.17.1' [2020-11-26T07:54:07.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:54:08.052Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:54:09.788Z] Merging remotes/origin/master commit 3d8962a40545ef0adb8ef75e097226374dd52980 into PR head commit 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [2020-11-26T07:54:09.204Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:54:09.227Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T07:54:09.259Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T07:54:09.291Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T07:54:09.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:54:09.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/659/head:refs/remotes/origin/PR-659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T07:54:09.828Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:54:09.843Z] > git checkout -f 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 # timeout=10 [2020-11-26T07:54:09.969Z] > git remote # timeout=10 [2020-11-26T07:54:09.992Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T07:54:10.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T07:54:10.024Z] > git merge 3d8962a40545ef0adb8ef75e097226374dd52980 # timeout=10 [2020-11-26T07:54:10.051Z] Merge succeeded, producing 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [2020-11-26T07:54:10.052Z] Checking out Revision 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 (PR-659) [2020-11-26T07:54:10.050Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T07:54:10.075Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T07:54:10.085Z] > git checkout -f 7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 # timeout=10 [2020-11-26T07:54:12.424Z] gofmt -l . [2020-11-26T07:54:12.424Z] [ "`gofmt -l .`" = "" ] [2020-11-26T07:54:12.424Z] ./bin/test-attribution-txt.sh [2020-11-26T07:54:13.376Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T07:54:13.394Z] $ docker stop --time=1 ffbf29d43004128bf2910de6b28e07b5632ed6a14ddf9667cf3ebe0752cc0c23 [2020-11-26T07:54:14.711Z] Commit message: "build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0" [2020-11-26T07:54:15.418Z] $ docker rm -f ffbf29d43004128bf2910de6b28e07b5632ed6a14ddf9667cf3ebe0752cc0c23 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-11-26T07:54:16.043Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] sh [2020-11-26T07:54:16.418Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-26T07:54:17.051Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2020-11-26T07:54:18.088Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T07:54:18.118Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T07:54:18.440Z] + sudo service docker restart [2020-11-26T07:54:18.440Z] + true [2020-11-26T07:54:18.514Z] + ls -al . [2020-11-26T07:54:18.515Z] total 208 [2020-11-26T07:54:18.515Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 26 07:54 . [2020-11-26T07:54:18.515Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 26 07:49 .. [2020-11-26T07:54:18.515Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 26 07:49 bin [2020-11-26T07:54:18.515Z] -rw-r--r--. 1 jenkins jenkins 127610 Nov 26 07:54 coverage.out [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 26 07:49 Dockerfile.build [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 26 07:49 .dockerignore [2020-11-26T07:54:18.515Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 26 07:49 example [2020-11-26T07:54:18.515Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 26 07:50 .git [2020-11-26T07:54:18.515Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 26 07:49 .github [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 26 07:49 .gitignore [2020-11-26T07:54:18.515Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 26 07:54 go.mod [2020-11-26T07:54:18.515Z] -rw-r--r--. 1 jenkins jenkins 13631 Nov 26 07:54 go.sum [2020-11-26T07:54:18.515Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 26 07:49 internal [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 26 07:49 Jenkinsfile [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 26 07:49 LICENSE [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 26 07:49 Makefile [2020-11-26T07:54:18.515Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 26 07:49 openapi [2020-11-26T07:54:18.515Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 26 07:49 pkg [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 26 07:49 README.md [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 26 07:49 RELEASE-NOTES.txt [2020-11-26T07:54:18.515Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 26 07:49 snap [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 26 07:49 VERSION [2020-11-26T07:54:18.515Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 26 07:49 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:54:18.821Z] + 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=7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 --label arch=amd64 --label version=0.0.0 . [2020-11-26T07:54:19.082Z] Sending build context to Docker daemon 2.48MB [2020-11-26T07:54:19.082Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T07:54:19.082Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T07:54:19.082Z] ---> 8781f5f32196 [2020-11-26T07:54:19.082Z] Step 3/24 : ARG MAKE='make build' [2020-11-26T07:54:19.658Z] ---> Running in 2e5b632b82de [2020-11-26T07:54:19.919Z] Removing intermediate container 2e5b632b82de [2020-11-26T07:54:19.919Z] ---> d33b6aade6b8 [2020-11-26T07:54:19.919Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-26T07:54:19.919Z] ---> Running in 0fc08703f1c5 [2020-11-26T07:54:20.180Z] Removing intermediate container 0fc08703f1c5 [2020-11-26T07:54:20.180Z] ---> f3e7bf8f9224 [2020-11-26T07:54:20.180Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:54:20.180Z] ---> Running in b3eb17808f85 [2020-11-26T07:54:20.180Z] Removing intermediate container b3eb17808f85 [2020-11-26T07:54:20.180Z] ---> ab5d55d53fbc [2020-11-26T07:54:20.180Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:54:20.441Z] ---> Running in 6db0caba7b28 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T07:54:21.161Z] provisioning config files... [2020-11-26T07:54:21.216Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config7095722356661541871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T07:54:21.387Z] Removing intermediate container 6db0caba7b28 [2020-11-26T07:54:21.388Z] ---> c1e69a0596dd [2020-11-26T07:54:21.388Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-26T07:54:21.388Z] ---> Running in e181f2d63744 [2020-11-26T07:54:21.666Z] ---> docker-login.sh [2020-11-26T07:54:21.666Z] nexus3.edgexfoundry.org:10001 [2020-11-26T07:54:21.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T07:54:22.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T07:54:22.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:54:22.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:54:22.934Z] Configure a credential helper to remove this warning. See [2020-11-26T07:54:22.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:54:22.934Z] [2020-11-26T07:54:22.934Z] Login Succeeded [2020-11-26T07:54:22.934Z] nexus3.edgexfoundry.org:10002 [2020-11-26T07:54:23.111Z] OK: 166 MiB in 39 packages [2020-11-26T07:54:23.374Z] Removing intermediate container e181f2d63744 [2020-11-26T07:54:23.374Z] ---> 10b3b54b83eb [2020-11-26T07:54:23.374Z] Step 8/24 : COPY . . [2020-11-26T07:54:23.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:54:23.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:54:23.539Z] Configure a credential helper to remove this warning. See [2020-11-26T07:54:23.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:54:23.539Z] [2020-11-26T07:54:23.539Z] Login Succeeded [2020-11-26T07:54:23.539Z] nexus3.edgexfoundry.org:10003 [2020-11-26T07:54:24.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:54:24.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:54:24.145Z] Configure a credential helper to remove this warning. See [2020-11-26T07:54:24.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:54:24.145Z] [2020-11-26T07:54:24.145Z] Login Succeeded [2020-11-26T07:54:24.145Z] nexus3.edgexfoundry.org:10004 [2020-11-26T07:54:24.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:54:24.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:54:24.752Z] Configure a credential helper to remove this warning. See [2020-11-26T07:54:24.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:54:24.752Z] [2020-11-26T07:54:24.752Z] Login Succeeded [2020-11-26T07:54:24.752Z] docker.io [2020-11-26T07:54:24.769Z] ---> c25e60a1e1fc [2020-11-26T07:54:24.769Z] Step 9/24 : RUN ${MAKE} [2020-11-26T07:54:24.769Z] ---> Running in c09654f716db [2020-11-26T07:54:25.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-26T07:54:25.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T07:54:25.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T07:54:25.654Z] Configure a credential helper to remove this warning. See [2020-11-26T07:54:25.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T07:54:25.654Z] [2020-11-26T07:54:25.654Z] Login Succeeded [2020-11-26T07:54:25.654Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T07:54:25.673Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T07:54:26.249Z] ========================================================= [2020-11-26T07:54:26.249Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T07:54:26.249Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:54:26.644Z] + 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 . [2020-11-26T07:54:27.269Z] Sending build context to Docker daemon 2.348MB [2020-11-26T07:54:27.269Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T07:54:27.269Z] Step 2/8 : FROM ${BASE} [2020-11-26T07:54:27.269Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T07:54:27.269Z] b538f80385f9: Pulling fs layer [2020-11-26T07:54:27.269Z] 74f711af9a0d: Pulling fs layer [2020-11-26T07:54:27.269Z] 99f96fe45779: Pulling fs layer [2020-11-26T07:54:27.269Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T07:54:27.269Z] 45590311c82a: Pulling fs layer [2020-11-26T07:54:27.269Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T07:54:27.269Z] 209524e5b208: Pulling fs layer [2020-11-26T07:54:27.269Z] 8529a6b9a6be: Waiting [2020-11-26T07:54:27.269Z] 69ca0ff8b7b3: Waiting [2020-11-26T07:54:27.269Z] 45590311c82a: Waiting [2020-11-26T07:54:27.269Z] 209524e5b208: Waiting [2020-11-26T07:54:27.269Z] 99f96fe45779: Verifying Checksum [2020-11-26T07:54:27.269Z] 99f96fe45779: Download complete [2020-11-26T07:54:27.269Z] 74f711af9a0d: Download complete [2020-11-26T07:54:27.269Z] 45590311c82a: Verifying Checksum [2020-11-26T07:54:27.269Z] 45590311c82a: Download complete [2020-11-26T07:54:27.876Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T07:54:27.876Z] 69ca0ff8b7b3: Download complete [2020-11-26T07:54:27.876Z] b538f80385f9: Verifying Checksum [2020-11-26T07:54:27.876Z] b538f80385f9: Download complete [2020-11-26T07:54:28.892Z] b538f80385f9: Pull complete [2020-11-26T07:54:29.521Z] 74f711af9a0d: Pull complete [2020-11-26T07:54:29.797Z] 99f96fe45779: Pull complete [2020-11-26T07:54:30.073Z] 209524e5b208: Verifying Checksum [2020-11-26T07:54:30.073Z] 209524e5b208: Download complete [2020-11-26T07:54:31.512Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T07:54:31.512Z] 8529a6b9a6be: Download complete [2020-11-26T07:54:35.142Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-26T07:54:35.731Z] Removing intermediate container c09654f716db [2020-11-26T07:54:35.731Z] ---> 188aa05501cd [2020-11-26T07:54:35.731Z] Step 10/24 : FROM scratch [2020-11-26T07:54:35.731Z] ---> [2020-11-26T07:54:35.731Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:54:35.731Z] ---> Running in 47626420a2f1 [2020-11-26T07:54:35.993Z] Removing intermediate container 47626420a2f1 [2020-11-26T07:54:35.993Z] ---> fb6667fcb785 [2020-11-26T07:54:35.993Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-26T07:54:35.993Z] ---> Running in e1c013a9e152 [2020-11-26T07:54:36.256Z] Removing intermediate container e1c013a9e152 [2020-11-26T07:54:36.256Z] ---> da44e5b1be26 [2020-11-26T07:54:36.256Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T07:54:36.256Z] ---> Running in 40eefad716b8 [2020-11-26T07:54:36.256Z] Removing intermediate container 40eefad716b8 [2020-11-26T07:54:36.256Z] ---> e1f43e2a6c70 [2020-11-26T07:54:36.256Z] Step 14/24 : WORKDIR / [2020-11-26T07:54:36.517Z] ---> Running in e257e05659ef [2020-11-26T07:54:36.517Z] Removing intermediate container e257e05659ef [2020-11-26T07:54:36.517Z] ---> 758b81f2d812 [2020-11-26T07:54:36.517Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-26T07:54:37.090Z] ---> bbc69bffb959 [2020-11-26T07:54:37.090Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-26T07:54:37.351Z] ---> c3beaabd66ff [2020-11-26T07:54:37.351Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-26T07:54:37.612Z] ---> 5c8bac27db0f [2020-11-26T07:54:37.612Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-26T07:54:37.612Z] ---> 18d30f431ed6 [2020-11-26T07:54:37.612Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-26T07:54:37.873Z] ---> b38dbb1b1abb [2020-11-26T07:54:37.873Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-26T07:54:37.873Z] ---> Running in f790aa94e513 [2020-11-26T07:54:38.135Z] Removing intermediate container f790aa94e513 [2020-11-26T07:54:38.135Z] ---> 07e5e5a56803 [2020-11-26T07:54:38.135Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T07:54:38.135Z] ---> Running in 670e7d21c922 [2020-11-26T07:54:38.398Z] Removing intermediate container 670e7d21c922 [2020-11-26T07:54:38.398Z] ---> 9ea1786270f1 [2020-11-26T07:54:38.398Z] Step 22/24 : LABEL arch=amd64 [2020-11-26T07:54:38.398Z] ---> Running in 15e814cbea19 [2020-11-26T07:54:38.659Z] Removing intermediate container 15e814cbea19 [2020-11-26T07:54:38.659Z] ---> da0d8bfcdd13 [2020-11-26T07:54:38.659Z] Step 23/24 : LABEL git_sha=7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [2020-11-26T07:54:38.659Z] ---> Running in 8338885d4e0c [2020-11-26T07:54:38.920Z] Removing intermediate container 8338885d4e0c [2020-11-26T07:54:38.920Z] ---> 2ee7aaa7a13f [2020-11-26T07:54:38.921Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T07:54:38.921Z] ---> Running in 71a73fa4ecfe [2020-11-26T07:54:38.921Z] Removing intermediate container 71a73fa4ecfe [2020-11-26T07:54:38.921Z] ---> b180a6959b91 [2020-11-26T07:54:38.921Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T07:54:38.921Z] Successfully built b180a6959b91 [2020-11-26T07:54:39.183Z] 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] } [2020-11-26T07:54:41.702Z] 8529a6b9a6be: Pull complete [2020-11-26T07:54:41.702Z] 45590311c82a: Pull complete [2020-11-26T07:54:41.702Z] 69ca0ff8b7b3: Pull complete [2020-11-26T07:54:45.118Z] 209524e5b208: Pull complete [2020-11-26T07:54:45.118Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T07:54:45.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T07:54:45.118Z] ---> 5bddaf1c2fca [2020-11-26T07:54:45.118Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T07:54:47.756Z] ---> Running in ce16bd1d0661 [2020-11-26T07:54:48.350Z] Removing intermediate container ce16bd1d0661 [2020-11-26T07:54:48.350Z] ---> 514a0315d8df [2020-11-26T07:54:48.350Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T07:54:48.623Z] ---> Running in b9f532d5e14e [2020-11-26T07:54:51.280Z] Removing intermediate container b9f532d5e14e [2020-11-26T07:54:51.280Z] ---> f3270d1a240f [2020-11-26T07:54:51.280Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T07:54:51.280Z] ---> Running in e7a3878c929d [2020-11-26T07:54:52.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T07:54:53.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T07:54:53.840Z] OK: 142 MiB in 39 packages [2020-11-26T07:54:54.821Z] Removing intermediate container e7a3878c929d [2020-11-26T07:54:54.821Z] ---> 1c9e6dde233d [2020-11-26T07:54:54.821Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-26T07:54:55.105Z] ---> Running in be47fb58264e [2020-11-26T07:54:55.705Z] Removing intermediate container be47fb58264e [2020-11-26T07:54:55.705Z] ---> bb93ed17548e [2020-11-26T07:54:55.705Z] Step 7/8 : COPY . . [2020-11-26T07:54:57.151Z] ---> 76f7d92beb6b [2020-11-26T07:54:57.151Z] Step 8/8 : RUN go mod download [2020-11-26T07:54:57.151Z] ---> Running in 99dc4b2e5fa7 [2020-11-26T07:58:19.089Z] Removing intermediate container 99dc4b2e5fa7 [2020-11-26T07:58:19.089Z] ---> c9e76c558b6c [2020-11-26T07:58:19.089Z] Successfully built c9e76c558b6c [2020-11-26T07:58:19.089Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:58:19.440Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T07:58:19.440Z] . [Pipeline] withDockerContainer [2020-11-26T07:58:20.642Z] prd-ubuntu18.04-docker-arm64-4c-16g-13540 does not seem to be running inside a container [2020-11-26T07:58:20.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T07:58:22.348Z] $ docker top d70289725e8d1c491a882450a768b8ac12508b0869b4f425322f976fb226ff4a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:58:23.395Z] + go version [2020-11-26T07:58:23.395Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T07:58:23.426Z] $ docker stop --time=1 d70289725e8d1c491a882450a768b8ac12508b0869b4f425322f976fb226ff4a [2020-11-26T07:58:25.433Z] $ docker rm -f d70289725e8d1c491a882450a768b8ac12508b0869b4f425322f976fb226ff4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T07:58:26.506Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T07:58:26.506Z] . [Pipeline] withDockerContainer [2020-11-26T07:58:26.781Z] prd-ubuntu18.04-docker-arm64-4c-16g-13540 does not seem to be running inside a container [2020-11-26T07:58:26.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T07:58:28.474Z] $ docker top 624f2b3fe41d517be143c93529c288a65c8c80a6529bb1569d9c44bf496c9054 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T07:58:29.514Z] + make test [2020-11-26T07:58:29.514Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T07:58:51.704Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-26T07:59:38.783Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-26T07:59:38.783Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-26T07:59:38.783Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-26T07:59:38.783Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.176s coverage: 20.6% of statements [2020-11-26T07:59:40.224Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.371s coverage: 97.1% of statements [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.138s coverage: 9.4% of statements [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.146s coverage: 21.9% of statements [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.605s coverage: 42.5% of statements [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.885s coverage: 68.9% of statements [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.231s coverage: 52.6% of statements [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.375s coverage: 68.9% of statements [2020-11-26T08:00:07.062Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.160s coverage: 4.7% of statements [2020-11-26T08:00:07.062Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-26T08:00:07.337Z] GO111MODULE=on go vet ./... [2020-11-26T08:00:46.445Z] gofmt -l . [2020-11-26T08:00:46.445Z] [ "`gofmt -l .`" = "" ] [2020-11-26T08:00:46.445Z] ./bin/test-attribution-txt.sh [2020-11-26T08:00:46.445Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T08:00:46.480Z] $ docker stop --time=1 624f2b3fe41d517be143c93529c288a65c8c80a6529bb1569d9c44bf496c9054 [2020-11-26T08:00:48.762Z] $ docker rm -f 624f2b3fe41d517be143c93529c288a65c8c80a6529bb1569d9c44bf496c9054 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T08:00:49.977Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T08:00:49.999Z] Warning: overwriting stash ‘coverage-report’ [2020-11-26T08:00:51.046Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T08:00:51.812Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T08:00:52.240Z] + ls -al . [2020-11-26T08:00:52.240Z] total 244 [2020-11-26T08:00:52.240Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 08:00 . [2020-11-26T08:00:52.240Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:54 .. [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 26 07:54 .dockerignore [2020-11-26T08:00:52.240Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 07:54 .git [2020-11-26T08:00:52.240Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 07:54 .github [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 26 07:54 .gitignore [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 26 07:54 Dockerfile.build [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 26 07:54 Jenkinsfile [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 26 07:54 LICENSE [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 26 07:54 Makefile [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 26 07:54 README.md [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 26 07:54 RELEASE-NOTES.txt [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 26 07:49 VERSION [2020-11-26T08:00:52.240Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 07:54 bin [2020-11-26T08:00:52.240Z] -rw-r--r-- 1 jenkins jenkins 127610 Nov 26 08:00 coverage.out [2020-11-26T08:00:52.240Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:54 example [2020-11-26T08:00:52.240Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 26 08:00 go.mod [2020-11-26T08:00:52.240Z] -rw-r--r-- 1 jenkins jenkins 13631 Nov 26 08:00 go.sum [2020-11-26T08:00:52.240Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 26 07:54 internal [2020-11-26T08:00:52.240Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:54 openapi [2020-11-26T08:00:52.240Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 07:54 pkg [2020-11-26T08:00:52.240Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:54 snap [2020-11-26T08:00:52.240Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 26 07:54 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T08:00:52.630Z] + 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=7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 --label arch=arm64 --label version=0.0.0 . [2020-11-26T08:00:53.258Z] Sending build context to Docker daemon 2.477MB [2020-11-26T08:00:53.258Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T08:00:53.258Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T08:00:53.258Z] ---> c9e76c558b6c [2020-11-26T08:00:53.258Z] Step 3/24 : ARG MAKE='make build' [2020-11-26T08:00:53.535Z] ---> Running in d166fbceede1 [2020-11-26T08:00:54.159Z] Removing intermediate container d166fbceede1 [2020-11-26T08:00:54.159Z] ---> 100779a34e08 [2020-11-26T08:00:54.159Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-26T08:00:54.159Z] ---> Running in 457d3b5b4f83 [2020-11-26T08:00:54.758Z] Removing intermediate container 457d3b5b4f83 [2020-11-26T08:00:54.758Z] ---> b40fa3f74c2c [2020-11-26T08:00:54.758Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T08:00:54.758Z] ---> Running in c76138f0fedd [2020-11-26T08:00:55.358Z] Removing intermediate container c76138f0fedd [2020-11-26T08:00:55.358Z] ---> 92bc748bfbd8 [2020-11-26T08:00:55.358Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T08:00:55.358Z] ---> Running in 8526f535aa3d [2020-11-26T08:00:57.992Z] Removing intermediate container 8526f535aa3d [2020-11-26T08:00:57.992Z] ---> 488bbddfd82a [2020-11-26T08:00:57.992Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-26T08:00:57.992Z] ---> Running in 99e02fc948e7 [2020-11-26T08:00:58.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T08:00:59.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T08:01:00.564Z] OK: 142 MiB in 39 packages [2020-11-26T08:01:01.549Z] Removing intermediate container 99e02fc948e7 [2020-11-26T08:01:01.549Z] ---> e3f9e21504ea [2020-11-26T08:01:01.549Z] Step 8/24 : COPY . . [2020-11-26T08:01:02.995Z] ---> 3051bf04efa4 [2020-11-26T08:01:02.995Z] Step 9/24 : RUN ${MAKE} [2020-11-26T08:01:02.995Z] ---> Running in fbb5fcff95b3 [2020-11-26T08:01:04.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-26T08:01:31.397Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-26T08:01:34.036Z] Removing intermediate container fbb5fcff95b3 [2020-11-26T08:01:34.036Z] ---> 23d3027ccd61 [2020-11-26T08:01:34.036Z] Step 10/24 : FROM scratch [2020-11-26T08:01:34.036Z] ---> [2020-11-26T08:01:34.036Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T08:01:34.036Z] ---> Running in beea0fbff155 [2020-11-26T08:01:34.313Z] Removing intermediate container beea0fbff155 [2020-11-26T08:01:34.313Z] ---> 03b4791cc15b [2020-11-26T08:01:34.313Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-26T08:01:34.586Z] ---> Running in 0ab57d407cf5 [2020-11-26T08:01:34.859Z] Removing intermediate container 0ab57d407cf5 [2020-11-26T08:01:34.859Z] ---> 246c4baf938b [2020-11-26T08:01:34.859Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T08:01:34.859Z] ---> Running in 5367082e4da0 [2020-11-26T08:01:35.465Z] Removing intermediate container 5367082e4da0 [2020-11-26T08:01:35.465Z] ---> 74f07f8b0aba [2020-11-26T08:01:35.465Z] Step 14/24 : WORKDIR / [2020-11-26T08:01:35.465Z] ---> Running in fcaabd980b29 [2020-11-26T08:01:36.061Z] Removing intermediate container fcaabd980b29 [2020-11-26T08:01:36.061Z] ---> 5647e3dab2e3 [2020-11-26T08:01:36.061Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-26T08:01:37.040Z] ---> 64278219b3ad [2020-11-26T08:01:37.040Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-26T08:01:38.017Z] ---> 6a4be3bfd8fd [2020-11-26T08:01:38.017Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-26T08:01:38.606Z] ---> c5dd460c5766 [2020-11-26T08:01:38.606Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-26T08:01:39.195Z] ---> f812f87a200d [2020-11-26T08:01:39.195Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-26T08:01:39.787Z] ---> 13c2bca1ccbc [2020-11-26T08:01:39.787Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-26T08:01:39.787Z] ---> Running in a7a1001243a0 [2020-11-26T08:01:40.382Z] Removing intermediate container a7a1001243a0 [2020-11-26T08:01:40.382Z] ---> a5579b528c46 [2020-11-26T08:01:40.382Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T08:01:40.382Z] ---> Running in fd7dd22b5d7b [2020-11-26T08:01:40.975Z] Removing intermediate container fd7dd22b5d7b [2020-11-26T08:01:40.975Z] ---> 63fbe487aa24 [2020-11-26T08:01:40.975Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T08:01:40.975Z] ---> Running in 090e017b9781 [2020-11-26T08:01:41.568Z] Removing intermediate container 090e017b9781 [2020-11-26T08:01:41.568Z] ---> 1307307e1872 [2020-11-26T08:01:41.568Z] Step 23/24 : LABEL git_sha=7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [2020-11-26T08:01:41.568Z] ---> Running in d77e765c3855 [2020-11-26T08:01:41.841Z] Removing intermediate container d77e765c3855 [2020-11-26T08:01:41.841Z] ---> 55c03587c902 [2020-11-26T08:01:41.841Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T08:01:42.116Z] ---> Running in 78c8f6474686 [2020-11-26T08:01:42.714Z] Removing intermediate container 78c8f6474686 [2020-11-26T08:01:42.714Z] ---> 799663484945 [2020-11-26T08:01:42.714Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T08:01:42.714Z] Successfully built 799663484945 [2020-11-26T08:01:42.714Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-26T08:01:44.354Z] provisioning config files... [2020-11-26T08:01:44.364Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config5603676489372771709tmp [Pipeline] { [Pipeline] sh [2020-11-26T08:01:44.774Z] + set +x [2020-11-26T08:01:44.774Z] + curl -s https://codecov.io/bash [2020-11-26T08:01:44.774Z] + bash -s -- [2020-11-26T08:01:45.036Z] [2020-11-26T08:01:45.036Z] _____ _ [2020-11-26T08:01:45.036Z] / ____| | | [2020-11-26T08:01:45.036Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T08:01:45.036Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T08:01:45.036Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T08:01:45.036Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T08:01:45.036Z] Bash-20201124-79cbc08 [2020-11-26T08:01:45.036Z] [2020-11-26T08:01:45.036Z] [2020-11-26T08:01:45.036Z] ==> Jenkins CI detected. [2020-11-26T08:01:45.036Z] project root: . [2020-11-26T08:01:45.036Z] --> token set from env [2020-11-26T08:01:45.036Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T08:01:45.036Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T08:01:45.036Z] ==> Python coveragepy not found [2020-11-26T08:01:45.036Z] ==> Searching for coverage reports in: [2020-11-26T08:01:45.036Z] + . [2020-11-26T08:01:45.036Z] -> Found 1 reports [2020-11-26T08:01:45.036Z] ==> Detecting git/mercurial file structure [2020-11-26T08:01:45.036Z] ==> Reading reports [2020-11-26T08:01:45.036Z] + ./coverage.out bytes=127610 [2020-11-26T08:01:45.036Z] ==> Appending adjustments [2020-11-26T08:01:45.036Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T08:01:45.608Z] + Found adjustments [2020-11-26T08:01:45.608Z] ==> Gzipping contents [2020-11-26T08:01:45.608Z] 24K /tmp/codecov.zxmfn5.gz [2020-11-26T08:01:45.608Z] ==> Uploading reports [2020-11-26T08:01:45.608Z] url: https://codecov.io [2020-11-26T08:01:45.608Z] query: branch=PR-659&commit=7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-659%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=659&job=&cmd_args= [2020-11-26T08:01:45.608Z] -> Pinging Codecov [2020-11-26T08:01:45.608Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-659&commit=7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-659%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=659&job=&cmd_args= [2020-11-26T08:01:46.181Z] -> Uploading to [2020-11-26T08:01:46.182Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/7E55EF52A471D76F132DFD9A03CDDE97/7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8/473ea990-2c30-489e-b8fa-1428ec9837e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T080145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43f00d4c4d784155df71a645eced665f8fd7fb311b1d17c977ef3d72ed628835 [2020-11-26T08:01:46.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T08:01:46.182Z] Dload Upload Total Spent Left Speed [2020-11-26T08:01:46.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20914 0 0 100 20914 0 36883 --:--:-- --:--:-- --:--:-- 36885 [2020-11-26T08:01:46.754Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7e6026af999c5a4f1074bb72b7bc6b4e7cb6eaf8 [Pipeline] } [2020-11-26T08:01:46.763Z] 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 [2020-11-26T08:01:49.443Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:01:49.742Z] ---> package-listing.sh [2020-11-26T08:01:49.743Z] ++ facter osfamily [2020-11-26T08:01:49.743Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T08:01:49.743Z] + OS_FAMILY=redhat [2020-11-26T08:01:49.743Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-659 [2020-11-26T08:01:49.743Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T08:01:49.743Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T08:01:49.743Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T08:01:49.743Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T08:01:49.743Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' [2020-11-26T08:01:49.743Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T08:01:49.743Z] + case "${OS_FAMILY}" in [2020-11-26T08:01:49.743Z] + rpm -qa [2020-11-26T08:01:49.743Z] + sort [2020-11-26T08:01:55.062Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T08:01:55.062Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T08:01:55.062Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T08:01:55.062Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-659 ']' [2020-11-26T08:01:55.062Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ [2020-11-26T08:01:55.062Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-659/archives/ [Pipeline] echo [2020-11-26T08:01:55.075Z] 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-659/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T08:01:55.366Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T08:01:55.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T08:01:55.669Z] [2020-11-26T08:01:55.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T08:01:56.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T08:01:56.029Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T08:01:56.029Z] df20fa9351a1: Pulling fs layer [2020-11-26T08:01:56.029Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T08:01:56.029Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T08:01:56.029Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T08:01:56.029Z] 93b61091891f: Pulling fs layer [2020-11-26T08:01:56.029Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T08:01:56.029Z] 5e14af77c1be: Pulling fs layer [2020-11-26T08:01:56.029Z] 01666e4c0597: Pulling fs layer [2020-11-26T08:01:56.029Z] aa168da1d23b: Pulling fs layer [2020-11-26T08:01:56.029Z] 46f8f816bc3b: Waiting [2020-11-26T08:01:56.029Z] 93b61091891f: Waiting [2020-11-26T08:01:56.029Z] 01666e4c0597: Waiting [2020-11-26T08:01:56.029Z] 93b9cdb0e59b: Waiting [2020-11-26T08:01:56.029Z] 5e14af77c1be: Waiting [2020-11-26T08:01:56.029Z] aa168da1d23b: Waiting [2020-11-26T08:01:56.029Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T08:01:56.029Z] 36b3adc4ff6f: Download complete [2020-11-26T08:01:56.291Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T08:01:56.291Z] 46f8f816bc3b: Download complete [2020-11-26T08:01:56.291Z] df20fa9351a1: Verifying Checksum [2020-11-26T08:01:56.291Z] df20fa9351a1: Download complete [2020-11-26T08:01:56.291Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T08:01:56.291Z] 93b9cdb0e59b: Download complete [2020-11-26T08:01:56.291Z] 5e14af77c1be: Verifying Checksum [2020-11-26T08:01:56.291Z] 5e14af77c1be: Download complete [2020-11-26T08:01:56.291Z] 01666e4c0597: Verifying Checksum [2020-11-26T08:01:56.291Z] 01666e4c0597: Download complete [2020-11-26T08:01:56.291Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T08:01:56.291Z] 8ad3a11d3b57: Download complete [2020-11-26T08:01:56.554Z] 93b61091891f: Verifying Checksum [2020-11-26T08:01:56.554Z] 93b61091891f: Download complete [2020-11-26T08:01:56.554Z] df20fa9351a1: Pull complete [2020-11-26T08:01:56.818Z] 36b3adc4ff6f: Pull complete [2020-11-26T08:01:57.398Z] 8ad3a11d3b57: Pull complete [2020-11-26T08:01:57.398Z] 46f8f816bc3b: Pull complete [2020-11-26T08:01:57.660Z] 93b61091891f: Pull complete [2020-11-26T08:01:58.607Z] aa168da1d23b: Verifying Checksum [2020-11-26T08:01:58.607Z] aa168da1d23b: Download complete [2020-11-26T08:01:58.607Z] 93b9cdb0e59b: Pull complete [2020-11-26T08:01:58.869Z] 5e14af77c1be: Pull complete [2020-11-26T08:01:58.869Z] 01666e4c0597: Pull complete [2020-11-26T08:02:05.508Z] aa168da1d23b: Pull complete [2020-11-26T08:02:05.508Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T08:02:05.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T08:02:05.508Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T08:02:05.668Z] prd-centos7-docker-4c-2g-13535 does not seem to be running inside a container [2020-11-26T08:02:05.717Z] $ 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-659/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-659 -v /w/workspace/dgexfoundry_device-sdk-go_PR-659:/w/workspace/dgexfoundry_device-sdk-go_PR-659:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-659@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:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T08:02:10.514Z] $ docker top dd8addabb34b72a34277f64ec0d29a78fd9f811276e659466c9fb08d5088874d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T08:02:11.036Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T08:02:11.329Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T08:02:11.625Z] + ls /var/log/sa-host [2020-11-26T08:02:11.625Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T08:02:11.625Z] file_magic: OK [2020-11-26T08:02:11.625Z] HZ: Using current value: 100 [2020-11-26T08:02:11.625Z] file_header: OK [2020-11-26T08:02:11.625Z] 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 [2020-11-26T08:02:11.625Z] Statistics: [2020-11-26T08:02:11.625Z] Hnuu...uuuununununu... [2020-11-26T08:02:11.625Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T08:02:11.625Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T08:02:11.625Z] file_magic: OK [2020-11-26T08:02:11.625Z] HZ: Using current value: 100 [2020-11-26T08:02:11.625Z] file_header: OK [2020-11-26T08:02:11.625Z] 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 [2020-11-26T08:02:11.625Z] Statistics: [2020-11-26T08:02:11.625Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T08:02:11.625Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T08:02:11.831Z] provisioning config files... [2020-11-26T08:02:11.845Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-659@tmp/config5112363047052324873tmp [Pipeline] { [Pipeline] echo [2020-11-26T08:02:11.978Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:02:12.274Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T08:02:12.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T08:02:12.416Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:02:12.708Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T08:02:12.718Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:02:13.010Z] ---> sudo-logs.sh [2020-11-26T08:02:13.010Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T08:02:13.021Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:02:13.314Z] ---> job-cost.sh [2020-11-26T08:02:13.314Z] lf-activate-venv: SKIPPING [2020-11-26T08:02:13.314Z] INFO: No Stack... [2020-11-26T08:02:14.255Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T08:02:14.827Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T08:02:14.839Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:02:15.131Z] ---> logs-deploy.sh [2020-11-26T08:02:15.132Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-659/5 [2020-11-26T08:02:15.132Z] INFO: archiving workspace using pattern(s): [2020-11-26T08:02:16.542Z] Archives upload complete. [2020-11-26T08:02:16.810Z] INFO: archiving logs to Nexus