Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7bcdaa2791459547e8ca5f69299be28c2ef18f0d+cbcd560d226450c2fc49532ec953a0990705dfef (6b3711bdb5c94636b1e7703d8b50956fdf0df524) 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 ‘prd-centos7-docker-4c-2g-13543’ Running on prd-centos7-docker-4c-2g-13547 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # 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 cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 7bcdaa2791459547e8ca5f69299be28c2ef18f0d Merge succeeded, producing 7bcdaa2791459547e8ca5f69299be28c2ef18f0d Checking out Revision 7bcdaa2791459547e8ca5f69299be28c2ef18f0d (PR-614) > 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/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bcdaa2791459547e8ca5f69299be28c2ef18f0d # 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 cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7bcdaa2791459547e8ca5f69299be28c2ef18f0d # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 48f2a81bf6fb53ed2515b7da6151e3ec59328cdc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T08:59:27.456Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T08:59:27.742Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T08:59:27.832Z] ========================================================= [2020-11-26T08:59:27.832Z] EdgeX Global Pipelines Version Info [2020-11-26T08:59:27.832Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:59:29.887Z] ------------------- [2020-11-26T08:59:29.888Z] stable info: [2020-11-26T08:59:29.888Z] ------------------- [2020-11-26T08:59:29.888Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T08:59:29.888Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T08:59:29.888Z] Message: update stable to v1.0.167 [2020-11-26T08:59:30.843Z] ------------------- [2020-11-26T08:59:30.843Z] experimental info: [2020-11-26T08:59:30.843Z] ------------------- [2020-11-26T08:59:30.843Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T08:59:30.843Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T08:59:30.843Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-26T08:59:31.252Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-26T08:59:31.338Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-26T08:59:31.428Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T08:59:31.534Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T08:59:31.623Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T08:59:31.707Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T08:59:31.851Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T08:59:31.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T08:59:32.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-26T08:59:32.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T08:59:32.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T08:59:32.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-26T08:59:32.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T08:59:32.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T08:59:32.659Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T08:59:32.773Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T08:59:32.860Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T08:59:32.961Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-26T08:59:33.058Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T08:59:33.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-26T08:59:33.233Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T08:59:33.329Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T08:59:33.415Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-26T08:59:33.541Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-26T08:59:33.631Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-26T08:59:33.719Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T08:59:33.813Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo [2020-11-26T08:59:33.913Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo [2020-11-26T08:59:34.040Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo [2020-11-26T08:59:34.130Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bcdaa2791459547e8ca5f69299be28c2ef18f0d [Pipeline] echo [2020-11-26T08:59:34.256Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bcdaa2 [Pipeline] echo [2020-11-26T08:59:34.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T08:59:34.528Z] provisioning config files... [2020-11-26T08:59:34.558Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config5561626568463961886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T08:59:34.946Z] ---> docker-login.sh [2020-11-26T08:59:34.946Z] nexus3.edgexfoundry.org:10001 [2020-11-26T08:59:35.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T08:59:35.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T08:59:35.491Z] Configure a credential helper to remove this warning. See [2020-11-26T08:59:35.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T08:59:35.491Z] [2020-11-26T08:59:35.491Z] Login Succeeded [2020-11-26T08:59:35.491Z] nexus3.edgexfoundry.org:10002 [2020-11-26T08:59:35.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T08:59:35.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T08:59:35.756Z] Configure a credential helper to remove this warning. See [2020-11-26T08:59:35.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T08:59:35.756Z] [2020-11-26T08:59:35.756Z] Login Succeeded [2020-11-26T08:59:35.756Z] nexus3.edgexfoundry.org:10003 [2020-11-26T08:59:35.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T08:59:36.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T08:59:36.028Z] Configure a credential helper to remove this warning. See [2020-11-26T08:59:36.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T08:59:36.028Z] [2020-11-26T08:59:36.028Z] Login Succeeded [2020-11-26T08:59:36.028Z] nexus3.edgexfoundry.org:10004 [2020-11-26T08:59:36.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T08:59:36.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T08:59:36.028Z] Configure a credential helper to remove this warning. See [2020-11-26T08:59:36.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T08:59:36.028Z] [2020-11-26T08:59:36.028Z] Login Succeeded [2020-11-26T08:59:36.028Z] docker.io [2020-11-26T08:59:36.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T08:59:36.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T08:59:36.560Z] Configure a credential helper to remove this warning. See [2020-11-26T08:59:36.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T08:59:36.560Z] [2020-11-26T08:59:36.560Z] Login Succeeded [2020-11-26T08:59:36.560Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T08:59:36.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T08:59:37.349Z] + git log --format=format:%s -1 7bcdaa2791459547e8ca5f69299be28c2ef18f0d [Pipeline] echo [2020-11-26T08:59:37.453Z] GIT_COMMIT: 7bcdaa2791459547e8ca5f69299be28c2ef18f0d, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo [2020-11-26T08:59:37.579Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-26T08:59:38.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T08:59:38.176Z] [2020-11-26T08:59:38.176Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T08:59:38.545Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T08:59:38.545Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T08:59:38.545Z] 31603596830f: Pulling fs layer [2020-11-26T08:59:38.545Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T08:59:38.545Z] 6ca5941a6612: Pulling fs layer [2020-11-26T08:59:38.545Z] ecc8261a40a4: Pulling fs layer [2020-11-26T08:59:38.545Z] ecc8261a40a4: Waiting [2020-11-26T08:59:38.545Z] 2a8b12db71e7: Verifying Checksum [2020-11-26T08:59:38.545Z] 2a8b12db71e7: Download complete [2020-11-26T08:59:38.545Z] 31603596830f: Verifying Checksum [2020-11-26T08:59:38.545Z] 31603596830f: Download complete [2020-11-26T08:59:38.819Z] 6ca5941a6612: Verifying Checksum [2020-11-26T08:59:38.819Z] 6ca5941a6612: Download complete [2020-11-26T08:59:38.819Z] ecc8261a40a4: Verifying Checksum [2020-11-26T08:59:38.819Z] ecc8261a40a4: Download complete [2020-11-26T08:59:39.086Z] 31603596830f: Pull complete [2020-11-26T08:59:39.351Z] 2a8b12db71e7: Pull complete [2020-11-26T08:59:40.318Z] 6ca5941a6612: Pull complete [2020-11-26T08:59:40.583Z] ecc8261a40a4: Pull complete [2020-11-26T08:59:40.583Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T08:59:40.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T08:59:40.847Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T08:59:41.008Z] prd-centos7-docker-4c-2g-13547 does not seem to be running inside a container [2020-11-26T08:59:41.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T08:59:43.080Z] $ docker top ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T08:59:43.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T08:59:43.383Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T08:59:43.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T08:59:43.630Z] $ docker exec ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 ssh-agent [2020-11-26T08:59:43.819Z] SSH_AUTH_SOCK=/tmp/ssh-AdkWUemqPKY0/agent.12 [2020-11-26T08:59:43.819Z] SSH_AGENT_PID=17 [2020-11-26T08:59:43.829Z] Running ssh-add (command line suppressed) [2020-11-26T08:59:43.970Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4420326274014680913.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4420326274014680913.key) [2020-11-26T08:59:44.026Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T08:59:44.366Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T08:59:44.391Z] $ docker exec --env ******** --env ******** ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 ssh-agent -k [2020-11-26T08:59:44.521Z] unset SSH_AUTH_SOCK; [2020-11-26T08:59:44.522Z] unset SSH_AGENT_PID; [2020-11-26T08:59:44.522Z] echo Agent pid 17 killed; [2020-11-26T08:59:44.574Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T08:59:44.713Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T08:59:44.713Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T08:59:44.896Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T08:59:44.902Z] $ docker exec ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 ssh-agent [2020-11-26T08:59:45.111Z] SSH_AUTH_SOCK=/tmp/ssh-jB26by0sIxTs/agent.47 [2020-11-26T08:59:45.111Z] SSH_AGENT_PID=52 [2020-11-26T08:59:45.119Z] Running ssh-add (command line suppressed) [2020-11-26T08:59:45.270Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_1524555387044972201.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_1524555387044972201.key) [2020-11-26T08:59:45.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T08:59:45.674Z] + git semver init [2020-11-26T08:59:45.674Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T08:59:45.674Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git [2020-11-26T08:59:45.674Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-11-26T08:59:45.674Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T08:59:45.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T08:59:45.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T08:59:45.674Z] # $SEMVER_BRANCH = PR-614 [2020-11-26T08:59:45.674Z] # $SEMVER_TEMP = /tmp/semver-092390534 [2020-11-26T08:59:45.674Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-26T08:59:46.630Z] # '/tmp/semver-092390534' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' [2020-11-26T08:59:46.630Z] # -> Force: false [2020-11-26T08:59:46.630Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } [2020-11-26T08:59:46.646Z] $ docker exec --env ******** --env ******** ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 ssh-agent -k [2020-11-26T08:59:46.771Z] unset SSH_AUTH_SOCK; [2020-11-26T08:59:46.772Z] unset SSH_AGENT_PID; [2020-11-26T08:59:46.775Z] echo Agent pid 52 killed; [2020-11-26T08:59:46.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T08:59:47.287Z] + git semver [Pipeline] } [2020-11-26T08:59:47.308Z] $ docker stop --time=1 ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 [2020-11-26T08:59:48.666Z] $ docker rm -f ec59919127196bd0330f29485abe8588d2cf30507ee9b7763ba4f93a26718472 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T08:59:49.178Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T08:59:49.969Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T08:59:49.972Z] [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-26T09:00:05.645Z] Still waiting to schedule task [2020-11-26T09:00:05.646Z] ‘prd-centos7-docker-4c-2g-13544’ is offline; ‘prd-centos7-docker-4c-2g-13548’ is offline; ‘prd-centos7-docker-4c-2g-13551’ is offline; ‘prd-centos7-docker-4c-2g-13552’ is offline; ‘prd-centos7-docker-4c-2g-13553’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-26T09:00:05.648Z] Still waiting to schedule task [2020-11-26T09:00:05.648Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-26T09:00:15.299Z] Running on prd-centos7-docker-4c-2g-13551 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-11-26T09:00:15.359Z] Running in /w/workspace/device-sdk-go/24 [Pipeline] { [Pipeline] checkout [2020-11-26T09:00:17.891Z] using credential edgex-jenkins-ssh [2020-11-26T09:00:17.947Z] Cloning the remote Git repository [2020-11-26T09:00:17.976Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T09:00:18.041Z] > git init /w/workspace/device-sdk-go/24 # timeout=10 [2020-11-26T09:00:18.101Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T09:00:18.102Z] > git --version # timeout=10 [2020-11-26T09:00:18.109Z] > git --version # 'git version 2.24.3' [2020-11-26T09:00:18.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:00:18.136Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:00:18.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T09:00:18.845Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:00:18.857Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T09:00:18.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T09:00:18.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:00:18.878Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T09:00:19.248Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 7bcdaa2791459547e8ca5f69299be28c2ef18f0d [2020-11-26T09:00:19.356Z] Merge succeeded, producing 7bcdaa2791459547e8ca5f69299be28c2ef18f0d [2020-11-26T09:00:19.356Z] Checking out Revision 7bcdaa2791459547e8ca5f69299be28c2ef18f0d (PR-614) [2020-11-26T09:00:19.261Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:00:19.266Z] > git checkout -f 7bcdaa2791459547e8ca5f69299be28c2ef18f0d # timeout=10 [2020-11-26T09:00:19.321Z] > git remote # timeout=10 [2020-11-26T09:00:19.327Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T09:00:19.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:00:19.338Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-11-26T09:00:19.349Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T09:00:19.362Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:00:19.369Z] > git checkout -f 7bcdaa2791459547e8ca5f69299be28c2ef18f0d # timeout=10 [2020-11-26T09:00:23.204Z] Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:00:24.482Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:00:24.822Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:00:25.124Z] + sudo service docker restart [2020-11-26T09:00:25.124Z] + true [2020-11-26T09:00:25.124Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:00:26.612Z] provisioning config files... [2020-11-26T09:00:26.637Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/24@tmp/config1908112758022478732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:00:27.021Z] ---> docker-login.sh [2020-11-26T09:00:27.022Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:00:27.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:00:27.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:00:27.286Z] Configure a credential helper to remove this warning. See [2020-11-26T09:00:27.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:00:27.286Z] [2020-11-26T09:00:27.286Z] Login Succeeded [2020-11-26T09:00:27.286Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:00:27.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:00:27.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:00:27.551Z] Configure a credential helper to remove this warning. See [2020-11-26T09:00:27.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:00:27.551Z] [2020-11-26T09:00:27.551Z] Login Succeeded [2020-11-26T09:00:27.551Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:00:27.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:00:27.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:00:27.822Z] Configure a credential helper to remove this warning. See [2020-11-26T09:00:27.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:00:27.822Z] [2020-11-26T09:00:27.822Z] Login Succeeded [2020-11-26T09:00:27.822Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:00:28.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:00:28.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:00:28.090Z] Configure a credential helper to remove this warning. See [2020-11-26T09:00:28.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:00:28.091Z] [2020-11-26T09:00:28.091Z] Login Succeeded [2020-11-26T09:00:28.091Z] docker.io [2020-11-26T09:00:28.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:00:28.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:00:28.355Z] Configure a credential helper to remove this warning. See [2020-11-26T09:00:28.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:00:28.355Z] [2020-11-26T09:00:28.355Z] Login Succeeded [2020-11-26T09:00:28.355Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:00:28.366Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T09:00:28.803Z] ========================================================= [2020-11-26T09:00:28.803Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T09:00:28.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:00:29.150Z] + 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-26T09:00:29.150Z] Sending build context to Docker daemon 2.351MB [2020-11-26T09:00:29.150Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T09:00:29.150Z] Step 2/8 : FROM ${BASE} [2020-11-26T09:00:29.415Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T09:00:29.415Z] df20fa9351a1: Pulling fs layer [2020-11-26T09:00:29.415Z] ed8968b2872e: Pulling fs layer [2020-11-26T09:00:29.415Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T09:00:29.415Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T09:00:29.415Z] e73272ec9a57: Pulling fs layer [2020-11-26T09:00:29.415Z] 1e910a182e73: Pulling fs layer [2020-11-26T09:00:29.415Z] 4e634b169226: Pulling fs layer [2020-11-26T09:00:29.415Z] e871e8e8d7a9: Waiting [2020-11-26T09:00:29.415Z] e73272ec9a57: Waiting [2020-11-26T09:00:29.415Z] 4e634b169226: Waiting [2020-11-26T09:00:29.415Z] 1e910a182e73: Waiting [2020-11-26T09:00:29.415Z] ed8968b2872e: Verifying Checksum [2020-11-26T09:00:29.415Z] ed8968b2872e: Download complete [2020-11-26T09:00:29.415Z] a92cc7c5fd73: Download complete [2020-11-26T09:00:29.415Z] e73272ec9a57: Verifying Checksum [2020-11-26T09:00:29.415Z] e73272ec9a57: Download complete [2020-11-26T09:00:29.415Z] 1e910a182e73: Verifying Checksum [2020-11-26T09:00:29.415Z] 1e910a182e73: Download complete [2020-11-26T09:00:29.415Z] df20fa9351a1: Verifying Checksum [2020-11-26T09:00:29.415Z] df20fa9351a1: Download complete [2020-11-26T09:00:29.679Z] df20fa9351a1: Pull complete [2020-11-26T09:00:29.942Z] ed8968b2872e: Pull complete [2020-11-26T09:00:29.942Z] a92cc7c5fd73: Pull complete [2020-11-26T09:00:31.883Z] 4e634b169226: Verifying Checksum [2020-11-26T09:00:31.883Z] 4e634b169226: Download complete [2020-11-26T09:00:32.470Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T09:00:32.470Z] e871e8e8d7a9: Download complete [2020-11-26T09:00:39.205Z] e871e8e8d7a9: Pull complete [2020-11-26T09:00:39.205Z] e73272ec9a57: Pull complete [2020-11-26T09:00:39.205Z] 1e910a182e73: Pull complete [2020-11-26T09:00:43.484Z] 4e634b169226: Pull complete [2020-11-26T09:00:43.484Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T09:00:43.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T09:00:43.484Z] ---> f7629b54cfaa [2020-11-26T09:00:43.484Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:00:43.484Z] ---> Running in 7398ed3525eb [2020-11-26T09:00:43.778Z] Removing intermediate container 7398ed3525eb [2020-11-26T09:00:43.778Z] ---> 2328296e9fa7 [2020-11-26T09:00:43.778Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:00:44.043Z] ---> Running in 5e7e8152a4dc [2020-11-26T09:00:44.995Z] Removing intermediate container 5e7e8152a4dc [2020-11-26T09:00:44.995Z] ---> b607f5db3dc5 [2020-11-26T09:00:44.995Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T09:00:45.260Z] ---> Running in 6613f93bad48 [2020-11-26T09:00:46.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:00:46.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:00:47.383Z] OK: 166 MiB in 39 packages [2020-11-26T09:00:47.965Z] Removing intermediate container 6613f93bad48 [2020-11-26T09:00:47.965Z] ---> 85ee74dd73a1 [2020-11-26T09:00:47.965Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-26T09:00:47.965Z] ---> Running in 2f382303c13d [2020-11-26T09:00:47.965Z] Removing intermediate container 2f382303c13d [2020-11-26T09:00:47.965Z] ---> 63a19c7b03ab [2020-11-26T09:00:47.965Z] Step 7/8 : COPY . . [2020-11-26T09:00:49.369Z] ---> 56a38e6140bb [2020-11-26T09:00:49.369Z] Step 8/8 : RUN go mod download [2020-11-26T09:00:49.631Z] ---> Running in 43bde1dfb8b2 [2020-11-26T09:02:57.387Z] Removing intermediate container 43bde1dfb8b2 [2020-11-26T09:02:57.387Z] ---> d7b810221cdb [2020-11-26T09:02:57.387Z] Successfully built d7b810221cdb [2020-11-26T09:02:57.387Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:02:57.724Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:02:57.724Z] . [Pipeline] withDockerContainer [2020-11-26T09:02:57.864Z] prd-centos7-docker-4c-2g-13551 does not seem to be running inside a container [2020-11-26T09:02:57.941Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T09:02:59.008Z] $ docker top e7820e3a9c0ebabee1ad5747c2b9c449f96843131559bbfacbc01bdea1430e08 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:02:59.651Z] + go version [2020-11-26T09:02:59.651Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T09:02:59.671Z] $ docker stop --time=1 e7820e3a9c0ebabee1ad5747c2b9c449f96843131559bbfacbc01bdea1430e08 [2020-11-26T09:03:01.183Z] $ docker rm -f e7820e3a9c0ebabee1ad5747c2b9c449f96843131559bbfacbc01bdea1430e08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:03:02.143Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:03:02.143Z] . [Pipeline] withDockerContainer [2020-11-26T09:03:02.291Z] prd-centos7-docker-4c-2g-13551 does not seem to be running inside a container [2020-11-26T09:03:02.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T09:03:03.097Z] $ docker top 955f317aed821647e4833138defdc97ba56f84060978f838601c64b79dcf03e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:03:03.652Z] + make test [2020-11-26T09:03:03.652Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T09:03:11.877Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-26T09:03:25.288Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13555 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-11-26T09:03:25.385Z] Running in /w/workspace/device-sdk-go/24 [Pipeline] { [Pipeline] checkout [2020-11-26T09:03:30.182Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-26T09:03:30.182Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-26T09:03:30.182Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-26T09:03:30.182Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.049s coverage: 20.6% of statements [2020-11-26T09:03:30.182Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.560s coverage: 97.1% of statements [2020-11-26T09:03:31.081Z] using credential edgex-jenkins-ssh [2020-11-26T09:03:31.142Z] Cloning the remote Git repository [2020-11-26T09:03:31.214Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T09:03:31.334Z] > git init /w/workspace/device-sdk-go/24 # timeout=10 [2020-11-26T09:03:31.422Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T09:03:31.423Z] > git --version # timeout=10 [2020-11-26T09:03:31.439Z] > git --version # 'git version 2.17.1' [2020-11-26T09:03:31.442Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:03:31.516Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:03:32.665Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T09:03:32.687Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-26T09:03:32.749Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-26T09:03:32.792Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-26T09:03:32.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:03:32.808Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-26T09:03:33.389Z] Merging remotes/origin/master commit cbcd560d226450c2fc49532ec953a0990705dfef into PR head commit 7bcdaa2791459547e8ca5f69299be28c2ef18f0d [2020-11-26T09:03:33.644Z] Merge succeeded, producing 7bcdaa2791459547e8ca5f69299be28c2ef18f0d [2020-11-26T09:03:33.644Z] Checking out Revision 7bcdaa2791459547e8ca5f69299be28c2ef18f0d (PR-614) [2020-11-26T09:03:33.414Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:03:33.435Z] > git checkout -f 7bcdaa2791459547e8ca5f69299be28c2ef18f0d # timeout=10 [2020-11-26T09:03:33.558Z] > git remote # timeout=10 [2020-11-26T09:03:33.578Z] > git config --get remote.origin.url # timeout=10 [2020-11-26T09:03:33.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-26T09:03:33.607Z] > git merge cbcd560d226450c2fc49532ec953a0990705dfef # timeout=10 [2020-11-26T09:03:33.632Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-26T09:03:33.655Z] > git config core.sparsecheckout # timeout=10 [2020-11-26T09:03:33.671Z] > git checkout -f 7bcdaa2791459547e8ca5f69299be28c2ef18f0d # timeout=10 [2020-11-26T09:03:38.130Z] Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:03:40.009Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:03:40.461Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:03:40.824Z] + + true [2020-11-26T09:03:40.824Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:03:43.531Z] provisioning config files... [2020-11-26T09:03:43.567Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/24@tmp/config7733849613048194402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:03:43.985Z] ---> docker-login.sh [2020-11-26T09:03:43.986Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:03:44.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:03:45.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:03:45.247Z] Configure a credential helper to remove this warning. See [2020-11-26T09:03:45.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:03:45.247Z] [2020-11-26T09:03:45.247Z] Login Succeeded [2020-11-26T09:03:45.247Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:03:45.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:03:45.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:03:45.805Z] Configure a credential helper to remove this warning. See [2020-11-26T09:03:45.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:03:45.805Z] [2020-11-26T09:03:45.805Z] Login Succeeded [2020-11-26T09:03:45.805Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:03:46.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:03:46.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:03:46.357Z] Configure a credential helper to remove this warning. See [2020-11-26T09:03:46.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:03:46.357Z] [2020-11-26T09:03:46.357Z] Login Succeeded [2020-11-26T09:03:46.357Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:03:46.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:03:46.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:03:46.908Z] Configure a credential helper to remove this warning. See [2020-11-26T09:03:46.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:03:46.908Z] [2020-11-26T09:03:46.908Z] Login Succeeded [2020-11-26T09:03:46.908Z] docker.io [2020-11-26T09:03:47.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:03:47.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:03:47.455Z] Configure a credential helper to remove this warning. See [2020-11-26T09:03:47.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:03:47.455Z] [2020-11-26T09:03:47.455Z] Login Succeeded [2020-11-26T09:03:47.455Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:03:47.474Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-26T09:03:47.955Z] ========================================================= [2020-11-26T09:03:47.955Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T09:03:47.955Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:03:48.343Z] + 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-26T09:03:48.943Z] Sending build context to Docker daemon 2.348MB [2020-11-26T09:03:48.943Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-26T09:03:48.943Z] Step 2/8 : FROM ${BASE} [2020-11-26T09:03:48.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-26T09:03:48.943Z] b538f80385f9: Pulling fs layer [2020-11-26T09:03:48.943Z] 74f711af9a0d: Pulling fs layer [2020-11-26T09:03:48.943Z] 99f96fe45779: Pulling fs layer [2020-11-26T09:03:48.943Z] 8529a6b9a6be: Pulling fs layer [2020-11-26T09:03:48.943Z] 45590311c82a: Pulling fs layer [2020-11-26T09:03:48.943Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-26T09:03:48.943Z] 8529a6b9a6be: Waiting [2020-11-26T09:03:48.943Z] 209524e5b208: Pulling fs layer [2020-11-26T09:03:48.943Z] 45590311c82a: Waiting [2020-11-26T09:03:48.943Z] 69ca0ff8b7b3: Waiting [2020-11-26T09:03:48.943Z] 209524e5b208: Waiting [2020-11-26T09:03:48.943Z] 99f96fe45779: Verifying Checksum [2020-11-26T09:03:48.943Z] 99f96fe45779: Download complete [2020-11-26T09:03:48.943Z] 74f711af9a0d: Verifying Checksum [2020-11-26T09:03:48.943Z] 74f711af9a0d: Download complete [2020-11-26T09:03:49.537Z] 45590311c82a: Download complete [2020-11-26T09:03:49.537Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-26T09:03:49.537Z] 69ca0ff8b7b3: Download complete [2020-11-26T09:03:49.810Z] b538f80385f9: Verifying Checksum [2020-11-26T09:03:49.810Z] b538f80385f9: Download complete [2020-11-26T09:03:50.084Z] b538f80385f9: Pull complete [2020-11-26T09:03:50.688Z] 74f711af9a0d: Pull complete [2020-11-26T09:03:50.962Z] 99f96fe45779: Pull complete [2020-11-26T09:03:51.939Z] 209524e5b208: Verifying Checksum [2020-11-26T09:03:51.939Z] 209524e5b208: Download complete [2020-11-26T09:03:53.375Z] 8529a6b9a6be: Verifying Checksum [2020-11-26T09:03:53.375Z] 8529a6b9a6be: Download complete [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 9.4% of statements [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.060s coverage: 21.9% of statements [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.238s coverage: 42.5% of statements [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.322s coverage: 68.9% of statements [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.070s coverage: 52.6% of statements [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.555s coverage: 68.9% of statements [2020-11-26T09:04:02.411Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.066s coverage: 4.7% of statements [2020-11-26T09:04:02.411Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-26T09:04:02.411Z] GO111MODULE=on go vet ./... [2020-11-26T09:04:03.533Z] 8529a6b9a6be: Pull complete [2020-11-26T09:04:03.533Z] 45590311c82a: Pull complete [2020-11-26T09:04:03.533Z] 69ca0ff8b7b3: Pull complete [2020-11-26T09:04:06.932Z] 209524e5b208: Pull complete [2020-11-26T09:04:06.932Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-26T09:04:06.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-26T09:04:06.932Z] ---> 5bddaf1c2fca [2020-11-26T09:04:06.932Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:04:10.357Z] ---> Running in 0a517eb87df2 [2020-11-26T09:04:10.357Z] Removing intermediate container 0a517eb87df2 [2020-11-26T09:04:10.357Z] ---> 75b48d2983f6 [2020-11-26T09:04:10.357Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:04:10.635Z] ---> Running in 5977f6a2faf8 [2020-11-26T09:04:12.567Z] gofmt -l . [2020-11-26T09:04:12.567Z] [ "`gofmt -l .`" = "" ] [2020-11-26T09:04:12.567Z] ./bin/test-attribution-txt.sh [2020-11-26T09:04:12.833Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T09:04:13.121Z] $ docker stop --time=1 955f317aed821647e4833138defdc97ba56f84060978f838601c64b79dcf03e7 [2020-11-26T09:04:13.285Z] Removing intermediate container 5977f6a2faf8 [2020-11-26T09:04:13.285Z] ---> f2e9b0ea62ea [2020-11-26T09:04:13.285Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-26T09:04:13.285Z] ---> Running in 94d6db410814 [2020-11-26T09:04:14.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:04:14.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:04:15.303Z] $ docker rm -f 955f317aed821647e4833138defdc97ba56f84060978f838601c64b79dcf03e7 [2020-11-26T09:04:15.468Z] OK: 142 MiB in 39 packages [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:04:16.127Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T09:04:16.449Z] Removing intermediate container 94d6db410814 [2020-11-26T09:04:16.449Z] ---> 13e7cdb06aa6 [2020-11-26T09:04:16.449Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-26T09:04:16.697Z] Stashed 1 file(s) [Pipeline] } [2020-11-26T09:04:16.726Z] ---> Running in 2bbc0fd05625 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-26T09:04:17.326Z] Removing intermediate container 2bbc0fd05625 [2020-11-26T09:04:17.326Z] ---> 413a6ed7a3e1 [2020-11-26T09:04:17.326Z] Step 7/8 : COPY . . [Pipeline] sh [2020-11-26T09:04:17.942Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T09:04:18.289Z] + ls -al . [2020-11-26T09:04:18.290Z] total 208 [2020-11-26T09:04:18.290Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 26 09:04 . [2020-11-26T09:04:18.290Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 26 09:00 .. [2020-11-26T09:04:18.290Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 26 09:00 bin [2020-11-26T09:04:18.290Z] -rw-r--r--. 1 jenkins jenkins 127610 Nov 26 09:03 coverage.out [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 26 09:00 Dockerfile.build [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 26 09:00 .dockerignore [2020-11-26T09:04:18.290Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 26 09:00 example [2020-11-26T09:04:18.290Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 26 09:00 .git [2020-11-26T09:04:18.290Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 26 09:00 .github [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 26 09:00 .gitignore [2020-11-26T09:04:18.290Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 26 09:04 go.mod [2020-11-26T09:04:18.290Z] -rw-r--r--. 1 jenkins jenkins 13715 Nov 26 09:04 go.sum [2020-11-26T09:04:18.290Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 26 09:00 internal [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 26 09:00 Jenkinsfile [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 26 09:00 LICENSE [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 26 09:00 Makefile [2020-11-26T09:04:18.290Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 26 09:00 openapi [2020-11-26T09:04:18.290Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 26 09:00 pkg [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 26 09:00 README.md [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 26 09:00 RELEASE-NOTES.txt [2020-11-26T09:04:18.290Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 26 09:00 snap [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 26 08:59 VERSION [2020-11-26T09:04:18.290Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 26 09:00 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:04:18.610Z] + 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=7bcdaa2791459547e8ca5f69299be28c2ef18f0d --label arch=amd64 --label version=0.0.0 . [2020-11-26T09:04:18.770Z] ---> 4a5ed7507d06 [2020-11-26T09:04:18.770Z] Step 8/8 : RUN go mod download [2020-11-26T09:04:18.770Z] ---> Running in 1a1fcee79bbc [2020-11-26T09:04:18.880Z] Sending build context to Docker daemon 2.479MB [2020-11-26T09:04:18.880Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T09:04:18.880Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T09:04:18.880Z] ---> d7b810221cdb [2020-11-26T09:04:18.880Z] Step 3/24 : ARG MAKE='make build' [2020-11-26T09:04:19.461Z] ---> Running in 242be5d6bdc8 [2020-11-26T09:04:19.728Z] Removing intermediate container 242be5d6bdc8 [2020-11-26T09:04:19.728Z] ---> ad0e24ee7eb4 [2020-11-26T09:04:19.728Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-26T09:04:19.728Z] ---> Running in ff691e7c24cc [2020-11-26T09:04:19.994Z] Removing intermediate container ff691e7c24cc [2020-11-26T09:04:19.994Z] ---> bc3ae85e3d57 [2020-11-26T09:04:19.994Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:04:19.994Z] ---> Running in 1ae8fa24f70b [2020-11-26T09:04:20.272Z] Removing intermediate container 1ae8fa24f70b [2020-11-26T09:04:20.272Z] ---> b0cc957ac587 [2020-11-26T09:04:20.272Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:04:20.272Z] ---> Running in f937ba47240b [2020-11-26T09:04:21.707Z] Removing intermediate container f937ba47240b [2020-11-26T09:04:21.707Z] ---> 038003f46c52 [2020-11-26T09:04:21.707Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-26T09:04:21.707Z] ---> Running in c4abd327074f [2020-11-26T09:04:21.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:04:22.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:04:23.235Z] OK: 166 MiB in 39 packages [2020-11-26T09:04:23.817Z] Removing intermediate container c4abd327074f [2020-11-26T09:04:23.817Z] ---> 1cb46855489f [2020-11-26T09:04:23.817Z] Step 8/24 : COPY . . [2020-11-26T09:04:24.773Z] ---> 772728cb86f1 [2020-11-26T09:04:24.773Z] Step 9/24 : RUN ${MAKE} [2020-11-26T09:04:24.773Z] ---> Running in cca1ad6c536b [2020-11-26T09:04:25.353Z] 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-26T09:04:37.742Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-26T09:04:41.103Z] Removing intermediate container cca1ad6c536b [2020-11-26T09:04:41.103Z] ---> e91307e651e4 [2020-11-26T09:04:41.103Z] Step 10/24 : FROM scratch [2020-11-26T09:04:41.103Z] ---> [2020-11-26T09:04:41.103Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:04:41.103Z] ---> Running in 300b68b02e42 [2020-11-26T09:04:41.103Z] Removing intermediate container 300b68b02e42 [2020-11-26T09:04:41.103Z] ---> 18da45a5856b [2020-11-26T09:04:41.103Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-26T09:04:41.103Z] ---> Running in 33bdd156290d [2020-11-26T09:04:41.103Z] Removing intermediate container 33bdd156290d [2020-11-26T09:04:41.103Z] ---> 99557b31c165 [2020-11-26T09:04:41.103Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T09:04:41.368Z] ---> Running in eccbd2eddf5b [2020-11-26T09:04:41.368Z] Removing intermediate container eccbd2eddf5b [2020-11-26T09:04:41.368Z] ---> 7eebbd1997e1 [2020-11-26T09:04:41.368Z] Step 14/24 : WORKDIR / [2020-11-26T09:04:41.642Z] ---> Running in 3f299482a2bb [2020-11-26T09:04:41.642Z] Removing intermediate container 3f299482a2bb [2020-11-26T09:04:41.642Z] ---> 0b0a06810b1b [2020-11-26T09:04:41.642Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-26T09:04:42.610Z] ---> 60775eb44747 [2020-11-26T09:04:42.610Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-26T09:04:42.875Z] ---> 9b3c3eccfdd2 [2020-11-26T09:04:42.875Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-26T09:04:43.141Z] ---> 589fd5899800 [2020-11-26T09:04:43.141Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-26T09:04:43.412Z] ---> 3ab11eed1f72 [2020-11-26T09:04:43.412Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-26T09:04:43.679Z] ---> 3def424c99b0 [2020-11-26T09:04:43.679Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-26T09:04:43.679Z] ---> Running in 712231a75354 [2020-11-26T09:04:43.951Z] Removing intermediate container 712231a75354 [2020-11-26T09:04:43.951Z] ---> bb8f6a9351c1 [2020-11-26T09:04:43.951Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:04:44.216Z] ---> Running in d22297238cac [2020-11-26T09:04:44.217Z] Removing intermediate container d22297238cac [2020-11-26T09:04:44.217Z] ---> 8947f3a331ab [2020-11-26T09:04:44.217Z] Step 22/24 : LABEL arch=amd64 [2020-11-26T09:04:44.217Z] ---> Running in ac4fdbc7c585 [2020-11-26T09:04:44.486Z] Removing intermediate container ac4fdbc7c585 [2020-11-26T09:04:44.486Z] ---> 2e5b7c78617e [2020-11-26T09:04:44.486Z] Step 23/24 : LABEL git_sha=7bcdaa2791459547e8ca5f69299be28c2ef18f0d [2020-11-26T09:04:44.753Z] ---> Running in 1756b97ee49a [2020-11-26T09:04:45.023Z] Removing intermediate container 1756b97ee49a [2020-11-26T09:04:45.023Z] ---> e47590064b1c [2020-11-26T09:04:45.023Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T09:04:45.023Z] ---> Running in b46e6e611a5f [2020-11-26T09:04:45.288Z] Removing intermediate container b46e6e611a5f [2020-11-26T09:04:45.288Z] ---> 744e5cc54592 [2020-11-26T09:04:45.288Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T09:04:45.288Z] Successfully built 744e5cc54592 [2020-11-26T09:04:45.288Z] 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-26T09:05:40.595Z] Removing intermediate container 1a1fcee79bbc [2020-11-26T09:05:40.595Z] ---> 797aa0eb7ba5 [2020-11-26T09:05:40.595Z] Successfully built 797aa0eb7ba5 [2020-11-26T09:05:40.595Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:05:40.940Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T09:05:40.940Z] . [Pipeline] withDockerContainer [2020-11-26T09:05:41.233Z] prd-ubuntu18.04-docker-arm64-4c-16g-13555 does not seem to be running inside a container [2020-11-26T09:05:41.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T09:05:42.990Z] $ docker top c7a9101556066d922f5715c9163dee763a5c9ce96f3b8361edff6aa015fadb88 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:05:44.049Z] + go version [2020-11-26T09:05:44.050Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-26T09:05:44.088Z] $ docker stop --time=1 c7a9101556066d922f5715c9163dee763a5c9ce96f3b8361edff6aa015fadb88 [2020-11-26T09:05:46.120Z] $ docker rm -f c7a9101556066d922f5715c9163dee763a5c9ce96f3b8361edff6aa015fadb88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:05:47.202Z] + docker inspect -f . ci-base-image-arm64 [2020-11-26T09:05:47.202Z] . [Pipeline] withDockerContainer [2020-11-26T09:05:47.462Z] prd-ubuntu18.04-docker-arm64-4c-16g-13555 does not seem to be running inside a container [2020-11-26T09:05:47.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/24 -v /w/workspace/device-sdk-go/24:/w/workspace/device-sdk-go/24:rw,z -v /w/workspace/device-sdk-go/24@tmp:/w/workspace/device-sdk-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-26T09:05:49.077Z] $ docker top c37b08cbd176187d6d088afc7b234aa229c1a3ee87a53af91b8de617fbe6d674 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:05:50.093Z] + make test [2020-11-26T09:05:50.093Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T09:06:17.287Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-26T09:07:04.375Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-26T09:07:04.375Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-26T09:07:04.375Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-26T09:07:04.375Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.142s coverage: 20.6% of statements [2020-11-26T09:07:07.820Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.267s coverage: 97.1% of statements [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.148s coverage: 9.4% of statements [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.119s coverage: 21.9% of statements [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.620s coverage: 42.5% of statements [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.951s coverage: 68.9% of statements [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.209s coverage: 52.6% of statements [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.033s coverage: 68.9% of statements [2020-11-26T09:07:34.690Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.146s coverage: 4.7% of statements [2020-11-26T09:07:34.690Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-26T09:07:34.690Z] GO111MODULE=on go vet ./... [2020-11-26T09:08:13.826Z] gofmt -l . [2020-11-26T09:08:13.826Z] [ "`gofmt -l .`" = "" ] [2020-11-26T09:08:13.826Z] ./bin/test-attribution-txt.sh [2020-11-26T09:08:13.826Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-26T09:08:13.867Z] $ docker stop --time=1 c37b08cbd176187d6d088afc7b234aa229c1a3ee87a53af91b8de617fbe6d674 [2020-11-26T09:08:16.099Z] $ docker rm -f c37b08cbd176187d6d088afc7b234aa229c1a3ee87a53af91b8de617fbe6d674 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:08:17.239Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-26T09:08:17.312Z] Warning: overwriting stash ‘coverage-report’ [2020-11-26T09:08:18.238Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:08:19.017Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-26T09:08:19.388Z] + ls -al . [2020-11-26T09:08:19.388Z] total 244 [2020-11-26T09:08:19.388Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 09:08 . [2020-11-26T09:08:19.388Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 09:03 .. [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 26 09:03 .dockerignore [2020-11-26T09:08:19.388Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 09:03 .git [2020-11-26T09:08:19.388Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 09:03 .github [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 26 09:03 .gitignore [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 26 09:03 Dockerfile.build [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 26 09:03 Jenkinsfile [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 26 09:03 LICENSE [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 26 09:03 Makefile [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 26 09:03 README.md [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 26 09:03 RELEASE-NOTES.txt [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 26 08:59 VERSION [2020-11-26T09:08:19.388Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 09:03 bin [2020-11-26T09:08:19.388Z] -rw-r--r-- 1 jenkins jenkins 127610 Nov 26 09:07 coverage.out [2020-11-26T09:08:19.388Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 09:03 example [2020-11-26T09:08:19.388Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 26 09:08 go.mod [2020-11-26T09:08:19.388Z] -rw-r--r-- 1 jenkins jenkins 13715 Nov 26 09:08 go.sum [2020-11-26T09:08:19.388Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 26 09:03 internal [2020-11-26T09:08:19.388Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 09:03 openapi [2020-11-26T09:08:19.388Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 09:03 pkg [2020-11-26T09:08:19.388Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 09:03 snap [2020-11-26T09:08:19.388Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 26 09:03 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:08:19.753Z] + 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=7bcdaa2791459547e8ca5f69299be28c2ef18f0d --label arch=arm64 --label version=0.0.0 . [2020-11-26T09:08:20.359Z] Sending build context to Docker daemon 2.476MB [2020-11-26T09:08:20.359Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-26T09:08:20.359Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-26T09:08:20.359Z] ---> 797aa0eb7ba5 [2020-11-26T09:08:20.359Z] Step 3/24 : ARG MAKE='make build' [2020-11-26T09:08:20.633Z] ---> Running in 63f80ee67734 [2020-11-26T09:08:20.908Z] Removing intermediate container 63f80ee67734 [2020-11-26T09:08:20.908Z] ---> 7d4baad0e975 [2020-11-26T09:08:20.908Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-26T09:08:21.184Z] ---> Running in a3dc3bbc5ede [2020-11-26T09:08:21.790Z] Removing intermediate container a3dc3bbc5ede [2020-11-26T09:08:21.790Z] ---> 86edb502708e [2020-11-26T09:08:21.790Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:08:21.790Z] ---> Running in cb1c96f3af67 [2020-11-26T09:08:22.066Z] Removing intermediate container cb1c96f3af67 [2020-11-26T09:08:22.066Z] ---> d91575fe1ff0 [2020-11-26T09:08:22.066Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:08:22.352Z] ---> Running in 1710b7783c40 [2020-11-26T09:08:25.025Z] Removing intermediate container 1710b7783c40 [2020-11-26T09:08:25.025Z] ---> 5514870ba145 [2020-11-26T09:08:25.025Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-26T09:08:25.025Z] ---> Running in 75c6af853775 [2020-11-26T09:08:26.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-26T09:08:27.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-26T09:08:27.631Z] OK: 142 MiB in 39 packages [2020-11-26T09:08:29.111Z] Removing intermediate container 75c6af853775 [2020-11-26T09:08:29.111Z] ---> 634edf9c5aa1 [2020-11-26T09:08:29.111Z] Step 8/24 : COPY . . [2020-11-26T09:08:30.606Z] ---> e98b1cb7bccd [2020-11-26T09:08:30.606Z] Step 9/24 : RUN ${MAKE} [2020-11-26T09:08:30.606Z] ---> Running in 563f7a50a2e4 [2020-11-26T09:08:31.611Z] 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-26T09:09:04.137Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-26T09:09:05.128Z] Removing intermediate container 563f7a50a2e4 [2020-11-26T09:09:05.128Z] ---> 8762a5560662 [2020-11-26T09:09:05.128Z] Step 10/24 : FROM scratch [2020-11-26T09:09:05.128Z] ---> [2020-11-26T09:09:05.128Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-26T09:09:05.411Z] ---> Running in 3cc84e6399da [2020-11-26T09:09:05.697Z] Removing intermediate container 3cc84e6399da [2020-11-26T09:09:05.697Z] ---> 9b6d0f7babfa [2020-11-26T09:09:05.697Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-26T09:09:05.971Z] ---> Running in c1d6d9968b5c [2020-11-26T09:09:06.244Z] Removing intermediate container c1d6d9968b5c [2020-11-26T09:09:06.244Z] ---> 85319b1cce4d [2020-11-26T09:09:06.244Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T09:09:06.517Z] ---> Running in f0569402889f [2020-11-26T09:09:06.795Z] Removing intermediate container f0569402889f [2020-11-26T09:09:06.795Z] ---> 23bed83e1374 [2020-11-26T09:09:06.795Z] Step 14/24 : WORKDIR / [2020-11-26T09:09:07.072Z] ---> Running in 8b2b2a71ff99 [2020-11-26T09:09:07.349Z] Removing intermediate container 8b2b2a71ff99 [2020-11-26T09:09:07.349Z] ---> 3dc49143375d [2020-11-26T09:09:07.349Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-26T09:09:08.786Z] ---> c6ceeb10c1b1 [2020-11-26T09:09:08.786Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-26T09:09:09.778Z] ---> 63e6e1a67041 [2020-11-26T09:09:09.778Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-26T09:09:10.380Z] ---> 35c95aa34d0c [2020-11-26T09:09:10.380Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-26T09:09:11.375Z] ---> 556dc8341bdf [2020-11-26T09:09:11.375Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-26T09:09:12.359Z] ---> 4add5850ba6b [2020-11-26T09:09:12.359Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-26T09:09:12.359Z] ---> Running in 7ce0fe8d6940 [2020-11-26T09:09:12.637Z] Removing intermediate container 7ce0fe8d6940 [2020-11-26T09:09:12.637Z] ---> 977824aa77c4 [2020-11-26T09:09:12.637Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:09:12.913Z] ---> Running in f8f63f8aeea4 [2020-11-26T09:09:13.510Z] Removing intermediate container f8f63f8aeea4 [2020-11-26T09:09:13.510Z] ---> 88465350827c [2020-11-26T09:09:13.510Z] Step 22/24 : LABEL arch=arm64 [2020-11-26T09:09:13.510Z] ---> Running in a5cc8436bb2f [2020-11-26T09:09:14.113Z] Removing intermediate container a5cc8436bb2f [2020-11-26T09:09:14.113Z] ---> 4f538d60d611 [2020-11-26T09:09:14.113Z] Step 23/24 : LABEL git_sha=7bcdaa2791459547e8ca5f69299be28c2ef18f0d [2020-11-26T09:09:14.113Z] ---> Running in 38bbdabbd221 [2020-11-26T09:09:14.711Z] Removing intermediate container 38bbdabbd221 [2020-11-26T09:09:14.711Z] ---> 1dea16f79be2 [2020-11-26T09:09:14.711Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T09:09:14.989Z] ---> Running in 4fe2814dc03a [2020-11-26T09:09:15.269Z] Removing intermediate container 4fe2814dc03a [2020-11-26T09:09:15.269Z] ---> 569295763014 [2020-11-26T09:09:15.269Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-26T09:09:15.269Z] Successfully built 569295763014 [2020-11-26T09:09:15.542Z] 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-26T09:09:17.156Z] provisioning config files... [2020-11-26T09:09:17.169Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6010351213582081475tmp [Pipeline] { [Pipeline] sh [2020-11-26T09:09:17.554Z] + set +x [2020-11-26T09:09:17.554Z] + curl -s https://codecov.io/bash [2020-11-26T09:09:17.554Z] + bash -s -- [2020-11-26T09:09:17.819Z] [2020-11-26T09:09:17.819Z] _____ _ [2020-11-26T09:09:17.819Z] / ____| | | [2020-11-26T09:09:17.819Z] | | ___ __| | ___ ___ _____ __ [2020-11-26T09:09:17.819Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-26T09:09:17.819Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-26T09:09:17.819Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-26T09:09:17.819Z] Bash-20201124-79cbc08 [2020-11-26T09:09:17.819Z] [2020-11-26T09:09:17.819Z] [2020-11-26T09:09:17.819Z] ==> Jenkins CI detected. [2020-11-26T09:09:17.819Z] project root: . [2020-11-26T09:09:17.819Z] --> token set from env [2020-11-26T09:09:17.819Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-26T09:09:17.819Z] ==> Running gcov in . (disable via -X gcov) [2020-11-26T09:09:17.819Z] ==> Python coveragepy not found [2020-11-26T09:09:17.819Z] ==> Searching for coverage reports in: [2020-11-26T09:09:17.819Z] + . [2020-11-26T09:09:17.819Z] -> Found 1 reports [2020-11-26T09:09:17.819Z] ==> Detecting git/mercurial file structure [2020-11-26T09:09:17.819Z] ==> Reading reports [2020-11-26T09:09:17.819Z] + ./coverage.out bytes=127610 [2020-11-26T09:09:17.819Z] ==> Appending adjustments [2020-11-26T09:09:17.819Z] https://docs.codecov.io/docs/fixing-reports [2020-11-26T09:09:18.397Z] + Found adjustments [2020-11-26T09:09:18.397Z] ==> Gzipping contents [2020-11-26T09:09:18.397Z] 24K /tmp/codecov.sCPRU7.gz [2020-11-26T09:09:18.397Z] ==> Uploading reports [2020-11-26T09:09:18.397Z] url: https://codecov.io [2020-11-26T09:09:18.397Z] query: branch=PR-614&commit=7bcdaa2791459547e8ca5f69299be28c2ef18f0d&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F24%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-11-26T09:09:18.397Z] -> Pinging Codecov [2020-11-26T09:09:18.397Z] https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-614&commit=7bcdaa2791459547e8ca5f69299be28c2ef18f0d&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F24%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-11-26T09:09:19.347Z] -> Uploading to [2020-11-26T09:09:19.347Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-26/7E55EF52A471D76F132DFD9A03CDDE97/7bcdaa2791459547e8ca5f69299be28c2ef18f0d/db5fd0af-2a9b-40f8-8b98-31361236af10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T090919Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1de0301663717cd521ab0f57e701a10417be0d1ee1a10e4704b5386d87fdcc7 [2020-11-26T09:09:19.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-26T09:09:19.347Z] Dload Upload Total Spent Left Speed [2020-11-26T09:09:20.521Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20882 0 0 100 20882 0 16847 0:00:01 0:00:01 --:--:-- 16840 100 20882 0 0 100 20882 0 16844 0:00:01 0:00:01 --:--:-- 16840 [2020-11-26T09:09:20.521Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7bcdaa2791459547e8ca5f69299be28c2ef18f0d [Pipeline] } [2020-11-26T09:09:20.532Z] 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-26T09:09:23.572Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:09:24.167Z] ---> package-listing.sh [2020-11-26T09:09:24.167Z] ++ facter osfamily [2020-11-26T09:09:24.167Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T09:09:24.167Z] + OS_FAMILY=redhat [2020-11-26T09:09:24.167Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-11-26T09:09:24.167Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T09:09:24.167Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T09:09:24.167Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T09:09:24.167Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T09:09:24.167Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-11-26T09:09:24.167Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T09:09:24.167Z] + case "${OS_FAMILY}" in [2020-11-26T09:09:24.167Z] + rpm -qa [2020-11-26T09:09:24.167Z] + sort [2020-11-26T09:09:29.531Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T09:09:29.531Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T09:09:29.531Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T09:09:29.531Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-11-26T09:09:29.531Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [2020-11-26T09:09:29.531Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo [2020-11-26T09:09:29.549Z] 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-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T09:09:29.852Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:09:30.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:09:30.172Z] [2020-11-26T09:09:30.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:09:30.578Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:09:30.578Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T09:09:30.578Z] df20fa9351a1: Pulling fs layer [2020-11-26T09:09:30.578Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T09:09:30.578Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T09:09:30.578Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T09:09:30.578Z] 93b61091891f: Pulling fs layer [2020-11-26T09:09:30.578Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T09:09:30.578Z] 5e14af77c1be: Pulling fs layer [2020-11-26T09:09:30.578Z] 01666e4c0597: Pulling fs layer [2020-11-26T09:09:30.578Z] aa168da1d23b: Pulling fs layer [2020-11-26T09:09:30.578Z] 46f8f816bc3b: Waiting [2020-11-26T09:09:30.578Z] 93b9cdb0e59b: Waiting [2020-11-26T09:09:30.578Z] 01666e4c0597: Waiting [2020-11-26T09:09:30.578Z] 5e14af77c1be: Waiting [2020-11-26T09:09:30.578Z] 93b61091891f: Waiting [2020-11-26T09:09:30.578Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T09:09:30.578Z] 36b3adc4ff6f: Download complete [2020-11-26T09:09:30.578Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T09:09:30.578Z] 46f8f816bc3b: Download complete [2020-11-26T09:09:30.854Z] df20fa9351a1: Download complete [2020-11-26T09:09:30.854Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T09:09:30.854Z] 93b9cdb0e59b: Download complete [2020-11-26T09:09:30.854Z] 5e14af77c1be: Verifying Checksum [2020-11-26T09:09:30.854Z] 5e14af77c1be: Download complete [2020-11-26T09:09:30.854Z] 01666e4c0597: Verifying Checksum [2020-11-26T09:09:30.854Z] 01666e4c0597: Download complete [2020-11-26T09:09:30.854Z] 93b61091891f: Verifying Checksum [2020-11-26T09:09:30.854Z] 93b61091891f: Download complete [2020-11-26T09:09:30.854Z] 8ad3a11d3b57: Verifying Checksum [2020-11-26T09:09:30.854Z] 8ad3a11d3b57: Download complete [2020-11-26T09:09:31.117Z] df20fa9351a1: Pull complete [2020-11-26T09:09:31.386Z] 36b3adc4ff6f: Pull complete [2020-11-26T09:09:32.373Z] 8ad3a11d3b57: Pull complete [2020-11-26T09:09:32.373Z] 46f8f816bc3b: Pull complete [2020-11-26T09:09:32.971Z] 93b61091891f: Pull complete [2020-11-26T09:09:32.971Z] aa168da1d23b: Verifying Checksum [2020-11-26T09:09:32.971Z] aa168da1d23b: Download complete [2020-11-26T09:09:33.236Z] 93b9cdb0e59b: Pull complete [2020-11-26T09:09:33.236Z] 5e14af77c1be: Pull complete [2020-11-26T09:09:33.500Z] 01666e4c0597: Pull complete [2020-11-26T09:09:41.746Z] aa168da1d23b: Pull complete [2020-11-26T09:09:41.746Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T09:09:41.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:09:41.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T09:09:41.992Z] prd-centos7-docker-4c-2g-13547 does not seem to be running inside a container [2020-11-26T09:09:42.055Z] $ 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-614/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-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T09:09:45.258Z] $ docker top 097d3f9966414da5cf430d22a5539cc4f0f6622bf22c550616be8caffdcaad01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:09:45.794Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T09:09:46.100Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T09:09:46.408Z] + ls /var/log/sa-host [2020-11-26T09:09:46.408Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T09:09:46.408Z] file_magic: OK [2020-11-26T09:09:46.408Z] HZ: Using current value: 100 [2020-11-26T09:09:46.408Z] file_header: OK [2020-11-26T09:09:46.408Z] 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-26T09:09:46.408Z] Statistics: [2020-11-26T09:09:46.408Z] Hnuu...uuuununununu... [2020-11-26T09:09:46.408Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T09:09:46.408Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T09:09:46.408Z] file_magic: OK [2020-11-26T09:09:46.408Z] HZ: Using current value: 100 [2020-11-26T09:09:46.408Z] file_header: OK [2020-11-26T09:09:46.408Z] 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-26T09:09:46.408Z] Statistics: [2020-11-26T09:09:46.408Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T09:09:46.408Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T09:09:46.649Z] provisioning config files... [2020-11-26T09:09:46.665Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config2030747924776577984tmp [Pipeline] { [Pipeline] echo [2020-11-26T09:09:46.798Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:09:47.100Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T09:09:47.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T09:09:47.207Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:09:47.510Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T09:09:47.523Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:09:47.826Z] ---> sudo-logs.sh [2020-11-26T09:09:47.826Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T09:09:47.838Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:09:48.144Z] ---> job-cost.sh [2020-11-26T09:09:48.144Z] lf-activate-venv: SKIPPING [2020-11-26T09:09:48.144Z] INFO: No Stack... [2020-11-26T09:09:49.758Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T09:09:49.758Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T09:09:49.778Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:09:50.087Z] ---> logs-deploy.sh [2020-11-26T09:09:50.088Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/24 [2020-11-26T09:09:50.088Z] INFO: archiving workspace using pattern(s): [2020-11-26T09:09:52.016Z] Archives upload complete. [2020-11-26T09:09:52.016Z] INFO: archiving logs to Nexus